@charset "utf-8";

     @media only screen and (min-width: 864px) { .navbar-header {
float: left;
right: 0;
margin-right: -75px !important;
}
.topNav { overflow: hidden;
font-size: 150%;
width: 100%;
z-index: 1000; }.topNavMobile,
.hamburger {
display: none;
visibility: hidden;
position: absolute;
}.mobileLogo {
display: none;
visibility: hidden;
}
.topNavMain { padding-bottom: 0;
margin-top: 3%;
margin-bottom: 0;
display: flex;
vertical-align: bottom;
}
.topNavMain .topNavMainItem {
display: inline;
color: rgb(0, 153, 204);
background-color: #fff;
float: left; margin-top: auto;
padding-top: 1%;
padding-left: 1.5%;
padding-right: 1.5%;
padding-bottom: 0.25%;
cursor: pointer;
text-align: center;
transition-timing-function: ease-in;
-o-transition: all .25s ease-out, .25s ease-in;
-ms-transition: all .25s ease-out, .25s ease-in;
-moz-transition: all .25s ease-out, .25s ease-in;
-webkit-transition: all .25s ease-out, .25s ease-in;
transition: all .25s ease-out, .25s ease-in;
transition-delay: .25s;
}
.topNavMain .topNavMainItem:hover {
background-color: rgb(0, 153, 204);
color: #fff !important;
}
.topNavMain .topNavMainItem:hover a {
color: #fff !important;
}
.topNavMainItem a {
color: rgb(0, 153, 204) !important;
font-size: 100% !important;
background-size: auto auto;
font-style: bold;
text-decoration: none;
width: 100%;
height: 100%;
padding-top: 25%;
padding-bottom: 25%;
transition-timing-function: ease-in;
-o-transition: all .25s ease-out, .25s ease-in;
-ms-transition: all .25s ease-out, .25s ease-in;
-moz-transition: all .25s ease-out, .25s ease-in;
-webkit-transition: all .25s ease-out, .25s ease-in;
transition: all .25s ease-out, .25s ease-in;
transition-delay: .25s;
}
.topNavMainItem a:hover {
text-decoration: none;
} .topNavMainItem:hover .catOnlyMenu {
visibility: visible;
opacity: 1;
}
.catOnlyMenu {
position: absolute; color: #fff;
background-color: rgb(0, 153, 204);
visibility: hidden;
opacity: 0;
margin-top: 0.25%;
margin-left: -2%;
box-shadow: 0 2.5px 2.5px -2px #000;
cursor: default;
z-index: 1000;
padding-right: 5%; text-align: left;
-o-transition: .25s ease-out, .25s ease-in;
-ms-transition: .25s ease-out, .25s ease-in;
-moz-transition: .25s ease-out, .25s ease-in;
-webkit-transition: .25s ease-out, .25s ease-in;
transition: .25s ease-out, .25s ease-in;
transition-delay: .25s;
}
.catOnlyMenu ul {
width: 100%;
padding-top: 20px;
padding-left: 30px;
display: table;
}
.catOnlyMenu li {
display: table-row;
}
.catOnlyMenu h4 {
padding-bottom: 10px;
font-size: 18px;
}
.catOnlyMenu h4 a {
margin: 0;
padding: 0; }
.catOnlyMenu a:hover {
color: white !important;
text-decoration: underline;
cursor: pointer;
} .topNavMainItem:hover .topNavSubArea {
visibility: visible;
opacity: 1;
}
.topNavSubArea {
position: absolute;
color: #fff;
display: table;
width: 100%;
background-color: rgb(0, 153, 204);
left: 0;
visibility: hidden;
opacity: 0;
margin-top: 0.25%;
box-shadow: 0 2.5px 2.5px -2px #000;
cursor: default;
z-index: 1000;
text-align: left;
-o-transition: .25s ease-out, .25s ease-in;
-ms-transition: .25s ease-out, .25s ease-in;
-moz-transition: .25s ease-out, .25s ease-in;
-webkit-transition: .25s ease-out, .25s ease-in;
transition: .25s ease-out, .25s ease-in;
transition-delay: .25s;
}
.topNavSubArea h4 a {
cursor: pointer;
font-size: 18px;
}
.topNavSubArea h4 a:hover {
cursor: pointer;
font-size: 18px;
text-decoration: none;
}
.topNavSubArea a {
color: white !important;
font-size: 14px;
cursor: pointer;
text-align: left;
padding-top: 0%;
padding-bottom: 0%;
}
.topNavSubArea a:hover {
color: white !important;
font-size: 14px;
text-decoration: underline;
cursor: pointer;
}
.topNavSubArea ul {
list-style: none;
font-size: 14px;
line-height: 25px;
padding: 0;
}
.topNavSubArea ul li {
margin-top: 0;
}
.topNavSubArea ul li ul {
position: relative;
padding-left: 5%;
display: none;
}
.subRow {
display: table-row;
}
.subCol {
position: relative;
padding-top: 2%;
padding-bottom: 2%;
display: table-cell;
}
.subColBorder:not(:first-child):not(:last-child) {
border-right: 2px solid #fff;
position: absolute;
top: 25px;
bottom: 25px;
}
.subColWrapper {
display: table;
width: 100%;
height: 100%;
padding-top: -2%;
padding-bottom: -2%;
}
.subColWrapperCol {
position: relative;
display: table-cell;
}
.headerUnderLine {
height: 2.5px;
width: 100%;
background-color: rgb(0, 153, 204);
overflow: show;
}
.rotate {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transition: 300ms ease all;
}
}
@media only screen and (max-width: 863px) { .mainLogo {
display: None;
}
.hamburger { display: inline-block;
float: left;
padding-left: 10%;
padding-top: 3%;
width: 20%;
height: 100%;
background-size: 100%;
cursor: pointer;
} .mobileLogo img {
display: inline-block;
width: 75%;
float: left;
}
.navbar-header {
right: 0;
}
.topNavMobile {
position: absolute;
background-color: lightblue;
width: 100%;
height: 100%;
top: 0;
z-index: 1000;  display: none;
}.topNav { display: none; }
.topMobile {
background-color: #0080bf;
width: 100%;
height: 60px;
border-bottom: 1px;
border-bottom-color: #fff;
border-bottom-style: solid;
} #mobileMenuClose {
float: right;
padding-right: 15px;
padding-top: 15px;
cursor: pointer;
color: #fff;
}
.topNavMobile .mobileLink h4 {
display: inline-block;
padding-top: 10px;
padding-left: 20px;
color: #fff !important;
}
.topNavMobile .mobileLink {
height: 60px;
width: 100%;
display: inline-block;
text-align: left;
border-bottom: 1px;
border-bottom-color: #fff;
border-bottom-style: solid;
}
.topNavMobile ul {
list-style-type: none;
padding: 0;
position: relative;
}
.topNavMobile ul li { color: #fff;
background-color: #0098cb;
width: 100%;
height: auto;
position: relative;
}
.topNavMobile ul li ul {
display: none;
position: relative;
}
.topNavMobile ul li ul li { background-color: #808080;
} .topNavMobile ul li ul li a {
padding-left: 15px;
}
.topNavMobile ul li ul li ul li { background-color: #606060;
} .topNavMobile ul li ul li ul li a {
padding-left: 30px;
}
.topNavMobile ul li ul li ul li ul li { background-color: #404040;
} .topNavMobile ul li ul li ul li ul li a {
padding-left: 45px;
}
.topNavMobile ul li
.mobileCaretContainer,
.mobileCaretContainer:hover,
.mobileCaretContainer:active { color: #fff !important;
text-decoration: none;
float: right;
right: 0;
padding-top: 15px;
padding-bottom: 20px;
padding-left: 25px;
padding-right: 25px;
background-color: #0090bf;
position: absolute;
display: inline-block;
}
.topNavMobile ul li ul li
.mobileCaretContainer,
.mobileCaretContainer:hover,
.mobileCaretContainer:active { background-color: #757575;
}
.topNavMobile ul li ul li ul li
.mobileCaretContainer,
.mobileCaretContainer:hover,
.mobileCaretContainer:active { background-color: #555555;
}
.topNavMobile ul li ul li ul li ul li
.mobileCaretContainer,
.mobileCaretContainer:hover,
.mobileCaretContainer:active { background-color: #353535;
}
.rotate {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transition: 300ms ease all;
}
#tribe-events .tribe-events-button,.tribe-events-button {
background-color: #1b96cf !important;
} }    :focus {
outline: 0;
}  body {
background: #fff; margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #717171;
} body a {
color: #0099cc !important;
text-decoration: none;
}
body a:hover {
text-decoration: underline;
color: #0099cc !important;
}
a img {
border: 0;
}
img.alignleft {
float: left;
padding-right: 10px;
}
img.alignright {
float: right;
padding-left: 10px;
}
blockquote {
font-style: italic;
color: #999;
}
hr {
border: none;
height: 1px;
background-color: #999;
}
h1, h2, h3, h4 {}
h1 { font-size: 24px }
h2 { font-size: 20px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px; font-weight:bold }  #container {
position: relative;
margin: 0 auto;
padding: 0;
width: 1035px; overflow: hidden; }
#language {
position: absolute;
top: 0%;
right: 0;
width: 150px;
height: 33px;
}
#header {
position: relative;
padding : 0;
margin-bottom: 5px;
margin-top: 40px;
width: 100%; z-index: 10000;
background: #fff;
}
#header > form {
margin-right: 120px;
margin-top: -60px;
text-align: right;
}
#navigation {
background-color: #0099cc;
padding : 0;
margin: 0;
width: 100%;
height: 35px;
overflow: hidden;
}
#slider {
position: relative;
padding : 0;
margin: 0;
border: 1px solid #ccc;
overflow: hidden;
}
#content {
padding: 10px;
margin-bottom: 5%; overflow: hidden;
}
#footer-container {
background: #1b96cf none repeat scroll 0 0;
clear: both;
margin: 0;
overflow: hidden;
width: 100%;
}
#footer {
position: relative;
margin: 0 auto;
padding: 10px;
width: 1015px; overflow: hidden;
} #language {
position: absolute;
top: 0%;
right: 0;
width: 150px;
height: 33px;
}
#logo { float: left; margin-top: 0px;width: 75%; }                    #search {
display: block;
position: absolute;
top: 44px;
right: 130px;
width: 310px;
height: 24px;
}
.search-field {
background: url(//nanovea.com/wp-content/themes/wp-nanovea/images/blog-entry-input.png) #fff no-repeat top left;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px;
width: 208px;
color: #646464;
font-size: 16px;
margin-bottom: 11px;
float: left;
}
.btn-search { padding: 0 15px;
background: #0099cc none no-repeat scroll 0 0;
border: medium none;
border-radius: 2px;
color: #fff;
padding: 9px;
}
#social-media {
position: absolute;
top: 31px;
right: 0;
}
#social-media img { padding-left: 10px }
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
height: 48px;
margin-right: 4px;
width: 200px;
}  .box-content {
position: relative;
float: left;
width: 310px;
padding: 10px;
overflow: hidden;
}
.box-content4 {
position: relative;
float: left;
width: 100%;
padding: 10px;
overflow: hidden;
}
.box-content2 {
position: relative;
float: left; width: 140px;
padding: 10px;
overflow: hidden;
}
.box-content3 {
position: relative;
float: left;
width: 450px;
padding: 10px;
overflow: hidden;
}
.product-pic, .product-desc {
position: relative;
float: left;
overflow: hidden;
}
.product-pic {
width: 100px;
text-align: center;
}
.product-desc {
width: 915px;
max-width: 100%;
}
.box-contact {
position: relative;
float: left;
width: 210px;
overflow: hidden;
padding-right: 10px;
}
.box-contact-1 {
position: relative;
float: left;
width: 150px;
overflow: hidden;
padding-right: 10px;
}
.box-contact-2 {
position: relative;
float: left;
width: 200px;
overflow: hidden;
padding-right: 10px;
}
.box-contact-3 {
position: relative;
float: left;
width: 200px;
overflow: hidden;
padding-right: 10px;
}
.box-contact-4 {
position: relative;
float: left;
width: 200px;
overflow: hidden;
padding-right: 10px;
}  .box-footer {
position: relative;
float: left;
width: 20%;
overflow: hidden
}
.box-footer ul{ list-style: none; padding: 10px; line-height: 18px; font-size: 11px; }
#menu-new-footer-3{
padding-top:15%;
}
#menu-new-footer-4{
padding-top:15%;
}
#copy { width: 290px }
#copy a {
color: #0099CC
}
#copy p { padding-top: 0; margin-top: 0 }
#footer p {
padding: 10px;
font-size: 11px;
}
#newsletter {
margin: 20px 0 0 0px;
width: 290px;
height: 36px;
font-size: 14px;
}
#newsletter input[type="email"]{
border:1px solid;
padding: 3px;
width: 208px;
color: #646464;
font-size: 16px;
float: left; } body.page-template-tpl-application-notes #content ul{ padding-left: 13px; margin-top: 5px; }
.post{   border-bottom: 1px solid #ccc; padding: 20px 0; }
.post:last-of-type{border-bottom: none; }
#content.blog-entry-page{  padding-right: 220px;
position: relative;
min-height: 1850px;
}
#content.blog-entry-page #sidebar{
position: absolute;
top: 0;
right: 0;
width: 170px;
margin-top: 30px;
}
#sidebar ul{ margin:  0 0 0px;padding: 15px 25px;  }
#sidebar ul li{ list-style: none; }
#sidebar h2{ margin-bottom: 5px; }
#sidebar .widget{ margin-bottom: 30px;
border: 1px solid #DDDDDD;
}
.textwidget{ padding: 20px 20px 20px; }
#sidebar .widgettitle{
padding: 10px 15px;
color: #fff;
font-size: 18px;
line-height: 18px;
background: #0099cc;
margin: 0;
text-align:center;
}
#sidebar ul li a {
padding-left: 5px;
padding-bottom: 5px;
display: block;
line-height: 20px;
font-size: 13px;
text-decoration: none;
color: #717171;
}
#sidebar ul li {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 9px;
}
.pagination {
clear:both;
padding:10px 0;
position:relative;
font-size:12px;
line-height:14px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 4px 2px 0;
padding:10px 12px 10px 12px;
text-decoration:none;
width:auto;
color:#000;
background: #e8e8e8;
border: 1px solid #b8b8b8;
}
.pagination a:hover{
color:#fff;
background: #0099cc;
border: 1px solid #0099cc;
}
.pagination .current{
padding:10px 12px 10px 12px;
background:#0099cc;
border: 1px solid #0099cc;
color:#fff;
font-weight: bold;
}
#sidebar ul li .newsletter-widget,
#sidebar ul li.widget .textwidget{ padding: 20px 18px; }
#sidebar ul li .newsletter-widget{ text-align: center; }
#sidebar ul li .newsletter-widget input[type="text"],
#sidebar ul li .newsletter-widget input[type="email"]{ text-align:left;}
#sidebar input[type="text"],
#sidebar input[type="email"]{
background: url(//nanovea.com/wp-content/themes/wp-nanovea/images/blog-entry-input.png) #fdfdfd no-repeat top left;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;  width: 100%;
color: #646464;
font-size: 16px;
margin-bottom: 11px;
}
#sidebar input[type="submit"]{
padding: 0 45px;
font-size: 15px;
line-height: 28px;
background: #0099cc;
color: #fff;
border: none;
margin: 0;
height: 25px;
text-align: center;
line-height: 27px;
}
#sidebar ul li.widget .widgettitle{
height: 40px;
padding: 0 15px;
line-height:  44px;
color: #fff;
font-size: 19px;
background: #d13939;
text-transform: uppercase;
}
#sidebar ul li.widget > ul{
padding: 20px 15px 30px;
}
#sidebar ul li.widget > ul li a{
background: url(//nanovea.com/wp-content/themes/wp-nanovea/images/list-content.png) no-repeat 0  3px; padding-left: 25px;
display: block;
line-height:20px;
font-size: 16px;
text-decoration: none;
margin-bottom: 9px;
color: #343434;
}
#sidebar ul li.widget > ul li{ border-bottom:  1px solid #e0e0e0; margin-bottom: 9px; }
#single-comment input[type="text"]{
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 12px;
width: 48%;
color: #646464;
font-size: 16px;
margin-bottom: 11px;
}
#single-comment textarea{
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 12px;
width: 98%;
color: #646464;
font-size: 16px;
margin-bottom: 11px;
height: 150px;
}
#single-comment input[type="submit"] {
padding: 0 45px;
font-size: 15px;
line-height: 28px;
background: #0099cc;
color: #fff;
border: none;
margin: 0;
height: 25px;
text-align: center;
line-height: 27px;
}
#content strong{ font-size: 125%; font-style: bold;}
h1 strong{
font-size: 80% !important;
}
h2 strong{
font-size: 75% !important;
}
h3 strong{
font-size: 100% !important;
}
textarea{ max-width: 100%; }
body.home #content p:last-of-type,
body.home #content .post span{ display: inline-block; }
#newslider ul,
#newslider ul li{ margin: 0; padding: 0; }
#newslider ul li > a img,
#newslider ul li > img  { width: 100%; float: left; }
#newslider ul li .slider-text img {width: auto; float: none;}
#newslider a:hover{ text-decoration: none; }
#newslider p {margin: 0;}
.slider-text{
position: absolute;
z-index: 100;
padding: 18px;
top: 25px;
left: 6px;
font-size: 18px;
color: #282828;
line-height: 30px;
}
.slider-text p{line-height: 22px; margin-bottom: 0; font-family: 'Open Sans', sans-serif; font-weight:400; font-weight:16px; }
.slider-text h2{
color:#1b96cf;
font-size: 32px;
text-transform: uppercase;
margin-bottom: 0px;
line-height: 44px;
margin-top: 0;
font-weight:bold;
font-family: 'Open Sans', sans-serif;
}
.bx-prev, .bx-next{
position:absolute;
top: 370px;
left: 20px;
display:block;
width:30px;
height:77px;
overflow: hidden;
text-indent: -99999px;
}
.bx-next{
left: 993px;
}
.bx-prev, .bx-next{
display:block;
width:30px;
height:77px;
background:url(//nanovea.com/wp-content/themes/wp-nanovea/images/images/btn_prev.png) no-repeat 0 0;
}
.bx-next{
background:url(//nanovea.com/wp-content/themes/wp-nanovea/images/images/btn_next.png) no-repeat 0 0;
}
.bx-prev.disabled,.bx-next.disabled{ display: none; }
body.page-id-20 #prevBtn,
body.page-id-20 #nextBtn,
body.page-id-253 #prevBtn,
body.page-id-253 #nextBtn,
body.page-id-255 #prevBtn,
body.page-id-255 #nextBtn,
body.page-id-257 #prevBtn,
body.page-id-257 #nextBtn,
body.page-id-259 #prevBtn,
body.page-id-259 #nextBtn,
body.page-id-261 #prevBtn,
body.page-id-261 #nextBtn,
body.page-id-263 #prevBtn,
body.page-id-263 #nextBtn,
body.page-id-265 #prevBtn,
body.page-id-265 #nextBtn,
body.page-id-267 #nextBtn,
body.page-id-267 #prevBtn{ display: none !important; }
#content img{ max-width: 100%; height: auto ; }
#content ul.showshow li{ display: block !important; }
.header.social {
background: #1b96cf none no-repeat scroll 0 0;
height: 5.25%;
width: 100%;
}
.header.social .container {
position: relative;
margin: 0 auto;
padding: 0;
width: 1035px; overflow: hidden;
}
.footer-mail .container {
margin: 0 auto;
overflow: hidden;
padding: 20px 0 0;
position: relative;
width: 1035px;
}
.header.social .container span {
color: #ffffff; font-family: Myriad Pro;
font-size: 14px;
margin: auto; font-weight: bold;
}
.header.social .container > span.fb { }
.header.social .container > span:nth-child(2) { }
.header.social .container > span:nth-child(3) { }
.header.social .container > span:nth-child(4) { }
.search {
background: rgb(27, 150, 207) none repeat scroll 0 0;
border: none;
color: rgb(255, 255, 255);
font-family: myriad pro;
font-size: 13px;
margin-left: 4px;
max-width: 77px; text-align: center;
}
.in_sea { }
ul.menu {
margin-left: 0px;
margin-top: 0px;
}
#header-nav li a {
color: #1b96cf;
font-family: 'Open Sans', sans-serif;
font-weight: normal!important;
font-size: 23px;
text-decoration: none;
font-weight:600;
}
.footer-mail {
background: #fafafa none repeat scroll 0 0;
height: 76px;
}
.sub {
float: left;
font-family: "Open Sans",sans-serif;
font-size: 20px;
font-weight: bold;
padding-left: 7px;
padding-top: 9px !important;
color: #181818;
}
.footersub .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
background: transparent none repeat scroll 0 0;
border: 3px solid #d6d6d6; color: #a9a9a9;
font-family: "Open Sans",sans-serif;
font-weight: bolder;
margin-left: 8px;
max-width: 180px;
padding-bottom: 5px;
padding-left: 9px;
padding-top: 10px;
}
.wpcf7-form-control.wpcf7-submit.footersea {
background: #1B96CF none repeat scroll 0 0;
border: 1px solid; color: #e8f9f2;
font-family: "Open Sans",sans-serif;
margin-left: 0px;
padding: 13px 12px 10px;
font-weight: bold;
font-size: 17px;
}
span.wpcf7-not-valid-tip {
bottom: 34px;
color: #f00;
font-size: 1em;
position: absolute;
right: 47px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
bottom: 31px;
display: block;
position: relative;
}
.box-footer > ul > li:first-child {  }
.box-footer > ul > li:last-child { margin-bottom: 30px;
}
.box-footer > ul > li:first-child > a:first-child { }
.box-footer > ul > li > a {
color: #fff!important;
font-family: "Open Sans",sans-serif;
font-size: 14px;
line-height: 25px;
text-decoration: none;
font-weight: bold;
}
.box-footer > ul > li {  padding-left: 0;
width: 100%;
}
.footer-social {
float: left;
padding-top: 4%;
width: 20%;
}
.footer-social > span:first-child {
padding-left: 68px;
padding-right: 9px;
}
.footer-social > span {
padding-right: 11px;
}
.footer-logo {
float: right;
margin-top: 130px;
}
.footer-copyright > p{
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 13px;
text-align: center;
background: #000000;
margin: 0;
}
a {
text-align: center;
color:#0099cc;
}
.link:hover
{
font-family: myraid pro;
font-size: 14px;
color: #000;
text-decoration: none;
}
.navbar-default {
background: none !important;
border: none !important;
}
@media (max-width: 911px) and (min-width: 730px)
{
.box-footer
{
width: 25%;
}
.footer-social
{
width: 25%;
}
}
@media (max-width: 729px)
{
.footer-social {
width: 100%;
padding-top: 0px;
}
.footer-logo {
float: right;
margin-right: -151px;
margin-top: 130px;
}
.footer-social > span {
float: right;
}
.footer-mail {
background: #fafafa none repeat scroll 0 0;
height: 95px;
}
}
@media (max-width: 1024px) and (min-width: 967px)
{
.sub
{
font-size: 15px;
}
.mailic
{
float: left;
padding-left: 30px;
}
.footersub .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
padding-left: 3%;
}
.wpcf7-form-control.wpcf7-submit.footersea {
margin-left: 2%;
}
}
@media (max-width: 966px)
{
.sub
{
font-size: 15px;
}
.mailic
{
float: left;
padding-left: 30px;
}
.footersub .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
padding-left: 3%;
width: 12%;
}
.wpcf7-form-control.wpcf7-submit.footersea {
margin-left: 2%;
width:10%;
}
}
.lptw-grid-element {
border: 1px solid #ccc !important;
}
#rum_sst_tab:hover {
font-size: 17px !important;
text-decoration: none !important;
}
.rum_sst_contents, .rum_sst_contents:hover {
font-size: 17px !important;
}
.rum_sst_right {
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}
#multimedia_feedback_tab {
font-size: 17px !important;
color:#fff !important;
}
.grid-layout .lptw-post-title {
color: #717171;
text-align: left;
}
.grid-layout .read-more-link {
color: #1B96CF;
}
.box-content ul li a {
color: #1d99ce;
}
.sub-menu li a {
font-size:12px !important;
text-decoration: none;
}
.img-link {
display: inline-block;
float: left;
padding-right: 36px;
}
.gsc-adBlock {
display: none !important;
}
.img-link {
float: left;
padding-right: 112px;
text-align: left;
}
.img-link:hover
{
font-size:12px;
text-decoration: none;
}
.img-link img { margin-top: 10px;
}
.menu li a:hover {
text-decoration: underline;
}
#formilla-chat-button-inner {
display: none;
visibility: hidden;
}
@media (max-width: 768px) and (min-width: 391px)
{
.header.social .container {
width: 100%;
}
.footer-mail .container {
width: 100%;
}
}
@media (max-width: 768px) and (min-width: 640px)
{
#container,#footer{ width: 615px;}
#logo {
float: left;
margin-top: 0;
width: 55%;
}
.bx-next {
left: 525px !important;
}
.bx-prev, .bx-next {
top: 320px !important;
}
}
@media (max-width: 639px) and (min-width: 500px)
{
#logo {
float: left;
margin-top: 0;
width: 60%;
}
#container,#footer{ width: 485px;}
.bx-prev, .bx-next {
top: 260px !important;
}
.bx-next {
left: 380px;
}
}
@media (max-width: 499px) and (min-width: 391px)
{
#logo {
float: left;
margin-top: 0;
width: 60%;
}
#container,#footer{ width: 375px;}
.bx-prev, .bx-next {
top: 184px !important;
}
}
@media (max-width: 390px) and (min-width: 319px)
{
.amazingslider-button-4 a
{
width:100% !important;
}
.as-btn-blue-medium
{
font-size: 9px !important;
width:100%;
}
.amazingslider-button-4
{
width:100% !important;
margin-left:-10px;
}
#container,#footer{ width: 300px;}
.mailic {
float: left;
padding-left: 0;
width: 8%;
}
.sub {
font-size: 10px;
}
.footersub .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
height: 42px;
margin-top: 6px;
padding-left: 0;
width: 46%;
}
.wpcf7-form-control.wpcf7-submit.footersea {
margin: 5px auto 0;
width: 50%;
}
.bx-next {
left: 285px;
top: 150px !important;
}
.bx-prev, .bx-next {
top: 150px !important;
}
.footer-mail {
background: #fafafa none repeat scroll 0 0;
height: 170px;
}
.footer-mail .container {
margin: 0 auto;
overflow: hidden;
padding: 20px 0 0;
position: relative;
width: 96%;
}
#formilla-chat-button {
display: none;
visibility: hidden;
}
#rum_sst_tab {
display: none;
}
#multimedia_feedback_tab {
display: none !important;
} #header {
background: #fff none repeat scroll 0 0;
height: 100px;
margin-bottom: 5px;
margin-top: 20px;
padding: 0;
position: relative;
width: 100%;
z-index: 10000;
}
#logo {
float: none;
margin-top: 0;
width: 70%;
padding-left: 25px;
}
.col-md-2.col-sm-2.col-xs-12 .txtcenter > a {
display: inline-block;
width: 100%;
}
.navbar-collapse.collapse.in {
background: #fff none repeat scroll 0 0;
position: relative;
z-index: 2;
}
.menu li {
display: inline-block;
float: left;
margin-bottom: 4px;
margin-top: 8px;
padding-left: 20px;
text-align: left;
width: 100%;
}
#newslider {
margin-top: 36px;
}
.bx-controls-direction {
display: none;
}
.bx-wrapper {
min-height: 120px;
}
.in_sea {
height: 36px;
margin-left: 18px;
max-width: 170px;
width: 100%;
}
.slider-text #stcpDiv {
width: 80%;
}
.slider-text {
line-height: 18px;
padding: 8px;
}
}
.wpcf7-form-control.wpcf7-text {
border: 1px solid #e0e0e0 !important;
} #ssb-container ul li {
}
#ssb-container ul li a {
color: #fff !important;
box-shadow: inset 0 0 0 0 #6bbbe0;
-webkit-transition: ease-out 0.4s;
-moz-transition: ease-out 0.4s;
transition: ease-out 0.4s;
}
#ssb-container ul li a:hover
{
color:#fff !important; margin-top: 0px;
box-shadow: inset 400px 0 0 0 #6bbbe0;
}
#ssb-container ul li p {
}
#rum_sst_tab {
top: 101px !important;
color: #fff !important;
right: -3px;
}
#formilla-chat-button-inner {
display: none;
visibility: hidden;
}
.multimedia_feedback_tab_right {
bottom: 42% !important;
}
.navbar .menu li a {
color: #0099CC;
font-family: "Open Sans",sans-serif;
font-size: 22px;
text-decoration: none;
}
.navbar .navbar-collapse {
padding-left: 0 !important;
padding-right: 0 !important;
}
.navbar .container-fluid {
padding-left: 0 !important;
padding-right: 0 !important;
}  .txtjustify
{
text-align:justify;
}
.txtcenter
{
text-align:center;
}
.txtcenter {
text-align: center;
}
.txtjustify
{
text-align: justify;
}
.amazingslider-nav-container-5 {
display: none;
}
.amazingslider-nav-container-6 {
display: none;
}
.amazingslider-nav-container-7 {
display: none;
}
.amazingslider-nav-container-8 {
display: none;
}
.amazingslider-nav-container-9 {
display: none;
}
.amazingslider-nav-container-2 {
display: none;
}
.amazingslider-nav-container-3 {
display: none;
}
.amazingslider-nav-container-4 {
display: none;
}
.amazingslider-nav-container-10 {
display: none !important;
}
.amazingslider-nav-container-11 {
display: none !important;
}
.amazingslider-nav-container-12 {
display: none !important;
}
.amazingslider-nav-container-13 {
display: none !important;
}
.amazingslider-nav-container-14 {
display: none !important;
}
.amazingslider-nav-container-15 {
display: none !important;
}
.amazingslider-nav-container-16 {
display: none !important;
}
.amazingslider-nav-container-17 {
display: none !important;
}
.amazingslider-nav-container-18 {
display: none !important;
}
.amazingslider-nav-container-19 {
display: none !important;
}
.amazingslider-nav-container-20 {
display: none !important;
}
.amazingslider-nav-container-21, .amazingslider-nav-container-22, .amazingslider-nav-container-23  {
display: none !important;
}
.amazingslider-nav-container-1 {
display: none !important;
}
.amazingslider-nav-1, .amazingslider-nav-14, .amazingslider-nav-15, .amazingslider-nav-16, .amazingslider-nav-17, .amazingslider-nav-18, .amazingslider-nav-19, .amazingslider-nav-20, .amazingslider-nav-21, .amazingslider-nav-22, .amazingslider-nav-23 {
display: none !important;
}
.amazingslider-nav-10, .amazingslider-nav-9,.amazingslider-nav-8, .amazingslider-nav-7, .amazingslider-nav-6, .amazingslider-nav-5, .amazingslider-nav-4, .amazingslider-nav-3, .amazingslider-nav-2{
display: none !important;
}
.amazingslider-nav-10
{
display: none !important;
}
.amazingslider-nav-11 {
display: none !important;
}
.amazingslider-nav-12 {
display: none !important;
}
.amazingslider-nav-13 {
display: none !important;
}
.page-id-153 .slider-text {
padding: 12px;
}
.page-id-2602 #content {
padding: 15px;
margin-bottom: 15%;
}
#formilla-frame {
display: none;
visibility: hidden;
}
@media (max-width: 600px){
#content.blog-entry-page #sidebar {
position: relative;
}
#content.blog-entry-page {
padding-right:0px;
}
}
#cookie-notice .cn-button{
color:#ffffff !important;
}
.cn-button.wp-default{background-color:#1d99ce !important; border-color:#1b96cf !important;
background: linear-gradient(to bottom,#1b96cf,#1b96cf) #1b96cf !important;}.ddsmoothmenu{
background: #0099cc; width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
} .ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin-top: 0;
margin-right: 65px;
margin-bottom: 0;
margin-left: 95px;
} .ddsmoothmenu ul li a{
display: block;
background: #0099cc; font-size: 16px;
color: white;
padding: 10px;
color: ##fff;
text-decoration: none;
}
* html .ddsmoothmenu ul li a{ display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
.ddsmoothmenu ul li a.selected{ background-color: #0099cc; 
color: white;
}
.ddsmoothmenu ul li a:hover{
color: white;
}
.ddsmoothmenu ul li ul li a.sub-menu {
background-color: ##fff;
color: #0099cc;
padding: 5px 20px;
}
.ddsmoothmenu ul li ul li a:hover{
background-color: #eee;
color: #0099cc;
} .ddsmoothmenu ul li ul{	
margin: 0;
padding: 0;
position: absolute;
left: 0;
display: none; visibility: hidden;
} .ddsmoothmenu ul li ul li{
margin: 0;
padding: 0;
display: list-item;
float: none;
} .ddsmoothmenu ul li ul li ul{
top: 0;
margin: 0;
padding: 0;
} .ddsmoothmenu ul li ul li a{
background-color: #fff;
width: 200px; padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
color: #0099cc;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}/*\*/* html .ddsmoothmenu{height: 1%;}/**/ .downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
} .ddshadow{ position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ opacity: 0.8;
}
.downarrowclass { display: none }.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; list-style-type: none;
font: bold 12px Arial;
}
.ddsmoothmenu-v ul li{
position: relative;
} .ddsmoothmenu-v ul li a{
display: block;
overflow: auto; color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff; color: white;
}
.ddsmoothmenu-v ul li a.selected{ background: black; 
color: white;
}
.ddsmoothmenu-v ul li a:hover{
background: black; color: white;
} .ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; top: 0;
font-weight: normal;
visibility: hidden;
}/*\*/* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }/**/@media only screen and (min-device-width : 769px) and (max-device-width : 1024px), only screen and (min-width : 769px) and (max-width : 1024px) {
#slider, #slider li{ width: 100% }
#container{ width: 1024px; }
#container,
#footer{ width: 96%;}
.bx-next {left: 723px;}
.bx-viewport img {width: 100%;}
#newslider { min-height: auto; }
.slider-text { font-size: 15px;left: 0;}
.slider-text h2 { font-size: 30px;}
.alignnone {
width: 100%;
}
}
@media only screen and (min-device-width : 481px) and (max-device-width : 768px), only screen and (min-width : 481px) and (max-width : 768px) {
#container,
#footer{ width: 96% !important; }
.alignnone {
width: 100%;
}
#content{ width: 100%; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
#slider li{ width: 100% !important; }
#slider li img{ width: auto; }
.bx-viewport img { height: auto; width: 100%;}
.bx-viewport li { height: auto; }
.slider-text > h2 { font-size: 16px !important;}
.bx-prev, .bx-next { top: 340px;}
#newslider { min-height: auto; }
#slider, #slider li{ height: auto !important; }
#slider { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;  }
#prevBtn, #nextBtn{ top: 350px !important; }
#nextBtn{ left: 665px !important; }
#header{ height: auto; text-align: center; }
#header-nav,
#search,
#social-media,
#google_translate_element{ position: relative !important; top: 0 !important; right: 0 !important; left: 0 !important; }
#google_translate_element{ text-align: right; }
#social-media,
#header-nav {text-align: center;}
#header-nav ul { padding: 0; }
#header-nav li{ display: inline-block; }
#header-nav li a{}
#search{ margin: 0 auto; }
.box-footer{ width: 25%; }
#newsletter{ margin: 20px auto; }
#footer #copy{float: none !important; margin: 0 auto; clear:both; width: 290px !important; }
#footer #copy p{ text-align: center !important; }
.goog-te-menu-frame.skiptranslate{ width: 450px !important; }
#header > form {
margin-right: 0;
margin-top: 0;
text-align: center;
}
} @media only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (min-width : 320px) and (max-width : 480px){
#container,
#footer{ width: 96% !important; }
.alignnone {
width: 100%;
}
#content{ width: 100%; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
#slider li{ width: 100% !important; }
#slider li img{ width: 100%; }
.bx-viewport img { height: auto; width: 100%;}
.bx-viewport li { height: auto; }
.slider-text > h2 { font-size: 14px !important; line-height: 30px;}
.bx-prev, .bx-next { top: 320px;}
.slider-text p { line-height: 10px; margin-bottom: 0;}
#newslider { min-height: auto; }
#slider, #slider li{ height: auto !important; }
#slider { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;  }
#prevBtn, #nextBtn{ top: 312px !important; }
#nextBtn{ left: 398px !important; }
#header{ height: auto; text-align: center; }
#header-nav,
#search,
#social-media,
#google_translate_element{ position: relative !important; top: 0 !important; right: 0 !important; left: 0 !important; }
#google_translate_element{ text-align: right; }
#social-media,
#header-nav {text-align: center;}
#header-nav ul { padding: 0; }
#header-nav li{ display: inline-block; }
#header-nav li a{}
#search{ margin: 0 auto; }
.box-footer{ }
#newsletter{ margin: 20px auto; }
#footer #copy{float: none !important; margin: 0 auto; }
#footer #copy p{ text-align: center !important; }
.goog-te-menu-frame.skiptranslate{ width: 450px !important; }
.slider-text { font-size: 10px;left: 0; top:0; padding: 8px;}
.bx-viewport img { width: 100%;}
.bx-next {left: 269px;}
#header > form {
margin-right: 0;
margin-top: 0;
text-align: center;
}
}
@media only screen and (max-device-width : 320px), only screen and (max-width : 320px) {
#container,
#footer{ width: 96% !important; }
.alignnone {
width: 100%;
}
#content{ width: 100%; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
#slider li{ width: 100% !important; }
#slider li img{ width: 100%; }
.bx-viewport img { height: auto; width: 100%;}
.bx-viewport li { height: auto; }
.slider-text > h2 { font-size: 14px !important; line-height: 30px;}
.bx-prev, .bx-next { top: 320px;}
#newslider { min-height: auto; }
.slider-text { font-size: 10px;left: 0; top:0; padding: 8px;}
.slider-text p { line-height: 10px; margin-bottom: 0;}
#slider, #slider li{ height: auto !important; }
#slider { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;  }
#prevBtn, #nextBtn{ top: 290px !important; }
#nextBtn{ left: 250px !important; }
#header{ height: auto; }
#header-nav,
#search,
#social-media,
#google_translate_element{ position: relative !important; top: 0 !important; right: 0 !important; left: 0 !important; }
#google_translate_element{ text-align: right; }
#social-media,
#header-nav {text-align: center;}
#header-nav ul { padding: 0; }
#header-nav li{ display: inline-block; }
#header-nav li a{}
#search{ margin: 0 auto; }
.box-footer{ width: 100%; float: none; }
#newsletter{ margin: 20px auto; }
#footer #copy p{ text-align: center !important; }
.goog-te-menu-frame.skiptranslate{ width: 300px !important; }
#header > form {
margin-right: 0;
margin-top: 0;
text-align: center;
}
}
@media only screen and (min-device-width : 360px) and (max-device-width : 640px), only screen and (min-width : 360px) and (max-width : 640px){
.bx-next {
left: 304px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px), only screen and (min-width : 768px) and (max-width : 1024px) {
.bx-next {left: 700px;}
.alignnone {
width: 100%;
}
.bx-viewport img {width: 100%;}
.slider-text { font-size: 15px;left: 0;}
.slider-text h2 { font-size: 30px;}
#newslider { min-height: auto; }
}