#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background-image: url(../images/spinner.gif);
    background-position: 50% center;
    background-repeat: no-repeat;
	background-size: 40px 40px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

 
/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/


/*Header*/

header{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:1000;

}


header.fixed{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;

}


.switchedHeader{
	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	position:fixed;
	top:0;
	left:0;
}



.mainHeader{
	width:100%;
}

.logo{
	 margin: 20px 0;
	 padding-right: 75px;
}


.logo h1 {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
	color:#ffffff;
	position:relative;
	
}

.switchedHeader .logo h1{
	color: #242424;
}



nav#mainNav{
	float:right;
	margin-top:2px;
}

nav#mainNav li {
	display: inline-block;
	font-size: 11px;
	position:relative;
	text-transform: uppercase;
}


nav#mainNav li a{
    color: #ffffff;
    display: block;
    padding: 30px 15px 20px 15px;
    position: relative;

}

.switchedHeader nav#mainNav li a{
	color: #999999 !important;	

}



.mobileBtn {
	padding:5px;
	text-align:center;
	z-index:1000;
	display:none;
}


.mobileBtn i{
	font-size:33px;
	color:#00afcb;
}


.switchedHeader nav#mainNav li a.active:after {
    color: #999999;
    content: ".";
    font-size: 13px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 19px; 
    z-index: 0; 
}



/*End header*/




/*Main slider*/



.mainSlider{
	overflow:hidden;
	position:relative;
}


.mainSlider .slides li{

	background-size: cover !important;
	height: 800px;

}


.mainSlider .slides li:before{
    background: rgba(33, 33, 33, 0.0);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}


.caption {
    top: 60%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000000, -1px -1px 4px #000000;
}


.caption h1{
	color:#ffffff;
	font-size:50px;
	font-family: 'playfair_displaybold_italic',Arial, sans-serif;
	text-shadow: 1px 1px 3px #000000, -1px -1px 4px #000000;
}

.caption p{
	color:#ffffff;
	font-size:20px;
	margin-top:25px;
	text-shadow: 1px 1px 3px #000000, -1px -1px 4px #000000;
}


.caption p span{
	font-family: 'open_sansbold_italic', Arial, sans-serif;
	
}

.sellBtn {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  margin-top: 2px;
  margin-bottom:0px;
  border-radius: 5px;
  padding: 15px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
   -webkit-appearance: none;
}

.sellBtn:hover {
	background-color: #e1b24f;
	color: white;
}



.shortBtn{
	margin-top:80px;
	text-shadow: none;

}

.shortBtn a{
	font-size:13px;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:12px 25px 12px 10px; 
	font-family: 'playfair_displayregular', Arial, sans-serif;
}

.shortBtn a:first-child{
	margin-right:10px;
	background:#ffffff;
	color:#2d2d2d;
}


.shortBtn a i{
	margin-right:10px;

}

.shortBtn a:last-child:hover{
	background:#ffffff;
	color:#2d2d2d;
}

/*End main slider*/



/*About section*/


.introText-sml{
	
	font-size:18px;
	margin-bottom:22px;
}


.introText{
	
	font-size:26px;
	line-height: 30px;
	margin-bottom:22px;
}


div.transbox {
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.bigTitle h1{
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	color:#cdcdcd;
	text-transform:uppercase;
	font-size:140px;
	padding-top:38px;
	padding-bottom:44px;

}



.wwdContent{
	background: url(../images/parallaxBg/parallax1.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 380px;
	background-color:#fafafa;
	margin-top:65px;
	position:relative;
}


.wwdContent:before{
    background: rgba(140, 180, 200, .2);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}



.expertise {
	color:#242424;
}


.expertise img{
	width:100%;
	display:inline-block;
/*	margin-bottom:10px;    */
	border:1px solid #242424;
}


.expertise h2{
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	border:1px solid #242424;
	display:inline-block;
	padding:8px 25px;
}

.expertise p{
	font-size:14px;
}


.teamSingle{
	margin-top:15px;
}


.tImg {
	width:282px;
	height:282px;
	padding:5px;
	border: 2px solid #dadada;
	margin:0 auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	
}

.tImg img{
	width:282px;
	height:282px;
	display: inline-block;
	border: none;
	margin:0 auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */

}


.teamSingle h3 {
    color:#242424;
    font-size: 16px;
    margin-bottom: 5px;
	margin-top: 20px;
}

.teamSingle h3 span {
    display: block;
    font-size: 13px;
}

.tSocials li {
    display: inline-block;
}

.tSocials li a {
    color: #242424;
    display: inline-block;
    padding: 2px 0;
}


/*End about section*/


/*Services section*/


.servicesHolder{
	margin-top:40px;
	display: inline-block;
}

.servicesContent{
	margin-bottom:40px;
}


.servicesContent:last-child{
	margin-bottom:0;
}

.srvIco, .srvDet {
    float: left;
}



.srvDet h3 {
    margin-bottom: 5px;
	color:#242424;
	font-size:15px;
	text-transform:uppercase;
}


.srvIco i {
    color: #cccccc;
    display: inline-block;
    font-size: 22px;
    position: relative;
}


.srvDet {
    margin-left: 17px;
    width:230px;
}


.facts{
	background: url(../images/parallaxBg/parallax2.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 380px;
	background-color:#fafafa;
	margin-top:65px;
	position:relative;
	color:#ffffff;
	padding-bottom: 80px;
    padding-top: 130px;
}


.facts:before{
    background: rgba(45, 45, 45, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}



.fct {
    padding-bottom: 50px;
    text-align: center;
}

.fc, .count {
    display: block;
}


.fctIcoHolder i {
    font-size:30px;
}


.fct .count {
    font-size: 60px;
    margin-bottom: 55px;
    margin-top: 50px;
	font-family: 'ralewayregular', Arial, sans-serif;
	position:relative;
}

.fct .count:after {
    background:#FFFFFF;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 60px;
    width: 150px;
    z-index: 0;
}

.fc{
	font-size: 15px;
}


.clients {
    padding: 55px 0;
}


.clientSlider li {
    color: #DCDCDC;
    text-align: center;
}

.clientSlider li a{
    color: #979797;
    text-align: center;
}

.clientSlider li i {
    cursor: default;
    font-size: 70px;
}


/*End services section*/




/*Plans section*/


.plansInner{
	margin-top:30px;
	margin-bottom:0px;
	display: inline-block;
	
}



.planHeader{
	border-left:2px solid #ebeaea;
	border-right:2px solid #ebeaea;
	padding-top:70px;
	padding-left:30px;
}


.planName{
	background:#242424;
	border:2px solid #242424;
	padding:20px 0;
}


.planName.featured{
	background:#00afcb;
	border:2px solid #00afcb;
}

.planName h3{
	font-size:20px;
	/*text-transform:uppercase;*/
	color:#ffffff;
}



.planPrice h1{
	font-size:60px;
	color:#242424;
}

.planPrice h1 span{
	font-size:14px;
	position:relative;
	top:-6px;
}





.planBody{
	padding:20px 30px;
	color:#242424;
	border-left:2px solid #ebeaea;
	border-right:2px solid #ebeaea;
	border-bottom:2px solid #ebeaea;
	
}


.planBody li{
	margin-bottom:8px;
	text-transform:uppercase;
}


.planBody li span{
	margin-bottom:5px;
}


.plan .btn{
	background:#f3f3f3;
	
	border-top:none;
	border-left:2px solid #ebeaea;
	border-right:2px solid #ebeaea;
	border-bottom:2px solid #ebeaea;
	padding:20px 0;
}

.plan .btn a{
	color:#242424;
	font-size:14px;
	text-transform:uppercase;
}


.plan .btn a i{
	margin-right:5px;
}


.testimonials{
	padding-top:30px;
}

.testiQuote{
	position:relative;
	top:-65px;
}

.testiQuote i{
	background:#242424;
	width:70px;
	height:70px;
	display:inline-block;
	line-height:70px;
	color:#f3f3f3;
	font-size:20px;
}
.testiThumbs{
	text-align:center;
}

.thumbs li{
	display:inline;
	margin-right:10px;
}
.thumbs li:last-child{
	margin-right:0;
}


.thumbs li a {
    position: relative;
	display:inline-block;
	border: 3px solid #EFEFEF;
    box-shadow: 0 0 0 1px #dadada;
	-webkit-box-shadow: 0 0 0 2px #dadada;
	-moz-box-shadow: 0 0 0 2px #dadada;
	-ms-box-shadow: 0 0 0 2px #dadada;
	-o-box-shadow: 0 0 0 2px #dadada;
	
}


.thumbs li img{


    display: inline-block;
    height: 70px;
    width: 80px;


}


.thumbs li a span {
    background-color:203, 191, 0, 0.7);
	background-image: url(../images/quote.png);
    background-position: 50% center;
    background-repeat: no-repeat;
	background-size: 15px 15px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tactive span {
    opacity: 1 !important;
}


.testiDetails{
	margin-top:35px;
}


.testiDetails .td {
    display: none;
}

.testiDetails .td.first{
	display:block;
}


.testiDetails .td blockquote{
    font-family: 'playfair_displayitalic', Arial, sans-serif;
	font-size:18px;
	line-height:30px;
	padding: 20px;  /* added 2-15-2015 balanced quoted lines layout in 320x480 */
}


.testiDetails .td h3{
	font-size:15px;
	margin-top:40px;
	color:#242424;
}


.testiDetails .td h3 span{
	font-size:12px;
	position:relative;
}


.testiDetails .td h3:after {
    background:#dadada;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -93px;
    position: absolute;
    top: 120px;
    width: 170px;
    z-index: 0;
}



/*End plans section*/




/*Portfolio section*/


.filterNav {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
	display: inline-block;

}


ul#category {
    display: inline-block;
    position: relative;
}

ul#category li {
    display: inline-block;
	margin-right:5px;

}

ul#category li a {
    color: #242424;
    display: inline-block;
    padding: 8px 18px;
    position: relative;
	border:1px solid #242424;
}


#category .current a {
	background:#242424;
	color:#ffffff;
}


.works {
    overflow: hidden;
    width: 100%;
	margin-top:40px;

}

.item  {
	display: block;
	position: relative;
	width: 25%;
	float: left;
	border-left: 6px solid #FFFFFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	margin-top: 6px;
}

.projectSlider li{
	position: relative;	
}


.item:before, .projectSlider .slides li:before{
    /*background: rgba(255, 255, 255, 0.2);*/
    background: rgba(255, 255, 255, 0);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}

.itemDesc{
	position: absolute;
	background-color: rgba(0,175,203,0.90);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.itemDesc h3 {
    color: #242424;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: none;
	text-transform:uppercase;
}

.itemDesc span {
    display: block;
    font-size: 13px;
	text-transform:none;
}


.itemBtn a{
	color:#242424;
	border:1px solid #242424;
	padding:5px 8px;
}




h1.projTitle  {
    color: #242424;
	text-align:center;
	font-size:25px;
	margin-bottom:60px;
	text-transform: uppercase;
}


h1.projTitle span {
    color: #00afcb;
    display: block;
    font-size: 13px;
    margin-top: 6px;
	text-transform: none;
}


.extra {
	margin-bottom:30px;
}

.extra ul li{
	display:inline-block;
}


.extra .projNav ul  {
	float:right !important;
}

.projSocials li a, .projNav li a {
    color: #242424;
    display: inline-block;
    padding: 2px 4px;
	border:1px solid #242424;
	width:30px;
	height:30px;
	font-size:12px;
	text-align:center;
	line-height:25px;
}



.iList li {
    font-size: 13px;
    margin-bottom: 3px;
}

.iList li i {
    color: #cbbf00;
    display: inline-block;
    font-size: 7px;
    margin-right: 5px;
    position: relative;
    top: -2px;

}


.projectSlider{
	width:940px;
}


.videoHolder{
	margin: 0 auto;
	width:940px;
}


.singleDetails{
	margin-top:30px;
}


.singleDetails h1{
	font-size:16px;
	margin-bottom:10px;
	color:#242424;
	text-transform:uppercase;
	
}

a.launch {
	margin-top:20px;
	display:inline-block;
}


.allWorks{
	padding-bottom:10px;
	padding-top:100px;
	background:#ffffff;
}


.allWorks a{
	display:inline-block;
}


/*End portfolio section*/


/*Flickr section*/

/*-- Flickr --*/
.widget_flickr {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0px 0;
	list-style: none;
	overflow: hidden;
}
.widget_flickr .flickr_badge_image { 
	float:left;
	display:inline-block;
	margin:0 0 3px 3px!important;
	width:71px!important;
	height:71px!important;
	position:relative;
}
.widget_flickr .flickr_badge_image a,
.widget_flickr .flickr_badge_image img { 
	display:block!important;
	width:71px!important;
	height:71px!important;
}
.widget_flickr .flickr_badge_image .flickr_fadder {
	width:71px;
	height:71px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-color:#3d3d3d;
	opacity: 0.6; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;	
}
.left-sidebar-block .widget_flickr .flickr_badge_image .flickr_fadder,
.right-sidebar-block .widget_flickr .flickr_badge_image .flickr_fadder {
	background:#ffffff;
}

.widget_flickr .flickr_badge_image:hover .flickr_fadder {
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.widget_flickr .flickr_badge_image .flickr_wrapper {
	border:6px solid;
	position:absolute;
	left:0px;
	top:0px;
	width:59px!important;
	height:59px!important;
	display:block;
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;
}
@media only screen and (min-width: 1200px) {
	.widget_flickr .flickr_badge_image,
	.widget_flickr .flickr_badge_image a,
	.widget_flickr .flickr_badge_image img,
	.widget_flickr .flickr_badge_image .flickr_fadder { 	
		width:88px!important;
		height:88px!important;
	}
	.widget_flickr .flickr_badge_image .flickr_wrapper {
		width:76px!important;
		height:76px!important;
	}	
}
.widget_flickr .flickr_badge_image:hover .flickr_wrapper {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/*End Flickr section*/


/*Blog section*/

.blogLatest{
/*	margin-top:40px;
*/	display: inline-block;
	
}

.blogLatest .post{
	margin-bottom:40px;
}


.blogLatest .post:last-child{
	margin-bottom:0;
}


.blogLatest .postMedia,  .blogLatest .postDetails{
	float:left;
	width:450px;
}


.postMedia, .imgPost {
    position: relative;
}


.postCount.short {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 130px;
    width: 100%;
}


.postCount.short h3 {
    color: #242424;
    font-size: 13px;
    margin-bottom: 5px;
	background:#00afcb;
	display:inline;
	padding:10px 20px;
}


.postCount.short h3 i{
	margin-right:5px;
}


.postDetails {
    border-left:none;
	border-top:1px solid #ebeaea;
	border-right:1px solid #ebeaea;
	border-bottom:1px solid #ebeaea;
    min-height: 270px;
    padding: 36px 25px 25px;
    text-align: left;
}


.postDetails h1, .postTitle h1 {
    font-size: 18px;
    margin-bottom: 3px;
	color:#242424;
}


.postDetails h1 a, .postTitle a {
    color: #242424;
}


.postMeta {
    font-size: 12px;
    margin-bottom: 10px;
}


.postMeta a {
    color: #242424;
	
}

.postMeta a:hover {
    color: #00afcb;
	
}


.postDetails .more{
	margin-top:20px;
}

.postDetails .more a{
	color:#242424;
	text-transform:uppercase;
}


.postDetails .more a:hover{
	color:#00afcb;

}


.postLarge, .postSingle, .sidebar {
    position: relative;
 	margin-top: 50px;
	margin-bottom: 70px;
}

.postLarge:last-child{
	margin-bottom: 0;
}


.postContent {
    margin-top: 30px;
}

.postTitle{
    margin-bottom: 20px;
}


.postTitle{
	margin-bottom:20px;
	
}


.postMedia{
	margin-bottom:15px !important;
}

.postContent p {
    color: #999999;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}


.postContent .more{
	margin-top:30px;

}


.pagination {
    position: relative;
    text-align: center;
}

.pagination ul li {
    display: inline-block;

}

.pagination ul li a, .pagination ul li span {
	color:#242424;
	border: 1px solid #242424;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 32px;
    width: 35px;
	cursor:pointer;
	
	margin-right:5px;
}


.pagination ul li a.selected {
	color:#ffffff;
	background:#242424;
}





.postSingle p, .postSingle blockquote{
	margin-bottom:10px;
}


.postSingle blockquote{
	font-size:16px;
	line-height:25px;
	color:#242424;
}


.tagsSingle {
	margin-top:30px;
}

.tagsSingle h4 {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
	color:#242424;
}

.tagsListSingle li{
	display:inline-block;
}


.tagsListSingle li a{
	
	background:#00afcb;
    color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
	font-size:11px;

}


.comments h2, .respond h2{
	font-size: 18px;
	color: #242424;
}



.entriesContainer {
    margin-top: 40px;
}


.commentContent {
    margin-bottom: 15px;
    margin-left: 50px;
}


.commentContent p.expert {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
}


.comments .img {
    border: 2px solid #efefef;
    color: #efefef;
    float: left;
    height: 35px;
    line-height: 31px;
    margin-top: 5px;
    text-align: center;
    width: 35px;

}


.comment {
    padding: 5px 0px 32px;
    position: relative;
}


.comment.children {
    margin-top: 30px;
}


.comments a {
	display:inline-block;
}

.author a{
	color:#242424;
}


.comments .replys {
    margin-left: 40px;
}


.comments .replys.children {
    margin-left: 80px;
}


.comments .reply-btn {
    float: right;
}


.comments .reply-btn a {
    color: #242424;
    display: inline-block;
    font-size: 13px;
    padding: 8px 12px;
	text-transform:uppercase;
	
}


.commentContent .date a {
    color: #00afcb;
    font-size: 11px;
	display: inline-block;
}



.respond {
    margin-top: 50px;
}

.replyForm {
    margin-top: 50px;
}

.replyForm input[type="text"], .replyForm textarea {
    font-size: 13px;
    margin: 0 0 14px;
    outline: 0 none;
    padding: 12px 10px;
    resize: none;
    width: 65%;
	border:1px solid #f2f2f1;
	color: #242424;
	border-bottom:1px solid #F3F3F3;
	border-left:none;
	border-top:none;
	border-right:none;
	
}

.replyForm textarea {
    width: 97.4%;
	color: #242424;
	overflow:hidden;
}



 .replyForm #submit  {
    display: inline-block;
	cursor: pointer;
	margin-top:20px;
}


.widget{
	margin-bottom:40px;
}


.widget:last-child{
	margin-bottom:0;
}


.widget h2{
	margin-bottom:20px;
	color:#999999;
	font-size: 16px;
}

.searchForm{
	position:relative;
	margin-top:63px;
}

.searchForm input[type="text"]{
    border:none;
    padding: 12px 10px;
	font-size: 13px;
    width: 100%;
	background: #ffffff;
    color: #242424;
	border-bottom:1px solid #F3F3F3;
	border-left:none;
	border-top:none;
	border-right:none;
}


.searchForm  .submitSearch {
    border: medium none;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 15px;
	color:#00afcb;
	background: #ffffff;
}


.catList li, .catArchives li, .meta li {
    line-height: 30px;
}




.catList li a,  .meta li a, .catArchives li a {
    color: #242424;
}

.catArchives li a,.meta abbr {
    color: #00afcb;
}

.catList li span.countCat {
    color:#00afcb;
	font-size: 12px;
}


.tagsList li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
}


.tagsList li a {
    
    color: #242424;
    display: inline-block;
    padding: 6px 10px;
	border:1px solid #242424;
	font-size:11px;
}



.meta abbr {
    border-bottom: 1px dotted #999999;
    cursor: help;
}




/*End blog section*/


/*Contact section*/

.g-recaptcha{
	padding-top:3em;
}

.contactContent{
	position:static;
}

.ctFormHolder{
	background: url(../images/parallaxBg/parallax3.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 580px;
	background-color:#fafafa;
	margin-top:65px;
}



.overlay{
    background: rgba(36, 36, 36, 0.9);
	min-height: 580px;
	padding-bottom: 80px;
	padding-top: 100px;
}

.overlay-min{
    background: rgba(36, 36, 36, 0.9);
	min-height: 200px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.contactForm {
    text-align: left;
}


.contactForm {
    margin: 0px auto 10px;
    width: 500px;
}


.contactForm input[type="text"], .contactForm input[type="email"],.contactForm textarea {
    background:rgba(0, 0, 0, 0);
    border-bottom: 1px solid #444444;
	border-left: none;
	border-right: none;
	border-top: none;
    color: #fafafa;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
}


.contactForm input[type="text"]{
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    width: 480px;
	background:rgba(0, 0, 0, 0);
}


.contactForm textarea {
    font-size: 13px;
    height: 170px;
    margin-bottom: -5px;
    padding-top: 10px;
    width: 480px;
	resize: none;
	background:rgba(0, 0, 0, 0);
	overflow:hidden
}


.sBtn {
    text-align: center;
	margin-top:50px;
}


.contactForm #submit {
    border: 1px solid #444444;
    color: #fafafa;
    padding: 8px 18px;
	background:none;
	cursor:pointer;
	font-size:13px;
}


#success, #error {
    display: none;
    position: relative;
}


#success h2 {
    color: #00afcb;
    font-size: 11px;
    left: 50%;
    margin-left: -92px;
    position: absolute;
    top: 20px;
}


#error h2 {
    color: #CE3D3D;
    font-size: 11px;
    left: 50%;
    margin-left: -92px;
    position: absolute;
    top: 20px;
}


.errorForm {
    border-bottom: 1px solid #CE3D3D !important;
}

.contactInfo{
	background:#2D2D2D;
	padding:50px 0;
}

.tweetBar{
	background:#2D2D2D;
	padding:0px 0;
}

.darkBar{
	background: #111111;
	padding: 20px 0;
	width: auto;
}

.oneThirdBox{
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	/*width: 304px;*/
	float: left;
}

.oneThirdBoxFlickr{
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	/*width: 304px;*/
	float: left;
	border-style: solid;
	border-width: 1px;
}

.oneThirdBoxRight{
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	/*width: 304px;*/
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #6C6A6A;
}

.oneThirdBox h4{
	font-size: 18px;
	line-height: 26px;
}

.oneThirdBoxRight h3{
	font-size: 24px;
	line-height: 30px;
	color: #BDBBBB;	
}
	
.info .ico i {
    background:#2D2D2D;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 30px;
}



.info p {
    color: #8a8a8a;
    font-size: 18px;
    margin-top: 25px;
}

.info a:link {
    color: #8a8a8a;
}

.info a:visited {
    color: #8a8a8a;
}


/*End contact section*/




/*Footer*/

.footerholder {
    background: #242424;
    color: #444444;
    font-size: 12px;
    padding: 40px 0;
	text-align:center;
}

.footerholder p {
    margin-top: 10px;
	
}

.brand {
   /* color: #00afcb;*/
   color: #8a8a8a;
    
}

.socialsFooter li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.socialsFooter a {
    border: 3px solid #8a8a8a;
    color: #8a8a8a;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.socialsFooter a:visited{
	border: 3px solid #ffffff;
    color: #ffffff;
}

.socialsFooter li i {
    line-height: 35px;
}

/*End footer*/







/*-------------------------------------------------------------------------*/

/* Media queries */


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#loaderInner {background-position: 50% center;}
	.mainSlider .slides li, .wwdContent, .facts, .ctFormHolder{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .flex-control-nav, .projectSlider .flex-control-nav {opacity:1 !important;bottom: 50px !important;}
	.postSlider .flex-control-nav {opacity:1 !important;bottom: 15px !important;}
	.sellBtn {  background-color: #4CAF50; /* Green */  border: none;  color: white;  margin-top: 2px;  margin-bottom:0px;  border-radius: 5px;  padding: 15px 16px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  transition-duration: 0.4s; -webkit-appearance: none;}
	.sellBtn:hover { background-color: #e1b24f; color: white;}
}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#loaderInner {background-position: 50% center;}
	nav#mainNav li a{padding:20px 10px;}
	.switchedHeader nav#mainNav li a.active:after{margin-right:5px;}
	.mainSlider .slides li{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .flex-control-nav, .projectSlider .flex-control-nav {opacity:1 !important;bottom: 50px !important;}
	.postSlider .flex-control-nav {opacity:1 !important;bottom: -125px !important;}

	.bigTitle h1{font-size:115px;padding-bottom: 34px;padding-top: 29px;}
	.tImg img, .tImg{width:220px;height:220px;}
	.srvDet{width:140px;}
	.testimonials .testiSlider{width:700px;}
	.testiDetails .td blockquote{font-size:17px;}
	.planPrice h1 {font-size: 58px;}
	.clientSlider{width:700px;}
	.blogLatest .postMedia, .blogLatest .postDetails{width:374px;}
	.imgPost img, .postSlider .slides li img {height:284px;}
	.postCount.short{top:140px;}
	.media, .postSlider, .videoWrapper iframe{height:125px;}
	.videoHolder, .projectSlider {margin: 0 auto;width: 768px;}
	.postInfo, .postBody {padding: 10px 9px;}
	.sellBtn {  background-color: #4CAF50; /* Green */  border: none;  color: white;  margin-top: 2px;  margin-bottom:0px;  border-radius: 5px;  padding: 15px 16px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  transition-duration: 0.4s; -webkit-appearance: none;}
.sellBtn:hover { background-color: #e1b24f; color: white;}
	
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	#loaderInner {background-position: 50% center;}
	.mainSlider .slides li{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .flex-control-nav, .projectSlider .flex-control-nav {opacity:1 !important;bottom: 20px !important;}	
	.mainHeader{background-color: rgba(255, 255, 255, 0.97) !important;}
	.logo h1{color: #242424;}
	.logo, nav#mainNav{float:none;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:25px;}
	nav#mainNav li{float:none; display:block;}
	.switchedHeader nav#mainNav li a.active:after{margin-right: -5px !important;top: 2px !important;}
	.topSocials{display:none;}
	nav#mainNav li a{padding:3px 0px;display:inline-block;color:#999999;}
	.mobileBtn{display: inline-block;float: right;margin-right: 10px;margin-top: -61px;position: relative;}
	.caption h1{font-size:40px;}
	.caption p{margin-top:15px;}
	.bigTitle h1 {padding-bottom: 13px;padding-top: 11px;font-size:60px;}
	.expertise img{width: 30%;}
	.container .expertise, .container .teamSingle, .container .plan{margin-bottom:50px;}
	.srvDet{width:370px;margin-bottom:30px;}
	.servicesContent, .container .plan:last-child, .container .info:last-child, .container .teamSingle:last-child{margin-bottom:0;}
	.testimonials .testiSlider{width:400px;}
	.thumbs li img{width:66px;height:60px;}
	.testiDetails .td blockquote{margin-top:40px;}
	.testiDetails .td h3:after{top:155px;}
	.clientSlider{width:430px;margin:40px 0 0 0px;}
	.clientSlider li {width: 145px !important;}
	.clientSlider li i {font-size: 75px;}
	.container .item {margin-bottom: 20px;}
	ul#category li {display: block;margin-bottom:10px;}
	.item{width:100%;}
	.item a .desc {width: 76.3%;}
	.item a .desc h3{margin-top:80px;}
	.blogLatest .postMedia, .blogLatest .postDetails{float:none;width:420px;}
	.blogLatest .postDetails{border-left:1px solid #EBEAEA;}
	.extra .projNav ul{float:none !important;margin-top:10px;}
	.videoHolder, .projectSlider {width: 420px;}
	.contactForm{width:420px;}
	.contactForm input[type="text"], .contactForm textarea{width:420px;}
	.container .info{margin-bottom:40px;}

	.media { height: auto;}
	.videoWrapper iframe{height:250px;}
	.videoHolder iframe{height:250px;}
	.singleOffset {margin-top: 140px;}
	.blogSingle.singleOffset {margin-top: 100px;}
	.searchForm input[type="text"]{width:96.4%;}
	.searchForm .submitSearch{right:30px;}

	.oneThirdBox{width:400px;}
	.oneThirdBoxFlickr{width:400px;}
	.oneThirdBoxRight{width:400px;}
	.sellBtn {  background-color: #4CAF50; /* Green */  border: none;  color: white;  margin-top: 2px;  margin-bottom:0px;  border-radius: 5px;  padding: 15px 16px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  transition-duration: 0.4s; -webkit-appearance: none;}
.sellBtn:hover { background-color: #e1b24f; color: white;}
	
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	#loaderInner {background-position: 50% center;}
	.mainSlider .slides li{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .flex-control-nav {opacity:1 !important;bottom: 50px !important;}
	.projectSlider .flex-control-nav {opacity:1 !important;bottom: 20px !important;}
	.postSlider .flex-control-nav {opacity:1 !important;bottom: 15px !important;}
	.mainHeader{background-color: rgba(255, 255, 255, 0.97) !important;}
	.logo h1{color: #242424;}
	.logo h1 span{color:#d0a068 ;}
	.logo, nav#mainNav{float:none;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:25px;}
	nav#mainNav li{float:none; display:block;} 
	
	.topSocials{display:none;}
	nav#mainNav li a{padding:1px 10px;display:inline-block;color:#999999;}
	.mobileBtn{display: inline-block;float: right;margin-right: 2px;margin-top: -61px;position: relative;}

	.switchedHeader nav#mainNav li a.active:after {content: "";}
	
	.caption h1{font-size:25px;}
	.caption p{margin-top:5px;font-size:16px;}
	.bigTitle h1 {font-size: 44px;padding-bottom: 7px;padding-top: 5px;}
	.container .expertise, .container .teamSingle, .container .plan{margin-bottom:50px;}
	.container .teamSingle:last-child, .servicesContent, .container .plan:last-child{margin-bottom:0;}
	.srvDet{width:240px;margin-bottom: 30px;}
	
	.thumbs li {margin-bottom: 10px;margin-right:0;}   /*	.thumbs li {display: block;margin-bottom: 10px;margin-right:0;}*/
	.testiDetails .td h3:after{top:175px;}
	.clientSlider{width:280px;margin:40px 0 0 0px;}
	.clientSlider li {width: 227px !important;}
	.blogLatest .postMedia, .blogLatest .postDetails{width:300px;}
	.blogLatest .postDetails{border-left:1px solid #EBEAEA;}
	.imgPost img, .postSlider .slides li img {height:250px;}
	.clientSlider li i {font-size: 75px;}
	ul#category li {display: block;margin-bottom:10px;}
	.item{width:100%;}
	.extra .projNav ul{float:none !important;margin-top:10px;}
	.videoHolder, .projectSlider {width: 300px;}
	.videoHolder iframe{height:200px;}
	
	
	.contactForm{width:300px;}
	.contactForm input[type="text"], .contactForm textarea{width:300px;}
	.container .info{margin-bottom:40px;}
	
	.singleOffset {margin-top: 140px;}
	.blogSingle.singleOffset {margin-top: 100px;}
	.postTitle h1, .postTitle h1 a, .commentscountTitle h1, .respondTitle h1{font-size:19px;}
	.tagsSingle h4{float:none;}
	.tagsListSingle{margin-top:10px;}
	.tagsListSingle li{margin-bottom:5px;}
	.sellBtn {  background-color: #4CAF50; border: none;  color: white;  margin-top: 2px;  margin-bottom:0px;  border-radius: 5px;  padding: 15px 16px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;  transition-duration: 0.4s; -webkit-appearance: none;}
.sellBtn:hover { background-color: #e1b24f; color: white;}

}

@media only screen and (max-width:320px) and (orientation:landscape) {
	.oneThirdBox{width:600px;}
	.oneThirdBoxFlickr{width:600px;}
	.oneThirdBoxRight{width:600px;}
}


/* Widget Footer max-width:320 */
@media only screen and (max-width:320px) {
	.oneThirdBox{width:280px;}
	.oneThirdBoxFlickr{width:280px;}
	.oneThirdBoxRight{width:280px;}
}

/* Widget Footer max-width:667 */
@media only screen and (max-width:667px) {
	.oneThirdBox{width:300px;}
	.oneThirdBoxFlickr{width:300px;}
	.oneThirdBoxRight{width:300px;}
}

/* Widget Footer min-width:1020 */
@media only screen and (min-width:1020px) {
	.oneThirdBox{width:300px;}
	.oneThirdBoxFlickr{width:300px;}
	.oneThirdBoxRight{width:300px;}
}


/*End media queries*/
/*-------------------------------------------------------------------------*/
