#wrapper{ margin:0; padding:0;}
/*.logo h2:first-letter, #content h1.entry-title:first-letter{color:#0ec7ab;}*/
.logo h2:first-letter{font-size:38px; vertical-align:top;}
.last{  margin-right:0 !important;}
.site-aligner{ width:990px; margin:0 auto; padding:0;}
.header{padding:5px 0; background-color:#272727;}
.logo{ float:left; margin:-15px 0px 0px 0px; padding:0; color:#ffffff;}
.logo img{ width:300px;}
.logo h2{text-transform:uppercase;}
.logo h2 a { color: #ffffff; font-family: 'Scada',san-serif; font-size: 24px; font-weight: bold;}
.logo p{ font:12px arial;}
.site-nav{ margin:0; padding:10px 0 0 0; float:none; text-transform:capitalize; font:15px Roboto;}
.site-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.site-nav ul li{
	margin:0;
	padding:10px 2px 10px 0;
	float:left;
	border:none;
	}
.site-nav ul li a{ text-decoration:none;  text-transform: uppercase; padding:10px 15px; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; color:#ffffff;}
.site-nav li:hover a, .site-nav li.current_page_item a{
	background-color:#0ec7ab;
	color:#000000;
	-webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	}

/* ============= Search in Header============== */
#search_header {float:right;margin:5px 0px;}
#search_header  input[type="search"]{ border:1px solid #cccccc; width:300px; height:25px;}
#search_header input[type="submit"]{ border:none; background-color: #0ec7ab; color:#000000; height:25px; padding:0 10px; cursor:pointer;}

.header-search {
	float: none;
	padding: 0;
	position:relative;
	width: auto;
}

.header-search-form {
	display: block;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
	float: left;
	position: absolute;
	right: 40px;
	top: 0;
}

.header-search-form:hover {
	background-color: #0ec7ab;
}

.header-search-field {
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.header-search-field:focus {
	background-color: #fff;
	background-image: url(../images/search-icon-black.png);
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #aaa; /* browsers that don't support rgba */
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #3b3b3b;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
	cursor: text;
	outline: 0;
	width: 230px;
}
.header-search-form
.header-search-submit { 
display:none;
}

/* =============Search for page==================== */

/* =============Events button==================== */

.events {
	display: block;
	color: white;
	font-size:22px;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	width: 34px;
	height: 37px;
    margin: 0;
    padding: 0;
	float: left;
	position: absolute;
	right: 80px;
}

.events:hover {
	background-color: #0ec7ab;
}

.events:before {
	content:'\f073';
	font-family:'FontAwesome';
	margin-left: 7px;
	vertical-align: middle;
	
}

/* =============Login button==================== */

.login {
	display: block;
	color: white;
	font-size:25px;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	width: 34px;
	height: 37px;
    margin: 0;
    padding: 0;
	float: right;
}

.login:hover {
	background-color: #0ec7ab;
}

.login:before {
	content:'\f13e';
	font-family:'FontAwesome';
	margin-left: 9px;
	vertical-align: middle;
	
}

/* ============= @media start ============== */
@media screen and (min-width:991px) {
.site-nav ul li ul{
	display:none;
	width: 400px;
	position: absolute;
	z-index:99;
	padding-top: 36px;
	}
.site-nav ul li:hover ul{
	display:block;
	background: none;
	}
.site-nav ul li:hover ul li {
    width: 200px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #888888;
	}
.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 400px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    padding: 0;
	margin: 0;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
	padding: 0;
	margin: 0;
}
.site-nav ul li:hover ul li a{
	line-height:25px;
	text-align:left;
	text-transform:none;
	background:#6b6b6b;
	padding:5px 25px;
	border:none;
	color: #fff;
	}
.site-nav ul li:hover ul li a:hover{
	line-height:25px;
	text-align:left;
	background:#6b6b6b;
	color: #0ec7ab;
	padding:5px 25px;
	border:none;
	-webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	}

.site-nav ul li.current-menu-item ul li{position:relative; }
.site-nav ul li ul li, .site-nav ul li ul li a, .site-nav ul li.current-menu-item ul li, .site-nav ul li.current-menu-item ul li a { display:block; float:none;}

/*second level*/
.site-nav ul li:hover ul li ul, .site-nav ul li:hover ul li:hover ul li ul{display:none;}
.site-nav ul li:hover ul li:hover ul, .site-nav ul li:hover ul li:hover ul li:hover ul{display:block; position:absolute; left:220px; top:0;}

/*search*/
#seach_header {margin-top:-15px;margin-right: 2px;clear:both;}
#sitemain .search-form  input[type="search"]{border: 1px solid #cccccc; height: 25px;}
#sitemain .search-form  input[type="submit"]{background-color: #0ec7ab; border: medium none; color: #000000; cursor: pointer; height: 25px; padding: 0 10px;}

/*copyright*/
#copyright a{ color:#6d6d6d;padding:0px 0px 0px 0px;}

/*footer stiked to bottom*/
html, body {height:100%}
#wrapper {min-height:100%}
#footer {height:auto;margin-top:37px;}

#scrollup { position: fixed; opacity: 0.8; 
padding: 15px; 
background: #aaa;
border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
right: 10px;
bottom: 10px; 
display: none; 
cursor: pointer;
}
}/* ============= @media end ============== */

/*related articles*/
#related_articles{
	 margin: 10px 0;
	 float: left;
	 width: 100%;
     border-top: 1px solid #cccccc;
     padding: 35px 0px;}
#related_articles h3{color: #797979;font-weight: 100;text-transform: uppercase;}
#related_articles ul {width: 100%;}
#related_articles li {list-style: none;}
#cell{
	 height: auto;
	 box-shadow: #F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset;
	 float: left;
	 list-style: none;
	 margin: 1.5%;
	 padding: 5px;
	 text-align: center;
	 width: 180px;
	 overflow: hidden;
	 border: #F5F5F5 solid 1px;
	 border-top-left-radius: 10px;
	 border-top-right-radius: 10px;
	 border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;}
#cell a:hover {color: #C6C600;text-decoration:none;}
#cell a{color: #000000;text-decoration:none;font-size: 14px;}
#cell a img{max-width:157px;}
#related_articles li :hover{background-color: #f9f9f9;}
/* ============= @media end ============== */



#home_slider{ margin:0; padding:0;}
#sidebar aside.widget_search input[type='submit'], .wpcf7 input[type='submit'], .add-icon, .phone-icon, .mail-icon{background-color:#0ec7ab;}
.section-title, .team-title, .blog-post-repeat, #sidebar aside h3.widget-title{ border-bottom:1px solid #0ec7ab;}

/* ============= Featured Box ============== */
.feature-box-main{ padding:0; margin-top:50px;}
.feature-box{ width:200px; min-height:200px; margin:0; padding:0 41px 0 20px; float:right; background-color:#fff; border:none; color:#000000; transform:scale(1); transition:0.5s;}
.feature-box.big{ width:400px; height:auto; margin:0 0 0 25px; padding:0px 0px; float:left; background-color:#fff; border:none; color:#000000; transform:scale(1); transition:0.5s;}
.feature-box:hover{ transform:scale(1.05);}
.feature-box .feature-title{ margin:5px 0; text-transform:none; font:300 13px Roboto,san-serif; color:#000000;}
.feature-box .feature-content{ line-height:10px; margin-bottom:5px; font:100 12px Roboto,san-serif;}
.feature-box .feature-content p{ color:#000;}
.feature-box a{ color:#0ec7ab; font:12px Roboto;}
.feature-box .feature-title.big{ margin:10px 0; text-transform:none; font:300 15px Roboto; color:#000000;}

/* =========== Sections =========== */
section{ padding:20px 0;}
.latest-blog{ margin:40px;}
.section-title, .team-title{ padding-bottom:10px; text-transform:uppercase; text-align:center; margin-bottom:40px; font:100 18px Roboto,san-serif;}
.recent-post-title{ font:300 20px Roboto, sans-serif; margin:10px 0;}
.recent-post-title a{ color:#494949;}
.recent-post-title a:hover{ color:#0ec7ab;}
.recent-meta{ font:italic 12px Roboto; color:#737373; margin-bottom:10px;}
.latest-blog p{ line-height:20px; display:inline; color:#737373;font-size: 14px;}
.latest-blog p:first-of-type{ display:block;}

.latest-blog span a{
		color:#fff;
		display:inline;
		font:14px Roboto;
		display:block;
		padding-top:10px;
		}
		
.latest-blog img {
		height:auto;
		max-height:280px;
		width: 435px;
		opacity: 1;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
		}
		
.latest-blog img:hover {
		opacity: .6;
		}
		
.post_image_hover {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
		
.post_image_hover .caption {
	background-color: rgba(0,0,0,0.8);
	position: relative;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

.post_image_hover .simple-caption {
	height: 45px;
	width: 200px;
	display: block;
	left: -200px;
	bottom: -45px;
	line-height: 25pt;
	text-align: center;
}

.post_image_hover:hover .simple-caption {
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	opacity: 1;
	transform: translateX(100%);
}
		
span.error_msg{ color:#f30;}


/* ====================== Pages =============== */
#content{ padding:40px 0;}
#content h1.entry-title{ margin:60px 0 30px; padding:0; text-transform:uppercase; font:400 28px Roboto; color:#797979; }
#content h1.entry-title a{ color:#797979;}
#content .entry-content{ margin:0; padding-bottom:35px;}
#content .entry-content .social_buttons .uptolike-buttons {float:left;}
#content .entry-content p{ margin-bottom:10px; text-align: left; line-height: 24px;}
#content .entry-content #connect_us{padding-top:20px;color:#737373;clear:both;}
#content .entry-content #connect_us a{padding:5px;background: #0ec7ab none repeat scroll 0 0;border:1px solid #aaa;border-radius: 5px;color: white;}
#content .entry-content #connect_us a:hover{background: #fff;color: #0ec7ab;}
#content .entry-content .autor_posts_list{list-style: outside none none; color: #737373;margin-left:0px;}
#content .entry-content .autor_posts_list li{margin-top:5px; padding-left:15px;}
#content .entry-content ol{margin-left:20px; color: #737373; padding-left:30px; line-height: 24px;}
#content .entry-content ul{margin-left:20px; color: #737373; padding-left:30px; line-height: 24px;}
#sitemain .entry-contact p{margin-bottom: 10px;}
.member_info img.attachment-large{ width:100%; height: auto;}
.member_dtl h2{font:18px Roboto,san-serif;}
.member_dtl h3{font:300 15px Roboto,san-serif;}
.member_dtl a{color:#10c7ab;}
.services{ width:990px; margin:0 auto; padding:0;}
.service-box{ width:250px; margin:10px 35px 20px 0; float:left; background:#323232; border:solid 1px #ccc; box-shadow:0 5px 5px #999; padding:20px 25px 30px; font:300 15px/20px Roboto, sans-serif; color:#fff; border-radius:5px; text-align:center;}
.service-box .service-title{ font-size:20px; text-transform:uppercase; margin:15px 0;}
.service-box p{ margin-bottom:20px;}
.service-box .read {background:none repeat scroll 0 0 #fff; border-radius:5px; color:#000; font:300 14px/15px "Open Sans"; padding:7px 10px; text-align: center;}

/* ============== Blog ============= */
.content-left{ float:left; width:639px; margin:0; padding:0;}
.content-right{ float:right; width:639px; margin:0; padding:0;}
.sidebar_right {clear: right; float: right;}
.sidebar_left {clear: left; float: left;}
.blog-post-repeat{ padding:30px 0;}
.blog-post-repeat .blog-title{font:400 25px Roboto,san-serif; margin-top:15px;}
.blog-post-repeat .blog-title a{color:#0ec7ab;}
.postmeta{ margin:0; padding:0; color:#000000;}
.postmeta .post-date, .post-comment, .post-categories{ display:inline; color:#737373;}
.post-thumb{ margin:0; padding:0;}
.post-thumb img{ width:100%; height:auto;}
.blog-post-repeat .entry-summary p, .entry-content p{ margin:15px 0; font:16px/20px Roboto; color:#737373;}
.blog-post-repeat .entry-summary a, .entry-content a{color:#0ec7ab;}
p.read-more{ margin:0 !important;}
.blog-post-repeat:first-child{ padding-top:0 !important;}
.blog-post{ margin-top:60px;}

/* ================= Partner Button =============== */
p.partner a{margin-top:25px; padding:12px 36px; display: inline-block; color: #ffffff; outline: none; border-radius: 7px; background: #aaa;}
p.partner a:hover{color: white; background: #0ec7ab;}

/* ============= Sidebar ============== */
#sidebar {margin:67px 0 0; padding: 0; width: 281px;}
#sidebar aside{ margin:0 0 20px; padding:0;}
#sidebar aside.widget_search{padding:0;}
#sidebar aside.widget_search input[type="search"]{ border:1px solid #cccccc; height:26px;}
#sidebar aside.widget_search input[type="submit"]{ border:none; color:#ffffff; height:28px; padding:0 10px; cursor:pointer;}
#sidebar aside h3.widget-title{font:18px Roboto,san-serif; color:#0ec7ab; padding-bottom:5px; margin-bottom:10px;text-transform: uppercase;}
#sidebar aside ul{ margin:0 0 0 15px; padding:0;}
#sidebar aside ul li{ margin:0; padding:0 0 5px;}
#sidebar aside ul li a{ color:#373737;}

/* ============= Comment Form ============ */
h1.screen-reader-text{font:22px Roboto,san-serif;}
.site-nav-previous, .nav-previous{ float:left;}
.site-nav-previous a, .nav-previous a{padding:5px 19px; border-radius: 50px 0 0 50px;}
.site-nav-next, .nav-next{ float:right;}
.site-nav-next a, .nav-next a{ padding:5px 19px; border-radius: 0 50px 50px 0;}
h3#reply-title{font:100 18px Roboto,san-serif;margin-bottom:20px;color: #797979;text-transform: uppercase;}
#comments{ margin:30px 0 0; border-top:1px solid #cccccc;padding-top:35px;}
#comments .comments-title{font-weight: 100;text-transform:uppercase;color: #797979;}
#comments .must-log-in{color: #797979;}
#comments .fn {color: #737373;font-style: normal;}
#comments .comment-content p{color: #737373;}
nav#nav-below{ margin-top:15px;}
#nav-below a{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	outline: none;
	background: #0ec7ab;}
#nav-below a:hover{
	color: #0ec7ab;
	background: #fff;}
/*#nav-below a:active{padding: calc(.25em + 1px) .5em calc(.25em - 1px);
  border-color: rgba(14,199,171);
  background: #0ec7ab;}*/
p.form-submit input[type="submit"]{background-color:#0ec7ab;}
.date_right  {float: right;}


/* ============= Contact Page =========== */
div.wpcf7 {
    margin: 0;
    padding: 20px;
}
.wpcf7{ margin:30px 0 0; padding:0;}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"]{ width:40%; border:1px solid #cccccc; border-radius: 5px; box-shadow:inset 1px 1px 2px #ccc; height:35px; padding:0 15px; color:#797979; margin-bottom:0;}
.wpcf7 textarea{width:80%; border:1px solid #cccccc; border-radius: 5px; box-shadow:inset 1px 1px 2px #ccc; height:150px; color:#797979; margin-bottom:25px; font:12px Roboto; padding:10px; padding-right:0;}
.wpcf7 input[type="submit"]{
	width:auto;
	border: 1px solid #aaa;
	cursor:pointer;
	font:18px Roboto,san-serif;
	color:#ffffff;
	padding:5px 25px;
	border-radius:5px;
}
.wpcf7 input[type="submit"]:hover{
	color: #0ec7ab;
	background-color: #fff
}

/* ============ Footer ============== */
#footer{ background-color:#3b3b3b; padding:30px 0; color:#ffffff;}
#footer .widget-column{ width:21%; margin-right:50px; padding:0; float:left;}
#footer .widget-column h2{text-transform:uppercase; margin-bottom:15px; font:18px Roboto,san-serif; color:#e7e7e7;}
#footer .widget-column .add-icon {
	background-color: #0ec7ab;
	border-radius: 13px;
	float:left;
	font-size: 0.8rem;
	height: 25px;
	line-height: 1.4rem;
	margin-top:0;
	text-align: center;
	width: 25px;
}
#footer .widget-column .add-content{ float:right; margin:0; padding:0; width:82%; margin-top:5px;}
#footer .widget-column .phone-icon{ width:24px; height:24px; background-image:url(../images/call-icon.png); background-repeat:no-repeat; background-position: center center;float:left; border-radius:13px; margin-top:11px;}
#footer .widget-column .phone-content{ float:right; margin:0; padding:0; width:82%; margin-top:14px;}
#footer .widget-column .mail-icon {
	background-color: #0ec7ab;
	border-radius: 13px;
	float:left;
	font-size: 0.8rem;
	height: 25px;
	line-height: 1.4rem;
	margin-top:11px;
	text-align: center;
	width: 25px;
}
#footer .widget-column .mail-content{ float:right; margin:0; padding:0; width:82%; margin-top:14px;}
#footer .widget-column a{ color:#ffffff;}
#footer .widget-column ul{ margin:0 0 0 15px; padding:0;}
#footer .widget-column ul li{font:16px Roboto,san-serif; padding-bottom:15px}

.social{margin:0; padding:0;}
/* ======== Social Icons =========== */
.icon-button {
	background-color: white;
	border-radius: 2.5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0 2px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.5rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button.twitter {
	background-color: #4099ff;
}
.icon-button.facebook {
	background-color: #3B5998;
}
.icon-button.google-plus {
	background-color: #db5a3c;
}
.icon-button.linkedin {
	background-color: #0077b5;
}
.icon-button:hover span {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2.5rem;
	margin: -1.25rem;
}
.twitter span,
.facebook span,
.google-plus span,
.linkedin span {
	background-color: #ffffff;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	font-size:22px;
	left: 8px;
	line-height: 2.5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	z-index: 10;
}
.icon-button.fa.fa-twitter,
.icon-button.fa.fa-facebook,
.icon-button.fa.fa-google-plus,
.icon-button.fa.fa-linkedin {
	color: #ffffff;
}
.icon-button:hover .fa.fa-twitter{
	color:#4099ff;
}
.icon-button:hover .fa.fa-facebook{
	color:#3B5998;
}
.icon-button:hover .fa.fa-google-plus {
	color: #db5a3c;
}
.icon-button:hover .fa.fa-linkedin{
	color:#0077b5;
}
/* ===================================== */

#copyright{ background-color:#272727; padding:15px 0; color:#6d6d6d;}
#copyright a{ color:#6d6d6d;padding: 0px 10px;}


@media screen and (max-width:479px){
	.site-aligner{ width:95%; margin:0 auto;}
	.header{ padding-bottom:0;}
	.header .logo{ float:none; text-align:center;}
	.header .site-nav{ float:none;}
	.site-nav ul li{ float:none; padding:5px 2px 5px 0;}
	.site-nav ul li ul{ margin-left:30px;}
	.site-nav li:hover a, .site-nav li.current_page_item a{ background-color:transparent !important; color:#ffffff !important;}
	.site-nav li:hover ul li:hover, .site-nav li:hover ul li.current-page-item{ background-color:transparent !important;}
	.slide_info{ display:none;}
	.theme-default .nivo-directionNav a{ top:30px !important;}
	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth{
		width:300px !important;
		float:none !important;
		margin:0 auto 15px !important;}
	.latest-blog{ text-align:center; margin: 0 !important;}
	.last_column, .last{ float:none !important; margin-right:auto !important;}
	.contact .form-left, .contact .form-right{ width:100%; float:none;}
	.contact .form-right{ margin-top:0;}
	.contact .form-left input[type="text"], .contact .form-left input[type="tel"]{ width:100%; box-sizing:border-box;}
	.contact .form-right textarea{ width:100%; box-sizing:border-box;}
	.contact .form-right input[type="text"].cf_captcha{ width:auto;}
	#footer .widget-column{ width:80%; float:none; margin:0 auto 40px;}
	.left, .right{ float:none; width:100%; text-align:center;}
	.services{ width:90%; margin:0 auto;}
	.service-box{ float:none; display:block; margin:0 auto 30px;}
	#content h1.entry-title{ margin-bottom:30px;}
	.content-left, .content-right{ float:none; width:auto; margin:0; padding:0;}
	#sidebar{ width:auto;}
	.content_right, .sidebar_right{ float:none;}
	.entry-contact input[type="text"], .entry-contact input[type="tel"], .entry-contact textarea{ width:100%; box-sizing:border-box;}
	.entry-contact input[type="text"].cf_captcha{ width:auto;}
	.feature-box-main{ margin-top: 15px;}
	.feature-box{
		width:300px;
		min-height:auto;
		margin:0 auto 15px !important;
		float:none !important;
		transform:none;
		transition:none;
		box-sizing:border-box;
		margin-bottom:10px;
		padding: 0;
		}
	.feature-box:hover{ transform:none;}
	.feature-box .feature-title{ margin:15px 0; text-transform:uppercase; font:15px Roboto; color:#000000;}
	.feature-box.small{display:none;}
	.feature-box.big{width: 300px;}
}

@media screen and (min-width:480px) and (max-width:719px){
	.site-aligner{ width:95%; margin:0 auto;}
	.header{ padding-bottom:0;}
	.header .logo{ float:none; text-align:center;}
	.header .site-nav{ float:none;}
	.site-nav ul li{ float:none; padding:5px 2px 5px 0;}
	.site-nav ul li ul{ margin-left:30px;}
	.site-nav li:hover a, .site-nav li.current_page_item a{ background-color:transparent !important; color:#ffffff !important;}
	.site-nav li:hover ul li:hover, .site-nav li:hover ul li.current-page-item{ background-color:transparent !important;}
	.slide_info{ display:block;}
	.nivo-caption h1{ font-size:15px !important;}
	.nivo-caption p{ font-size:12px !important;}
	.nivo-caption{ top:18px; left:43px;}
	.theme-default .nivo-directionNav a{ top:60px !important;}
	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth{ width:300px !important; float:none !important; margin:0 auto 30px !important;}
	.latest-blog{ text-align:center;}
	.last_column, .last{ float:none !important; margin-right:auto !important;}
	.contact .form-left, .contact .form-right{ width:100%; float:none;}
	.contact .form-right{ margin-top:0;}
	.contact .form-left input[type="text"], .contact .form-left input[type="tel"]{ width:100%; box-sizing:border-box;}
	.contact .form-right textarea{ width:100%; box-sizing:border-box;}
	.contact .form-right input[type="text"].cf_captcha{ width:auto;}
	#footer .widget-column{ width:80%; float:none; margin:0 auto 40px;}
	.left, .right{ float:none; width:100%; text-align:center;}
	.services{ width:90%; margin:0 auto;}
	.service-box{ float:none; display:block; margin:0 auto 30px;}
	#content h1.entry-title{ margin-bottom:30px;}
	.content-left, .content-right{ float:none; width:auto; margin:0; padding:0;}
	#sidebar{ width:auto;}
	.content_right, .sidebar_right{ float:none;}
	.entry-contact input[type="text"], .entry-contact input[type="tel"], .entry-contact textarea{ width:100%; box-sizing:border-box;}
	.entry-contact input[type="text"].cf_captcha{ width:auto;}
	.feature-box-main{ margin-top: 20px;}
	.feature-box{ width:25%; min-height:auto; margin:0 auto 0 0 !important; float:right;}
	.feature-box:hover{ transform:none;}
	.feature-box .feature-title{ margin:15px 0; text-transform:none; font:100 13px Roboto,san-serif; color:#000000;}
	.feature-box.big{width:270px; margin-left:auto;}
	.feature-box.small{margin-right:auto; padding:0 0 0 10px !important;}
	.feature-box.small.cell3{display:none;}
	.feature-box.small.cell4{display:none;}
}

@media screen and (min-width:720px) and (max-width:989px){

	.site-aligner, .services{ width:95%; margin:0 auto;}
	.mobile_nav{ float:right; width:40%;}
	.site-nav{ clear:right; width:40%;}
	.site-nav ul li{ float:none; padding:5px 2px 5px 0;}
	.site-nav ul li ul{ margin-left:30px;}
	.site-nav li:hover a, .site-nav li.current_page_item a{ background-color:transparent !important; color:#ffffff !important;}
	.site-nav li:hover ul li:hover, .site-nav li:hover ul li.current-page-item{ background-color:transparent !important;}
	.theme-default .nivo-directionNav a{ top:37% !important;}
	.nivo-caption h1{ font-size:21px !important;}
	.nivo-caption p{ font-size:15px !important;}
	.nivo-caption{ left:7%; top:25%;}
	.latest-blog img{ height:auto;}
	.contact .form-right input[type="text"]{ width:auto;}
	#footer .widget-column{ margin-right:36px;}
	#content h1.entry-title{ margin-bottom:30px;}
	.one_third{ margin-right:2% !important;}
	.service-box{ width:23%; margin-right:25px;}
	.content-left, .content-right{ width:60%;}
	.sidebar_left{ width:35%;}
	#sidebar{ width:auto;}
	.feature-box-main{ margin-top: 25px;}
	.feature-box{ width:22%; margin:0 auto 0 0 !important; padding:auto !important;}
	.feature-box:hover{ transform:none;}
	.feature-box.big{width:32%;}
}

/** Language Select **/

.site_lang_selector{float:right; margin-top:15px; text-transform: uppercase;}
.site_lang_selector a{color: #ffffff;}
.site_lang_selector a:hover{color: #0ec7ab;}
.site_lang_selector li{display:inline;}
.site_lang_selector li a:active{color: #0ec7ab;}

/** Load More Posts Button **/

#load-more-posts a:link, #load-more-posts a:visited {
	display: block;
	text-align: center;
	color: #3b3b3b;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 15px 0px;
	margin-right: 35%;
    margin-left: 35%;
}

#load-more-posts a:before {
	content: "\f021";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 22px;
	padding: 0px 10px;
	color: #3b3b3b;
}

#load-more-posts a:hover, #load-more-posts a:active {
	color: #0ec7ab;
}

#load-more-posts a:hover:before {
	color: #0ec7ab;
}

/* Tagscloud styles */

.tagbox { 
	margin: 0;
	padding: 0;
	list-style: none;

}
.taglink  { 
	padding: 0;
}

.tagbox a, .tagbox a:visited, .tagbox a:active { 
	position: relative;
	display: inline-block;
	max-width: 100px;
	height: 28px;
	line-height: 28px;
	padding: 0 2.5em 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagbox span { 
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 2;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #0ec7ab;
	opacity: .5;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagbox a:hover { 
	background-color: #0ec7ab;
	border: 1px solid #aaa;
	color: #fff;
}
.tagbox a:hover span { 
	background-color: #fff;
	opacity: 1;
	color: #0ec7ab;
}

/* Subscribe footer form */

input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999;
}

.subscribe-form {
  position: relative;
  margin: 0 -20px -20px;
  padding: 15px;
  background: none;
}

.subscribe-input {
  padding: 0 16px;
  width: 100%;
  height: 35px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid #aaa; /* browsers that don't support rgba */
  border-radius: 6px;
  color: #3b3b3b;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.subscribe-input:focus {
  outline: 0;
}

.subscribe-submit {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-top: 5px;
  height: 35px;
  width: 45px;
  background: #60e160;
  border: 1px solid;
  border-color: #4c9d50 #4c9d50 #4c9d50 #55af5a;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font: 0/0 serif;
  color: transparent;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #44d3be, #10c7ab);
  background-image: -moz-linear-gradient(top, #44d3be, #10c7ab);
  background-image: -o-linear-gradient(top, #44d3be, #10c7ab);
  background-image: linear-gradient(to bottom, #44d3be, #10c7ab);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
  background: #0eb79d;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.subscribe-submit:before {
  content:'\f003';
  font-family:'FontAwesome';
  color: white;
  font-size: 20px;
}

.lt-ie9 .subscribe-input {
  line-height: 33px;
}