h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; line-height: 20px; font-weight: 600; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; line-height: 20px; font-weight: 400; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; line-height: 18px; font-weight: 600; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 18px; font-weight: 400; }
li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 18px; font-weight: 400;  }body { background: #ffffff; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #333333; line-height: 18px; font-weight: 400; }
a:link { text-decoration: underline; color: #114b85; font-weight: 400; }
a:visited { text-decoration: underline; color: #114b85; font-weight: 400; }
a:active { text-decoration: underline; color: #114b85; font-weight: 400; }
a:hover { text-decoration: none; color: #114b85; font-weight: 400; }
a:focus { text-decoration: none; color: #114b85; font-weight: 400; }
.navbar-default li { font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-transform:none; }
.navbar-default .navbar-toggle .glyphicon {color: #004eb5;}
.navbar-default .navbar-toggle .icon-bar {background-color: #004eb5;}.navbar-default .navbar-nav>li a { color:#004eb5; text-decoration:undereline; font-weight:400; }
.navbar-default .navbar-nav>li a:hover { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .navbar-nav>li.active a:hover { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .dropdown-menu>li a:hover { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .navbar-nav>li a:focus { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .navbar-nav>li.active a:focus { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .dropdown-menu>li a:focus { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .navbar-nav>.active>a { color:#d90000; text-decoration:none; font-weight:400; }
.navbar-default .dropdown-menu>li.active a { color:#d90000; text-decoration:none; font-weight:400; }
.navbar { margin-bottom:0px; }
header { margin-bottom:0px; position:relative; }
#page .container { max-width:1170px; }
body h1 {font-size:30px; line-height:34px; font-family: Poppins, sans-serif; font-weight:700; color:#114b85; margin:0; }
body h2 {font-size:25px; line-height:28px; font-family: Poppins, sans-serif; font-weight:700; color:#114b85; }
body h3 {font-size:20px; line-height:24px; font-family: Poppins, sans-serif; font-weight:700; color:#114b85; }
body h4 {font-size: 25px; line-height: 28px; font-family: Poppins, sans-serif; font-weight: 700; color:#fff; }

body p, body li, body td, body dd, body label {font-size:16px; line-height:20px; font-family: Poppins, sans-serif; font-weight:400; color:#000; }

.contentbox table th {
  font-size:16px;
  line-height:20px;
  font-family:Poppins, sans-serif;
  font-weight:700; /* eller 400 för identisk vikt som td-regeln */
  color:#000;
}

#page {overflow-x: hidden; }

#content .bss {position: relative;}
#content .bss a {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}

/*header*/
#header .widget_icl_lang_sel_widget {text-align:right; }
#header .widget_icl_lang_sel_widget a:last-child {padding-right:0; }
#header .wpml-ls-legacy-list-horizontal {padding:0px; }

/*Padding around banner row*/
#header {padding-top:10px; }
#navbar-collapse-1 {margin-top:10px; }

body.home #header .container {margin-bottom:0px; }
#header .container {position:relative; margin-bottom:25px; }

#header .widget_search {position:absolute; z-index:10; right:0; bottom:9px; }
#header .widget_search label.screen-reader-text {display:none; }
#header .widget_search input[type="text"] {-webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; border:none; margin-right:-3px; font-size:12px; padding:5px; outline: none; }
#header .widget_search input[type="submit"] {-webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; border:none; background:#83c614; color:#fff; text-transform:uppercase; font-size:12px; padding:5px; font-weight:600; letter-spacing:1px; outline: none; }
#header .widget_search input[type="submit"]:hover {background: #73ae12; }

#header #text-12 {width: 7%; float: left;}

#header #text-4 {float:left; width:16%; padding:0px 0px 0px;  }
/*Scale logo*/
#header #text-4 img {max-width:100%; height:auto; }

/*Scale reco*/
#header #text-12  img {max-width:100%; height:auto; }


#header #text-5 {float:left; width:45%; text-align:center; }
#header #text-5 h2 {color:#114b85; font-size:35px; line-height:34px; margin:0; padding:22px 0px; }



body.home #header #text-5 {
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
-webkit-animation-name: wobble; 
    animation-name: wobble; 
} 

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 

@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 


#header #text-6 {float:left; width:30%; text-align:right; padding-top:28px; font-style: italic;}
#header #text-6 .fa-phone {color:#114b85; font-size:25px; }
#header #text-6 a.headphone {color:#114b85; font-size:30px;  text-decoration:none; margin-right:15px; }

/*Make phone-symbol green on hover*/
/*#header #text-6 a.headphone:hover .fa-phone {color:#83c614; }*/

#header #text-6 .fa-facebook-square {color:#3b5998; font-size:25px; margin-right:5px; }
#header #text-6 .fa-instagram {color:#c32aa3; font-size:25px; }

#header .menu {float:left; width:100%; position:relative; }

#header .menu:before {content:""; position:absolute; z-index:-1; left:-2500px; right:-2500px; margin:0 auto; width:2800px; height:100%; display:block; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,1310d1+100 */
background: #006fb7; /* Old browsers */ 
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */  }

/*#header .menu ul li a {font-family: Poppins, sans-serif; font-weight:400; font-size:14px; text-decoration:none; padding:20px 10px; margin-right:1px; color:#fff; transition:0.3s; }*/
/*#header .menu ul li a {font-family: \'roboto condensed\', arial, serif; font-weight:normal; font-size:15px; text-decoration:none; text-transform: none; letter-spacing: 1px; padding:13px 10px; margin-right:1px; color:#fff; transition:0.3s; */
#header .menu ul li a {font-family: \'roboto condensed\', arial, serif; font-weight:bold; font-size:15px; text-decoration:none; text-transform: none; letter-spacing: 1px; padding:13px 10px; margin-right:1px; color:#fff; transition:0.3s; }


#header .menu ul li a:hover, #header .menu ul li.active > a, #header .menu ul li.current_page_ancestor > a {background: #83c614; }
/*#header .menu ul ul {background:#006eb7; margin:0; padding:0; }*/

#header .menu ul ul {margin:0; padding:0;
background: #006fb7; /* Old browsers */ 
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */  }
#header .menu ul ul li a {padding:10px; margin-bottom:1px; margin-right:0; }


/*top*/
#top {position:relative; }
#top .widget_sp_image {position: fixed; top: 50%; z-index: 10; right: -240px; transition: 0.3s; }
#top .widget_sp_image:hover {right:0; }

/*content*/
.coloredbox {text-align:center; padding:10px; -webkit-border-radius: 7px; border-radius: 7px; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc600+0,83c614+50,83c614+100 */
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}


body.home #header #text-5 { -webkit-animation-duration: 0s; animation-duration: 0s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: wobble; animation-name: wobble;}

body .vc_btn3.vc_btn3-size-lg .vc_btn3-icon {font-size: 40px; line-height: 16px; height:-10px; !important}

div.caption a {color:#fff; font-size: 20px; line-height: 24px; font-family: Poppins, sans-serif; font-weight: 700; }

.coloredbox h2 {font-size:36px; line-height:40px; }
.coloredbox h2, .coloredbox p, .coloredbox a {color:#fff; }

#homeboxrow .vc_col-sm-3 {position:relative; }
#homeboxrow .vc_col-sm-3 .pictogram {position:absolute; z-index:10; top:50px; left:22px; }

/*#homeboxrow .greenbox {background:#83c614; padding:20px 20px 20px 76px; min-height:200px; }*/
#homeboxrow .greenbox {padding:20px 20px 20px 76px; min-height:150px; -webkit-border-radius: 7px; border-radius: 7px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ff00+0,83c614+100 */
background: #00ff00; /* Old browsers */
background: -moz-linear-gradient(left,  #00ff00 0%, #83c614 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00cc00 0%,#83c614 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #96e517 0%,#83c614 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00ff00\', endColorstr=\'#83c614\',GradientType=1 ); /* IE6-9 */}
#homeboxrow .greenbox h2, #homeboxrow .greenbox p {color:#fff; }

/*#homeboxrow .bluebox {background:#1310d1; padding:20px 20px 20px 76px; min-height:150px; }*/
#homeboxrow .bluebox {padding:20px 20px 20px 76px; min-height:150px; -webkit-border-radius: 7px; border-radius: 7px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,1310d1+100 */
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}
#homeboxrow .bluebox h2, #homeboxrow .bluebox p {color:#fff; }

/*#homeboxrow .redbox {background:#bd0006; padding:20px 20px 20px 76px; min-height:150px; }*/
#homeboxrow .redbox {padding:20px 20px 20px 76px; min-height:150px; -webkit-border-radius: 7px; border-radius: 7px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,bd0006+100 */
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left,  #ff0000 0%, #bd0006 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff0000 0%,#bd0006 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff0000 0%,#bd0006 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ff0000\', endColorstr=\'#bd0006\',GradientType=1 ); /* IE6-9 */}
#homeboxrow .redbox h2, #homeboxrow .redbox p {color:#fff; }

/*#homeboxrow .yellow {background:#ffc600; padding:20px 20px 20px 76px; min-height:200px; }*/
#homeboxrow .yellow {padding:20px 20px 20px 76px; min-height:150px; -webkit-border-radius: 7px; border-radius: 7px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,1310d1+100 */
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}

#homeboxrow .yellow h2, #homeboxrow .yellow p {color:#fff; }

.homeservicerow .wpb_single_image .vc_single_image-wrapper {width:100% !important; }
.homeservicerow .wpb_single_image img {width:100% !important; }
.homeservicerow .wpb_single_image .vc_figure {width:100% !important; }

.split p {float:left; width:48%; margin-right:2%; }
.split p:last-child {width:50%; margin-right:0; }
form.wpcf7-form input[type="submit"] {padding: 15px 0; background: #83c614; font-weight: bold; color: #fff; text-transform:uppercase; letter-spacing:1px; transition:0.3s; }
form.wpcf7-form input[type="submit"]:hover {background: #73ae12; color: #fff; }
div.wpcf7-validation-errors {font-size:16px; }
div.wpcf7-mail-sent-ok {font-size:16px; }
div.wpcf7-mail-sent-ng {font-size: 16px; }

.splitin {float:left; width:48%; margin-right:2%; margin-bottom:10px; }
.splitin2 {float:left; width:50%; margin-right:0; }

::-webkit-input-placeholder {color: #000; }
:-moz-placeholder {color: #000; }
::-moz-placeholder {color: #000; }
:-ms-input-placeholder {color: #000; }


.homeservicerow .singleimg {opacity:0.8; transition:0.3s; position:relative; }
.homeservicerow .singleimg:hover {opacity:1; }
.homeservicerow .singleimg:hover .vc_figure-caption {bottom:0; background: rgba(0, 111, 183, 0.8); }
.homeservicerow .vc_figure-caption {position:absolute; z-index:10; left:0; right:0; margin:0 auto; bottom:50px; font-size:24px !important; line-height:32px !important; color:#fff; font-family: Poppins, sans-serif; font-weight:500; padding:10px 0px 5px; background: rgba(0, 111, 183, 0.7); transition:0.3s; }


#phonerow {padding-top:15px; margin-bottom:15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,1310d1+100 */
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}
#phonerow h2 {color:#fff; text-align:center; font-size:40px; line-height:42px; }
#phonerow h2 a {color:#fff; text-decoration:none; font-family: Poppins, sans-serif; font-weight:700; }
#phonerow h2 a:hover {color:#83c614; }

#contentholder #content ul li {list-style: outside disc; margin-left:25px; }
#contentholder #content ul.slides li {margin-left:0!important;}
#contentholder #content ul.flex-direction-nav li {list-style: none; }



.tjansterbox h2 {font-size:22px; }

/* Normalisera storlek för alla flat-knappar i contentrow */
#contentrow .vc_btn3.vc_btn3-style-flat {
  font-size: 20px;
  line-height: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

/* Endast färg för gröna knappar */
#contentrow .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
  color: #fff;
  background: #83c614;
}
#contentrow .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover {
  background: #73ae12;
}

.sideright #text-2 {text-align:center; padding:20px; -webkit-border-radius: 5px; border-radius: 5px; background:#114b85; margin-bottom:20px; }
.sideright #text-2 h2, .sideright #text-2 p, .sideright #text-2 h3 {color:#fff; }

.sideright #text-3 a.rightbutton {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s;  border: solid 1px #83c614; color:#ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ff00+0,83c614+100 */
background: #00ff00; /* Old browsers */
background: -moz-linear-gradient(left,  #00ff00 0%, #83c614 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00cc00 0%,#83c614 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #96e517 0%,#83c614 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00ff00\', endColorstr=\'#83c614\',GradientType=1 ); /* IE6-9 */}
.sideright #text-3 a.rightbutton:hover {color:#83c614; background:#fff; }

.sideright #text-3 a.rightbutton2 {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s; border: solid 1px #5320d7; color:#fff;
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}
.sideright #text-3 a.rightbutton2:hover {color:#5320d7; background:#fff; }

.sideright #text-3 a.rightbutton3 {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s; border: solid 1px #bd0006; color:#fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,bd0006+100 */
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left,  #ff0000 0%, #bd0006 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff0000 0%,#bd0006 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff0000 0%,#bd0006 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ff0000\', endColorstr=\'#bd0006\',GradientType=1 ); /* IE6-9 */}
.sideright #text-3 a.rightbutton3:hover {color:#bd0006; background:#fff; }

/*.sideright #text-3 a.rightbutton4 {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s; border: solid 1px #5320d7; color:#5320d7;}*/
.sideright #text-3 a.rightbutton4 {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s; border: solid 1px #5320d7; color:#fff;
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}




.sideright #text-3 a.rightbuttoncovid {float:left; width:100%; text-decoration:none; padding:10px; text-align:center;  margin-bottom:20px; -webkit-border-radius: 5px; border-radius: 5px; transition:0.3s; border: solid 1px #008000; color:#fff;
background: #008000; /* Old browsers */
background: -moz-linear-gradient(left, #008000%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #008000 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #008000 0%,#008000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#008000\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */}
.sideright #text-3 a.rightbuttoncovid:hover {color:#008000; background:#fff; }

.sideright #text-11 iframe {width: 270px;}



#contentrow table {width:100%; border-collapse: collapse;  margin-bottom:30px; }
#contentrow .table1 tr.htd th {background-color: rgba(19,116,173,0.9); border-top: none; padding: 3px; text-align: center; }
#contentrow .table1 tr.htd p {color:#fff; }
#contentrow .table1 th {border-top: 1px solid #ccc; }
#contentrow  .table1 tr.htd h3 {color:#fff; }
#contentrow  .table1 th {border-top: 1px solid #ccc; }
#contentrow  .table1 td {border-top: 1px solid #ccc; text-align: center; padding: 12px 5px; }
#contentrow  .table2 {border:solid 1px #0072b9; }
#contentrow  .table2 td {text-align: center; padding: 12px 5px; }

#mobileslideshowrow {display: none;}

a.sidebar-link {
    color: #fff !important
}
a.sidebar-link:hover {
    color: #fff !important
}

#slideshowrow .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    color: white;
opacity:1; 
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
}

.caption-wrap-center {
margin: auto;
width: 43%;
padding: 0px;
background: rgba(10, 63, 196, 0.9);
}

#slideshowrow .metaslider .caption {padding:0; }
#slideshowrow .metaslider .caption h3, #slideshowrow .metaslider .caption a {text-align:center; color:#fff; font-size:26px; padding:10px;  }

ol.flex-control-nav.flex-control-paging {position: relative; bottom: -15px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;}
.flex-control-paging li a {border-radius: 20px;}





#mobileslideshowrow .flexslider .caption-wrap {position: absolute; bottom: 0; left: 0; background: rgba(10, 63, 196, 0.9) !important; color: white; opacity:1; margin: 0; display: block; width: 100%; line-height: 1.4em;}

#mobileslideshowrow .flexslider .caption {padding:0; }
#mobileslideshowrow .flexslider .caption h4 {text-align:center; color:#fff; padding:10px;  }



#content .videobox #divVideo {width:auto !important; }

/*footer*/
#footer {position:relative; }
#footer:before {content:""; position:absolute; z-index:-1; left:-2500px; right:-2500px; margin:0 auto; width:2800px; height:100%; display:block; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb7+0,1310d1+100 */
background: #006fb7; /* Old browsers */
background: -moz-linear-gradient(left, #006fb7 0%, #1310d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006fb7 0%,#1310d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006fb7 0%,#1310d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#006fb7\', endColorstr=\'#1310d1\',GradientType=1 ); /* IE6-9 */  }

#footer .container {padding-top:30px; }
#footer .container h3, #footer .container p {color:#fff; }
#footer .container a {color:#83c614; }

#footer .cms-icons {padding:15px 0px; }
#footer .cms-FB a {font-size:16px; color:#83c614; padding-left:12px; }
#footer .cms-IG a {font-size:16px; color:#83c614; }
#footer .cms-SP {font-size:16px; color:#fff; display:none; }




/* Mobile CSS */
@media all and (max-width: 2560px)  {

#content {min-height: 822px; }

}

@media all and (max-width: 1920px)  {

#content {min-height:550px; }

}

@media all and (max-width: 1200px)  {

.caption-wrap-center {width: 60%;}  

#header #text-4 {width:18%; }
#header #text-6 {width:22%; }

#homeboxrow .vc_col-sm-3 {float:left; width:50%; }
#homeboxrow .greenbox {min-height:170px; }
#homeboxrow .bluebox {min-height:170px; }
#homeboxrow .redbox {min-height:170px; }
#homeboxrow .yellow{min-height:170px; }

}


@media all and (max-width: 991px)  {


.caption-wrap-center {width: 70%;}  

#header #text-5 {width:47%; }
#header #text-5 h2 {font-size: 24px; padding:15px 0px; }

#header #text-6 {width: 28%; padding-top:22px; }

#header .menu ul li a {padding:20px 4px; font-size:12px; }
body.en #header .menu ul li a {padding:20px 3px; font-size:12px; }

}



@media all and (max-width: 767px)  {
#header #text-12 {
  position: absolute;
  top: 20px;
  right: 60px;
}
.center {width: 100%;}  

.vc_row {margin-left: 0px !important; margin-right: 0px !important; }

#header .wpml-ls-legacy-list-horizontal {padding: 10px 0px 0px 0px; }
#header .widget_icl_lang_sel_widget a:last-child {padding-right: 15px; }
#header #text-6 {float:none; text-align:center; }
#header .widget_search {display:none; }

#header #text-4 {width: 30%; text-align:center; padding:0 15px 30px; }
#header #text-5 {width: 70%; min-height:0px; padding: 0 0px; }
#header #text-5 h2 {padding: 0px; margin-top:20px;}

#header #text-12  img {max-width:300%; height:auto; }

.modal-content {position:relative; z-index:9999;}
.navbar-collapse {z-index:99;}
.navbar-collapse.in {overflow-y: unset;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:transparent !important; padding-top:0; box-shadow:none; }

.navbar-nav {margin: 0px; }
.navbar-default .navbar-toggle {border-color:#006eb7; background:#fff; } /*change*/
#header .navbar-collapse {padding-left:0; padding-right:0; }
.navbar-toggle {margin-top: 0px; margin-bottom:10px; } /*change*/
.navbar-toggle.modalsearch {margin-left:15px;}
.navbar-default .navbar-toggle .glyphicon {color:#006eb7; } /*change*/
.navbar-default .navbar-toggle .icon-bar {color:#006eb7; } /*change*/

#header .icon-bar {background-color:#006eb7; } /*change*/
#header .navbar-toggle:hover .icon-bar {background-color:#fff; }
#header .navbar-toggle:hover {background:#006eb7; } /*change*/
#header .navbar-toggle:focus .icon-bar {background-color:#fff; }
#header .navbar-toggle:focus {background:#006eb7; } /*change*/
#header .navbar-toggle:hover .glyphicon {color:#fff; }
#header .navbar-toggle:focus .glyphicon {color:#fff; }
#header .navbar-toggle:last-child {padding: 13px 10px; }

#header .menu ul li a {padding: 10px 15px; font-size:14px; margin-right:0; margin-bottom:1px; float:left; width:100%; }
#header .menu ul ul {background:none; }
#header .menu ul ul li a {margin-left:0; padding-left:25px; }

#header #text-4 {padding: 0 15px 0px;}
#header #text-5 {width: 100%;}
#header #text-6 {width: 100%;}
div.textwidget {text-align: center;}

.homeservicerow .vc_col-sm-6 {float:left; width:50%; }

#logorow .vc_col-sm-3 {float:left; width:50%; }

#footer {text-align:center; }
#footer .cms-FB a {padding-left:0; }

#mobileslideshowrow {display: block !important;}

#contentrow .innercontentrow .vc_column-inner {padding-left:0; padding-right:0; }

.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {float:left; width:25%; }

#homeboxrow .greenbox {min-height:204px; }
#homeboxrow .bluebox {min-height:204px; }
#homeboxrow .redbox {min-height:204px; }
#homeboxrow .yellow{min-height:204px; }

}

@media all and (max-width: 640px)  {

#homeboxrow .vc_col-sm-3 {float:left; width:100%; }
#homeboxrow .greenbox {min-height:auto; }
#homeboxrow .bluebox {min-height:auto; }
#homeboxrow .redbox {min-height:auto; }
#homeboxrow .yellow{min-height:auto; }
#homeboxrow .vc_col-sm-3 .pictogram {top:15px; }



.split p {float: left; width: 100%; margin-right: 0; }
.split p:last-child {width: 100%; margin-right: 0; }

.homeservicerow .vc_col-sm-6 {float: left; width: 100%; }

#phonerow h2 {font-size: 30px; }

.splitin {float: left; width: 100%; margin-right: 0; margin-bottom: 0px; }
.splitin2 {float: left; width: 100%; margin-right: 0; }

}


@media all and (max-width: 586px)  {

#header #text-4 {width: 100%; text-align:center; padding: 10px 60px; }
#header #text-4 img {max-width: 55%; height: auto;}

#header #text-5 {width: 100%; padding: 0 5px; min-height:auto; }
#header #text-5 h2 {padding: 0px 0px; margin-top: 0px; font-size: 22px}

.navbar-toggle {margin-top:10px; }
div.fb-page.fb_iframe_widget {display:none;}

}

@media all and (max-width: 460px)  {

#top .widget_sp_image {display:none; }

#header #text-4 {width: 100%; text-align:center; padding: 10px 60px; }
#header #text-4 img {max-width: 70%; height: auto;}

#header #text-5 {width: 100%; padding: 0 0px; min-height:auto; }
#header #text-5 h2 {padding: 0px 0px; font-size: 18px}


#slideshowrow .metaslider {min-height: 50px; }
#slideshowrow .metaslider .caption h3 {text-align: center; color: #fff; padding: 5px; font-size: 14px; }

#mobileslideshowrow .flexslider .caption h4 {text-align: center; color: #fff; padding: 10px; font-size:14px; }
#mobileslideshowrow .flexslider .caption h4 a {font-size:14px; }

.cms-icons div {margin-right: 0px; float: left; width: 100%; }
}


@media all and (max-width: 320px)  {

#header #text-5 {display:none; }

#header #text-4 {width: 100%; text-align:center; padding: 10px 60px; }
#header #text-4 img {max-width: 70%; height: auto;}

#contentrow .vc_btn3.vc_btn3-style-flat {font-size: 16px; }

#slideshowrow .metaslider {min-height: 60px; }

.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {float:left; width:50%; }

}

.grecaptcha-badge { visibility: hidden; }