/*
Theme Name:   visual-composer-starter child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     visual-composer-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  visual-composer-starter-child
*/

/* Write here your own personal stylesheet */

@font-face {
    font-family: "Agency FB";
    src: url('fonts/agency_fb.eot');
    src: url('fonts/agency_fb.eot?#iefix') format('embedded-opentype'), url('fonts/agency_fb.svg#Agency FB') format('svg'), url('fonts/agency_fb.woff') format('woff'), url('fonts/agency_fb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AgencyFB";
    src: url('fonts/AgencyFB-Bold.eot');
    src: url('fonts/AgencyFB-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AgencyFB-Bold.svg#AgencyFB') format('svg'), url('fonts/AgencyFB-Bold.woff') format('woff'), url('fonts/AgencyFB-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold'; 
    src: url('fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt'; 
    src: url('fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-Hv'; 
    src: url('fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLItalic'; 
    src: url('fonts/HelveticaNeueLTStd-LtIt.otf') format('opentype');
    font-style: normal;
}
body {
    font-family: 'HelveticaNeueLTStd-Lt'; 
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    color: #818285;
    text-decoration: none;
}

h1
{
	font-family: 'HelveticaNeueBold'!important;
    color: #182b39!important;
	font-size:50px !important;
	margin-bottom: 1.125rem !important;
	font-weight:600!important;
}

h2
{
	font-family: 'HelveticaNeueBold'!important;
	color: #182b39 !important;
	font-size: 40px !important;
}

h3
{
	font-family: 'HelveticaNeueBold'!important;
    color: #182b39!important;
	font-size: 30px !important;
}



/*HEADER*/


.content-wrapper {
	background-color: transparent !important; 
}
header {
    display: block;
    background: #fff;
    box-shadow: 0 0 8px -2px #969da4;
}
header, nav, section, article, figure, footer {
    margin-left: auto;
    margin-right: auto;
}

/*Menu*/

.navbar-default {
    background: none;
    border: none;
}


.navbar,#main-menu {
    border-radius: 4px;
	padding: 0 !important;
    margin-bottom: 0px !important;
    height: inherit;
}

.navbar-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}


.navbar-brand {
    float: left;
    padding: 8px!important;
}

#header .navbar .navbar-wrapper, body.navbar-no-background #header .navbar.fixed.scroll, body.header-full-width-boxed #header .navbar, body.header-full-width #header .navbar {
    background-color: #ffffff;
    line-height: 0 !important;
    min-height: 5px;
}
.navbar-brand img {
    max-width: 250px !important;
}

@media (max-width:480px) {
    .navbar-brand img {
        width: 220px;
    }
}

.navbar-nav {
    float: right;
    margin: 0;
}

    .navbar-nav > li {
        text-align: right;
    }

.navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: 0 0px 0 rgba(255,255,255,0.1) inset;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 0px;
}
#main-menu>ul {
    margin: 0 !important;
}

#main-menu > ul > li > a{
    color: #818285 !important;
    font-family: 'AgencyFB' !important;
    font-size: 18px !important;
	text-transform:uppercase!important;
	padding: 31px 15px !important;
    border-bottom: 2px solid #0072bc;
	background:#fff!important;

}

#main-menu>ul> li > a:hover, 
#main-menu>ul> li > a:focus,
#main-menu.current-menu-item
{
   background: #0072bc!important;
    color: #fff !important;
}

#main-menu .current-menu-item > a, 
#main-menu.current_page_item > a {
     background: #0072bc!important;
    color: #fff !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 21px !important;
    margin-bottom: 8px;
    background-color: #fff!important;
    background-image: none;
    border: 1px solid #0072bc !important;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    width: 20px;
    border-radius: 0;
    background-color:#0072bc !important;
}

@media screen and (max-width:991px) {
#main-menu > ul > li > a{
        font-size: 15px !important;
    }
}

@media screen and (max-width:767px) {
#main-menu {
    background: #fff!important;
}
#main-menu > ul > li > a {
    padding: 11px 15px !important;
    border-bottom: 2px solid #0072bc;
}
	
#main-menu>ul> li > a:hover, 
#main-menu>ul> li > a:focus,
#main-menu.current-menu-item {
    background: #333!important;
    color: #0072bc !important;
}

#main-menu .current-menu-item > a, 
#main-menu.current_page_item > a {
    background: #333!important;
    color: #0072bc !important;
}
	#main-menu .button-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-bottom: 25px;
    color: #0072bc !important;
}
    }

/*Footer*/
#footer {
    background-color: #505050 !important;
}

.footer-widget-area .widget:first-child {
    margin-bottom: 10px !important;
}
footer h4 { 
    color: #e8e8e8;
    font-family: 'Agency FB' !important;
    font-size: 30px;
}

#footer a {
    border-bottom: none!important;
}
#menu-footer-english.menu,
#menu-footer-italiano.menu,
.footer-widget-area .menu{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#menu-footer-english.menu  li,
#menu-footer-italiano.menu  li,
.footer-widget-area .menu li{
	display: inline;
    padding-right: 10px;
}

ul#menu-footer-english.menu a,
ul#menu-footer-italiano.menu a,
.footer-widget-area ul.menu a{
    color: #e8e8e8 !important;
    font-family: 'Agency FB' !important;
    font-size: 20px !important;
    letter-spacing: 1px;
	text-transform:uppercase !important;
}

ul#menu-footer-english.menu a:hover, 
ul#menu-footer-english.menu a:focus,
ul#menu-footer-italiano.menu a:hover, 
ul#menu-footer-italiano.menu a:focus,
.footer-widget-area ul.menu a:hover,
.footer-widget-area ul.menu a:focus
{
    color: #0072bc !important;
}

.footer-bottom {
  visibility:hidden;
  display: none;
}

#lang_choice_1
{
	/*display:none;*/
}

.content-wrapper {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.product-img{
	display: block;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 30px;
}


 h1.vce {
    margin-bottom: 0px !important;
}
.mt30
{
	margin-top:0px !important;
}
.whereSecLeft
{
	
}
.whereSecRight
{
	margin-top: 30px !important;
	margin-bottom: 40px !important;
}
.FirstSection
{
	position: relative !important;
padding-bottom: 30px !important;
margin-bottom: 50px !important;
	padding-top: 50px !important;
}
.clsLanguageSwitcher #lang_choice_1
{
	display:block;
}
.clsLanguageSwitcher
{
	position:absolute;
	top:0px;
	right:0px;
}
.theConceptSec
{
	padding-top: 50px !important;
padding-bottom: 10px !important;
}
.theConceptSec h2,
.theConceptSec p,
.theConceptSec p em

{
	color:#fff !important;
}
.cameraFeatures
{
	background-color:#f7f7f7 !important;
}
.cameraFeatures.first
{
	padding-top: 20px;
}
.cameraFeatures.last
{
	padding-bottom:20px;
}

.cameraFeatures .vce-row-content
{
	margin-top: 40px;
}
.theProductSec
{
	margin-top: 40px;
}

.main-content
{
	padding-bottom:0px;
}
.langDropdown
{
    text-align:left !important;
    
}
.customSelect
{
border-bottom: 2px solid #0072bc;
padding-bottom: 18px;
    margin-top: 22px !important;
padding-left: 20px;

}

.customSelect .selectValueWrap .caret
{
   right: 12px !important;
}
.langDropdown .customSelect.select-open .selectList
{
    left:20px !important;
}

.datasheetSec
{
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

.howtoInstallSec
{
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    
}

.langDropdown.footer
{
    float: none;
    display: inline-block !important;
    width:120px;
}
.langDropdown.footer .customSelect
{
    margin-top: 0px !important;
    border-bottom: 0px solid #0072bc;
}

#menu-footer-english.menu li,
#menu-footer-italiano li,
.footer-widget-area .menu li
{
    max-height: 30px;
}

.footer-widget-area
{
    padding-top: 35px !important;
}



.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
    display: block;
    width: 100%;
    height:40px;
    padding: 5px 10px;
   font-size:20px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
   font-size:20px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form input[type=submit] {
	color: #0077bd !important;
	font-family: "Agency FB";
    font-size: 20px;
    text-decoration:underline;
    background:transparent !important;
    border:none !important;
	display:block;
margin-left: 30% !important;
text-align: left;
}

.wpcf7 select {color: #0077bd !important;}
.wpcf7 #responsive-form{
	max-width:100%;
	margin:0 auto;
        width:100%;
}


.wpcf7 .form-row{
	width:600px !important;
}

.wpcf7 .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.wpcf7 .column-label{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:30% !important;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-family: "Agency FB";
    font-weight: 600;
    font-style: normal;
	font-size:14px;
    line-height: 22px;
    color: #818285;
    text-decoration: none;
    text-transform:uppercase;
	display:block;
	padding-top: 14px !important;
}


.wpcf7 .column-form{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:70% !important;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-family: "Agency FB";
    font-weight: normal;
    font-style: normal;
	font-size:18px !important;
    line-height: 22px;
    color: #818285;
    text-decoration: none;
  
}
.wpcf7 .clearfix:after {
	content: "";
	display: table;
	clear: both;
        }

@media only screen  and (min-width: 320px)  and (max-width: 767px)  { 
	.wpcf7  .column-half,.column-label, .wpcf7 .column-form,.form-row{
		width: 100% !important;
		overflow:hidden
	}
}