/*
	Theme Name: cnvert
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Helvetica Neue', Arial, 'Open Sans', sans-serif;
	color:#444;
	font-size:21px;
	line-height:normal;	
    background: #fafafa;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#444;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
:after, :before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wpb_content_element a {
    color: #3373b9;
}

/*Menu Icon style */

.toggle{
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 35px;	
	vertical-align:middle;
	height:30px;
}

label.toggle span{
	display: block;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

label.toggle span:nth-child(1) {top: 0px;}

label.toggle span:nth-child(2), label.toggle span:nth-child(3) {margin-top: 6px;}

label.toggle.open span:nth-child(1) {	margin-top: 11px;	-webkit-transform: rotate(135deg);	-moz-transform: rotate(135deg);	-o-transform: rotate(135deg);	transform: rotate(135deg);  }

label.toggle.open span:nth-child(2) {opacity: 0;}

label.toggle.open span:nth-child(3) {	margin-top: -14px;	-webkit-transform: rotate(-135deg);	-moz-transform: rotate(-135deg);	-o-transform: rotate(-135deg);	transform: rotate(-135deg);   }


/* nav */
.main-nav{	color:#015198;}
.nav_area ul li{display:inline-block;}
.nav_area ul li a {    padding: 15px 10px;    color: #000;    font-size: 16px;    display: block;  }
.nav_area  ul.menu > li > a:hover,
.nav_area  ul.menu > li.current-menu-item > a{	color:#3373b9;  }


ul.sub-menu li{	display:block;}

ul.sub-menu li a {    padding: 5px 15px;    display: block;    color: #fff;     font-size: 14px;  }

@media(min-width:768px){
	
	ul.sub-menu {
    position: absolute;
    background: #3373b9;
    z-index: 555;
    text-align: left;
	padding:10px 0;
   	transition:all .4s;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
	
	ul.sub-menu li:hover{background:#0a4c94;}
	
	
.nav_area ul li:hover ul.sub-menu {	visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;}
	
ul.menu{display:block !important; }
}

/* TOP HEADER */
.top-header {    background: #efefef;    padding: 10px 0;  }

.right-part, .menu-side{text-align:right;}

.left-part > div {    display: inline-block;    vertical-align: middle;    }

.right-part > div{    display: inline-block;    vertical-align: middle;    }

.right-part label.screen-reader-text {    display: none;    }

form.search {border: 1px solid #ddd;  background: #fff;border-radius: 5px;overflow: hidden;	width: 95%; display: flex;
    justify-content: flex-end;  }
.search input {    background: transparent;    border: 0;    padding: 0 10px;    font-size: 14px;	width: 90%;  }
.search button {background: #3373b9;border: 0;color: #fff;font-size: 14px;    height: 30px;    padding: 0 8px;   }
.left-part .widget_custom_html a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3373b9;
}
.right-part {    font-size: 13px;}

.right-part a {    display: inline-block;    padding: 0 0 0 10px;  }

.top-header .row, .menu-header .row{    display: flex;    align-items: center;  }

.right-part .widget_polylang {    padding-left: 10px;  }

.widget_polylang select{	border:0px;	padding:5px;   }

.language-sv select#lang_choice_polylang-2 {    background: #929292;    color: #fff;  }

.right-part a.demo-btn {background: #3373b9;padding: 5px 10px;margin-left: 10px;border-radius: 3px;  color: #fff;}

.right-part a.mail:before {    content: '\f0e0';    font-family: FontAwesome;    padding-right: 4px;   }

.right-part a.call:before {    content: '\f095';    font-family: FontAwesome;    padding-right: 4px;   }

.logo {    max-width: 200px;   }

.menu-header {    padding: 10px 0;    position: relative;     z-index: 2;  background:#fff; }

/* footer */

.bottom-footer {    background: #000;    color: #909090;   }

.bottom-footer a{color: #909090;  font-size: 14px;}

.bottom-row {    padding: 30px 0;   }

.bottom-row > div:first-child {    width: 70%;    float: left;   }

.bottom-row > div:last-child {    width: 30%;    float: right;	text-align: right;  }

.bottom-row .widget_custom_html p {    font-size: 14px;  }
.top-footer {    padding: 40px 0;    background: #252525; }

.top-footer a{    color:#ddd;   }

h3.widget-title:before {    content: '';    display: inline-block;    width: 2px;    height: 100%;    position: absolute;    background: #bbb;    top: 0;    left: 0px;    bottom: 0;  }

h3.widget-title {    font-size: 16px;    color: #b5b5b5;    position: relative;    padding: 5px 0;    line-height: 28px;    text-transform: uppercase;    font-weight: 600;	margin-bottom: 30px;	padding-left:20px   }

.bottom-row > div:last-child a {    display: inline-block;    width: 30px;    height: 30px;    background: #bbb;    border-radius: 100%;    text-align: center;    line-height: 29px;    color: #000;   }

.fmenu a {    color: #a0a0a0;    display: block;    line-height: 18px;    font-size: 14px;    padding-bottom: 10px;  }

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

.sidebar .small {   font-size: 14px;    line-height: 20px;    color: #0f86b9;    background: rgba(238, 238, 238, 0);
    padding: 10px;    border-bottom: 1px solid #d4d3d3;    margin-bottom: 10px;    display: block;  }
.sidebar {    background: #f1f1f1;    padding: 15px;  }
.sidebar p.green-text {font-size: 22px;color: #fff;background: #7ebb14;padding: 8px 15px;text-align: center;
    font-weight: bold;    line-height: 22px;}
.timezone{	font-size:20px;	font-weight:bold;    color: #23527c;  }
.sidebar-form .wpcf7-form-control-wrap {    position: relative;    display: block;  }
.sidebar-form form br {    display: none;   }
.sidebar-form .wpcf7-form label span {    font-size: 14px;    font-weight: normal;    padding-left: 9px;   }
.sidebar-form span.wpcf7-form-control-wrap {    margin-bottom: 10px;   }
.sidebar-form {    background: #fff;    padding:15px 15px 0 15px;  }
.sidebar-form input[type="submit"] {    font-size: 14px;   }
.sidebar a.small {    border: 0;    margin: 0;    padding-top: 0;  }
.sidebar a.green-btn {    text-align: center;    font-size: 14px;    padding: 8px 10px;	display: inline-block;
    width: 100%;	margin-top: 0;  }
.slick-arrow, .slick-dots {    display: none !important;  }
.sidebar h2 {    display: none;  }
span.socialSidebar {
    margin: 20px 0 0;
    padding: 8px 5px;
    background: #eadede;
    display: block;
    font-size: 12px;
    text-align: center;
}
span.socialSidebar .fa {    width: 20px;    height: 20px;    background: #7e7e7e;    border-radius: 100%;
    font-size: 10px;    line-height: 20px;    display: inline-block;    color: #fff;  }
.sidebar form.wpcf7-form > p {    padding-bottom: 0;    margin-bottom: 0;  }
p#printDate {    font-weight: 600;    color: #000;  }

/*.language-sv div#custom_html-7 {    display: none;  }*/

/*------------------------------------*\
	404 PAGE
\*------------------------------------*/

.letters {    line-height: 155px;    font-size: 150px;    font-weight: 700;    display: block;    width: 100%;  }
.letters strong {    color: #5f636b;    transform: rotate(24deg);    display: inline-block;    padding: 0 10px 0 17px; }
.error-page h2 {color: #000;padding: 0 0 20px 0;text-transform: uppercase;font-weight: 700;    font-size: 40px; }
a.home-btn {display: inline-block;padding: 0 40px; background: #0c5156;height: 50px;line-height: 50px;color: #fff;
    text-transform: uppercase;    font-weight: 600;    font-size: 20px;    margin: 25px 0 40px 0;  }

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home .page-title{	display:none; }
.page-title {background: #3373b9;    text-align: center;    color: #fff;    padding: 30px 15px;	position:relative; }
.page-title  h2{text-transform:uppercase; font-weight:700;}
.page-title:after {    content: '';    display: block;    width: 100%;    height: 13px;    background: url(../../../wp-content/uploads/2019/02/tri.jpg) repeat-x;    position: absolute;    bottom: 0;    left: 0;  }
.home_main .vc_single_image-img {	border-radius:50% !important;   }
.home_main .vc_custom_heading{	margin-bottom:20px;}
.blue-btn .vc_btn3.vc_btn3-style-custom{	background-image:none;}
.right-image {    padding: 3% 0;	text-align:right; }
.home_main .right-image .vc_custom_heading{	text-align:right; }
 
.main-title h4{font-size: 25px !important;font-weight:bold;color:#5AA1E3;}
.main-title{padding: 45px 0 40px 0;}
.test-link{	font-size:13px;	margin-top:15px;	color:#31b0d5;  }
.tesimonial{	margin-top:25px; }
.big-title{	font-size:50px;	color:#999; }
.big-title span{	color:#000; }
.featurette-heading h2 {    font-size: 50px;}

/*------------------------------------*\
    SUB PAGE
\*------------------------------------*/
.banner-section .wpb_content_element {    padding: 80px 0;  }

.banner-section h2.widgettitle, .banner-section .textwidget p{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-top: 25px;
    display: block;
}

a.green-btn {background: #72AB0F;display: inline-block;padding: 10px 25px;border-radius: 5px;margin-top: 20px;
	color:#fff;  }

.title-text h2.widgettitle {    font-size: 22px;    color: #3373b9;    padding-bottom: 25px;  }

main.container {    padding-bottom:40px;  }

.banner-section { 	background:rgba(0, 0, 0, 0.6);     background-blend-mode: multiply;  }

.textwidget li {    line-height: 26px;  }

.textwidget ul {    padding-bottom: 25px;  }

.textwidget ul li {    padding-left: 30px;    line-height: 25px;    margin-bottom: 10px;  }

.textwidget ul li:before {    content: "\f101";    margin-left: -30px;    margin-right: 23px;   }

p.speech-right , p.speech-left, p.thought-left, p.thought-right {
    background-color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-family: "Comic Sans MS", Comic, arial, sans-serif;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
    border: 8px solid #666;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    max-width: 270px;
	position:relative;
}


p.speech-right:after {
   	content: '';
    display: inline-block;
	border: 15px solid;
	border-color: #fff #fff transparent transparent;
	position: absolute;
    bottom: -27px;
    right: 29px;
}

p.speech-right:before{	
	content: '';
    display: inline-block;
    border: 15px solid;
    border-width: 25px;
    bottom: -50px;
    border-color: #666 #666 transparent transparent;
    position: absolute;
    right: 20px;
}

p.speech-right {   margin-right:38%;    max-width: 300px;  }


.bubble-wrapper .wpb_single_image.vc_align_right {    padding-right: 60px;    margin-top: -30px;   }

p.speech-left:after {
   	content: '';
    display: inline-block;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
	position: absolute;
    bottom: -27px;
    left: 30px;
}

p.speech-left:before{	
	content: '';
    display: inline-block;
    border: 15px solid;
    border-width: 25px;
    bottom: -50px;
    border-color: #666 transparent transparent #666;
    position: absolute;
    left: 20px;
}

p.speech-left {   margin-left:38%;    max-width: 300px;  }

p .thought-left,
p .thought-right {
  border-radius: 58px;
  font-size: 18px;
}

p.thought-left::after,
p .thought-left::before,
p .thought-right::after,
p .thought-right::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 8px solid #666;
  border-radius: 28px;
  bottom: -30px;
}

p .thought-left:after,
p .thought-right:after {
  width: 25px;
  height: 25px;
  bottom: -35px;
  border-radius: 18px;
}

p.thought-left:before {
  right: 0;
}
@media (min-width: 768px) {
  p .thought-left:before {
    right: auto;
    left: 0;
  }
}
p .thought-left:after {
  right: 25px;
}
@media (min-width: 768px) {
  p .thought-left:after {
    right: auto;
    left: 0;
  }
}
p .thought-right:before {
  left: 0;
}
@media (min-width: 768px) {
  p .thought-right:before {
    left: auto;
    right: 0;
  }
}
p .thought-right:after {
  left: 25px;
}
@media (min-width: 768px) {
  p .thought-right:after {
    left: auto;
    right: 0;
  }
}
/* NOTICE!!! */
/* this class is required */
.bubble-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bubble-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.bubble-wrapper .speech-left,
.bubble-wrapper .speech-right,
.bubble-wrapper .thought-left,
.bubble-wrapper .thought-right,
.bubble-wrapper img.round {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bubble-wrapper img.round {
  border-radius: 250px;
  width: 250px;
  height: 250px;
}
@media (min-width: 768px) {
  .bubble-wrapper img.round {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.bubble-wrapper .speech-left,
.bubble-wrapper .speech-right,
.bubble-wrapper .thought-left,
.bubble-wrapper .thought-right {
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Comic Sans MS", arial, sans-serif;
  -webkit-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
  border: 8px solid #666;
  padding: 15px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  min-width: 200px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-left,
  .bubble-wrapper .speech-right,
  .bubble-wrapper .thought-left,
  .bubble-wrapper .thought-right {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-left,
  .bubble-wrapper .thought-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.bubble-wrapper .speech-left::after,
.bubble-wrapper .speech-left::before,
.bubble-wrapper .speech-right::after,
.bubble-wrapper .speech-right::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid;
}
.bubble-wrapper .speech-left::before {
  right: 25px;
  border-width: 25px;
  bottom: -50px;
  border-color: #666 transparent transparent #666;
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-left::before {
    right: auto;
    left: 25px;
  }
}
.bubble-wrapper .speech-left::after {
  right: 37px;
  bottom: -29px;
  border-color: #fff transparent transparent #fff;
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-left::after {
    right: auto;
    left: 33px;
  }
}
.bubble-wrapper .speech-right::before {
  left: 25px;
  border-width: 25px;
  bottom: -50px;
  border-color: #666 #666 transparent transparent;
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-right::before {
    left: auto;
    right: 25px;
  }
}
.bubble-wrapper .speech-right::after {
  left: 37px;
  bottom: -29px;
  border-color: #fff #fff transparent transparent;
}
@media (min-width: 768px) {
  .bubble-wrapper .speech-right::after {
    left: auto;
    right: 33px;
  }
}
.bubble-wrapper .thought-left,
.bubble-wrapper .thought-right {
  border-radius: 58px;
  font-size: 18px;
}
.bubble-wrapper .thought-left::after,
.bubble-wrapper .thought-left::before,
.bubble-wrapper .thought-right::after,
.bubble-wrapper .thought-right::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 8px solid #666;
  border-radius: 28px;
  bottom: -30px;
}
.bubble-wrapper .thought-left:after,
.bubble-wrapper .thought-right:after {
  width: 25px;
  height: 25px;
  bottom: -35px;
  border-radius: 18px;
}
.bubble-wrapper .thought-left:before {
  right: 0;
}
@media (min-width: 768px) {
  .bubble-wrapper .thought-left:before {
    right: auto;
    left: 0;
  }
}
.bubble-wrapper .thought-left:after {
  right: 25px;
}
@media (min-width: 768px) {
  .bubble-wrapper .thought-left:after {
    right: auto;
    left: 0;
  }
}
.bubble-wrapper .thought-right:before {
  left: 0;
}
@media (min-width: 768px) {
  .bubble-wrapper .thought-right:before {
    left: auto;
    right: 0;
  }
}
.bubble-wrapper .thought-right:after {
  left: 25px;
}
@media (min-width: 768px) {
  .bubble-wrapper .thought-right:after {
    left: auto;
    right: 0;
  }
}
.narrative {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 8px solid #666;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
  font-size: 18px;
  font-family: Georgia, Palatino, 'Times New Roman', Times, serif;
  font-style: italic;
  padding: 15px;
}

/* END OF CARTOON-STYLE STUFF */


input[type="text"], input[type="email"],input[type="tel"], select, textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
	margin-bottom: 10px;
}

input[type="submit"]{
	background: #72AB0F;
    display: table;
    margin: 0 auto;
    padding: 8px 30px;
    color: #fff;
    width: auto;
    border-radius: 6px;
    border: 0;
	white-space: normal;
}

span.wpcf7-list-item{margin:0;}

.pricetable-users {font-size: 16px;color: #31b0d5; margin-top: 25px; border-top: 1px solid rgba(189,195,199,0.6);
    padding-top: 20px;  }

.pricetable-emails {    font-size: 16px;    color: #31b0d5;    margin-top: 25px;    border-top: 1px solid rgba(189,195,199,0.6);    padding-top: 20px;  }

.pricetable-features-title span {    font-weight: 600;    border-bottom: 2px solid rgba(189,195,199,0.6);    margin-bottom: 15px;    display: inline-block;   }


.price-table h2.widgettitle {font-size: 24px;padding: 25px 0;    text-transform: uppercase;    font-weight: 700;  }

.pricetable-features a {    font-size: 14px;    color: #6183a2;    line-height: 24px;  }

.price-table .btn-info{margin-right:10px;}

.pricetable-users em {    color: #999;   }

.extra {padding:15px 0;}

.extra a {    display: inline-block;    font-size: 14px;	 color: #6183a2;	line-height:26px;   }

.single-price .badge h3 {    font-size: 20px;    font-weight: 600;  }

.single-price .badge {text-transform: uppercase;border-radius: 0; width: 100%;background: #5cb85c;padding: 10px 0;
	    margin: 0;  }

.single-price > div > div {    border: 1px solid #ddd;  }

.single-price > div > div {    border: 1px solid #e8e8e8;    background: #fff;    box-shadow: 0 0 5px #ddd;  }

.single-price > div > div > div {    padding: 0 15px;  }

.price-table {    margin-bottom: 40px;   }

.req-form h3 {text-align:center;font-size:22px;color: #fff; background: #7ebb14;padding: 8px 15px;margin-bottom: 15px;}

.req-form  .wpb_text_column p:last-of-type {    margin: 0;    padding: 0;  }

.req-form .wpb_text_column .wpb_wrapper {    background: #f4f4f4;    padding: 25px 20px 0 15px;  }

.req-form  .wpb_text_column p{padding-bottom:0;}

.round-img.fix-size {    width: 500px;    height: 500px;  }

.call-box {background-color: transparent !important;   border: 0 !important;padding: 25px 0 !important;  }

.call-box.vc_general.vc_cta3 .vc_cta3-icons{vertical-align:top;}

.call-box h2 {    font-size: 20px;     padding-bottom: 10px; }

.call-box p{	font-size:14px;  }

.icon-box .vc_cta3-container{margin-bottom:0;}

.small-txt{font-size:14px;}

.sub-sidebar > div > div {    background: #f1f1f1; padding:20px 15px; }

.imgnospace .alignnone{margin:0;}

.wpb_content_element.nomargin {    margin: 0; }

.sq-img i.fa{    padding: 0;
    background: #337ab7;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 15px 0 0;
}

.banner-section.small-padd .wpb_content_element {    padding: 20px 0;  }

.top-header select {    margin: 0;  }

form.wpcf7-form label {    font-weight: normal;  }

.process-timeline .duration {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 12px;
    -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;
}

.process-timeline {
    position: relative;
}

.process-timeline:before {
    background-color: #cccccc;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
	display: block !important;
}

.process-timeline .process:hover .divider {    background-color: #05657D;    color: #fff;  }
.process-timeline .process:hover .duration {    color: #05657D;  }
.process-timeline.singleside:before {    left: 35px;  }
.process-timeline.singleside p.lead, .duration,.process-timeline ul{padding-left:70px !important;margin-bottom:0px}

.process-timeline.singleside .process{
	margin-bottom:30px;
}

.wpcf7-radio {    font-size: 14px;   }
.wpcf7-list-item-label {    padding-left: 10px;font-weight: 600;      font-size: 16px; }
.bigbuuble .speech-right{    max-width: 550px;}

.home-form form.wpcf7-form .col-sm-6 > div {
    padding-bottom: 40px;
	font-size: 14px;
}

.req-form .wpcf7-radio > span {
    display: block;
}

.req-form form.wpcf7-form p > span {
    display: block;
	    margin-bottom: 10px;
}

.req-form form.wpcf7-form p  br{display:none;}

.pum-content form.wpcf7-form > p {    margin-bottom: 0;  }

.pum-theme-1128 .pum-container, .pum-theme-lightbox .pum-container {    padding-bottom: 0;    }

.pum-theme-1128 .pum-title, .pum-theme-lightbox .pum-title {    margin-bottom: 20px;  }

/*------------------------------------*\
	SEARCH
\*------------------------------------*/
section.search-result {    padding: 40px 0;   }

section.search-result h1 {font-size: 30px;  text-transform:uppercase;   font-weight: 600;    padding-bottom: 25px; text-align:center;   }

section.search-result article {    padding-bottom: 40px;    margin-bottom: 40px;    border-bottom: 1px solid #ddd;  }

section.search-result article h2 {    font-size: 24px;    padding-bottom: 25px;     color: #3373b9; }

section.search-result article h2 a{ color: #3373b9; }

section.search-result article .date, section.search-result article .author{display:none;}

section.search-result h1:after {    content: '';    display: block;    width: 100px;    height: 2px;    background: #3373b9;    margin: 15px auto;    }


.confirm .header, .confirm .footer {
    display: none;
}
.confirm {
    background: #3498db;
}

p.action_notice {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
	padding:25px;
}

.confirm main.container {
    max-width: 800px;
    text-align: center;
    background: #fff;
    padding: 15px 20px;
    margin: 150px auto;
    border-radius: 3px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
 .toggle , span.arrow{    display: none;}


@media (min-width: 768px){
	.order{order:2;}
	
.process-timeline .divider {
    float: right;
    margin: -2px -51px 0 0;
    color: #000;
    text-align: center;
    background-color: #cccccc;
    border-radius: 50%;
    height: 72px;
    width: 72px;
    padding-top: 2px;
    font-size: 48px;
    -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;
}
.process-timeline .col-left {
    text-align: right;
    margin-right: 30px;
}	
.process-timeline .col-right {
    text-align: left;
    margin-left: 40px;
}	
.process-timeline.singleside .divider {
      float: left;
    margin-top: -22px;
    margin-left: -15px;
}	
	.mobile-widget{display:none;}
	
}

@media only screen and (max-width:767px) {
	div#polylang-3 > label {    display: none;   }
	
	.mobile-widget a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3373b9;
}
	.mobile-widget a.demo-btn {
    background: #3373b9;
        margin-left: 5px;
    padding: 4px 5px;
    border-radius: 3px;
    color: #fff;
		font-weight:100;
		font-size:10px;
}
	.mobile-widget > div {
    display: inline-block;
    vertical-align: middle;
}
	
	.language-sv .widget_polylang select {
    color: #fff;
    background: #929292;
    margin-left: 5px;
}
	
	.left-part .widget_text, .right-part .widget_polylang , .right-part a.demo-btn{
    display: none;
}
	
	.menu-side { position: initial;}
	label.toggle {    display: block;	}
	.nav_area { position: initial;     float: right;}
	.nav_area  .menu {display: none;width: 100%;position: absolute;right: 0;background: #3473b9;z-index: 999;
		text-align:left;}
	span.arrow {display: inline-block;width: 10%;text-align: center;cursor:pointer;color:#fff;	}
	.nav_area ul li { display: block; border-bottom: 1px solid #fff;}	
	.nav_area ul li a {padding: 15px;color: #FFF;text-decoration: none;line-height: normal;float: none;	clear: both;}
	ul.sub-menu li {	border-bottom:0px;}
	ul.sub-menu li a{ padding:5px 20px;  }
	ul.sub-menu {position: relative;  display: none; padding-bottom:10px;}
	.nav_area > ul > li > a {display:inline-block; width:90%;}	
	.top-header .row ,.right-part{    display: block;    text-align: center;  }	
	.right-part a.call:before,.right-part a.mail:before{display:none;}
	.widget_polylang select{padding:2px; font-size:11px;}
	.right-part a{font-size:11px;padding-left: 5px;}
	.nav_area ul.menu > li > a:hover, .nav_area ul.menu > li.current-menu-item > a {    color: #ffffff;   }
	.fmenu {    padding-bottom: 30px; }
	.bottom-row > div:first-child, .bottom-row > div:last-child  {width:100%;}
	.bottom-row > div:last-child{text-align:center; padding-top:20px;}
	.tesimonial {    margin-top: 0;   }
	.main-title {    padding: 40px 0 0px 0;  }
	.wpb_content_element.home-form {    margin: 0;   }
	.process-timeline .divider {
    float: right;
    margin: -6px -35px 0 0;
    color: #000;
    text-align: center;
    background-color: #cccccc;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    -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;
}
	.process .vc_col-sm-6 {    width: 50%;   }
	
	.process-timeline.singleside p.lead, .duration, .process-timeline ul{padding-left:5px !important}
	.col-left {    text-align: right;   }
	.bubble-wrapper .wpb_single_image.vc_align_right{margin-top:0px;}
	video {    height: auto;   }
	a.green-btn{font-size:14px;}
	.round-img.fix-size {    width: 300px;    height: 300px;    float: left;  }
	.banner-section .wpb_content_element {    padding: 0;} 
	.lead{padding-top:0 !important}
	iframe{width:100%; height: auto;}
	.singleside.process-timeline .divider {    float: left;   }
	.singleside.process-timeline.singleside p.lead, .duration, .process-timeline ul {    padding-left: 45px !important; }
	
	
	
	.right-part a.demo-btn{margin-left:5px;padding:4px 5px;}
	.right-part{    padding:0 5px;   }
	.rev_slider .tp-caption.rev-btn {padding: 5px 15px !important;font-size: 16px !important;font-weight: 500 !important;}
	.rev_slider .tp-mask-wrap h2.tp-caption {
    font-weight: 400 !important;
    line-height: normal !important;
    font-size: 16px !important;
    max-width: 100% !important;
}
	
	
	
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}