/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/*-------------------*/
/*     columns    */
/*-------------------*/

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}


/*-----------------------------------*/
/*  Less Space Bitween Columns     */
/*-----------------------------------*/

.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}
.last {
	margin-right: 0 !important;
}


/*------------------------*/
/*        Header     */
/*------------------------*/

/* Logo */
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-top: 0px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo12.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

.slidermar28 {
	padding-top: 75px;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #fff;
	color: #999;
	font-size: 12px;
	position: relative;
	z-index: 9999;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	padding: 10px 0px 0px 0px;
}
.top_nav b {
	color: #59abe3;
	font-weight: 500;
}
.top_nav a {
	color: #fff;
	font-weight: normal;
	background: #59abe3;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	margin-left: 18px;
	transition: all 0.3s ease;
}
.top_nav a:hover {
	background: #272727;
}




.sectitle h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:27px;
	margin-bottom:33px;
}
.sectitle h1 b {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
	line-height: 25px;
	text-transform:uppercase;
	font-weight: 300;
}
.sectitle.dark h1 {
	color:#272727;
}
.sectitle.dark h1 b {
	color: #272727;
}


/*-----------------------
   FEATURE SECTIONS
-------------------------*/
/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	background:#59abe3;
	padding: 63px 0px 75px 0px;	
}
.feature_section1 .one_third_less {
	float: left;
	width: 374px;
	padding: 0;
	margin-right: 24px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.feature_section1 .one_third_less i {
	font-size:13px;
}
.feature_section1 .one_third_less .left {
	position: absolute;
	float: left;
	width:  189px;
	padding: 32px 35px 25px 25px;
	height:280px;
	text-align: left;
	background: url(../images/r-shadow.png) no-repeat right top;
}
.feature_section1 .one_third_less .left h4 {
	line-height: 27px;
	margin-bottom: 13px;
	text-transform: uppercase;
	color:#272727;
	font-weight:bold; 
}
.feature_section1 .one_third_less .left a {
	float: left;
	color: #59abe3;
	font-size: 11px;
	margin-top: 22px;
	text-transform:uppercase;
}
.feature_section1 .one_third_less .left a:hover {
	color: #404040;
}
.feature_section1 .one_third_less .right {
	float: right;
	width: 200px;
	height: 280px;
}
.feature_section1 .one_third_less .right.one {
	background:url(../images/site-img196.jpg) no-repeat left top;
}
.feature_section1 .one_third_less .right.two {
	background:url(../images/site-img197.jpg) no-repeat left top;
}
.feature_section1 .one_third_less .right.three {
	background:url(../images/site-img198.jpg) no-repeat left top;
}

/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 63px 0px 70px 0px;	
}
.feature_section2 .one_fourth {
	padding:20px 25px;
	border:solid 2px #fff;
	transition: all 0.3s ease;
}
.feature_section2 .one_fourth:hover, .one_fourth.active  {
	border:solid 2px #999999;
}
.feature_section2 .circleimg img {
	margin:0px 0px 20px 0px;
	border-radius: 100%;
	width: 100%;
}
.feature_section2 h4 {
	color:#727272;
	text-transform:uppercase;
	font-size:16px;
	line-height:21px;
	font-weight:500;
	width: 75%;
	margin: 0 auto;
}

/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	background:#eee url(../images/bg-image35.jpg) repeat-y center top;
	text-align: center;
	padding:80px 0px 85px 0px;
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	padding: 85px 0px 70px 0px;
	text-align: center;
}
.feature_section4 .box {
	width: 100%;
	position: relative;
}
.feature_section4 .box-cnt {
	width: 100%;
	height: auto;
}
.feature_section4 .box-cnt img {
	width: 100%;
	height: auto;
}
.feature_section4 .box-details {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background-color: rgba(89,171,227,1);
	width: 100%;
	height: 100px;
	overflow: hidden;
	transition: height 450ms;
	-moz-transition: height 450ms;
	-webkit-transition: height 450ms;
}
.feature_section4 .box:hover .box-details, .feature_section4 .box.active .box-details {
	height: 220px;
	background-color: rgba(89,171,227,0.9);
}
.feature_section4 .box.active .box-details h5 {
	padding-top: 35px;
}
.feature_section4 .box.active .box-details .hline {
	visibility: visible;
}
.feature_section4 .box:hover .box-details h5 {
	padding-top: 35px;
}
.feature_section4 .box:hover .hline {
	visibility: visible;
}
.feature_section4 .box-details h5 {
	color: #fff;
	font-weight: 600;
	padding-top: 27px;
	line-height: 21px;
	transition: all 0.3s ease;
}
.feature_section4 .box-details h5 em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	display: block;
}
.feature_section4 .box-details .hline {
	width: 80px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	visibility: hidden;
}
.feature_section4 .box-details p {
	color: #fff;
	width: 77%;
	margin: 0 auto;
	padding-top: 21px;
	padding-bottom: 30px;
	line-height: 18px;
}
.feature_section4 .box-details a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 9px 20px;
	transition: all 0.3s ease;
}
.feature_section4 .box-details a:hover {
	color: #393939;
	background: #fff;
}


/* features_section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 160px 0px 200px 0px;
	background: url(../images/bg-image36.jpg) no-repeat center top;
}
.feature_section5 .content{
	width:48%;
	float:right;
	text-align:left;
}
.feature_section5 h1 {	
	color:#272727;
	text-transform:uppercase;
	font-size:45px;
	margin-bottom:20px;
}
.feature_section5 h5 {	
	color:#727272;
	text-transform:none;
	font-size:27px;
	line-height:35px;
}
.feature_section5 i {
	border:solid 2px #59abe3;
	border-radius:100%;
	width:54px;
	height:54px;
	max-height:54px;
	font-size:42px;
	color:#59abe3;
	padding-top:4px;
	text-align:center;
	float:left;
	position:relative;
	display:block;
	margin-top:28px;
}
.feature_section5 h2 {
	color:#59abe3;
	text-transform:uppercase;
	font-size:45px;
	float:left;
	padding-top:8px;
	padding-left:20px;
	margin-top:28px;
}


/* features_section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	text-align:left;
	padding: 90px 0px 61px 0px;
}
.feature_section6 .item {
	border: 1px solid #eee;
	text-align: center;
}
.feature_section6 .item h5 {
	margin-top: 40px;
	margin-bottom: 5px;
}
.feature_section6 .item i {
	color: #33cc33;
	font-size: 11px;
	margin: 0 1px;
}
.feature_section6 .item p {
	width: 80%;
	margin: 25px auto 50px auto;
}

.feature_section6 .item .who {
	width: 100%;
	padding: 22px 0px 25px 0px;
	background: #f3f3f3;
	text-align: left;
}
.feature_section6 .item .who img {
	float: left;
	margin-right: 16px;
	margin-left: 34%;
	border-radius: 100%;
}
.feature_section6 .item .who strong {
	color: #454545;
	font-weight: 600;
	line-height: 14px;
}
.feature_section6 .item .who strong em {
	color: #727272;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	display: block;
}


/* features_section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	text-align: left;
	padding: 70px 0px 30px 0px;
	background: #59abe3;
}
.feature_section7 a.butt {
	float: right;
	color: #272727;
	font-size: 14px;
	text-transform: uppercase;
	background: #fff;
	padding: 16px 35px;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section7 a.butt:hover {
	color: #fff;
	background: #272727;
}


/*------------------
 FOOTER STYLES
--------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	background: #272727;
	color: #fff;
	font-size: 13px;
	text-align:left;
}

.footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:normal;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #999;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #999;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}


/* twitter feeds */
.twitter_feeds_three {
	float: left;
	padding: 0px;
	margin: 9px 0px 0px 0px;
}
.twitter_feeds_three li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.twitter_feeds_three li.bhline {
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}
.twitter_feeds_three li a {
	color: #fff;
	transition: all 0.3s ease;
}
.twitter_feeds_three li a:hover {
	color: #999;
}
.twitter_feeds_three li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.twitter_feeds_three li em {
	float: left;
	font-size: 10px;
	font-style: normal;
	color: #727272;
}
.twitter_feeds_three li em a {
	color: #727272;
	transition: all 0.3s ease;
}
.twitter_feeds_three li em a:hover {
	color: #727272;
	text-decoration: underline;
}
.twitter_feeds_three li.bhline.two {
	border-bottom: 1px solid #e3e3e3;
}


/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 2px;
	border: 0px solid #999 !important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 70px 0px 0px 0px;
	width: 100%;
	color: #585858;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #1f1f1f;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #585858;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}

/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #303030;
	color: #6f6f71;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}
