/*
Theme Name: Vaekstur
version:201401011
Text Domain:vaekstur
*/

/*------------------------Font famliy-----------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html {
   
    margin-top: 0!important;
}
/*--------------------------body--------------------829----*/
body{ 
	overflow-x: hidden;
    font-size:16px; 
     font-family: 'Montserrat';
    background: #fff;
    color:#585858;
    word-wrap:break-word;
    letter-spacing:1.6px;
    word-wrap: break-word;
    line-height:1	;
    font-weight:400;
    margin: 0;
}
.overflow-html body{overflow:hidden;}
a,a:hover,a:focus{text-decoration:none;outline:none;}
input:focus,select:focus,textarea:focus{outline:0;}
*:focus{outline:0;}
p{margin-bottom:0;}
.visible-xs, .visible-sm, .visible-md, .visible-lg{
    display: none!important
}
img{max-width:100%;}
iframe{max-width:100%;max-height:100%;}
input,textarea{   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius:0;outline: none;   
}
strong,b{font-weight:700;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.notfoundpage {padding:60px 0;text-align:center;}
.notfoundpage h2{font-weight:700;}
.notfoundpage .pg-nt-fnd{font-weight:500;margin-bottom:30px;}

/*--------------------------------header--------------------------------------------------*/
ul{
    list-style: none;
    padding:0; 
    margin:0;
}
.main-container{overflow-x:hidden;}
header .scrool-topbar{
    display: none;
}
header .mainmenuwrap .container{
    position: static;
}

header .topbar .toptabel{
    width: 100%;
    display: table;
}
header .topbar .toptabel .top-menu-wrapper{
    display: table-cell;
    width: 84.5%;
    font-size: 0;
    letter-spacing: 0;
    text-align: right;
}
header .top-menu-log-wrapper{
    display: table-cell;
    width: 100%;
}
header .topbar .toptabel .side_logo{
    display: table-cell;
    position: absolute;
    top: 0;
    padding: 12px 0 0 45px;
}
header .top-menu-log-content{
    padding: 0;
    background-color: #005da4;
    color: #9d9fa6;
    font-size: 10px;
    width: 159px;
    display: inline-block;
	position:relative;
}


header .top-menu-log-content .down-arrow:before{
    content: '';
    background-image: url(images/icons.png);
    width: 15px;height: 8px;
    background-position: -100px 0;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    cursor: pointer;
}
.top-menu-log-content .selected-value{
    font-weight:500;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 42px;
    color: #ffffff;
    padding: 0px 40px 0 40px;
    display: block;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    position: relative;
	  text-overflow: ellipsis;
    white-space: nowrap; overflow: hidden;  
}

.top-menu-log-content .selected-value:before{
    content: '';
    background-image: url(images/icons.png);
    background-position: -88px 0;
    width: 13px; 
    height: 15px; 
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0px;
    margin: auto;
    display: inline-block;
    cursor: pointer;   
}
header  .top-menu-log-content ul{
    display: none;
    position: absolute;
    line-height: 40px;
    width: 100%;
    top: 57px;
    z-index: 2;
    padding: 10px 0;
    list-style: none;
    border-top: 0;
    padding-bottom: 10px;
    background-color: #d5ddf0;
	top:100%;
}
header .top-menu-log-content ul li a{
    font-weight:500;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0px 30px;
    display: block;
    color: #005da4;
    text-decoration: none;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
header .top-menu-log-content ul li a:hover{
    font-weight: 600;
}
header .topbar .header-search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
header .topbar .header-search a{
    font-weight:600;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 15px;
    color: #e3ebff;
    padding: 14px 30px 13px 52px;
    position: relative;
    display: inline-block;
    background-color: #6d94c9;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

header .topbar .header-search a:hover{
    font-weight: 600;
    color: #ffffff;
    background-color: #005da4;
}
header .topbar .header-search a:before{
    content: '';
    background-image: url(images/icons.png);
    width: 15px; height: 15px;  
    background-position: 1px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    border: 0;
    background-color: initial;
    background-repeat: no-repeat;
}
header .topbar .header-search a:after{
    content: '';
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-position: -207px 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
header .topbar .header-search a:hover:after{
    opacity: 1;
}
header .topbar .signup-btn{
    display: inline-block;
    vertical-align: middle;   
    border-right: 1px solid #ffff;border-left: 1px solid #fff;
}
header .topbar .signup-btn a{
    font-weight:600;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 15px;
    color: #005da4;
    padding: 14px 20px 13px 41px;
    display: inline-block;
    background-color: #d5ddf0;
    border: 0;
    vertical-align: middle;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
/*    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;*/
}
header .topbar .signup-btn a:before{
    content: '';
    background-image: url(images/icons.png);
    width: 16px;
    height: 15px;
    background-position: -30px 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    cursor: pointer;
}
header .topbar .signup-btn a:after{   
    content: '';
    background-image: url(images/icons.png);
    width: 16px;
    height: 15px;
    background-position: -46px 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
header .topbar .signup-btn a:hover:after{
    opacity: 1;
}
header .topbar .signup-btn a:hover{
    font-weight: 600;
    background-color: #005da4;
    color: #ffffff;
    
}
header .topbar .login-btn{
    display: inline-block;
    vertical-align: middle;
}
header .topbar .login-btn a{
    font-weight:600;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 15px;
    color: #005da4;
    padding: 14px 20px 13px 40px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background-color: #d5ddf0;
    
	-webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
header .topbar .login-btn a:before{
    content: '';
    background-image: url(images/icons.png);
    width: 13px;
    height: 15px;
    background-position: -62px 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    cursor: pointer;
}
header .topbar .login-btn a:after{
    content: '';
    background-image: url(images/icons.png);
    width: 13px;
    height: 15px;
    background-position: -75px 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
header .topbar .login-btn a:hover:after{
    opacity: 1;
}
header .topbar .login-btn a:hover{  
    font-weight: 600;
    background-color: #005da4;
    color: #ffffff;
}
header .logoblog{
    position: relative;
    border-bottom: 1px solid #e1e3e6;
}
header .mainmenuwrap{
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    margin-top: 20px;
    width: 84.5%;
}
header .logoblog .logo{
    margin-top: -45px;
    margin-bottom: 0px;
    position: absolute;
    max-width: 100%;   
}
header .mainmenuwrap .side_logo{
    display: none;
}
header .navbar{
    display: inline-block;
    width: 100%;
    margin: 0;
	border-radius: 0;
    border: 0;position: static;
}
.navbar-collapse.collapse{
    padding: 0;
}
header .mainmenu{
    float:right;
    margin: 0;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
}
header .mainmenu li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 62px;
    position: static;    margin-bottom: -1px;
}
header .mainmenu .menu-item-has-children{
    margin-right: 80px;
}
header .mainmenu .menu-item-has-children:last-child{
    margin: 0;
}
header .mainmenu li:last-child{
    margin-right: 0;
}
header .mainmenu>li>a{
    font-weight:400;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 57px;
    color: #585858;
    display: inline-block;
    position: relative;
    margin: 0px 0;
    padding-bottom: 10px;
    text-align: center;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
	text-align:center;
}
header .mainmenu>li>a:after{
	display: block;
    content: attr(data-title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
header .mainmenu>li:hover>a{
   font-weight: 600;
    color: #005da4;
}
header .mainmenu li.menu-item-has-children>a{padding-right:20px;}
header .mainmenu li.menu-item-has-children>a:before{
    content: "\f107 ";
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    padding-left: 4px;
    color: #686868;
    font-size: 15px;
    right:0px;
    top: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
header .mainmenu li.menu-item-has-children:hover>a:before{
    content: "\f107 ";
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    padding-left: 4px;
    color: #005da4;
    font-size: 15px;
    right: 0px;
    top: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
header .mainmenu .menu-item-has-children:hover>a:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #005da4;
    bottom:-1.5px;
    left: 0;
    right: 0px;
    margin: auto;
    z-index: 1001;
}
header .mainmenu .dropdownmenu{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: 0;
}
header .mainmenu .dropdownmenu{
    position: absolute;
    top:87px;
    left: 0;
    z-index: 1000;
    display: inline-block;
    
    list-style: none;
    width: 100%;
    background-color: #e7eaf2;
    -webkit-background-clip: padding-box;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: right;
    overflow: hidden;
}
header .mainmenu>li:hover>.dropdownmenu{
    opacity: 1;
    max-height: none;
    transition-delay: 0.4s;border-top:8px solid #fff;
}
header .mainmenu .dropdownmenu>.container>ul{
    padding: 36px 0;
    text-align: center;
}
header .mainmenu .dropdownmenu>.container>ul>li{
    max-width: 25%;
    margin-right: 0;
    margin-bottom: 10px;
}
header .mainmenu .dropdownmenu ul>li>a{
    font-weight:400;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 15px;
    color: #585858;
    display: inline-block;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
header .mainmenu .dropdownmenu ul>li>a:hover{
    font-weight: 600;
    color: #005da4;
}
header .mainmenu .dropdownmenu li{
    margin-left: 60px;
}
header .mainmenu .dropdownmenu li{
    text-align: center;
}
footer{margin-top:90px;}
footer .page-footer-inner{
    background-color: #575757;
    margin-top: 8px;
    padding: 23px 0 26px;
}
footer .footer-div-bar{
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    display: table;
}
footer .footer-div-bar .left-border{
    width: 50%;
    display: table-cell;
    background-color: #005da4;
    height: 15px;
}
footer .footer-div-bar .right-border{
    width: 50%;
    display: table-cell;
    background-color: #6d94c9;
    height: 15px;
}
footer .footertop{
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
}
footer .leftfooter{
    width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: left;
}
footer .leftfooter a{
    font-weight:400;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 38px;
    color: #bbbdbf;
}
footer .centerfooter{
    width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
footer .rightfooter{
    width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
footer .rightfooter a{
    font-weight:400;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 38px;
    color: #bbbdbf;
}
.home-slider{height:650px;position:relative;}
.home-slider .carousel-inner,.home-slider .carousel-inner .item{height:100%;
    background-position: center;
    background-size: cover;
}
.slidertop{font-size:0;letter-spacing:0;display:table;    width: 100%;}
.slidertop .left{
	width: 50%;
    display: table-cell;
    background-color: #005da4;
    height: 15px;
}
.slidertop .right{
	width: 50%;
    display: table-cell;
    background-color: #6d94c9;
    height: 15px;
}
.home-slider .slider-content{
    max-width: 540px;
    margin: 97px auto auto;
    background-color: rgb(0 93 164 / 0.85);
    text-align: center;
	padding:55px 30px 70px 30px;
	color:#fff;
	font-weight:300;
	font-size:14px;
	letter-spacing:1.4px;
	line-height:24px;
	position:relative;
}
.home-slider .slider-content .title{
	font-weight:700;
	font-size:36px;
	letter-spacing:1.8px;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
	position:relative;
}
.home-slider .slider-content .title:before{
	content:'';
	position:absolute;
	height:5px;
	width:40px;
	background-color:#fff;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.home-slider .slider-content .buttonlink{
	position:absolute;
	bottom:-40px;
	left:0;
	right:0;
}
.home-slider .slider-content .buttonlink a{
	display:inline-block;
	background-color:#fff;
	font-weight:800;
	font-size:20px;
	letter-spacing:1px;
	color:#005da4;
	text-transform:uppercase;
	padding: 28px 30px;
    min-width: 310px;

	transition:0.5s color ease,0.5s background-color ease;
}
.home-slider .slider-content .buttonlink a:hover{
	color:#fff;
	background-color: #005da4;
}
.searchconsultant{
	display:table;
	width:100%;
}
.searchconsultant .left{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:46%;
	padding:80px 30px;
	background-color:#005da4;
	position:relative
}
.searchconsultant .left:before{
	content:'';
	position:absolute;
	top: 0px;
    background: linear-gradient(to right top, #005da4 49%, rgba(0, 0, 0, 0) 50%);
	right: -50px;
    width: 50px;
    height: 50%;
}
.searchconsultant .left:after{
	content:'';
	position:absolute;
	    top: 50%;
    background: linear-gradient(to right bottom, #005da4 49%, rgba(0, 0, 0, 0) 50%);
	right: -50px;
    width: 50px;
    height: 50%;
}
.searchconsultant .right{
	display:table-cell;
	vertical-align:middle;
	text-align:center;width:54%;
	padding:80px 30px 80px 70px;
	background-color:#6d94c9;
	font-weight:300;
	font-size:20px;
	letter-spacing:2px;
	color:#fff;
	line-height:28px;
}
.searchconsultant .right .inner{
	position:relative;
	padding-top:35px;
}
.searchconsultant .right .inner:before{
	    content: '';
    position: absolute;
    height: 6px;
    width: 60px;
    background-color: #94cbff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.searchconsultant .left .title{
	font-weight:700;
	font-size:36px;
	letter-spacing:1.8px;
	color:#d5ddf0;
	margin:30px 0 0;
}
.searchconsultant .right .buttonlink {margin-top:45px;}
.searchconsultant .right .buttonlink a {
    display: inline-block;
    background-color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #005da4;
    text-transform: uppercase;
    padding: 16px 15px;
    min-width: 178px;
	transition:0.5s color ease,0.5s background-color ease;
}
.searchconsultant .right .buttonlink a:hover{
	color:#fff;
	background-color: #005da4;
}
.partnerswrap{
	padding:30px 0 0;
	border-top:1px solid #e1e3e6;
	border-bottom:1px solid #e1e3e6;
	text-align: center;
}
.partners{
	margin-left:-15px;
	margin-right:-15px;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	justify-content: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners li {
    display: inline-block;
    vertical-align: middle;
    padding:0 15px;
    
	width:16.66%;
	margin-bottom:30px;
	-ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
}
.partners li a{
	padding: 13px;
    border: 1px solid #e1e3e6;
    border-radius: 3px;
    display: table;
    height: 100%;
    width: 100%;
}
.partners li div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.pagetitle {
    font-size: 40px;
    letter-spacing: 4px;
    color: #585858;
    margin: 60px 0 55px 0;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    position:relative;
    font-weight:700;
}
.pagetitle:before{
	content:'';
	position:absolute;
	width:60px;
	height:8px;
	background-color:#005da4;
	left:0;
	right:0;
	margin:auto;
	top:0;
}
.content{font-size:16px;line-height:22px;letter-spacing:1.6px;max-width:985px;margin:auto;}
.consultant_page .content{max-width:100%;}
.content p{margin-bottom:20px;}
.content ul{margin:21px 0 24px 0;}
.content ul li{position:relative;padding-left:21px;margin-bottom:7px;}
.content ul li:before{
	content:'';
	position:absolute;
	left:0;
	background-image:url('images/icons.png');
	background-position: -222px 0; width: 14px; height: 15px;
	top:3px;
}
.content h2{
	font-weight:700;
	font-size:30px;
	letter-spacing:3px;
	color:#585858;
	margin:35px 0;
	padding-top:15px;
	position:relative;
}
.consultant_page .content h2{margin: 55px 0 37px;}
.content h2:before{
	content:'';
	position:absolute;
	left:0;top:0;
	width:40px;
	height:5px;
	background-color:#6d94c9;
}
.content h2[style="text-align: center;"]:before{
	right:0;
	margin:auto;
}
.content h3,.content h4{
	font-size:20px;
	letter-spacing:2px;
	font-weight:600;
	margin:35px 0 14px 0;
}
.twohalves .column{padding-left:15px;padding-right:15px;}
.content .iframe{
    margin-left: -1500px;
    margin-right: -1500px;
    text-align: center;
    background-color: #6d94c9;
    position: relative;
    line-height: 0;
    margin-top: 47px;
}
.content .iframe{margin-top:75px;margin-bottom:75px;}
.content .iframe iframe{border-left:4px solid #fff;}
.content .iframe iframe{border-right:4px solid #fff;}

.pageimage{
    margin-bottom: 70px;
}
.consentcheck input[type=checkbox] {
    height: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
}
.consentcheck input + label {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin: 0;    line-height: 22px;
}
.consentcheck input.error + label{color: #b21f2e;}
label.error{display:none !important;}
.consentcheck input + label:before {
    content: '';
    border:1px solid #9fb6cc;
    width: 20px;
    height: 20px;
    position: absolute;
    lefT: 0;
    top: -2px;
}
.consentcheck input:checked + label:before {
	background-image: url(images/icons.png);
    background-position: -236px 0;
    width: 20px;
    height: 20px;
	border: 0;
}
.consultant_title{
	font-weight:700;
	font-size:24px;
	letter-spacing:2.4px;
	color:#585858;
	margin:35px 0;
	padding-top:15px;
	position:relative;
	text-align:center;
}
.consultant_title:before{
	content:'';
	position:absolute;
	left:0;top:0;
	width:40px;
	height:5px;
	background-color:#6d94c9;
	margin:auto;
	right:0;
}
.page-template-BlivKonsulent .content {max-width:none;}
.consulantform .consultant_title{margin-top:0;}
.samtykke{
	background-color:#6d94c9;
	padding:60px 60px 40px;
	color:#fff;
	margin-top:55px;
	margin-bottom:45px;
}
.samtykke .consultant_title{color:#fff;}

.samtykke .consultant_title:before{
	background-color:#fff;
}
.samtykke .consentcheck input + label:before{
	border:0;
	background-color:#fff;
	top:-1px;
}
.samtykke .consentcheck input:checked + label:before{
	background-position: -256px 0;
}
.samtykke .consentcheck input + label{
	font-size:18px;
	letter-spacing:1.8px;
	font-weight:700;
}
.samtykke .content{margin-top:27px;padding-left:30px;}
.consulantform .inner{max-width:920px;margin:auto;}
.consulantform .block{
	padding:59px;
	border:1px solid #e1e3e6;
	margin-bottom:8px;
}
.row.fd {
    margin-left: -3px;
    margin-right: -3px;
}

.row .field {
    padding: 0 3px;
    float: left;
    width: 100%;
}
.field {
    margin-bottom: 6px;
    position: relative;
}
input,textarea {
    width: 100%;
	font-weight:700;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.7px;
	color:#005da4;
    padding: 18px 29px;
    border: 1px solid #e1e3e6;
    border-radius: 0px;
    line-height: 22px;
}
input.error,textarea.error{border-color:#b21f2e;}
.consulantform .field.company{
    width: 69.2%;
}
.consulantform .field.cvr {
    width: 30.8%;
}
.consulantform .field.zipcode{
    width: 22.14%;
    margin-bottom: 15px;
}
.consulantform .field.city{
    width: 77.86%;
    padding: 0 2px;
    margin-bottom: 15px;
}
.consulantform .field.email,.consulantform .field.reemail {
   width: 50%;
}
.consulantform .field.telefon,.consulantform .field.mobile{
	width: 25%;
}
.consulantform .field.website{width:50%;}
.consulantform .field.years_adviser{max-width:182px;margin:auto;}
.consulantform .experience_wrap .experience_start_year, .consulantform .experience_wrap .experience_end_year {
    width: 156px;
    display: inline-block;
    margin: 0 4px 8px;
}
.consulantform .experience_wrap .field.experience_position,.consulantform .experience_wrap .field.experience_firm,.consulantform .experience_wrap .field.experience_remark{
	width:33.33%;
}
.consulantform .plus {
    border: 1px solid #e1e3e6;
    line-height: 34px;
    width: 36px;
    font-size: 24px;
    letter-spacing: 1.6px;
    cursor: pointer;
    margin: auto;
	color:#005da4;
    text-align: center;
    padding-left: 3px;
}
.consulantform .minus {
    display: inline-block;
    border: 1px solid #e1e3e6;
	color:#005da4;
    line-height: 34px;
    width: 36px;
    font-size: 24px;
    letter-spacing: 1.6px;
    text-align: center;
    cursor: pointer;
    padding-left: 3px;
	position: absolute;
    bottom: 18px;
}
.consulantform .repeater{position:relative;margin-bottom: 10px;}
.consulantform .specialities{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
	text-align:center;
}
.consulantform .specialities li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}
.consulantform .digital_wrap .competence_level{
	max-width:280px;margin-left:auto;margin-right:auto;
}
.consulantform .field.reference_name{
    width: 33.9%;
}
.consulantform .field.reference_desc{
    width: 60.6%;
}
.consulantform  .kompetence .consultant_title{margin-top:55px;}
.consulantform .block.kompetence{padding-top:5px;}
.consultant_desc {
    margin-bottom: 25px;
    line-height: 22px;
}
.consulantform .speciality_wrap .speciality_desc{
    width: 60%;
}
.consulantform  .speciality_wrap .speciality_title{
    width: 40%;
}
.consulantform  .speciality_wrap .checkcustom,.consulantform .speciality_wrap .checkcustom label {
    width: 100%;
}
.consulantform .field.hourlyrate{
	max-width: 182px;
    margin: auto;
}
.consulantform .field.insurecompany{
	max-width: 505px;
    margin:25px  auto auto;
}
.submitbutton {
   text-align:center;
   margin-top:52px;
}
.submitbutton button {
    background-color: #6d94c9;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 36px;
    padding: 15px 30px;
    width: 350px;
    max-width:100%;
	text-decoration: none;
    display: inline-block;
    -webkit-transition: background-color .5s ease,color .5s ease;
    -moz-transition: background-color .5s ease,color .5s ease;
    -o-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease;
	font-weight:700;
    border: 0;position: relative;
}
.submitbutton button:hover{
	background-color:#005da4;
}
.submitbutton button:after {
    content: '';
    border: 2px solid #f3f3f3;
    border-top: 2px solid #005da4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
form.ajax .submitbutton button:after {
    display: block;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.auto_wrap, .digital_wrap,.kompetenceall {
    display: none;
}
header{ position: relative;}
.form-success,.successmessages {
    display:none;
	margin-top:30px;
	font-size: 14px;
    letter-spacing: 1.4px;
	line-height: 1;
}
.successmessages{display:block;}
.errormessages{	
	margin-bottom: 20px;
	font-size: 14px;
    letter-spacing: 1.4px;    line-height: 1;
}

.checkcustom input {
    opacity: 0;
    height: 0;
    width: 0;
	position:absolute;
	left:-1000px;
}
.checkcustom label {
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #6d94c9;
    padding: 22px 29px 22px 67px;
    font-weight: normal;
    border: 1px solid #e1e3e6;

    min-width: 165px;
    text-align: left;
    position: relative;
    cursor: pointer;    margin-bottom: 6px;
}
.checkcustom label:after{
	display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.checkcustom input.error + label{    border-color: #b21f2e;}
.checkcustom label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    background-image: url(images/icons.png);
    width: 24px;
    height: 14px;
    background-position: -297px 0;
}
.checkcustom input:checked + label:before {
    background-position: -321px 0;
}
.checkcustom input:checked + label{
	color: #005da4; font-weight: 700;
}
.loginform{
	max-width:410px;
	margin:auto;
}
.loginform input{text-align:center;}
.loginform  .field{margin-bottom:4px;}
.loginform .loginbutton{margin-top:30px;}
.loginform .loginbutton button{
	font-weight:800;
	font-size:15px;
	letter-spacing:1.5px;
	color:#005da4;
	max-width:100%;
	min-width:178px;
	padding:15px 30px;
	text-align:center;
	background-color:#fff;
	border:0;
	-webkit-transition: 0.5s color ease,0.5s background-color ease;
    -moz-transition: 0.5s color ease,0.5s background-color ease;
    -o-transition: 0.5s color ease,0.5s background-color ease;
    transition: 0.5s color ease,0.5s background-color ease;
}
.loginform .loginbutton button:hover{
	background-color:#005da4;
	color:#ffffff;
}
.forgerbutton{
	text-align:center;
	margin:60px 0 0 0;
}
.forgerbutton a{
	font-weight:800;
	font-size:20px;
	letter-spacing:2px;
	color:#6d94c9;
	max-width:100%;
	min-width:309px;
	padding:29px 30px;
	text-align:center;
	background-color:#fff;
	border:1px solid #e1e3e6;
	-webkit-transition: 0.5s color ease,0.5s background-color ease,0.5s border-color ease;
    -moz-transition: 0.5s color ease,0.5s background-color ease,0.5s border-color ease;
    -o-transition: 0.5s color ease,0.5s background-color ease,0.5s border-color ease;
    transition: 0.5s color ease,0.5s background-color ease,0.5s border-color ease;
	display: inline-block;
    vertical-align: middle;
}
.forgerbutton a:hover{
	background-color:#005da4;
	color:#ffffff;
	border-color:#005da4;
}
#findconsulantform{margin-top:53px;}
#findconsulantform .specialities_wrap.speciality .specialities li {
    width: 33.33%;
    position: relative;
}
#findconsulantform .checkcustom label{
	    display: block;
    width: 100%;
	    padding: 22px 10px 22px 40px;
}
#findconsulantform .checkcustom label:before{left:10px;}
.result-wrap table{
	    border-spacing: 0 15px;
    border-collapse: separate;
}
.result-wrap table td{
	    border-top: 1px solid #e1e3e6 !important;
    border-bottom: 1px solid #e1e3e6;
	    font-size: 10px;
		line-height:19px !important;
    letter-spacing: 1px;
    font-weight: 400;
	padding:15px 8px !important;
	position:relative;
}
.result-wrap table td a{    color: #585858;}
.result-wrap table tr td:first-child{ border-left: 1px solid #e1e3e6;padding-left:15px !important;}
.result-wrap table tr td:last-child{ border-right: 1px solid #e1e3e6;padding-right:15px !important;}
.result-wrap table td div{position:relative;min-height: 22px;}
.result-wrap table tr td:not(:first-child) div:before{
	content:'';
	position:absolute;
	top:0px;
	bottom:3px;
	left:-8px;
	width:1px;
	background-color:#d5ddf0;
}
.page-template-FindKonsulent .result-wrap{margin-top:60px; }
.page-template-FindKonsulent .result .table td .popup {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-position: -345px 0; 
    width: 18px; height: 12px;
    display: block;
	position:relative;
    top: 3px;
}
.page-template-FindKonsulent .result .table td .popup:before{
	content:'';
	position:absolute;
	left:0;
	top:0;background-image: url(images/icons.png);
	width: 18px; height: 12px;
	background-position: -363px 0; 
	opacity:0;
	 -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.page-template-FindKonsulent .result .table td .popup:hover:before{opacity:1;}
.infotool {
    position: absolute;
    right: -25px;
    top: 0;
  
    margin: auto;
    background-image: url(images/icons.png);
	background-position: -381px 0; width: 17px; height: 20px;
    
    cursor: pointer;
}
#findconsulantform .specialities_wrap.speciality .specialities li .infotool{
	   
    right: 7px;
}
.ui-widget-content, .ui-widget-header {
    background: #ffffff;
	border-color:#d5ddf0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
	font-size:12px;
	letter-spacing:0.6px;
	line-height:16px;
}
#myModal .modal-body{
	padding:30px 60px 45px;
	line-height: 22px;
}
.modal-content{border-radius:0;}
#myModal .modal-body .section{
	border:1px solid #e3e5e7;
	margin-bottom:15px;
	padding:30px 30px 20px;
}
#myModal .modal-body .desc{margin-bottom:18px;}
#myModal .modal-body .desc:last-of-type{margin-bottom:0;}
#myModal .modal-body .section:last-child{margin-bottom:0;}
#myModal .modal-body h2{
	font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    color: #585858;
    margin: 45px 0 10px;
    padding-top: 12px;
    position: relative;
    text-align: center;	
	text-transform:uppercase;
}
#myModal .modal-body .topsec h2{margin: 30px 0 10px;}
#myModal .modal-body h2:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 3px;
    background-color: #6d94c9;
    margin: auto;
    right: 0;
}
#myModal .modal-body .section h2:first-child{margin-top:0;}

#myModal .modal-body .section address{margin-bottom:10px;}
#myModal .modal-body .firmname,#myModal .modal-body .name,#myModal .modal-body .exp,#myModal .modal-body .education{font-weight:700;position:relative;}
.padl20 {
    padding-left: 22px;
}
#myModal .modal-body .section .exp{margin-top:5px;}
#myModal .modal-body .section .name{margin-bottom:5px;}
#myModal .modal-body .section .firmname,#myModal .modal-body .section .name,#myModal .modal-body .section .education,#myModal .modal-body .section .exp{
	position:relative;
}
#myModal .modal-body .firmname:before,#myModal .modal-body .name:before,#myModal .modal-body .education:before,#myModal .modal-body .exp:before,
#myModal .modal-body .email:before,#myModal .modal-body .phone:before{
	content: '';
	position: absolute;
	background-image: url(images/icons.png);
    background-position: -222px 0;
    width: 14px;
    height: 15px;
	left: 0;
	top: 3px;	
}
#myModal .modal-body  .email,#myModal .modal-body .phone,#myModal .modal-body .linkedin{
	    word-break: break-all;
	color:#585858;text-decoration:none;position:relative;margin:5px 0;    display: block;
}
#myModal .modal-body a{color:#585858;}


#myModal .close{
	content: '';
	position: absolute;
	background-image: url(images/icons.png);
	right: -40px;
	top: -40px;
	background-position: -433px 0; width: 30px; height: 30px;
	z-index: 9999;
	opacity: 1;
	    
}
#myModal .close:before{
	-webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
	opacity:0;
	content:'';
	background-image: url(images/icons.png);
	background-position: -463px 0; width: 30px; height: 30px;
	position:absolute;
	left:0;
	top:0;
}
#myModal .close:hover:before{opacity:1;}
.modal-dialog{margin-top:60px;}	
.modal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: .7;
	background-color: #262626;
}
#myModal .modal-body .section .website a{    color: #858e95;text-decoration:none;}
#myModal .loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #005da4;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;    
	margin: auto;
}
#myModal .topsec{
	max-width:790px;
	margin:auto;
}
#myModal .topsec .row{
	margin-left:-3px;margin-right:-3px;display:flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex; 
}
#myModal .topsec .row [class*=col]{padding-left:3px;padding-right:3px;float:none;width:31%;}
#myModal .topsec .row [class*=col].xxx{width:38%;}
#myModal .modal-body .inner{
    border: 1px solid #e3e5e7;
	padding:27px;    height: 100%;
}
#myModal address{margin:10px 0;}
#myModal .top_btns{
text-align:right;
margin:0 0 30px 0;
list-style:none;
padding:0;
font-size:0;
}
#myModal .top_btns li{
position:relative;
display:inline-block;
vertical-align:middle;
margin-left:8px;
}
#myModal .top_btns li a{
	font-weight:700;
	font-size:12px;
	letter-spacing:1.2px;
	color:#fff;	
	background-color:#6d94c9;
	padding:12px 14px 11px 14px;
	display:block;
	text-decoration: none;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
#myModal .top_btns li a:hover{
	background-color:#005da4;
}
#myModal .top_btns li a:before{
	content:'';
	margin: 0 8px 0 0;
	display: inline-block;
	background-image:url(images/icons.png); 
	background-position: -398px 0; width: 19px;height: 15px;
	position: relative;
	top: 2px;
}
#myModal .top_btns li a.print:before{
	background-position: -417px 0; width: 16px; 
}
#myModal .top_btns li .inftxt{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	text-align: center;    top: 100%;
	display:none;
}
#myModal .top_btns li .inftxt span{
	font-size: 8px;
	letter-spacing: 0.8px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.78);
	padding: 6px;
	line-height: 5px;
	border-radius: 2px;    display: inline-block;
}
#myModal .top_btns li .inftxt span:before{
	content:'';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, 0.78);
	top: -5px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#forgotform{margin-top:30px;}
.news-list{
	margin: 0 -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.news-list li{
    margin: 0 0 15px 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 100%;
    float: none;
    max-width: 25%;
	padding-left:7.5px;
	padding-right:7.5px;
}
.slickslider.news-list{
	margin: 0 -15px;
	display:block !important;
	position:relative;
	margin-bottom:65px;
	padding:0 40px 0px;
	    font-size: 0;
    letter-spacing: 0;
}
.slickslider.news-list li{
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	width:25%;
	max-width:none;vertical-align: top;
}
.slickslider.news-list .slick-prev{
	position:absolute;
	left:15px;
	top:0;
	bottom:0;
	margin:auto;
	border:0;
	font-size:0;
	letter-spacing:0;
	background-color:transparent;
	background-image:url('images/icons.png');
	background-position: -524px 0;
	 width: 15px; height: 45px; 
	 padding:0;
}
.slickslider.news-list .slick-prev:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background-image:url('images/icons.png');
	background-position: -539px 0; 
	opacity:0;width: 15px; height: 45px; 
	-webkit-transition: opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -o-transition: opacity.5s ease;
    transition: opacity .5s ease;
}
.slickslider.news-list .slick-prev:hover:before{opacity:1;}
.slickslider.news-list .slick-next{
	padding:0;
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	border:0;
	font-size:0;
	letter-spacing:0;
	background-color:transparent;
	background-image:url('images/icons.png');
	background-position: -524px 0;
	 width: 15px; height: 45px; 
	transform:rotate(180deg);
}
.slickslider.news-list .slick-next:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background-image:url('images/icons.png');
	background-position: -539px 0; 
	opacity:0;width: 15px; height: 45px; 
	-webkit-transition: opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -o-transition: opacity.5s ease;
    transition: opacity .5s ease;
}
.slickslider.news-list .slick-next:hover:before{opacity:1;}
.news-list li .post_thumbnail{
	padding-bottom: 60%;
    position: relative;overflow: hidden;
}
.news-list li .post_thumbnail .featured-video-plus{
	 padding: 0;
    height: auto;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-list li .post_thumbnail .fluid-width-video-wrapper{
	    padding: 0 !important;
    height: auto;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-list li .post_thumbnail .attachment-post-thumbnail{
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-o-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
  z-index: -1;    height: auto;
}
.news-list li .right{
	padding:28px;
	border:1px solid #e1e3e6;
	margin-top:6px;
	text-align:center;
}
.news-list li .title{
	text-align: center;
	margin:0 0 14px 0;
}
.news-list li .title a{
    font-size: 18px;
    letter-spacing: 1.8px;
    text-align: center;
    color: #585858;
	line-height:22px;
	font-weight:700;
}
.news-list li .time{
	font-size:12px;
	letter-spacing:1.2px;
	color:#6d94c9;
	text-align:center;
}
.news-list li .post_content{
	font-size:12px;
	letter-spacing:0.6px;
	line-height:18px;
	margin:23px 0;
	text-align:left;
}
.news-list li .readmore{
	color:#ffffff;
	font-size:11px;
	letter-spacing:1.1px;
	line-height:45px;
	min-width:147px;
	padding:0 15px;
	display:inline-block;
	vertical-align:middle;
	background-color:#428cd0;
	text-transform:uppercase;
	font-weight:800;
	
	-webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.news-list li .readmore:hover{background-color:#575757;}
.single-post .pagetitle{margin-bottom:30px;}
.single-post .time{
	font-size:16px;
	letter-spacing:1.6px;
	color:#6d94c9;
	text-align:center;
	font-weight:500;
	margin-bottom:45px;
}
.single-post  img{height:auto;}
.single-post .content{margin-top:60px;}
.pagination{text-align:center;font-size:0;letter-spacing:0;display:block;}
.pagination a,.pagination span{
	font-size:14px;
	letter-spacing:1.4px;
    position: relative;
    display: block;
    padding: 0 4px;
    margin-left: -1px;
    line-height: 30px;
	min-width:30px;
    color: #005da4;
    background-color: #fff;
    border: 1px solid #e1e3e6;
	display:inline-block;
}
.pagination span{
	color:#575757;
}

.page-template-proces .content{max-width:none;}
.block_start{
	padding: 60px 90px 40px;
	
	margin-bottom:15px;
	border:1px solid #e1e3e6;
	position:relative;
	border-bottom:0;
	border-top:0;
}
.processteps .block_start:first-child{
	border-top:1px solid #e1e3e6;
}
.processteps .block_start:first-child .traingle1,.processteps .block_start:first-child .arrow1{
	display:none;
}
.processteps .block_start:last-child{
	border-bottom:1px solid #e1e3e6;
}
.processteps .block_start:last-child .traingle,.processteps .block_start:last-child .arrow{
	display:none;
}
.block_start .arrow:before{
	content: '';
	position: absolute;
	right:-0.5%;
	background: linear-gradient(to right bottom, #e1e3e6 49%, rgba(0, 0, 0, 0) 51%);
    bottom: -32px;
    height: 32px;
    width: 50.5%;
	z-index:3;
}
.block_start .arrow:after{
	content: '';
	position: absolute;
	left:-0.5%;
	background: linear-gradient(to right top, rgba(0, 0, 0, 0) 49%, #e1e3e6 51%);
    bottom: -32px;
    height: 32px;
    width: 50.5%;
	z-index:3;
}

.block_start .traingle:before{
	content: '';
	position: absolute;
	right:0%;
	background: linear-gradient(to right bottom, #fff 49%, rgba(0, 0, 0, 0) 51%);
    bottom: -31px;
    height: 32px;
    width: 50%;
	    z-index: 4;
}
.block_start .traingle:after{
	content: '';
	position: absolute;
	left:0%;
	background: linear-gradient(to right top, rgba(0, 0, 0, 0) 49%, #ffffff 51%);
    bottom: -31px;
    height: 32px;
    width: 50%;
	z-index:4;
}

.block_start .arrow1:before{
	content: '';
	position: absolute;
	right:-0.5%;
	background: linear-gradient(to right bottom, #e1e3e6 49%, rgba(0, 0, 0, 0) 51%);
    top:0px;
    height: 32px;
    width: 50.5%;
}
.block_start .arrow1:after{
	content: '';
	position: absolute;
	left:-0.5%;
	background: linear-gradient(to right top, rgba(0, 0, 0, 0) 49%, #e1e3e6 51%);
    top: 0px;
    height: 32px;
    width: 50.5%;
}

.block_start .traingle1:before{
	content: '';
	position: absolute;
	right:0%;
	background: linear-gradient(to right bottom, #fff 49%, rgba(0, 0, 0, 0) 51%);
    top:-1px;
    height: 32px;
    width: 50%;
	    z-index: 2;
}
.block_start .traingle1:after{
	content: '';
	position: absolute;
	left:0%;
	background: linear-gradient(to right top, rgba(0, 0, 0, 0) 49%, #ffffff 51%);
    top:-1px;
    height: 32px;
    width: 50%;
	z-index:2;
}


.block_start h2{margin-top:15px;}
.circleshort{
	border-radius:50%;
	background-color:#73a6cd;
	font-size:20px;
	letter-spacing:2px;
	font-weight:800;
	width:55px;
	height:55px;
	margin:auto auto 10px auto;
	color:#fff;
	line-height:55px;
	padding:0 5px;
}
.progress-wrapper{
	font-size:0 !important;
	letter-spacing:0 !important;
	margin-top: 29px;
	position:relative;  
	margin-bottom: 39px;
}
.progress-wrapper:after {
    content: '';
    position: absolute;
    background-image: url('images/shadow.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 29px;
    background-position: top center;
    bottom: -29px;
    opacity: 0.4;
   
    margin: auto;
        left: -30px;
    margin: auto;
    right: -30px;
}
.progress-wrapper div{margin-bottom:0;}

.progress-wrapper .step{
	width:29.03%;display:inline-block;vertical-align:top;padding-right:8px;
	margin-bottom: 8px;
}
.progress-wrapper .step .arrow{
	height: 80px;
    background-color: #1d71b8;
	position:relative;
	font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    text-align: right;
    line-height: 17px;
    padding: 21px 15px;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.progress-wrapper .step.first .arrow{
	 border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;	
}
.progress-wrapper .step:not(.first) .arrow{margin-left:23px; }
.progress-wrapper .step .arrow .angle{
	content:'';
	position:absolute;
	right: -16px;
    background-image: url(images/icons.png?v=1);
    background-position: -493px 0; width: 16px;height: 80px; 
    top: 0;
}
.progress-wrapper .step:last-child .arrow .angle{display:none;}
.progress-wrapper.type_c .step .arrow .angle{
	background-position: -2425px 0;	
}
.progress-wrapper .step .arrow:after{
	/* content:''; */
	position:absolute;
	right:-38px;
	background-image:url('images/icons.png?v=1');
	width:37px;
	height:60px;
	background-position: -2473px 0;
	z-index: 2;
}

.progress-wrapper .step .arrow .back{
    width: 15px;
    height: 80px;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #fff;
	
}
.progress-wrapper .step .arrow .back:before{
	content:'';
	position:absolute;
	left:0;
	top:0;	
	background-image:url('images/icons.png');
	background-position: -509px 0; width: 15px; height: 80px;
}
.progress-wrapper.type_c .step .arrow .back:before{
	background-position: -2379px 0; 
}
.progress-wrapper .step.first .back{display:none;} 
.progress-wrapper .step.step1 .arrow .back:before,.progress-wrapper .step.step1 .arrow:before{opacity:0.3;}
.progress-wrapper .step.step2 .arrow .back:before,.progress-wrapper .step.step2 .arrow:before{opacity:0.6;}
.progress-wrapper .step.step1 .arrow{background-color:rgba(58, 170, 53, 0.3);}

.progress-wrapper .step.step2 .arrow{background-color:rgba(58, 170, 53, 0.6);}
.homecases{text-align:center;}
.listprojects .projectadd {
    position: relative;
    padding-bottom: 100%;
}
.listprojects .projectadd a {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #c5c9cc;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.listprojects .projectadd a:before, .listprojects .projectadd a:after {
    background-image: url(images/icons.png);
    background-position: -567px 0; width: 60px; height: 60px; 
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.listprojects .projectadd a:after {
    opacity: 0;
    background-position: -627px 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.listprojects .projectadd a:hover:after {
    opacity: 1;
}
.listprojects .project {
    position: relative;
}
.listprojects .project .folder, .listprojects .file .folder {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #e1e3e6;
    -webkit-transition: border-color .5s ease,background-color .5s ease;
    -moz-transition: border-color .5s ease,background-color .5s ease;
    -o-transition: border-color .5s ease,background-color .5s ease;
    transition: border-color .5s ease,background-color .5s ease;
	background-color:#ffffff;
}
.listprojects .project:hover .folder,.listprojects .file:hover .folder {
    border-color:#005da4;
	background-color:#005da4;
}
.listprojects .project .folder:before, .listprojects .project .folder:after {
    content: '';
    position: absolute;
    background-image: url(images/icons.png);
    background-position: -687px 0; width: 111px; height: 111px; 
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    right: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.listprojects .project .folder:after {
    background-position: -798px 0;
    opacity: 0;
}
.listprojects .project:hover .folder:after {
    opacity: 1;
}
.listprojects .project .namefield .pname,.listprojects .file .namefield .pname {
    position: absolute;
    
    max-width: 90%;
    width: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 12px;
    margin: auto;
    height: 28px;
    padding: 0 5px;
    display: none;
    text-align: center;
    color: #585858;
	    font-size: 12px;
    letter-spacing: 0.6px;
}
.listprojects .project a.link{
	position:absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index:1;
}
.listprojects .project .namefield,.listprojects .file .namefield{
	position:absolute;
	bottom:10px;
	padding:0 10px;
	    left: 0;
    right: 0;
	z-index:9;
}
.listprojects .project .namefield{bottom:20px;}
.listprojects .project h2, .listprojects .file h2 {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #585858;
    text-align: center;
    font-weight:700;
    text-transform: uppercase;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    padding: 0;
	line-height:1;    margin: 0;
	max-height: 24px;
    overflow: hidden;
}
.listprojects .project:hover h2,.listprojects .file:hover h2 {color:#fff;}
.listprojects .project .namefield span.edit, .listprojects .project .namefield span.save {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-position: -939px 0; 
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.listprojects .project:hover .namefield span.edit{opacity:1;}
.listprojects .project .namefield span.save {
   background-position: -954px 0;
    opacity: 1;
}
.listprojects .file .download{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
	height:30px;
}
.listprojects .file .download .type{
	color:#68a3d9;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0;
	-webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
	line-height:30px;
}
.listprojects .file:hover .download .type{color:#fff;}
.listprojects .file .download a.grid{
	background-image: url(images/icons.png);
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background-position: -969px 0; height: 30px;
	width: 33px;
}
.listprojects .file .download a.grid:before{
	content:'';
	position:absolute;
	background-image: url(images/icons.png);
	background-position: -1002px 0; height: 30px;
	width: 33px;
	opacity:0;
	-webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.listprojects .file:hover .download a.grid:before{opacity:1}
.listprojects .file .imaget.image{
	position:absolute;
	top:55px;
	left:8px;
	right:8px;
	bottom:55px;
	    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.listprojects .file .imaget.unknown,.listprojects .file .imaget.unknown:before{
	position:absolute;
	background-image: url(images/icons.png) !important;
	background-position: -1035px 0; width: 96px;
	height: 111px; 
	left:0;right:0;
	top:0;bottom:0;
	margin:auto;
}

.listprojects .file .imaget.unknown:before{
	content:'';
	opacity:0;
	background-position: -1131px 0;
	-webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.listprojects .file:hover .imaget.unknown:before{opacity:1;}
.listprojects .file .imaget .type{
	color: #68a3d9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    line-height: 32px;
    position: absolute;
    right: 3px;
    top: 25px;
    left: 23px;
    text-align: center;
}
.listprojects .file:hover .imaget .type{color:#fff;}
.listprojects{
    padding: 60px;
    border: 1px solid #e1e3e6;    margin-bottom: 1px;
}
.listprojects .buttonlist{
	position: relative;
    height: 60px;
	margin-top:30px;
}
.listprojects .buttonlist .pickfileswrap{
	float:right;
}
.listprojects .buttonlist #pickfiles{
    background-color: #6d94c9;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 36px;
    padding: 12px 30px;
    width: 350px;
    max-width: 100%;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: background-color .5s ease,color .5s ease;
    -moz-transition: background-color .5s ease,color .5s ease;
    -o-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease;
    font-weight: 700;
    border: 0;
    position: relative;
	text-align:center;
}
.listprojects .buttonlist #pickfiles:hover{
	background-color: #005da4;
}
.listprojects .buttonlist .back{
	background-color: #fff;
	border:1px solid #6d94c9;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #6d94c9;
    line-height: 36px;
    padding: 12px 30px;
    width: 183px;
    max-width: 100%;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: background-color .5s ease,color .5s ease;
    -moz-transition: background-color .5s ease,color .5s ease;
    -o-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease;
    font-weight: 700;
    position: relative;
	text-align:center;
}
.listprojects .buttonlist .back:hover{
	color:#fff;
	background-color:#6d94c9;
}
.listprojects .row{margin-left:-7.5px;margin-right:-7.5px;}
.listprojects  [class*=col]{margin-bottom:15px;padding-left:7.5px;padding-right:7.5px;}
#filelist{margin-bottom:15px;}
pre {
    padding: 0;
    margin: 0;
    border: 0;
}


.tcenter{text-align:center;}

.fancy-ddm-content {
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #e1e3e6;
    color: #9d9fa6;
    
    
    font-size: 14px;
    width: 100%;    overflow: hidden;
	text-align:left;    
}
.fancy-ddm-content.error{
	border-color: #b21f2e;	
}
.fancy-ddm-content .valudd {visibility:hidden;z-index:0;}

.fancy-ddm-content ul {
	margin:0;
    display: none;
    line-height: 40px;
    position: absolute;
    top: 59px;
    
    left: 0px;
    z-index: 2;
    padding: 0;
   
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    list-style: none;
        min-width: 100%;
    z-index: 20;
    border-top: 0;
    padding-bottom: 10px;
	background-color:#fff;    border: 1px solid #e1e3e6;border-top:0;
	max-height: 250px;
    overflow: auto;
}


.fancy-ddm-content .valudd {
    visibility: hidden;
    z-index: 0;
	height:0;
	overflow:hidden;
	border:0;
	padding:0;
	position:absolute;
	left:-1000px;
}
.fancy-ddm-content .selected-value {
    overflow: hidden;
    padding: 0px 29px;
    display: block;
    color: #6d94c9;font-weight:400;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
	position:relative;
}
.fancy-ddm-content.error .selected-value {color:#b21f2e;}
.fancy-ddm-content .selected-value .added{color:#005da4;font-weight:700;}
.fancy-ddm-content ul li{}
.fancy-ddm-content ul li a {
    word-break: break-word;
    display: block;
    color: #6d94c9;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 36px;
    text-decoration: none;
    transition: 0.3s color ease;
    -webkit-transition: 0.3s color ease;
    -moz-transition: 0.3s color ease;
    -o-transition: 0.3s color ease;
    text-align: left;
    padding: 0 29px;
	white-space:nowrap;
}
.fancy-ddm-content ul li a:hover,.fancy-ddm-content ul li a.active{color:#005da4;font-weight:700;}
.fancy-ddm-content .down-arrow-8:before {
    content: '';
	background-image: url('images/icons.png');
    background-repeat: no-repeat;
    background-position: -276px 0; width: 21px; height: 8px;
    display: block;
    position: absolute;
    right: 29px;
    top: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
    pointer-events: none;    z-index: 2;
}
.fancy-ddm{position:relative; font-family: 'FlexTicket-light';margin-bottom:10px;}

.fancy-ddm-content.listopen .down-arrow-8:before{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.homenewslist{
	background-color: #6d94c9;
}
.homenewslist .pagetitle{color: #fff;}
.homenewslist .news-list li .title a{color: #fff;}
.homenewslist .news-list li .post_content{ color: #fff;}
.homenewslist .news-list li .readmore{
	    background-color: #fff;color: #005da4;
		-webkit-transition: background-color .5s ease,color .5s ease;
    -moz-transition: background-color .5s ease,color .5s ease;
    -o-transition: background-color .5s ease,color .5s ease;
    transition: background-color .5s ease,color .5s ease;
} 
.homenewslist .news-list li .readmore:hover{
    background-color: #575757;    color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6d94c9;font-weight:400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6d94c9;font-weight:400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6d94c9;font-weight:400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6d94c9;font-weight:400;
}

.loginform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6d94c9;font-weight:500;
}
.loginform ::-moz-placeholder { /* Firefox 19+ */
  color: #6d94c9;font-weight:500;
}
.loginform :-ms-input-placeholder { /* IE 10+ */
  color: #6d94c9;font-weight:500;
}
.loginform :-moz-placeholder { /* Firefox 18- */
  color: #6d94c9;font-weight:500;
}

.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #b21f2e;font-weight:500;
}
.error::-moz-placeholder { /* Firefox 19+ */
   color: #b21f2e;font-weight:500;
}
.error:-ms-input-placeholder { /* IE 10+ */
   color: #b21f2e;font-weight:500;
}
.error:-moz-placeholder { /* Firefox 18- */
   color: #b21f2e;font-weight:500;
}

@media (min-width: 1200px){
    header .container,footer .container,footer .container,.home .container{
        max-width: 1410px;
        margin: auto;
        padding: 0 15px;    width: 100%;
    }
	.main-container .container{width: 1140px;}
	.modal-lg {
		width: 1140px;
	}
}
@media (max-width: 1024px){
    header .topbar .toptabel .top-menu-wrapper{
        text-align: center;
    }
    header .topbar .toptabel .side_logo{
        right: 52px;
    }
}
@media (min-width: 992px){
    header .mainmenu .dropdownmenu{display: block !important;}
}
@media (max-width: 1199px){
	header .mainmenuwrap{width:100%;}
	header .mainmenu .menu-item-has-children{margin-right:40px;}
}
@media (max-width: 1024px){
	.listprojects{padding:30px;}
	.slickslider.news-list li{width:33.33%;}
}
@media only screen and (max-width: 991px){
	.listprojects .buttonlist{
		height:auto;
		text-align:center;
	}
	.listprojects .buttonlist .pickfileswrap{float:none;margin-bottom:30px;}
	.listprojects .buttonlist #pickfiles{float:none;}
	.listprojects .buttonlist .back{}
	footer .rightfooter a{
		font-size: 20px;
		letter-spacing: 1px;
	}
	footer .centerfooter{display:none;}
	.slidertop .right,.slidertop .left{height:10px;}
	header .mainmenu li.menu-item-has-children>a{padding-right:0;}
	.news-list li{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		width: 100%;
		float: none;
		max-width: 33.333333%;
	}
	.block_start{
		padding:50px 30px 30px;
	}
	.consulantform .block{padding:30px;}
	#findconsulantform .specialities_wrap.speciality .specialities li{width:50%;}
	#myModal .topsec .row{display:block !important;}
	#myModal .topsec .row [class*=col]{width:100% !important;margin-bottom:15px;}
	.partners li {
		width:25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
    header .topbar .toptabel .top-menu-wrapper{
        width: 100%;
        text-align: unset;
    }
    header .topbar .header-search .header-search-form .csubmit:before{
        left: 0;
        right: 0;
    }
    header .topbar .header-search .header-search-form .csubmit [type=submit]{
        left: 0;
        right: 0;
    }
    header .mainmenuwrap{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    header .topbar .toptabel .side_logo{
        display: none;
    }
    header .topbar .container{
        padding-left: unset;
        padding-right: 15px;
    }
    header .topbar .header-search a{
        padding: 13px 13px 14px 38px;
    }
    header .topbar .header-search a:before,header .topbar .header-search a:after{
        left: 15px;
    }
    header .topbar .signup-btn a{
        padding: 13px 12px 14px 39px;
    }
    header .topbar .login-btn a{
        padding: 13px 13px 14px 39px;
    }
    header .logoblog .container{
        padding: 0 15px;
    }
    header .logoblog .logo{
        width: 89px;
        margin: 0;
        position: relative;
    }
    header .mainmenuwrap .side_logo{
        display: inline-block;
    }
    header .mainmenuwrap .tabelwrap{
        font-size: 0;
        letter-spacing: 0;
        display: table;
        width: 100%;
        padding: 8px 0;
    }
    header .mainmenuwrap .tabelwrap .logoicorn{
        display: table-cell;
        vertical-align: middle;
    }
    header .mainmenuwrap .tabelwrap .side_logo{
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
    header .topbar .righticorn{
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 14px;
        padding-top: 10px;
        width: 40px;
        float: right;
        text-align: right;
    }
    header .topbar .righticorn a{
        display: inline-block;
        position: relative;
        width: 27px;
        height: 19px;
    }
    header .topbar .righticorn a:before{
        content: '';
        background-image: url(images/icons.png);
        background-repeat: no-repeat;
        background-position: -113px 0;
        width: 27px; 
        height: 19px;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }
    header .topbar .righticorn a:after{
        content: '';
        background-image: url(images/icons.png);
        background-repeat: no-repeat;
        background-position: -140px 0;
        width: 27px; 
        height: 19px;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
         -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    header .topbar .righticorn a:hover:after{
        opacity: 1;
    }
    header .navbar{
        margin: 0;
        position: fixed;
        z-index: 10000;
        width: 52.1%;
        right: -52.1%;
        top: 0;
        background-color: #fff;
        height: 100%;
        padding-top: 0;
        box-shadow: none;
        border: 0;
        overflow-x: hidden;
        transition: .5s right ease;
    }
    header .navbar.active{
        right: 0;
    }
    header #nav-menu{
        display: block;
        border: 0;
        height: 100%;
        padding: 0;
        background: #ffffff;
    }
    .close-icon{
        width: 20px;
        height: 20px; 
        margin: 0;
        cursor: pointer;
        z-index: 10;
        top: 44px;
        right: 83px;
        position: absolute;
    }
    .visible-xs{
        display: block!important;
    }
    .close-icon:before, .close-icon:after{
        content: '';
        background-image: url(images/icons.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }
    .close-icon:before{
        background-position: -167px 0;
    }
    .close-icon:after{
        background-position: -187px 0;
        opacity: 0;
        top: 0;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }
    .close-icon:hover:after{
        opacity: 1;
    }
    header .mainmenu{
        float: none;
    }
    header .mainmenu{
        margin: 0;
        padding: 114px 0 37px;
        text-align: center;
        background-color: #ffffff;
        width: 100%;
    }
    header .mainmenu li{
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    header .mainmenu .menu-item-has-children{
        margin-right: 0;
    }
    header .mainmenu>li>a{
        line-height: 50px;
        padding-bottom: 0;
    }
    header .mainmenu>li.subactive>a{
        font-weight: 600;
        color: #005da4;
    }
    header .mainmenu>li>.dropdownmenu,
    header .mainmenu>li:hover>.dropdownmenu{
        opacity: 1;
        max-height: none;
        display: none;
        transition-delay: 0s;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    header .mainmenu .dropdownmenu{
        position: relative;
        display: none;
        top: 0;
    }
    header .mainmenu>li.menu-item-has-children.subactive>a:after{
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background-color: #005da4;
        bottom: -2px;
        left: 0;
        right: -4px;
        margin: auto;
        z-index: 1000;
        display: inline-block;
        opacity: 1!important;
        z-index: 1000;
    }
    header .mainmenu .menu-item-has-children:hover>a:after{
        opacity: 0;
        transition: none;
    }
    header .mainmenu li.menu-item-has-children>a:before,
    header .mainmenu li.menu-item-has-children:hover>a:before{
        right: -15px;
        top: 17px;
    }
    header .mainmenu .dropdownmenu>.container>ul>li{
        max-width: none;
        margin: 0;
        margin-bottom: 25px;
    }
    header .mainmenu .dropdownmenu>.container>ul>li:last-child{
        margin-bottom: 0;
    }
    /*------------------Scrool-bar-Start-----------*/
     header .scrool-topbar{
        width: 100%;
        position: fixed;
        padding: 0 15px;
        top: 0;
        background-color: #ffffff;
        border-bottom: 1px solid #e1e3e6;
        z-index: -1;
		display:block;
		opacity:0;
		transition:0.5s opacity ease;
    }
	.scrolled  header .scrool-topbar{display:block;opacity:1;z-index:9999;}
    header .scrool-topbar .tabelwrap{
        display: table;
        width: 100%;
        font-size: 0;
        letter-spacing: 0;
        padding: 0;
    }
    header .scrool-topbar .tabelwrap .logoicorn{
        display: table-cell;
        position: relative;
        z-index: 1000;
        width: 41%;
        padding-top: 5px;
        padding-bottom: 6px;
    }
    header .scrool-topbar .tabelwrap .top-links-btn{
        display: table-cell;
        vertical-align: top;
        margin: auto;
    }
    header .scrool-topbar .tabelwrap .top-links-btn .serch-btn{
        display: table-cell;
        vertical-align: middle;
        
        width: 45px;
        text-align: center;
        background-color: #6d94c9;
    }
    header .scrool-topbar .tabelwrap .top-links-btn a{
        position: relative;display:block;    height: 40px;
    }
	header .scrool-topbar .tabelwrap .top-links-btn .serch-btn>a:before{
		content:'';
		background-image: url(images/icons.png);
        width: 15px;
        height: 15px;
        background-position: 0px 0;
        padding: 0;
        position: absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;margin:auto;
        display: inline-block;
        background-repeat: no-repeat;
	}
    header .scrool-topbar .tabelwrap .top-links-btn .signup-btn{
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        text-align: center;
		background-color: #e6e8eb;
		border-right: 1px solid #ffff;
		border-left: 1px solid #fff;
    }
    header .scrool-topbar .tabelwrap .top-links-btn .signup-btn>a:before{
		content:'';
        background-image: url(images/icons.png);
        width: 16px;
        height: 15px;
		left:0;
		top:0;
		bottom:0;
		right:0;margin:auto;
        background-position: -30px 0;
        padding: 0;
        position: absolute;
        display: inline-block;
        background-repeat: no-repeat;
    }
	header.loggedin .scrool-topbar .tabelwrap .top-links-btn .signup-btn>a:before{
		background-position: -554px 0; width: 13px; height: 15px;
	}
    header .scrool-topbar .tabelwrap .top-links-btn .login-btn{
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        margin-left: 1px;
        text-align: center;
        background-color: #e6e8eb;
    }
	
    header .scrool-topbar .tabelwrap .top-links-btn .login-btn>a:before{
		content:'';
        background-image: url(images/icons.png);
        width: 13px;
        height: 15px;
		left:0;
		top:0;
		bottom:0;
		right:0;margin:auto;
        background-position: -62px 0;
        padding: 0;
        position: absolute;
        display: inline-block;
        background-repeat: no-repeat;
    }
	header.loggedin .scrool-topbar .tabelwrap .top-links-btn .login-btn>a:before{
		transform:rotate(180deg);
	}
     header .scrool-topbar .tabelwrap .side_logo{
        display: table-cell;
        position: relative;
        z-index: 1000;
        text-align: right;
        padding: 9px 0;
    }
    
   header .scrool-topbar .tabelwrap .righticorn{
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 14px;
        padding-top: 10px;
        width: 45px;
        text-align: right;
    }
    header .scrool-topbar .tabelwrap .righticorn>a {
        background-image: url(images/icons.png);
        background-position: -113px 0;
        width: 27px;
        height: 19px;
        padding: 0;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
    }
    header .scrool-topbar .tabelwrap .righticorn>a:before{
        content: '';
        background-image: url(images/icons.png);
        position: absolute;
        background-position: -140px 0;
        width: 27px;
        height: 19px;
        bottom: 0px;
        top: 0;
        right: 0;
        margin: auto;
        background-image: no-repeat;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
    }
	header .scrool-topbar .tabelwrap .righticorn>a:hover:before{
        opacity: 1;
    }
    /*------------------Scrool-bar-Start-----------*/

    /*------------------Footer-Start----------------*/
    footer .page-footer-inner{
		padding:30px 0 40px;
	}
    footer .leftfooter{
        display: block;
        width: 100%;
        padding-bottom: 0px;
    }
    footer .rightfooter{
        display: block;
        width: 100%;
    }
	.home-slider{height:600px;}
	.searchconsultant .left,.searchconsultant .right{
		width:100%;
		display:block;
		padding: 45px 15px 45px 15px;

	}
	.searchconsultant .left{padding-top:60px;}
	.searchconsultant .right{padding-top:93px;}
	.searchconsultant .right .inner{padding-top:28px;}
	.searchconsultant .right .inner:before{height:8px;}
	.searchconsultant .left:before{
		background: linear-gradient(to bottom left, #005da4 49%, rgba(0, 0, 0, 0) 50%);
		bottom: -50px;
		left: 0;
		height: 50px;
		width: 50%;    top: unset;
	}
	.searchconsultant .left:after{
		background: linear-gradient(to bottom right, #005da4 49%, rgba(0, 0, 0, 0) 50%);
		bottom: -50px;
		right: 0;
		height: 50px;
		width: 50%;    top: unset;
	}
	
}
@media (min-width: 768px){
    header .mainmenuwrap{
        padding-right: 0;
    }
}

@media (max-width: 767px){
	.listprojects {
		padding: 15px;
	}
	.content .iframe{
		margin-left: -15px;
		margin-right: -15px;
	}
	.content .iframe iframe{width:90%;}
	.twohalves .column{width:100% !important;}
	.samtykke{padding:40px 15px 30px;}
	.slickslider.news-list{margin-bottom:25px;}
	.home-slider .carousel-inner .item .mobimage{	
		background-position: center;
		background-size: cover;
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
	}
	 header .scrool-topbar .tabelwrap .logoicorn{width:33%;}
	.slickslider.news-list li{width:100%;}
	.news-list li .right{padding:15px;}
	.news-list li{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;    max-width: 420px;
		width: 100%;
		float: none;
		max-width:100%;
	}
	.block_start{
		padding:40px 14px 30px;
	}
	.loginwrap img{max-height:80px;}
	.loginwrap.searchconsultant .left{padding:30px 15px 15px;}
	.content h2 {
		font-size: 25px;
		letter-spacing: 2.5px;
	}
	.consultant_title {font-size:20px;letter-spacing:2px;}
	.checkcustom label{
	    display: block;
		width: 100%;
		padding: 22px 10px 22px 40px
	}
	.checkcustom label:before{left:10px;}
	.consulantform .minus{position:static;float:right;}
	.consulantform .speciality_wrap .speciality_desc,.consulantform .speciality_wrap .speciality_title,.consulantform .field.reference_desc,.consulantform .field.reference_name,.consulantform .field.website,.consulantform .field.zipcode, .consulantform .field.city,.consulantform .field.telefon,.consulantform .field.mobile,.consulantform .field.email,.consulantform .field.reemail,.consulantform .field.region,.consulantform .field.years_adviser {
		width: 100%;
	}
	.consulantform .experience_wrap .field.experience_position, .consulantform .experience_wrap .field.experience_firm, .consulantform .experience_wrap .field.experience_remark{
		width: 100%;
	}
	.consulantform .experience_wrap .experience_start_year, .consulantform .experience_wrap .experience_end_year{
		width:130px;
	}
	.fancy-ddm-content .down-arrow-8:before{right:15px;}
	input, textarea{padding:18px 15px;}
	.pagetitle{    
		margin:60px 0 35px 0;
		font-size: 34px;
		letter-spacing:3.4px;
	}
	.consultant_page .content h2 {
		margin: 15px 0 20px;
	}
	.consulantform .block {
		padding: 30px 15px;
	}
	#findconsulantform .specialities_wrap.speciality .specialities li {
		width: 100%;
		max-width: 100%;
	}
	#myModal .top_btns{text-align: center;}
	#myModal .top_btns li{margin: 0 0 8px 0;display:block;}
	#myModal .top_btns li a{
		display: inline-block;
		min-width: 150px;
	}
	#myModal .modal-body{padding: 30px 15px 45px;}
	#myModal .modal-body .section{ padding: 30px 15px 20px;}
	#myModal .modal-body .inner{padding:27px 15px;}
	.page-template-FindKonsulent .result-wrap .table-responsive{border:0;}
	.partnerswrap{padding:38px 0 18px;}
	.partners{
		margin-left:-10px;
		margin-right:-10px;
	}
	.partners li {
		width:33.33%;
		margin-bottom:20px;
		padding:0 10px;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
	.searchconsultant .left .title{font-size:26px;letter-spacing:1.3px;}
	.searchconsultant .right{font-size:16px;letter-spacing:1.6px;}
    .home-slider .slider-content .title{
		font-size:26px;letter-spacing:1.3px;
		margin:0 0 15px 0;
		padding: 0 0  15px 0;
	}
	.home-slider .slider-content{
		font-size:13px;
		letter-spacing:1.3px;
		line-height:18px;
		padding:40px 25px 80px 25px;
		 position: absolute;
		left: 30px;
		right: 30px;
		bottom: 70px
	}
	.home-slider .slider-content .buttonlink a{
		font-size:15px;
		letter-spacing:1.5px;
		min-width:232px;
		padding:21px 15px;
	}
	.home-slider .slider-content .buttonlink{bottom:-30px;}
	.homecases{position:relative;}
	.slickslider.news-list{position:static; padding: 0;}
	.slickslider.news-list .slick-next{
		right: 0px;
	}
	.slickslider.news-list .slick-prev{
		left: 0px;
	}
	.slickslider.news-list .slick-next,.slickslider.news-list .slick-prev{bottom:auto;    top: 27px;}
	.slickslider.news-list li{width:100%;}
}

@media (max-width: 500px){
	.partners li {
		width:50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.listprojects [class*=col]{width:100%;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
}
@media (max-width: 480px){
	
	
	header .topbar .header-search a:before, header .topbar .header-search a:after{
		    left: 5px;
	}
	header .topbar .header-search a {
		padding: 13px 6px 14px 25px;
	}
}
@media (max-width: 413px){
    header .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    header .topbar .signup-btn a:before,header .topbar .signup-btn a:after{
        left: 6px;
    }
	header .topbar .login-btn a:before,header .topbar .login-btn a:after{
        left: 6px;
    }
    header .topbar .signup-btn a{
        padding: 13px 10px 14px 25px;
    }
    header .topbar .login-btn a{
        padding: 13px 10px 14px 25px;
    }
    header .topbar .righticorn{
        width: 40px;    
    }
	.consulantform .digital_wrap .competence_level{max-width:none;}
	.progress-wrapper .step .arrow{letter-spacing:0;}
	
}

@media (max-width: 374px){
	header .scrool-topbar .tabelwrap .logoicorn{ width: 22%}
    header .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    header .topbar .header-search a{
        padding: 13px 6px 14px 18px;
    }
    header .topbar .header-search a:before, header .topbar .header-search a:after{
        left: 3px;
    }
	 header .topbar .signup-btn a:before,header .topbar .signup-btn a:after{
        left: 5px;
    }
	header .topbar .login-btn a:before,header .topbar .login-btn a:after{
        left: 5px;
    }
    header .topbar .signup-btn a{
        padding: 13px 10px 14px 25px;
    }
   
    header .topbar .login-btn a{
        padding: 13px 10px 14px 25px;
    }
    
    header .topbar .righticorn{
        width: 30px;
    }
}
@media (max-width: 359px){
	header .topbar .signup-btn a,header .topbar .header-search a,header .topbar .signup-btn a{
		letter-spacing:0.1px;font-size:9px;
	}
}
.contactwrapper {
    max-width: 980px;
    margin: auto;
    padding: 57px 0 0px; 
}
.contactwrapper .inner-contact-wrapper{
    font-size: 0;
    letter-spacing: 0;
}
.contactwrapper [class*=col]{
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    vertical-align: bottom;
}
.contactwrapper .inner-contain .top-contain{
    font-size: 0;
    letter-spacing: 0;
    padding: 15px 30px 10px;
    width: 100%;
    border: 1px solid #e1e3e6;
    margin-bottom: 4px;
    border-bottom: unset;
    position: relative;
}
.contactwrapper .inner-contain .top-contain:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #e1e3e6;
    left: 0;
    bottom: 6px;
    margin: auto;
    transform: scaleX(1.12) skewY(23deg) rotate(-26deg);
	-webkit-transform: scaleX(1.12) skewY(23deg) rotate(-26deg);
	-moz-transform: scaleX(1.12) skewY(23deg) rotate(-26deg);
	-o-transform: scaleX(1.12) skewY(23deg) rotate(-26deg);
	-ms-transform: scscaleX(1.12) skewY(23deg) rotate(-26deg);
}
.contactwrapper .inner-contain .top-contain:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #e1e3e6;
    bottom: 6px;
    right: 0;
    margin: auto;
    transform: scaleX(1.19) skewY(-30deg) rotate(33deg);
	-webkit-transform: scaleX(1.19) skewY(-30deg) rotate(33deg);
	-moz-transform: scaleX(1.19) skewY(-30deg) rotate(33deg);
	-o-transform: scaleX(1.19) skewY(-30deg) rotate(33deg);
	-ms-transform: scaleX(1.19) skewY(-30deg) rotate(33deg);
}
.contactwrapper .inner-contain .top-contain .logoicorn{
    display: inline-block;
    width: 50%;
}
.contactwrapper .inner-contain .top-contain address{
    
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 16px;
    color: #585859;
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: 12px;
}
.contactwrapper .inner-contain .bottom-contain{
    background-color: #6d94c9;
    padding: 22px 30px 38px;
    position: relative;
    text-align: center;
}
.contactwrapper .inner-contain .bottom-contain:before{
    content: '';
    position: absolute;
    top: -7%;
    background: linear-gradient(to left top, #6d94c9 48%, rgba(0, 0, 0, 0) 52%);
    left: 0px;
    height: 13px;
    width: 50%;
}
.contactwrapper .inner-contain .bottom-contain:after{
    content: '';
    position: absolute;
    top: -7%;
    background: linear-gradient(to right top, #6d94c9 48%, rgba(0, 0, 0, 0) 52%);
    right: 0;
    height: 13px;
    width: 50%;
}
.contactwrapper .inner-contain .bottom-contain .title{
    font-weight:700;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 31px;
    color: #ffffff;
}
.contactwrapper .inner-contain .bottom-contain .sub-title{
    font-weight:400;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 22px;
    color: #ffffff;
    position: relative;
    margin-bottom: 27px;
}
.contactwrapper .inner-contain .bottom-contain .sub-title:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 24px;
    background-color: #94cbff;
    bottom:-13px;
    left: 0;
    right: 0;
    margin: auto;
}
.contactwrapper .inner-contain .bottom-contain .tel-num a{
    font-weight:400;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 26px;
    color: #ffffff;
}
.contactwrapper .inner-contain .bottom-contain .tel-num a span{
    color: #c7e4ff;
    padding: 0 6px 0 40px;
}
.contactwrapper .inner-contain .bottom-contain .email a{
    font-weight:400;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 26px;
    color: #ffffff;
}
.contactwrapper .inner-contain .bottom-contain .email a span{
    padding-right: 15px;
}


@media (max-width: 767px){
    .contactwrapper .inner-contain .top-contain:before{
        bottom: 7px;
        transform: scaleX(1.12) skewY(21deg) rotate(-26deg);
		-webkit-transform: scaleX(1.12) skewY(21deg) rotate(-26deg);
		-moz-transform: scaleX(1.12) skewY(21deg) rotate(-26deg);
		-o-transform: scaleX(1.12) skewY(21deg) rotate(-26deg);
		-ms-transform: scaleX(1.12) skewY(21deg) rotate(-26deg);
    }
    .contactwrapper .inner-contain .top-contain:after{
        bottom: 7px;
        transform: scaleX(1.20) skewY(-28deg) rotate(33deg);
		-webkit-transform: scaleX(1.20) skewY(-28deg) rotate(33deg);
		-moz-transform: scaleX(1.20) skewY(-28deg) rotate(33deg);
		-o-transform: scaleX(1.20) skewY(-28deg) rotate(33deg);
		-ms-transform: scaleX(1.20) skewY(-28deg) rotate(33deg);
    }
    .contactwrapper .inner-contain .top-contain{
        padding: 15px 15px 15px 10px;
    }
    .contactwrapper .inner-contain .bottom-contain{
        padding: 15px 15px 38px 15px;
    }
}
