/*
Theme Name: Driftwood Group
Author: OneGo
Version: 1.0
*/

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* CSS */

@font-face {    
	font-family: 'Quicksand-Regular';    
	src: url('fonts/Quicksand-Regular.eot');    
	src: url('fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),         
	url('fonts/Quicksand-Regular.woff') format('woff'),         
	url('fonts/Quicksand-Regular.ttf') format('truetype'),         
	url('fonts/Quicksand-Regular.svg#BebasNeueRegular') format('svg');    
	font-weight: normal;    
	font-style: normal;
}
@font-face {    
	font-family: 'Helvetica-Light';    
	src: url('fonts/Helvetica-Light.eot');    
	src: url('fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),         
	url('fonts/Helvetica-Light.woff') format('woff'),         
	url('fonts/Helvetica-Light.ttf') format('truetype'),         
	url('fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');    
	font-weight: normal;    
	font-style: normal;
}
@font-face {    
	font-family: 'gillsansmt';    
	src: url('fonts/gillsansmt.eot');    
	src: url('fonts/gillsansmt.eot?#iefix') format('embedded-opentype'),         
	url('fonts/gillsansmt.woff') format('woff'),         
	url('fonts/gillsansmt.ttf') format('truetype'),         
	url('fonts/gillsansmt.svg#gillsansmt') format('svg');    
	font-weight: normal;    
	font-style: normal;
}

body {
  font-family: Helvetica-Light;
  color: #080808;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #357abf;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;	
}
.main-menu {
  margin: 0 55px 0 0;
}
#home {
  background: url("images/bg-header.png") no-repeat scroll 0 bottom / 100% auto #f4f4f4;
}
.header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.border-header {
  background: none repeat scroll 0 0 #f4f4f4;

}
.container {
  margin: 0 auto;
  width: 810px;
}
.menu-main-menu ul li {
  display: inline-block;
  list-style: none outside none;
}
.menu-main-menu ul li a {
  color: #080808;
  display: block;
  font-family: helvetica;
  font-size: 15px;
  font-weight: lighter;
  padding: 30px 10px 20px;
  text-decoration: none;
}
.menu-main-menu ul li a:hover, .menu-main-menu .current-menu-item a {
  background: none repeat scroll 0 0 #357abf ;
  color: #f1f1f1;
}
.social a {
  background: none repeat scroll 0 0 #2d2d2d;
  border: 1px solid #4d4d4d;
  color: #fff;
  float: left;
  font-size: 25px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  width: 40px;
}
.social a:last-child {
  border-right: medium none;
  margin: 0;
}
.social a:hover {
  color: #357abf;
}
.logo {
  padding: 17px 37px;
}
.menu-services-menu li {
  display: inline-block;
}
.circle {
  background: none repeat scroll 0 0 #357abf;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 5px 10px;
  width: 15px;
}
.menu-services-menu li:last-child .circle {
  display: none;
}
/*.header-text {
  display: block;
  padding: 75px 0 15px;
}*/
#slider {
  position: relative;
}
.header-text {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 150px;
  width: 100%;
  z-index: 999;
}
.header-text h2 {
  color: #5c5c5c;
  font-family: quicksand-regular;
  font-size: 48px;
  margin: 0 0 20px;
  text-align: center;
  text-decoration: none;
}
.menu-services-menu li a {
  color: #5c5c5c;
  font-family: quicksand-regular;
  font-size: 48px;
  margin: 0 0 20px;
  text-align: center;
  text-decoration: none;
}
.menu-services-menu {
  text-align: center;
}
.menu-services-menu li {
  display: inline-block;
}
.header-text > h3 {
  color: #080808;
  font-family: gillsansmt;
  font-size: 18px;
  opacity: 0.55;
  text-align: center;
}
.list-post {
  width: 530px;
  margin: 100px auto;
}
.post-item {
  display: inline-block;
  margin: 0 0 30px;
}
.post-item h2 a {
  font-size: 24px;
  color: #080808;
  text-decoration: none;
}
.post-item h3 {
  font-size: 12px;
  margin: 5px 0 20px;
  color: #c5c5c5;
}
.comment-number {
  color: #0c81f6;
  font-size: 12px;
  margin: 0 20px 0 0;
  opacity: 0.5;
  text-decoration: none;
}
.readmore {
  font-size: 14px;
  text-decoration: none;
  color: #357abf;
}
.post-content .readmore {
  margin: 0 0 25px;
  float: left;
}
.post-item .post-content p {
  font-family: helvetica;
  line-height: 1.5;
  color: #747474;
}
#aboutus {
  padding: 95px 0 0;
}
.team-member-content {
  width: 550px;
  margin: 0 0 0 25px;
}
.team-member-content p {
  color: #747474;
  line-height: 1.5;
}
.connect-with-me a {
  background: none repeat scroll 0 0 #2d2d2d;
  border: 1px solid #4d4d4d;
  color: #fff;
  float: left;
  font-size: 25px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  width: 40px;
}
.connect-with-me a:hover {
  color: #357abf;
}
.connect-with-me > span {
  float: left;
  margin: 24px 0 0 12px;
}
.team-member-item {
  margin: 0 0 55px;
  display: inline-block;
  position: relative;
}

.connect-with-me {
  bottom: -6px;
  position: absolute;
}
.team-member-images {
  padding: 7px 0 0;
}
.team-member-content > h2 {
  font-family: Quicksand-Regular;
  font-size: 18px;
  margin: 0 0 20px;
}
#services {
  padding: 80px 0;
}
.services-content > h2 {
  font-family: Quicksand-Regular;
  font-size: 24px;
  margin: 0 0 20px;
}
.services-item {
  margin: 0 0 50px;
}
.services-content > p {
  margin: 0 0 20px;
}
.blog-post-item {
  float: left;
  margin: 75px 200px 0 0;
  width: 300px;
}
.blog-post-item .post-content > p {
  color: #747474;
  height: 195px;
  margin: 0 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
}
.blog-post-item:nth-child(2n) {
  margin: 75px 0 0;
}
.interested-our-services-content > h2 {
  color: #dfdfdf;
  font-family: quicksand-regular;
  font-size: 48px;
  margin: 0 0 5px;
  text-align: center;
}
#interested-our-services {
  background: url("images/bg-interested-our-services.png") no-repeat scroll center center #A9A9A9;
  height: 365px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.interested-our-services-content {
  bottom: 8%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.link-to-page {
  background: none repeat scroll 0 0 #357abf;
  color: #fafafa;
  display: inline-block;
  font-family: quicksand-regular;
  font-size: 18px;
  margin: 12px 0 0;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 0 8px 5px;
  border-radius: 10px;
}
.interested-our-services-content span {
  background: none repeat scroll 0 0 #5d5d5d;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  margin: 18px 0 0;
  width: 20px;
}
.interested-our-services-content .circle-medium {
  height: 12px;
  width: 12px;
}
.interested-our-services-content .circle-smaller {
  height: 8px;
  width: 8px;
}
.blog-post-item .blog-post-title {
  color: #080808;
  font-family: Helvetica-Light;
  font-size: 24px;
  text-decoration: none;
}
.blog-post-item h3 {
  font-size: 12px;
  color: #c5c5c5;
  margin: 5px 0 20px;
}
#OurBlog {
  background: none repeat scroll 0 0 #e8e8e9;
  text-align: center;
}
.more-blog {
  background: #fff;
  text-align: center;
}
.list-blog-post {
  padding: 30px 0 30px;
  text-align: left;
}
#OurBlog .link-to-page {
  margin: 84px 0 68px;
}
.wpcf7-form > p {
  border-bottom: 3px solid #e0e0e0;
  height: 37px;
  position: relative;
  margin: 0 0 15px;
}
.wpcf7-form label {
  left: 10px;
  opacity: 0.56;
  position: absolute;
  top: 10px;
  z-index: 999;
}
.wpcf7-form .input-text {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  font-size: 16px;
  height: 40px;
  outline: medium none;
  padding: 0 0 0 15px;
  width: 100%;
  color: #747474;
}
.wpcf7-form .message {
  height: auto;
}
.wpcf7 textarea {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  font-family: helvetica;
  font-size: 16px;
  font-weight: normal;
  height: 185px;
  padding: 0 0 0 15px;
  width: 100%;
  color: #747474;
  outline: none;
}
.wpcf7 .btn-submit {
  border: medium none;
  text-align: center;
  margin: 90px 0 0;
}
.wpcf7 .link-to-page {
  border: medium none;
  cursor: pointer;
}
#contact {
  background: #e8e8e9;
  padding: 0 0 60px;
}
.contact-info-item {
  float: left;
  margin: 80px 50px 142px;
  text-align: center;
}
.contact-info-item > h2 {
  font-size: 24px;
  margin: 0 0 15px;
}
.contact-info-item > h3 {
  font-family: helvetica;
  color: #747474;
}
.contact-info-item a {
  color: #357abf;
  text-decoration: none;
}
#footer {
  background: none repeat scroll 0 0 #f5f5f5;
  display: inline-block;
  padding: 20px 0 10px;
  width: 100%;
}
.menu-footer-menu ul li:first-child {
  display: none;
}
.menu-footer-menu ul {
  text-align: center;
  margin: 0 0 10px;
}
.menu-footer-menu ul li {
  display: inline-block;
}
.menu-footer-menu ul li a {
  color: #747474;
  font-size: 15px;
  padding: 0 10px;
  text-decoration: none;
}
.menu-footer-menu ul li a:hover, .menu-footer-menu .current-menu-item a {
  color: #73a3e2;
}
.coppyright-text {
  padding: 20px 0 0 37px;
  opacity: 0.56;
  font-size: 12px;
}
.middleprivacy {
  color: #357abf;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 20 0px;
  opacity: 1.00;
  font-size: 15px;
}
.front-mark-coppy {
  padding: 0 40px 0 ;
}
.slider img {
  width: 100%;
  height: auto;
}
.single-content {
  margin: 100px 0 20px;
}
.single-title {
  color: #080808;
  font-family: helvetica-light;
  font-size: 24px;
  margin: 30px 0 5px;
}
.single-content-text {
  color: #747474;
  line-height: 1.5;
}
.single-content h2 {
  font-size: 12px;
  opacity: 0.7;
  margin: 0 0 20px;
}
#slider .slider-page {
  padding: 65px 0 0;
}
.single-content .comments-title {
  font-size: 24px;
  margin: 25px 0 45px;
  opacity: 1;
}
.single-content-text > p {
  margin: 0 0 15px;
}
.comment-list .children {
  margin: 0 34px;
}
.comment-list li {
  margin: 15px 0;
  padding: 10px 0;
}
.comment-author > a {
  color: #080808;
  opacity: 0.6;
  text-decoration: none;
}
.comment-content {
  opacity: 0.8;
}
.comment-list {
  margin: 55px 0 150px;
}
.comment-meta.commentmetadata > a {
  color: #080808;
  font-size: 13px;
  opacity: 0.7;
  text-decoration: none;
}
.reply .comment-reply-link {
  color: #73a3e2;
  font-size: 14px;
  text-decoration: none;
}
.comment .reply {
  margin: 30px 0 0;
  text-align: right;
}
.comment-meta.comment-author.vcard > h2 {
  font-size: 24px;
}
.comment-body > p {
  color: #080808;
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0;
  opacity: 0.8;
}
.comment-author .fn, .comment-author .says {
  opacity: 0.7;
}
.form-allowed-tags {
  display: none;
}
#commentform > p {
  border-bottom: 3px solid #e0e0e0;
  margin: 10px 0;
}
#commentform .comment-notes {
  border: none;
}
.comment-form label {
  float: left;
  opacity: 0.6;
  width: 100px;
}
.form-submit #submit {
  background: none repeat scroll 0 0 #6699cc;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-family: quicksand-regular;
  font-size: 24px;
  height: 32px;
  padding: 0;
  width: 175px;
  -webkit-appearance: none;
  border-radius: 0;
}
#commentform .form-submit {
  border: medium none;
  text-align: center;
}
.comment-form input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 0 0 15px;
  outline: none;
}
.single-comment-form {
  background: #f5f5f5;
  padding: 45px 0 30px;
}
.comment-form-comment textarea {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  font-family: helvetica;
  font-size: 16px;
  padding: 0 0 0 15px;
  width: 100%;
  outline: none;
}
.required {
  color: red;
}
.ajax-error {
  color: red;
  margin: 15px 0;
  border: 2px solid ;
  padding: 10px 5px;
}
.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 999;
}
.list-blog-post{
  text-align: center;
}
.widget-item{
  display: inline-block;
  text-align: center;
}
.widget-item .title{
  text-align: center;
  font-size: 24px;
  color: #080808;
  margin-bottom: 30px;
  font-weight: bold;
}