/*
	Theme Name: SonoCare
	Theme URI: http://sonocaremd.com/
	Description: Theme designed and programmed to SonoCare
	Version: 1.0
	Author: Aries Ideas (@AriesIdeas)
	Author URI: http://ariesideas.com
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*@import url('bootstrap-3.1.1/css/bootstrap.css');*/
/*@import url('bootstrap-3.1.1/css/change-bootstrap-navbar-collapse-breakpoint.css');*/


/* Import stylesheet */
/*@import url('css/iconbox.css');*/


*:focus {
    outline: 0;
}

body{
	background: #ffffff;
	padding-left:0px;
	padding-right:0px;
	color: #4a4a4a;
	/* padding-top:126px; */
	font-family: 'Roboto Condensed', sans-serif;
	/* background-image: url('imgs/bg-site-2.jpg'); */
	/* background-repeat:repeat; */
	font-size: 15px;
}

#inner_body {
	/* background-image: url('imgs/bg-site-1.jpg'); */
	/* background-repeat: repeat-x; */
	/* background-position: 0px 155px; */
}

#inner_body_1 {
/* background-image: url('imgs/bg-content.png'); */
/* background-repeat: repeat-y; */
/* background-position: top center; */
}


.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}


a {color: #205694;}

a:hover, a:focus {color: #ed1b24;text-decoration: underline;outline:none;}

h1, h2, h3, h4, h5 {
	
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 15px;
margin-bottom: 15px;
font-family: 'Roboto Condensed', sans-serif;
}

h4, .h4, h5, .h5, h6, .h6 {
margin-top: 15px;
margin-bottom: 15px;
font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0px 0px 1.4em;
}

.hr {
    border-top: 1px solid;
    width: 100%;
    vertical-align: middle;
}

.form-control {border-radius: 1px;border: 1px solid #e5e5e5;background-color: #FFF;height: 46px;-webkit-box-shadow: none;box-shadow: none;color: #777777;background-color: #fcfcfc;font-size: 15px;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaaaaa !important;
    /*font-style: italic;*/
    
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaaaaa  !important;
   /*font-style: italic;*/
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaaaaa  !important;
   /*font-style: italic;*/
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaaaaa  !important;
   /*font-style: italic;*/
}



textarea.form-control {
	height: 120px;
}

.form-control:focus {border-color: #01a292;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);}

.btn-default {color: #FFFFFF;background-color: #01a292;border-color: #01a292;border-radius: 1px;font-weight: normal;/* text-transform: uppercase; */border: none;}

.btn-default:hover {
   border-color: rgba(0, 0, 0, 0);
   background-color: #1c5a9e;
   color: #FDFDFD;
}

.btn-default1 {color: #205694;background-color: transparent;border-color: #205694;border-radius: 1px;font-weight: normal;/* text-transform: uppercase; *//* border: none; */}

.btn-default1:hover {
   border-color: rgba(0, 0, 0, 0);
   background-color: #205694;
   color: #FDFDFD;
}

.btn-md {
    font-size: 15px;
    padding: 10px 30px;
    min-width: 105px;
}

.btn-lg {
    font-size: 17px;
    padding: 13px 34px;
    min-width: 130px;
}

.btn-xl {
    font-size: 21px;
    padding: 14px 45px;
    font-weight: 600;
}

.alignleft {
	float:left;
	margin:8px 30px 10px 0;
}
.alignnone { margin: 1px 0 1px 0; }


.bgpositioncenter {
    background-position: center;
}

.bgfixed {
	background-attachment: fixed;
background-position: center center;
}


/* Fix Page Builder / Bootstrap */
.panel-grid-cell .panel {
background-color: rgba(0, 0, 0, 0);
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}


/* HEADER
-----------------------------------------------------------------------------*/
.home #container_top_header {
    /* position: absolute; */
    /* z-index: 25; */
    /* width: 100%; */
    /* top: 0px; */
}

#page_top {
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    background-color: #205694;
    /* padding: 4px 0px 8px; */
    /* letter-spacing: 0.5px; */
    /* background-image: url('imgs/bg-pagetop.jpg'); */
    background-repeat: repeat-x;
    background-position: center bottom;
    /* border-bottom: 2px solid #745574; */
}

.home #page_top {
    /* background-color: #205694; */
}

#page_top_inner {
    /* background-image: url(imgs/pattern1.png); */
    background-repeat: repeat;
    padding: 0px 0px 0px;
}

.top_section_1 h6 {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    /* letter-spacing: 0.3px; */
    border-right: 1px solid #888888;
    padding: 0px 16px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.top_section_1 h6:hover i {
    /* background-color: #E2184C; */
}

.top_section_1 h6:last-child {
    margin-right: 0px;
    border-right: none;
}

.top_section_1 h6 a {
	color: #333333;
	line-height: 26px;
}

.top_section_1 h6 a:hover {
    color: #01a292;
    text-decoration: none;
}

 .top_section_1 h6 .fa {
	color: #ffffff;
	margin-right: 5px;
	background-color: #01a292;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
}

.top_section_1 h6 .fa-mobile {
    font-size: 20px;
} 

.top_section_1 h6 .fa-envelope-o {
    font-size: 14px;
}


.top_section_1 button {
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.top_section_1 button .caret {
    color: #000000;
}

.top_section_1 ul.dropdown-menu {
    background-color: #007ac8;
    left: -20px;
    border-radius: 0px;
    min-width: 100px;
    top: 120%;
    width: 100px;
    text-align: left;
}


.top_section_1 ul.dropdown-menu li a {
    color: #ffffff;
    font-size: 13px;
    /* padding: 0px; */
}
.top_section_1 ul.dropdown-menu li a:hover {
    background-color: transparent;
}

#section_header header {
	/* background-image: url(imgs/bg-header.jpg); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom center; */
	/* height: 52px; */
	background-color: rgba(255, 255, 255, 0.81);
	/* position: fixed; */
	width: 100%;
	z-index: 10;
	/* top: 5px; */
	/*-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;*/
	padding-top: 7px;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed';
}

.page #section_header header {
/* border-bottom: 1px solid #ff0c29; */
/* margin-bottom: 15px; */
}

.home #section_header header {border-bottom: none;margin-bottom: 0px;background-color: transparent;}

#section_header .section_header_inner {
	/* background-image: url(imgs/bg-header.jpg); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom center; */
	/* padding-bottom: 6px; */
}

.navbar-header {
    /* width: 170px; */
    /* height: 20px; */
    float: left;
}

.header_info {
    float: right;
    padding: 18px 0px 8px 0px;
    color: #6d6258;
    font-size: 12px;
}

.header_info a.icons_social_media {
	-webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-ms-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out; 
	text-indent: -999px;	
    display: inline-block;
    overflow: hidden;    
	width: 43px;    
	height: 43px;
    background: url("imgs/sprite-social-media.png") top left no-repeat;  
	margin-left: 2px;
}

.header_info a.icons_social_media:hover {
	-webkit-transform: rotateY(360deg) translateY5px8px);
-moz-transform: rotateY(360deg) translateY(-5px);
-ms-transform: rotateY(360deg) translateY(-5px);
-o-transform: rotateY(360deg) translateY(-5px);
transform: rotateY(360deg) translateY(-5px);
}

.header_info a.social_facebook {   
    background-position: 0px 0px;
}

.header_info a.social_facebook:hover {
	/*background-position: 0px -48px;*/
}

.header_info a.social_twitter {    
    background-position: -48px 0px;	
}

.header_info a.social_twitter:hover {
	/*background-position: -48px -48px;	*/
}

.header_info a.social_linkedin {    
    background-position: -97px 0px;	
}

.header_info a.social_linkedin:hover {
	/*background-position: -97px -48px;	*/
}

.header_info a.social_pinterest {    
    background-position: -144px 0px;	
}

.header_info a.social_pinterest:hover {
	/*background-position: -144px -48px;*/	
}

.header_info a.social_youtube {      
    background-position: -104px -32px;	
}

.header_info a.social_youtube:hover {
	/*background-position: -104px 0px;	*/
}

.space_logo {
    width: 180px;
    display: inline-block;
    height: 20px;
}

.top_section_1 {display: inline-block;/* width: 60%; */text-align: right;margin-right: 0px;}

.top_section_1 h6 {margin: 0px;display: inline-block;font-size: 14px;color: #333333;margin-left: 0px;}

.top_section_2 h6 a {
	color: #ffffff;
	line-height: 30px;
}

.top_section_2 h6 a:hover {
    color: #ffc2c2;
    text-decoration: none;
}

.top_section_1 h6 .fa {/* color: #0370be; */}

.top_section_2 {
    display: inline-block;
    float: none;
    /* margin-right: 5px; */
    /* width: 38%; */
    text-align: right;
    padding-top: 0px;
}

#page_top .top_section_2 h6 {display: inline-block;margin: 0 30px 0 0;font-size: 13px;color: #FFF;font-weight: 400;/* letter-spacing: 0.3px; */}

.top_section_2 h6 .fa {
	color: #f84c96;
	margin-right: 5px;
	background-color: #ffffff;
	width: 26px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
	}

.top_section_2 button {
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}

.top_section_2 button .caret {
    color: #FFFFFF;
}

.top_section_2 ul.dropdown-menu {
    background-color: #8391A1;
    left: -15px;
    border-radius: 0px;
    min-width: 100px;
    top: 120%;
    width: 100px;
    text-align: left;
    border-color: #717F8D;
}


.top_section_2 ul.dropdown-menu li a {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
}
.top_section_2 ul.dropdown-menu li a:hover {
    background-color: transparent;
}


/* Social Links */

.top_section_2 a.isocial {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffd200;
    padding: 0px;
    /* float: left; */
    text-decoration: none;
    border-radius: 50%;
    margin-left: 3px;
    background-color: transparent!important;
}

.top_section_2 a.isocial:hover {
	color: #ffffff;
	background-color: transparent !important;
}

.top_section_2 a.isocial i {font-size: 17px;display: block;width: 26px;height: 26px;line-height: 26px;text-align: center;/*border-left: 1px solid #E4E4E4;*/}

.top_section_2 a.isocial:last-of-type i {
	/*border-right: 1px solid #E4E4E4;*/
}

.top_section_2 a.isocial_facebook { 
    background-color: #3B5A9B; 
} 

.top_section_2 a.isocial_facebook:hover { 
    background-color: #3B5A9B; 
} 
  
.top_section_2 a.isocial_twitter { 
    background-color: #63CDF1; 
} 

.top_section_2 a.isocial_twitter:hover { 
    background-color: #63CDF1; 
} 
  
.top_section_2 a.isocial_gplus { 
    background-color: #DB2814; 
} 

.top_section_2 a.isocial_gplus:hover { 
    background-color: #DB2814; 
} 
  
.top_section_2 a.isocial_dribbble-2 { 
    background-color: #EE5A91; 
} 

.top_section_2 a.isocial_dribbble-2:hover { 
    background-color: #EE5A91; 
} 
  
.top_section_2 a.isocial_linkedin { 
    background-color: #197697; 
} 


.top_section_2 a.isocial_linkedin:hover { 
    background-color: #197697; 
} 
  
.top_section_2 a.isocial_flickr { 
    background-color: #E6006C; 
} 

.top_section_2 a.isocial_flickr:hover { 
    background-color: #E6006C; 
} 
  
.top_section_2 a.isocial_tumblr { 
    background-color: #304E6C; 
} 

.top_section_2 a.isocial_tumblr:hover { 
    background-color: #304E6C; 
} 
  
.top_section_2 a.isocial_youtube { 
    background-color: #CF3427; 
} 

.top_section_2 a.isocial_youtube:hover { 
    background-color: #CF3427; 
} 
  

.top_section_2 a.isocial_vimeo-1 { 
    background-color: #63B4E4; 
} 

.top_section_2 a.isocial_vimeo-1:hover { 
    background-color: #63B4E4; 
} 
  
.top_section_2 a.isocial_vkontakte { 
    background-color: #54769A; 
} 

.top_section_2 a.isocial_vkontakte:hover { 
    background-color: #54769A; 
}
  
.top_section_2 a.isocial_skype { 
    background-color: #36C4F3; 
} 

.top_section_2 a.isocial_skype:hover { 
    background-color: #36C4F3; 
} 
  
.top_section_2 a.isocial_instagram { 
    background-color: #36C4F3; 
} 

.top_section_2 a.isocial_instagram:hover { 
    background-color: #36C4F3; 
} 
  
.top_section_2 a.isocial_pinterest { 
    background-color: #DF2025; 
} 

.top_section_2 a.isocial_pinterest:hover { 
    background-color: #DF2025; 
} 
  
.top_section_2 a.isocial_github { 
    background-color: #4284BF; 
} 

.top_section_2 a.isocial_github:hover { 
    background-color: #4284BF; 
} 
  
.top_section_2 a.isocial_renren { 
    background-color: #19477B; 
} 

.top_section_2 a.isocial_renren:hover { 
    background-color: #19477B; 
} 
  
.top_section_2 a.isocial_rss { 
    background-color: #F88B02; 
} 

.top_section_2 a.isocial_rss:hover { 
    background-color: #F88B02; 
}


div.logo{
	text-align: center;
	margin: 0px 0px 0px;
	float: left;
	height:auto;
	padding: 0px 0px 0px 15px;
	/* width: 185px; */
	float: none;
	/* position: absolute; */
	/* top: -49px; */
	/* z-index: 99; */
}

.navbar-collapse {
    /* clear: right; */	
    padding: 3px 5px 6px 0px;
	float:right;      
}


.nav-tablet-phone {
background-color: #333;
z-index: 10;
}


#menu-main-menu {
margin-top: 47px;
}

.navbar{	
	/* background-image: url(imgs/bg-header-1.jpg); */
	background-color: transparent;
	/* border-bottom: 1px solid #DDDDDD; */
	/* height: 112px; */
	/* background-size: cover; */
	/* background-position: center top; */
	/* background-repeat: repeat-x; */
	margin-bottom: 0px;
	border: none;
}


nav{
	/* height: 63px; */
	width: 100%;
	/*position: absolute;*/
	/* top: -62px; */
}

nav ul{
	margin:0px;
}
nav li {
	/* margin-top: 0px; */
	/* list-style: none; */
	/* display: inline-block; */	
}


.dropdown-menu li a {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}

.dropdown-menu li a:hover {
	color: #ff0c29;
	background-color: #F1F1F1;
	text-decoration: underline;
}

.nav .active > a{
	background: none;
}


.navbar .nav > li > a {
padding: 7px 0px 9px 14px;
text-decoration: none;
/*text-transform: uppercase;*/
line-height: 1.4;
margin-right: 14px;
/* display: table-caption; */
/* width: 102px; */
color: #3C3C3C;
font-weight: normal;
font-size: 15px;
/* text-shadow: 1px 1px 1px #000; */
}

.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
color: #ff0c29;
text-decoration: underline;
font-weight: normal;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
text-decoration: none;
color: #00ACE7;
border-left: 2px solid #00ACE7;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;	
    color: inherit !important;
}


.navbar .dropdown-menu{	
	/* border-left: none; */
	/* border-right: none; */
	/* border-bottom: none; */
	background-color: #F9F9F9;
	border-top: none;
	margin-top: 0px !important;
}

#nav_menu_user {
	display: block;padding-top: 30px;font-size: 13px;float: right;/* clear: right; */ 
	padding-bottom: 0px;  padding-left: 45px;
}

#nav_menu_user ul.nav {
	
}

#nav_menu_user ul.nav li {
	
}


#nav_menu_user ul.nav > li > a {
    margin: 0px;
    padding: 4px 9px 8px;
    font-size: 13px;
    margin-left: 5px;
}

#nav_menu_user ul.nav > li > a:focus, 
#nav_menu_user ul.nav > li > a:hover {
    color: #ff0c29;
    text-decoration: none;
}


.header_search {
    float: right;
    font-size: 0px;
    margin-right: 20px;
    margin-top: 9px;
}
.header_search input[type="text"] {
    display: inline-block;
    width: 237px;
    vertical-align: middle;
    height: 32px;
    font-size: 15px;
}
.header_search input[type="submit"] {
    display: inline-block;
    border: none;
    background: none;
    text-indent: -999px;
    width: 42px;
    height: 32px;
    background-color: #333333;
    background-image: url(imgs/btn-search.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.header_search input[type="submit"]:hover {
    background-color: #ee4990;
}


/* MAIN CONTENT
-----------------------------------------------------------------------------*/

.main-content {
	/*margin-left: 13px;*/
	line-height: 1.5;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.5;
}

section.blox > div.container > div.row > div {
	min-height:0px;
}


.container h1 {
	font-size: 41px;
	color: #444444;
	/* border-bottom: 1px solid; */
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0px 15px;
	line-height: 1.3;
}

.container h2 {font-size: 46px;/* color: #444444; *//* margin-bottom: 10px; */text-align: left;line-height: 1.1;font-weight: 400;margin: 0.1em 0px 0.5em;letter-spacing: -1px;}

.container h3 {
    /* color: #222; */
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0.1em 0px 0.3em;
    /* letter-spacing: -1px; */
}

.container h4 {
    font-size: 24px;
    font-weight: 400;
    color: #292929;
    line-height: 1.2;
    margin: 0.2em 0px 0.3em;
}

.container h4 strong {
    font-weight: 600;
}

.container h5 {
    font-size: 15px;
    font-weight: 600;
    /* color: #292929; */
    line-height: 21px;
    margin: 0.5em 0px 4px;
}


.panel-grid-cell h3.widget-title {color: #333333;font-size: 21px;letter-spacing: 0px;}


.bg-special-1 {
    background-position: center;
}


.featured-menu {
    background-color: #2aa3c2;
    background-image: url(imgs/pattern1.png);
    background-repeat: repeat;
    text-align: center;
}
.featured-menu ul {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}
.featured-menu ul li {
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    font-size: 21px;
    margin: 0px 0px 0px 0px;
}
.featured-menu ul li:hover {}
.featured-menu ul li a {
    color: #FFF;
    font-size: 21px;
    letter-spacing: 0px;
    padding: 23px 9px 23px;
    display: block;
}
.featured-menu ul li a:hover {
    background-color: #f22828;
    text-decoration: none;
}

.widget_simpleimage .simpleimage_design_1 {
    /* font-size: 14px; */
    position: relative;
    /* border: 1px solid #2caaca; */
}

.widget_simpleimage .simpleimage_design_1:before {
	content:' ';
	display:block;
	background-image: url('imgs/bg-featured-services-1.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 9;
	height: 100%;
}

.widget_simpleimage .simpleimage_design_1 .widget-title {
    font-size: 29px;
    color: #f84c96;
    /* background-color: #f6f6f6; */
    /* padding: 7px 9px; */
    position: absolute;
    z-index: 10;
    bottom: 11px;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    margin: 0px;
}

.widget_simpleimage .simpleimage_design_1 .widget-title a {
    color: #2caaca;
    text-decoration: none;
    display: block;
    padding: 7px 9px;
}

.widget_simpleimage .simpleimage_design_1 .widget-title a:hover {
    color: #333;
    /* text-decoration: underline; */
}

.widget_simpleimage .simpleimage_design_1
.view-more {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: 0px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    visibility: hidden;
    text-decoration: none;
}

.widget_simpleimage .simpleimage_design_1
.view-more i {
    display: block;
    font-size: 50px;
}

.widget_simpleimage .simpleimage_design_1:hover 
.view-more {
	display: inline-block;
	padding-top: 22%;
	visibility: visible;
	background-color: rgba(255, 243, 137, 0.7);
	height: 100%;
}

.widget_simpleimage .simpleimage_design_1 .simple-image {
  /* border: 1px solid #2caaca; */
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
  display: block;
  top: 0px;
}

.widget_simpleimage .simpleimage_design_1 .simple-image span {
    height: 238px;
    overflow: hidden;
    display: block;
    position: relative;
}

.widget_simpleimage .simpleimage_design_1 .simple-image img {width: 100%;height: auto;margin: auto;top: 0px;left: 0px;right: 0px;bottom: 0px;/* position: absolute; */-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.widget_simpleimage .simpleimage_design_1:hover:before {
    /* background: none; */
    /* background-color: rgba(44, 170, 202, 0.6); */
}

.widget_simpleimage .simpleimage_design_1:hover .widget-title a {
    color: #000;
}

.widget_simpleimage .simpleimage_design_1:hover .simple-image {
    /* background-color: #2caaca; */
}

.widget_simpleimage .simpleimage_design_1:hover .simple-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);

}

.widget_simpleimage .simpleimage_design_1 .more {
    margin-bottom: 20px;
    margin-top: 15px;
}

.widget_simpleimage .simpleimage_design_1 .more a {
    color: #FFF;  background-color: #7B4B87;  border-color: #7B4B87;  border-radius: 0px;  font-weight: bold;  text-transform: lowercase;
    text-decoration: none;
    display: inline-block;
    padding: 6px 13px;
    font-weight: normal;
    border: 1px solid #7B4B87;
}

.widget_simpleimage .simpleimage_design_1 .more a:hover {
    background-color: #ffffff;
    color: #7B4B87;
    border: 1px solid #7B4B87;
    font-weight: bold;
}


.icon-box {
    text-align:center;
    margin-bottom:20px;
    background-image: url(imgs/bg-marks-1.png);
    background-repeat: no-repeat;
    padding: 35px 12% 50px;
    position: relative;
}
.icon-box:after {content:'';display:block;position: absolute;background-image: url(imgs/bg-marks-2.png);background-repeat: no-repeat;width: 165px;height: 162px;bottom: 0px;right: 0px;}
.icon-box i {
    padding:30px;
    font-size:32px;
    background:#f2f2f2;
    border-radius:50%;
    margin-bottom:15px;
    cursor:default;
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.icon-box:hover i {
    color:#fff;
    background:#0093d0;
    -webkit-transform: rotateY(180deg) translateY(-8px);  -moz-transform: rotateY(180deg) translateY(-8px);  -ms-transform: rotateY(180deg) translateY(-8px);  -o-transform: rotateY(180deg) translateY(-8px);  transform: rotateY(180deg) translateY(-8px);
}



.box-home-section-2 {
color: #FFF;
text-align: left;
}

.box-home-section-2 .icon-box {
	text-align:left;
}

.box-home-section-2 .icon-box i {
padding: 19px;
font-size: 42px;
background: #FFDE5B;
float: left;
color: #F16900;
margin-right: 14px;
}

.box-home-section-2 .icon-box:hover i {
color: #FFDE5B;
background: #000;
}


.box-home-section-2 .icon-box h3 {
font-size: 35px;
color: #FFF;
text-transform: uppercase;
line-height: 1;
}

.box-home-section-2 .icon-box p {
	clear:both;
}

.box-home-section-2 .icon-box .btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0);
border-color: #FFDE5B;
font-size: 20px;
font-weight: bold;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;


-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border-width: 2px;
padding: 10px 24px;
margin-top: 25px;
}

.box-home-section-2 .icon-box .btn-default:hover {
	color: #000;
background-color: #FFDE5B;
}


.box-home-section-3 ul {
list-style: none;
padding: 0px;
margin-top: 10px;
}

.box-home-section-3 ul li {
padding: 5px 0px 5px 32px;
background-image: url(imgs/list-item-1.png);
background-repeat: no-repeat;
background-position: 7px 13px;
}


.box-home-section-4 h2 {
	color:#eeeeee;
}


.box-home-section-5  h3 {

font-size: 45px;
line-height: normal;
}

.box-home-section-5  h4 {
font-size: 38px;
line-height: normal;
}


.box-page-section-1  h3 {
font-size: 45px;
line-height: normal;
}

.box-page-section-1  h4 {
font-size: 38px;
line-height: normal;
}


.form-footer {
background-image: url(imgs/bg-form-footer.png);
max-width: 630px;
margin: auto;
padding: 0px 25px 24px;
text-align:center;
}


.form-footer .form-control {
border-radius: 0px;
background-color: rgba(34, 34, 34, 0.52);
height: 45px;
border-color: #E3E3E3;
color: #CACACA;
}

.form-footer textarea.form-control {
height: 155px;
}

.form-footer .btn-image {
background: url('imgs/btn-send-form.jpg') top left no-repeat rgba(0, 0, 0, 0);
border: none;
padding: 0px;
margin: 10px 0px 0px;
text-indent: -50000px;
width: 208px;
height: 48px;
}

span.wpcf7-not-valid-tip {
color: #FFE951 !important;
font-size: 13px !important;
display: block !important;
}

div.wpcf7-validation-errors {
border: none !important;
background-color: #CFC84E !important;
}

div.wpcf7-response-output {
margin: 0px 0px 0px !important;
padding: 0px !important;
font-size: 14px;
}

div.wpcf7-mail-sent-ok {
border: none !important;
background-color: #3F905B !important;
color: #FFF !important;
}


.form-subscribe {
    font-size: 0px;
    text-align: center;
}

.form-subscribe .form-control {
	display: inline-block;
	height: 50px;
	width: 27%;
	vertical-align: middle;
	/* line-height: 50px; */
	border-color: #01a292;
	margin-right: 10px;
	background-color: transparent;
	font-size: 18px;
}



.form-subscribe ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #01a292 !important;
    /*font-style: italic;*/
    font-weight:300;    
}
.form-subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #01a292  !important;
   /*font-style: italic;*/
   font-weight:300;   
   opacity:  1;
}
.form-subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #01a292  !important;
   /*font-style: italic;*/
   font-weight:300;   
   opacity:  1;
}
.form-subscribe :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #01a292  !important;
   /*font-style: italic;*/
   font-weight:300;   
}

.form-subscribe .btn-default {
    display: inline-block;
    background-color: #01a292;
    border: none;
    height: 50px;
    width: 34%;
    vertical-align: middle;
    font-size: 18px;
    max-width: 190px;
}

.form-subscribe .btn-default:hover {
    background-color: #1c5a9e;
    color: #ffffff;
}


/* FRONT PAGE
-----------------------------------------------------------------------------*/

#main-banner {
	
}

.main-banner {
    /* background-image: url('imgs/img-principal.jpg'); */
    /* background-position: top center; */
    /* height: 421px; */    
    margin: 0px 0px 15px;
}

.main-banner .box-main-banner {
    padding: 6px 0px 0px 0px;
    max-width: 930px;
    margin: 0 auto;
}


.list_home_services_2 {
	
    max-width: 905px;
    margin: 20px auto 0px;
}
.item_home_services_2 {
    max-width: 266px;
    margin: 0px 0px 33px;
}
.item_img_home_services_2 {
}
.item_title_home_services_2 {
    background-color: #244963;
    padding: 7px 11px 8px;
}

.item_title_home_services_2 a {
    color: #ffffff;
}
.item_title_home_services_2 a:hover {
}



.home-solutions  .panel-grid-cell .panel {
margin-bottom: 37px !important;
}

.home-solutions .sow-features-list .sow-features-feature .sow-icon-container {
text-decoration: none;
float: left;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.home-solutions .sow-features-list .sow-features-feature:hover .sow-icon-container {
	-webkit-transform: rotateY(180deg) translateY(0px);  -moz-transform: rotateY(180deg) translateY(0px);  -ms-transform: rotateY(180deg) translateY(-8px);  -o-transform: rotateY(180deg) translateY(0px);  transform: rotateY(180deg) translateY(0px); 
	opacity: 0.8;
}

.home-solutions div.textwidget {
float: left;
margin-left: 10px;
}



.home-solutions .sow-features-list .sow-features-feature h5 {
margin: 21px 0 14px;
font-size: 19px;
/* letter-spacing: -1px; */
padding: 0px;
}


.img-callusnow {
    position: relative;
}

.img-callusnow > div {
    position: absolute;
    top: -55px;
    z-index: 30;
    }



.form-help-you {
max-width: 400px;
}

.form-help-you .btn-image {/* text-indent: -50000px; *//* background-image: url('imgs/bg-btn-send.png'); *//* background-position: center center; *//* background-repeat: no-repeat; */background-color: #9fba46;border: none;color: #ffffff;font-size: 19px;font-weight: normal;text-transform: lowercase;width: auto;padding-left: 40px;padding-right: 40px;}

.form-help-you .btn-image:hover {
    /* background-image: url('imgs/bg-btn-send-hover.png'); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    background-color: #7fa409;
    color: #FFFFFF;
}

    


/* PAGE TEMPLATE
-----------------------------------------------------------------------------*/

.container .page-content h1 {
	font-size: 48px;
	color: #444444;
	/* background-color: #F7F7F7; */
	/* padding: 15px; */
	font-weight: normal;
	line-height: 1.1;
	margin: 0.1em 0px 0.5em;
	letter-spacing: -1px;
}


/* PAGE FULL WIDTH TEMPLATE
-----------------------------------------------------------------------------*/



.pagetemplate-full-width > .vc_row-fluid.blox {
		max-width:100%;
		background-color:#363F65;
}

.pagetemplate-full-width > .vc_row-fluid.blox > .vc_span12 > .wpb_wrapper > .wpb_content_element {
	margin-bottom:0px;
}



/* PAGE CONTACT
-----------------------------------------------------------------------------*/


.page-content-14 address {
	font-size:16px;
	font-style:italic;
}

.box_contact_form, .box_contact_info {
	font-size:14px;	
	color:#666666;		
}

.box_contact_form h4, .box_contact_info h4 {
	font-size: 16px;
	color: #00ACE6;	
	font-weight: bold;
	margin: 0px 0px 15px;
	line-height: 1.4;
}

.box_contact_info address {
padding: 10px 0px 11px;
margin: 25px 0px 25px;
line-height: 1.4;
color: #00ACE7;
text-align: right;
border-bottom: 2px solid #00ACE8;
}


.box_contact_form label {
	display: block;

margin-bottom: 0px;
font-size: 13px;
color: #999;
margin-left: 5px;
}

.box_contact_form input[type="text"], .box_contact_form input[type="email"], .box_contact_form input[type="tel"], .box_contact_form input[type="url"], .box_contact_form textarea {
	width: 92%;
	font-size: 13px;
	margin-bottom: 2px;

	color: #999E9F;
	padding: 5px 6px 5px 32px;
}

.box_contact_form textarea {

	height:86px;
}





/*	CATEGORY TEMPLATE
-----------------------------------------------------------------------------*/









/*	TAG TEMPLATE
-----------------------------------------------------------------------------*/




/* POST TEMPLATE
-----------------------------------------------------------------------------*/



/* COMMENTS TEMPLATE
-----------------------------------------------------------------------------*/




/* SIDEBAR
-----------------------------------------------------------------------------*/

.container-sidebar {

}

.container-sidebar .sidebar {
    margin-top: 0px;
}
.container-sidebar .widget  {
margin-bottom: 40px;






}

.container-sidebar .widget-title {  font-size: 18px;  font-weight: normal;  line-height: 1.2;  /* text-transform: uppercase; */  letter-spacing: 0px;  color: #222;
	
    border-bottom: 1px solid #DDD;  padding: 0 0 13px 6px;  /* width: 126%; */  margin: 0 0 14px 0px;
}

.container-sidebar .widget_nav_menu {
background: #F9F9F9;
border-radius: 3px;
border: 1px solid #DDD;
padding: 17px 24px 17px;
}


.container-sidebar .widget ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
.container-sidebar .widget ul li {
/* border-bottom: 1px solid #EAEAEA; */
padding-bottom: 6px;
padding-top: 6px;
padding-left: 9px;
}

.container-sidebar .widget ul li:hover {
    /* background-color: #FCFCFC; */
    /* border-bottom: 1px solid #FF7B06; */
    color: #ff0c29;
}

.container-sidebar .widget ul li a {
    color: #555555;
}

.container-sidebar .widget ul li a:hover {
    color: #ff0c29;
    text-decoration: underline;
}



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

footer {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	/* background-image: url(imgs/bg-footer.png); */
	/* background-repeat: repeat-x; */
	/* background-position: center top; */
	background-color: #1c5a9e;
	text-align: center;
	color: #dedece;
	/* border-top: 2px solid #ed1b24; */
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(imgs/pattern3.png);
	background-repeat: repeat;
}

.footer_inner {
    /* background-color: #F4F0DA; */
	
}

.footer_inner_1 {
	    /* background-image: url('imgs/bg-footer-2.jpg'); */
	    background-position: center center;
	    background-repeat: no-repeat;
	    padding: 14px 0px 16px;
	    color: #eeeeee;
	    font-size: 14px;
	    background-size: cover;
	    text-align: center;
}

.footer_inner_1 img.logo_footer {
	float: left;
	margin: 0px 12px 60px 0px;
}

.footer_inner_1 .footer_section_2 {
}

.footer_inner_1 .footer_section_2 address {
    line-height: 2.3;
}

.footer_logo {
    /* position: relative; */
    /* top: -27px; */
    text-align: left;
}

.footer_logo img {
    width: auto;
    max-width: 100%;
}

.footer_inner_2 {
	padding: 0px 0px 0px;
	/* background-image: url('imgs/bg-footer-1.jpg'); */
	background-color: #175191;
	background-image: url(imgs/pattern3.png);
	background-repeat: repeat;
}

.footer_inner_2 ul {
    padding: 0px;
    margin: 0px;
}

.footer_inner_2 ul li {
    /* display: inline-block; */
    color: #FFFFFF;
    font-size: 17px;
    margin: 0px 12px 10px 12px;
    /* border-right: 1px solid; */
    padding: 0px 0px 0px 0px;    
    text-transform: uppercase;
    display: inline-block;
}


.footer_inner_2 ul li a {
    color: #FFFFFF;  
    font-size: 17px;
}

.footer_inner_2 ul li a:hover {
    color: #1cc2f4;
}


.footer_inner_3 {
    color: #5e738a;
    font-size: 13px;
    text-align: center;
    padding: 10px 0px 33px;
    /* background-color: #362e36; */
    /* letter-spacing: 0.5px; */
    /* background-image: url(imgs/pattern1.png); */
}


.footer_inner_3 ul {
    padding: 0px;
    margin: 0px;
}

.footer_inner_3 ul li {
    /* display: inline-block; */
    color: #FFFFFF;
    font-size: 17px;
    margin: 0px 12px 10px 12px;
    /* border-right: 1px solid; */
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    display: inline-block;
}


.footer_inner_3 ul li a {
    color: #ceecf4;
    font-size: 15px;
    letter-spacing: 0px;
}

.footer_inner_3 ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_section_1 {/* border-bottom: 1px solid #545454; *//* margin-bottom: 30px; */padding-bottom: 15px;padding-top: 42px;text-align: right;font-family: 'Roboto Condensed', sans-serif;}

.footer_section_1 ul {
    padding: 0px;
    margin: 0px;
}

.footer_section_1 ul li {
    /* display: inline-block; */
    color: #dedece;
    font-size: 19px;
    margin: 0px 0px 10px 0px;
    border-right: 1px solid;
    padding: 0px 26px 0px 26px;
    text-transform: uppercase;
    display: inline-block;
}

.footer_section_1 ul li:last-child{
    border-right: none;
    padding-right: 0px;
}

.footer_section_1 ul li a {
    color: #dedece;
    font-size: 19px;
    letter-spacing: 0px;
}

.footer_section_1 ul li a:hover {
    color: #ffffff;
    /* text-decoration: underline; */
}

.footer_section_2, .footer_section_3 {padding-top: 0px;/* text-transform: uppercase; */font-family: 'Roboto Condensed', sans-serif;}

.footer_section_2 {
    /* border-bottom: 1px solid #555d68; */
    padding: 27px 0px 14px;
    /* border-top: 1px solid #CACACA; */
    margin-top: 0px;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer_section_2 h6 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 45px 16px 0px;
    /* letter-spacing: 1px; */
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #dedece;
    vertical-align: top;
    border-right: 1px solid #315072;
    padding: 0px 45px 0px 0px;
}

.footer_section_2 h6:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footer_section_2 h6 a {
	/* color: #eeeeee; */
	line-height: 30px;
}

.footer_section_2 h6 a:hover {/* color: #007ac8; */}

.footer_section_2 h6 > .fa {
	color: #ffffff;
	margin-right: 5px;
	background-color: #007ac8;
	width: 31px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
}

.footer_section_2 h6 > .fa-mobile {
    font-size: 24px;
} 

.footer_section_2 h6 > .fa-map-marker {
    font-size: 27px;
} 

.footer_section_3 {
    padding: 40px 0px 0px;
    font-size: 14px;
    text-align: left;
}
footer h3, footer .container h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #ff0c29;	
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: left;
}

footer .widget_wcpbc_country_selector {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

footer .widget_wcpbc_country_selector h3 {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    color: #333 !important;
    letter-spacing: 0px;
}

footer .wc-price-based-country {
    display: inline-block;
    margin-left: 7px;
}


footer a {color: #a3bfcb;}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer ul {
padding: 0px 0px 0px 0px;
list-style: none;
}

footer ul li {
/* background-image: url('imgs/item-links-1.png'); */
/* background-repeat: no-repeat; */
/* background-position: 0px 7px; */
/* padding: 0px 0px 0px 6px; */
}

footer ul li a {color: #dddddd;}

footer ul li a:hover {
	color: #ed1b24;
}

footer a.icons_social_media {
	-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out; 
	text-indent: -999px;	
    display: inline-block;
    overflow: hidden;    
	width: 43px;    
	height: 43px;
    background: url("imgs/sprite-social-media.png") top left no-repeat;  
}

footer a.social_facebook {   
    background-position: 0px -48px;
}

footer a.social_facebook:hover {
	background-position: 0px 0px;
}

footer a.social_twitter {    
    background-position: -48px -48px;	
}

footer a.social_twitter:hover {
	background-position: -48px 0px;	
}

footer a.social_linkedin {    
    background-position: -97px -48px;	
}

footer a.social_linkedin:hover {
	background-position: -97px 0px;	
}

footer a.social_pinterest {    
    background-position: -144px -48px;	
}

footer a.social_pinterest:hover {
	background-position: -144px 0px;	
}

footer a.social_youtube {      
    background-position: -191px -48px;	
}

footer a.social_youtube:hover {
	background-position: -191px 0px;	
}


/* Social Links */

footer a.isocial {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    padding: 0px;
    /* float: left; */
    text-decoration: none;
    border-radius: 50%;
    margin-left: 0px;
    background-color: #103966!important;
    vertical-align: middle;
    margin-right: 1px;
    margin-left: 10px;
}

footer a.isocial:hover {
	color: #175191;
	background-color: #dedece !important;
}




footer a.isocial i {font-size: 20px;display: block;width: 36px;height: 35px;line-height: 36px;text-align: center;/* border-left: 1px solid #E4E4E4; */vertical-align: middle;}

footer a.isocial:last-of-type i {
	/*border-right: 1px solid #E4E4E4;*/
}

footer a.isocial_facebook { 
    background-color: #3B5A9B; 
} 









footer a.isocial_facebook:hover { 
    background-color: #3B5A9B; 
} 
  
footer a.isocial_twitter { 
    background-color: #63CDF1; 
} 

footer a.isocial_twitter:hover { 
    background-color: #63CDF1; 
} 
  
footer a.isocial_gplus { 
    background-color: #DB2814; 
} 

footer a.isocial_gplus:hover { 
    background-color: #DB2814; 
} 
  
footer a.isocial_dribbble-2 { 
    background-color: #EE5A91; 
} 

footer a.isocial_dribbble-2:hover { 
    background-color: #EE5A91; 
} 
  
footer a.isocial_linkedin { 
    background-color: #197697; 
} 

footer a.isocial_linkedin:hover { 
    background-color: #197697; 
} 
  
footer a.isocial_flickr { 
    background-color: #E6006C; 
} 

footer a.isocial_flickr:hover { 
    background-color: #E6006C; 
} 
  
footer a.isocial_tumblr { 
    background-color: #304E6C; 
} 

footer a.isocial_tumblr:hover { 
    background-color: #304E6C; 
} 
  
footer a.isocial_youtube { 
    background-color: #CF3427; 
} 

footer a.isocial_youtube:hover { 
    background-color: #CF3427; 
} 
  
footer a.isocial_vimeo-1 { 
    background-color: #63B4E4; 
} 

footer a.isocial_vimeo-1:hover { 
    background-color: #63B4E4; 
} 
  
footer a.isocial_vkontakte { 
    background-color: #54769A; 
} 

footer a.isocial_vkontakte:hover { 
    background-color: #54769A; 
}
  
footer a.isocial_skype { 
    background-color: #36C4F3; 
} 

footer a.isocial_skype:hover { 
    background-color: #36C4F3; 
} 
  
footer a.isocial_instagram { 
    background-color: #36C4F3; 
} 

footer a.isocial_instagram:hover { 
    background-color: #36C4F3; 
} 
  
footer a.isocial_pinterest { 
    background-color: #DF2025; 
} 

footer a.isocial_pinterest:hover { 
    background-color: #DF2025; 
} 
  
footer a.isocial_github { 
    background-color: #4284BF; 
} 

footer a.isocial_github:hover { 
    background-color: #4284BF; 
} 
  
footer a.isocial_renren { 
    background-color: #19477B; 
} 

footer a.isocial_renren:hover { 
    background-color: #19477B; 
} 
  
footer a.isocial_rss { 
    background-color: #F88B02; 
} 


footer a.isocial_rss:hover { 
    background-color: #F88B02; 
}


.product-content .summary .product_meta .posted_in {
	/* display:none; */
}



#scroll-top a {
    width: 40px;
    height: 39px;
    border-radius: 2px;
    background: #01a292;
    position: fixed;
    bottom: 40px;
    right: 33px;
    display: none;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
    cursor: pointer;
    font-size: 33px;
    color: #ffffff;
    font-weight: 300;
}

#scroll-top a:hover {
    background-color: #B9B9B9;
    color: #FFFFFF;
}


/* UBER MENU
-----------------------------------------------------------------------------*/

/*.ubermenu-main {
  background: none;
}*/


.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {/* border-radius: 5px; *//* margin-right: 12px; */padding-top: 0px !important;padding-bottom: 0px !important;padding-right: 28px !important;padding-left: 28px !important;/* font-weight: 600 !important; */}
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
    /*color: #f8ce00 !important;*/
    /* border: 1px solid #ed1b24 !important; */
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:after {
    margin-top: -9px !important;
    right: 3px !important;
}


.ubermenu-skin-clean-white .ubermenu-item-level-0:hover > .ubermenu-target {
	background: inherit !important;
}


.ubermenu-skin-clean-white .important.ubermenu-item-level-0 > .ubermenu-target {
    background-color: #9FBA46 !important;
    color: #FFF !important;
}
.ubermenu-skin-clean-white .important.ubermenu-item-level-0:hover > .ubermenu-target {
    background-color: #9FBA46 !important;
    color: #292929 !important;
}


  
	
header .ubermenu-responsive-toggle {
    text-align: center;
    font-size: 18px !important;
    /* clear: both; */
    /* display: block; */
    background-color: #1c5a9e !important;
    color: #ffffff !important;
    max-width: 200px !important;
    width: 100% !important;
    float: right;
    margin: 15px 0px 0px 15px !important;
    border: 1px solid #1c5a9e !important;
    padding: 12px 8px;
    height: auto;
    text-transform: uppercase !important;
    font-weight: normal !important;
}	

header .ubermenu-responsive-toggle:hover {
    background-color: #01a292 !important;
    color: #FBFBFB !important;
    border-color: #01a292 !important;
}
		
		.ubermenu-responsive {
	/* background-color: #07612B; */
	}	
	.ubermenu-responsive .ubermenu-item {
	text-align: center;
	}	

.ubermenu-categories .ubermenu-item-level-0 > a {border-bottom: 1px solid #ddd !important;padding-top: 5px !important;padding-bottom: 5px !important;}

.ubermenu-categories .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .title-menu-categories {
	background-color: #f7f7f7 !important;
	padding: 8px 12px;
	background-image: url(imgs/pattern2.png) !important;
	background-repeat: repeat;
	border-bottom: 2px solid #ee4990;
	margin: 0px 0px 5px;
	color: #333 !important;
	font-size: 21px;
	}

	

/* TABS
-----------------------------------------------------------------------------*/
.nav-tabs {background-color: #f7f7f7;padding: 1px 12px;background-image: url(imgs/pattern2.png);background-repeat: repeat;border-bottom: 2px solid #ee4990;font-size: 20px;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 background-color:#fff;
 background-color: #ee4990;
 /*background-image: -moz-linear-gradient(top, #2876E2, #20529C);*/
 /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2876E2), to(#20529C));*/
 /*background-image: -webkit-linear-gradient(top, #2876E2, #20529C);*/
 /*background-image: -o-linear-gradient(top, #2876E2, #20529C);*/
 /*background-image: linear-gradient(to bottom, #2876E2, #20529C);*/
 /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2876E2', endColorstr='#20529C');*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2876E2', endColorstr='#20529C')";*/
 background-repeat: repeat-x;
 color: #ffffff;
 /* text-shadow: 0 -1px 0 #094e8c; */
}

.nav-tabs > li > a {/* border-color: #EEE #EEE #DDD; *//* background-color: #EEE; */border-radius: 0px;padding: 8px 20px;color: #333333;}

.nav-tabs > li > a:hover {
    background-color: transparent;
    color: #ee4990;
}

.tab-content {
	/* border: 1px solid #DDD; */
	border-top: none;

	padding: 20px 5px;
}




/* ACCORDION
-----------------------------------------------------------------------------*/
 
 .acc-trigger {
    border-top: 0px solid #f3f2f2;
    cursor: pointer;
    display: block;
    margin: 0;
    background-color: #f1f1f1;   background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));  
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);   background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);  
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1); 
    background-repeat: repeat-x;   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1')";    
    border: 1px solid rgb(229, 229, 229);
    border-bottom: none;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
    border-bottom: 3px solid #f3f2f2;
    margin-bottom: 20px;
	border-bottom: 1px;
}
.no-js .acc-trigger:last-of-type {
    border-bottom: none;
}
.acc-trigger a {
    background: url(imgs/accordion-ico.png) no-repeat 6px 13px;
    display: block;
    color:#444444;
    padding: 13px 14px 11px 40px;
    text-decoration: none;

    text-shadow: none;
    font-weight:bold;
    font-size:15px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}
.acc-trigger a:hover {
    background-color: #fbfbfb;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
    color: #0465ea;
}
.acc-trigger.active a:hover {

    background-color: transparent;
	color: #ffffff;
}
.acc-trigger.active {
    cursor: default;
    /* border-top-color:#b0afaf; */
    background-color:#fff;
	background-color: #2876E2;
background-image: -moz-linear-gradient(top, #2876E2, #20529C);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2876E2), to(#20529C));
background-image: -webkit-linear-gradient(top, #2876E2, #20529C);
background-image: -o-linear-gradient(top, #2876E2, #20529C);
background-image: linear-gradient(to bottom, #2876E2, #20529C);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2876E2', endColorstr='#20529C');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2876E2', endColorstr='#20529C')";
background-repeat: repeat-x;

color: #ffffff;
text-shadow: 0 -1px 0 #094e8c;
}

.acc-trigger.active:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.acc-trigger.active a {
    background-position: 6px -58px;
    cursor: default;
	color:#ffffff !important;
text-shadow: 0 -1px 0 #094e8c;
}
.acc-container .content {
    padding: 20px 25px 5px;
	border:1px solid rgb(235, 235, 235);
}



/* Flexisel
-----------------------------------------------------------------------------*/

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}



.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;    
}


.nbs-flexisel-item {
    float:left;

    margin:0px;
    padding:0px;
    cursor: auto;
    position:relative;
    line-height:0px;
    /* background-color: #ffffff; */
    text-align: left;
}
.nbs-flexisel-item img {
    width: 100%;
    /* cursor: pointer; */

    position: relative;

    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 377px;
    max-height: 100%;
    height: auto;
}


/* Flexisel Navigation
-----------------------------------------------------------------------------*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {

    width: 15px;
	height: 28px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.7;
}

.nbs-flexisel-nav-left {
    left: -18px;

    /*background: url(js/flexisel/images/button-previous.png) no-repeat;*/
	background: url(imgs/gallery-prev-1.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -21px;
    /*background: url(js/flexisel/images/button-next.png) no-repeat;*/
	background: url(imgs/gallery-next-1.png) no-repeat;
}


/* Flexslider
-----------------------------------------------------------------------------*/


/* REVOLUTION SLIDER
-----------------------------------------------------------------------------*/

.tp-caption .btn-default {
color: #ff0c29;
background-color: transparent;
border-color: #ff0c29;
border-radius: 4px;
font-weight: normal;
text-transform: uppercase;
font-size: 27px !important;
border-width: 2px !important;
padding: 4px 32px !important;
}

.tp-caption .btn-default:hover {
   border-color: rgba(0, 0, 0, 0);
background-color: #ff0c29;
color: #FFF;
}


/* CONTACT FORM 7
-----------------------------------------------------------------------------*/

.wpcf7-form p {
margin: 0 0 9px;
} 

span.wpcf7-form-control-wrap {
	display:block;
}

span.wpcf7-not-valid-tip {
/*color: #FFE951 !important;
font-size: 13px !important;
display: block !important;*/
position: absolute !important;
left: -50px !important;
top: 0 !important;
width: 50px !important;
height: 44px !important;
padding: 0 !important;
background: url("imgs/contact_form_error.png") !important;
overflow: hidden;
text-indent: -9999px !important;
padding: 0;
border: none !important;
opacity: 0.9;
}

div.wpcf7-response-output {
margin: 0px 0px 0px !important;
padding: 0px !important;
font-size: 12px;
display: none !important;
}

div.wpcf7-validation-errors {

border: none !important;
background-color: #CFC84E !important;

}

div.wpcf7-mail-sent-ok {
border: none !important;
background-color: #3F905B !important;
color: #FFF !important;
display: block !important;
padding: 5px !important;
text-align: center;
}

/*div.wpcf7-validation-errors {
clear: both;
}

div.wpcf7-mail-sent-ok {
clear: both;
}

div.wpcf7 img.ajax-loader {
position: absolute;
}

span.wpcf7-not-valid-tip {
font-size: 11px !important;
}*/


/* Logos Showcase
-----------------------------------------------------------------------------*/

.lshowcase-opacity-enhance {
opacity: 0.55 !important;
}

.lshowcase-opacity-enhance:hover {
	opacity: 1 !important;
}




/* Testimonial Showcase
-----------------------------------------------------------------------------*/

.ttshowcase_slider {
	margin-top: 20px;
}

.tt_info-left {
padding-right: 25px !important;
}

.tt_quote_info-below, .tt_quote_info-above {
    background-image: url(imgs/quotation-marks-1.png);
    background-repeat: no-repeat;
}

.ttshowcase_rl_quote {margin-top: 0px !important;background-image: url(imgs/quotation-marks-2.png);background-repeat: no-repeat;background-position: right bottom;padding: 0px 55px;}

.ttshowcase_rl_quote:after {content:'';display: inline-block;/* border-top: 1px solid #ed1b24; *//* max-width: 130px; *//* width: 100%; *//* margin-top: 20px; */}
   

.tt_info-below:before {content:'';display: inline-block;border-top: 1px solid #ffffff;max-width: 140px;width: 100%;margin-bottom: 5px;}

.tt_review_title {
font-weight: normal !important;
padding-bottom: 3px  !important;
font-size: 26px;
color: #ff0c29;
}

.ttshowcase_rl_quote p {/* background-color: #F9F9F9; *//* border-left: 4px solid #ff0c29; */padding: 15px 19px 9px;font-size: 22px;color: #ffffff;font-weight: 400;font-style: italic;line-height: 1.6;margin: 0px 0px 5px;}

.ttshowcase_rl_image img {
    width: 90px;
    border: 2px solid #ffffff!important;
    margin-top: 10px !important;
    display: none;
}

.ttshowcase_rl_title {
    color: #ffffff;
    font-size: 21px;
    /* text-transform: uppercase; */
    font-weight: 600 !important;
    margin-top: 14px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}

.ttshowcase_rating {
    display: inline-block;
    margin: 0px 15px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}



.ttshowcase_rl_subtitle {
    display: none;
}

.ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent !important;
    border: 1px solid #ffffff;
    /* width: 11px !important; */
    /* height: 11px !important; */
    border-radius: 50% !important;
}

.ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #ffffff !important;
}

/* WOOCOMMERCE
-----------------------------------------------------------------------------*/

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	padding-top:0px !important;
}

.woocommerce .woocommerce-info a {
	color: #BB8B4D;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	/* color: #333333; */
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 23.4% !important;
    text-align: center;
    margin-right: 2% !important;
}
.woocommerce ul.products li.product:nth-of-type(4n+0), 
.woocommerce-page ul.products li.product:nth-of-type(4n+0) {
    margin-right: 0px !important;
}

.woocommerce ul.products li.product:nth-of-type(4n+1), 
.woocommerce-page ul.products li.product:nth-of-type(4n+1) {
    clear: both;
}

.woocommerce ul.products li.product .imagewrapper , .woocommerce-page ul.products li.product .imagewrapper {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    width: 100%;
    /* background-color: #f8f8f8; */
    height: 320px;
    position: relative;
}

.woocommerce ul.products li.product .imagewrapper img , .woocommerce-page ul.products li.product .imagewrapper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto !important;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    margin: 0px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    opacity: 1;
}

.woocommerce ul.products li.product:hover img, .woocommerce-page ul.products li.product:hover img {
    background-color: #ffffff;
    opacity: 0.75;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {font-size: 20px !important;font-weight: normal;letter-spacing: normal;padding: 11px 0px 3px !important;/* background-color: #f84c96; *//* color: #ffffff; *//* text-align: left; */color: #444444;line-height: 1.3;}

.woocommerce ul.products li.product a > div, 
.woocommerce-page ul.products li.product a > div {
    /* padding: 14px 12px 19px; */
    /* background-color: #FCFCFC; */
}

.woocommerce ul.products li.product a > div > p, 
.woocommerce-page ul.products li.product a > div > p {
    /* margin: 0px; */
    display: block;
    color: #333333;
    font-size: 12px;
    text-align: left;
    /* height: 102px; */
    /* overflow: hidden; */
    line-height: 1.7;
    display: none;
}

.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    color: #a948ac !important;
    /* background-color: #000000; */
    /* display: none !important; */
    margin-bottom: 5px !important;
}

.woocommerce ul.products li.product .price del {
    display: inline-block !important;
}

.woocommerce ul.products li.product .button {color: #FFFFFF;background-color: #ee4990;border-color: #ee4990;border-radius: 2px;padding: 12px 17px 12px 40px;font-size: 15px;text-transform: uppercase;font-weight: 400;line-height: 20px;margin-top: 5px!important;/* display: none; */background-image: url(imgs/icon-cart.png);background-repeat: no-repeat;background-position: 8px 8px;}

.woocommerce ul.products li.product .button:hover {
   border-color: rgba(0, 0, 0, 0);
   background-color: #de2b78;
   color: #FFF;
}

.woocommerce .related.products {
    clear: both;
}
.woocommerce .related ul.products li.product {
/* width: 23% !important; */
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
    background-color: #9a709c;
    color: #ffffff;
    /* font-size: 16px; */
    /* text-transform: uppercase; */
    font-weight: 400;
}

 .woocommerce #respond input#submit.alt,
 .woocommerce a.button.alt,
 .woocommerce button.button.alt,
 .woocommerce input.button.alt {
    background-color: #f84c96 !important;
    border-radius: 2px;
    padding: 12px 17px 12px 17px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
}


.woocommerce div.product div.images {}
.woocommerce div.product div.summary {
    /* float: none !important; */
    /* width: auto !important; */
    margin-top: 38px;
}

.woocommerce div.product div.summary div p.price {
    /* display: none; */
    color: #a948ac;
    font-size: 30px;
}

.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation {
    margin-bottom: 1em;
    display: block;
}

.woocommerce div.product div.summary .product_meta .sku_wrapper {
    display: none;
}

.woocommerce div.product form.cart {
    max-width: 500px;
}

.woocommerce div.product form.cart .variations label {
    color: #a948ac;
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs #tab-description {
    border: 1px solid #eeeeee;
    box-shadow: none;
    /* background-color: #f9f9f9; */
    padding: 13px 20px;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2:first-child {
    /* display: none; */
}

.widget_woocommerce_product_categories {}
.widget_woocommerce_product_categories h3.widget-title {background-color: #f7f7f7;padding: 7px 12px;background-image: url(imgs/pattern2.png);background-repeat: repeat;border-bottom: 2px solid #ee4990;margin: 0px 0px 5px;}
.widget_woocommerce_product_categories ul.product-categories {
    list-style: none;
    padding: 0px;
}
.widget_woocommerce_product_categories ul.product-categories li {
    border-bottom: 1px solid #dddddd;
    padding: 6px 12px;
}
.widget_woocommerce_product_categories ul.product-categories li a {
    color: #555555;
    font-size: 16px;
}
.widget_woocommerce_product_categories ul.product-categories li a:hover {
    color: #ef4991;
}

/* Responsive
-----------------------------------------------------------------------------*/
	
.dropdown-backdrop {
  position: static;
}

@media (max-width: 1199px) {

	div.logo {
    /* width: 420px; */
}
.widget_simpleimage .simpleimage_design_1 .simple-image span {
    height: 216px;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    /* height: 225px !important; */
}
.woocommerce ul.products li.product .imagewrapper, .woocommerce-page ul.products li.product .imagewrapper {
    height: 290px;
}
}



@media (max-width: 992px) and (min-width: 768px) {
	.header_info {
	padding: 18px 0px 2px 0px;
	}
	
	#nav_menu_user {

	padding-top: 51px;
	}

	.widget_simpleimage .simpleimage_design_1 .simple-image span {
  height: 159px;
}
.widget_simpleimage .simpleimage_design_1 .widget-title {
    font-size: 24px;
}
	
}

@media (max-width: 992px) {

	.top_section_1 {
    width: 100%;
    text-align: center;
    margin: 0px;
}

.top_section_2 {
    width: 100%;
    text-align: center;
    margin-top: 1px;
    display: none;
}
	
	#section_header header {
		background-size: 100% 182px;
		height: auto;
	}
		
	nav li {
	display: block;
	text-align: center !important;
	}
	
	.navbar-collapse {
	/*background-color: #363636;*/
	/*top: 21px;*/	
	}
	
	.navbar-collapse.in {	
	z-index: 100;
	}
	
	.navbar .nav > li > a {
	/*text-shadow: 0 1px 0 #000;
	margin-right: 0px;*/
	}	
	
	div.logo {
		float:left;
	}
	
	.navbar {
		margin-bottom: 0px;

	}
	.navbar-fixed-top .navbar-inner {
		padding-top:0px;
	}	
	
	.navbar .navbar-btn {		
		position: absolute;
		top: 59px;
		float: none;
		right: 20px;
	}	

	header .ubermenu-responsive	{
    background-color: rgba(241, 241, 241, 0.97);
}
	
	.cleartablet {
		clear:both;
	}
	
	#inner_body_1 {
	background-size: 785px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
}

.woocommerce ul.products li.product:nth-of-type(2n+0), 
.woocommerce-page ul.products li.product:nth-of-type(2n+0) {
    margin-right: 0px !important;
}

.woocommerce ul.products li.product:nth-of-type(2n+1), 
.woocommerce-page ul.products li.product:nth-of-type(2n+1) {
    clear: both;
}

.woocommerce ul.products li.product .imagewrapper, .woocommerce-page ul.products li.product .imagewrapper {
    height: 430px;
}

	.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    /* height: 180px !important; */
}
	
	footer {
		/* background-size: 100% 77px; */
	}

	.footer_logo {
    text-align: center;
}

	.footer_section_1 {
    text-align: center;
}

.footer_section_1 ul li {
    padding: 0px 20px 0px 20px;
}
.footer_section_1 ul li:last-child {
    padding: 0px 20px 0px 20px;
}

.footer_section_2 {
    text-align: center;
}

.footer_section_3{
    text-align: center;
}
}

@media (max-width: 767px) {	

	
	#page_top {
    text-align: center;
}

.home #container_top_header {
    position: relative;
}

	#section_header header {
		/* min-height: 182px; */
		height:auto;
		/* padding-top: 0px; */
	}
	
	.space_logo {
    display: none;
}

	div.logo {
		float: none;
		padding: 0px;
		position: relative;
		top: 0px;
		text-align: center;
		display: inline-block;
	}

	.navbar-header {
    height: auto;
    /* width: 50%; */
    /* max-width: 300px; */
    float: none;
    text-align: center;
}
	
	nav {
	
	}
	.navbar {
		background-size: auto 111px;
		height: auto;
		/* min-height: 112px; */
		background-color:transparent;
	}
	
	.navbar-default .navbar-toggle {
	background-color: #383838;
	position: relative;
	top: 0px;
	left: 42%;
	border-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 9px 5% 9px;
	float: none;
}
	
	.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
	}
	
	.navbar-collapse {
		clear: both;
padding: inherit;
position: relative;
		margin-top: 0px;
border: none !important;
		background-color: #F3F3F3;	
		padding-right: 15px;
padding-left: 15px;
	}
	.navbar-fixed-top .navbar-inner {
		padding-top:0px;
	}
	
	.navbar .nav > li > a {
		margin-right: inherit;
		padding: 10px 15px;
		line-height: 20px;
	
}

.header_info {
    float: none;
    padding: 6px 0px 0px;
}

header .ubermenu-responsive-toggle {
    margin: 12px auto 0px !important;
    padding: 15px 10px;
    height: auto;
    width: 50% !important;
    max-width: 250px !important;
    float: none;
    font-weight: normal !important;
}
	
	
	#nav_menu_user {
padding-top: 18px;
padding-left: 0px;
float: none;
text-align: center;
}

#nav_menu_user ul.nav {
display: inline-block;
}


.img-callusnow {
    /* background-color: #0370BE; */
    /* border-top: 6px solid #1CC2F4; */
}
.img-callusnow > div {
    position: relative;
    top: 0;
    z-index: 0;
    }


    .bg-special-1 {
    background-image: none !important;
}
	
				
	.box_contact_form input[type="text"], .box_contact_form input[type="email"], .box_contact_form input[type="tel"], .box_contact_form input[type="url"], .box_contact_form textarea {
	width: 85%;
	}


	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
}

.woocommerce ul.products li.product .imagewrapper, .woocommerce-page ul.products li.product .imagewrapper {
    height: 360px;
}

.widget_simpleimage .simpleimage_design_1 {
    max-width: 375px;
    margin: auto;
}
.widget_simpleimage .simpleimage_design_1 .widget-title {
    font-size: 29px;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    height: auto !important;
    
}

.footer_section_2 h6 {
    text-align: center;
    border-right: none;
    display: block;
    margin-right: 0px;
    padding-right: 0px;
}


.form-subscribe .form-control {
    width: 98%;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 12px;
}
.form-subscribe .btn-default {
    width: 98%;
    display: inline-block;
    max-width: none;
}
		
		
}

@media (max-width: 480px) {

	body {
    min-width: 300px;
    word-wrap: break-word;
}

#page_top .top_section_1 h6 {
    border: none!important;
}


	.navbar-fixed-top {		
		height: auto;
	}
	

	.navbar-fixed-top .navbar-inner {
		padding:0px;				
	}
	
	div.logo {
		float: none;

		/* width: 100%; */
		/*height: auto;*/
		width: auto;
	}
	
	.navbar .navbar-btn {
		position: inherit;
		float: none;
		margin: 7px auto;
		clear: both;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 97% !important;
    float: none !important;
    margin-right: 0px !important;
 }
	
}

@media (max-width: 319px) {
	
}











@media (min-width:992px){
	#contenedor {
   		padding-top: 0px;
  	}
	
	
	.container, .pagetemplate-full-width > .vc_row-fluid {
		/* max-width: 960px; */
		width: 1000px;
		margin: 0 auto;
	}

	
	.pagetemplate-full-width > .vc_row-fluid.blox > .vc_span12 {
		/*max-width: 960px;*/
		margin: 0 auto !important;
		float: none;
	}	
	

}


@media (min-width:1200px){
	.container, .pagetemplate-full-width > .vc_row-fluid {
		width: 1100px;
	}
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    

	}

}


@media (max-width: 992px) and (min-width: 768px) {
	.navbar-collapse {	
	 margin-left: 35px !important;
	}	
}


@media screen and (min-width:320px){  
	
	
}