/* cleaners */
.cleaner { clear: both; width:100%; height: 5px; display:none;}
.cleaner1 { clear: both; width:100%; height: 50px; display:none;}
.cleaner2 { clear: both; width:100%; height: 30px; display:none;}
.cleaner3 { clear: both; width:100%; height: 75px;}
@media (max-width: 992px ) {
.cleaner { clear: both; width:100%; height: 5px; display:block;}
.cleaner1 { clear: both; width:100%; height: 50px; display:block;}
.cleaner2 { clear: both; width:100%; height: 30px; display:block;}
}
@media (max-width: 767px ) {
.cleaner3 { clear: both; width:100%; height: 75px; display:none;}
  }

/* Back to top */
#topcontrol {
  color: #cccccc;
  z-index: 99;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  background: transparent;
  border: 2px solid #cccccc !important;
  position: relative;
  right: 30px !important;
  bottom: 20px !important;
  border-radius: 0 !important;
}



#topcontrol:after {
  top: -2px;
  left: 10px;
  content: "\f062";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#topcontrol:hover {
  color: #ffca00;
  background: transparent;
  border: 2px solid #ffca00 !important;
  transition: all 0.3s ease-in-out;
}

/* Typography */
.b-link {
  color: #ffca00;
  font-weight:600;
}

.b-link:hover {
  color: #444444;
}


.lead {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.f-size-20 {
  font-size: 16px !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
  
  .f-size-20 {
  font-size: 20px !important;
}
}

ul.bulleted {
	list-style: none;
	margin-left: 5px;
}


ul.bulleted li {
  padding-left: 1.2em;
  margin:5px 0 0 0;
  font-size:14px;
  font-weight:400;
  color:#555;
 
  
}

ul.bulleted li:before {
  content: '\2022' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  color:#555;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/

}

.shift-up-down {
	position:relative;
	top:-155px;
	margin-bottom:-155px;
}
.scrollcontroller {
    position: absolute;
	width:70px;
	height:70px;
    top: -68px;
	z-index:99999;
}

.posrel {
	position:relative;
}

.shift-up-down .caption-wrapper {
	margin-top:155px;
}



.shift-up-down .home-fw-slider .slick-prev, .shift-up-down .home-fw-slider .slick-next {
    margin-top:57px;
}

.home-fw-slider.style-3 .border-btn {
	margin-top:20px;
    
}

@media (max-width: 1024px ) {
.home-fw-slider.style-3 .slick-prev,
  .home-fw-slider.style-3 .slick-next {
    visibility: hidden;
  }
.home-fw-slider.style-6 .slick-prev,
  .home-fw-slider.style-6 .slick-next {
    visibility: hidden;
  }
  
  .shift-up-down2 {
	position:relative;
	top:-20px;
	margin-bottom:-20px;
}	
}

@media (max-width: 991px ) {
.shift-up-down {
	position:relative;
	top:-115px;
	margin-bottom:-115px;
}

.caption-wrapper {
	margin-top:115px;
}	

}

@media (max-width: 500px ) {

.caption-wrapper {
	margin-top:0;
}
}

/*topbar
------------------------------------*/
.before-main-nav-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position:relative;
  z-index: 1500;
  font-size:14px;
  color:#aaaaaa;
  line-height:1;
}

.before-main-nav-topbar a {
	color: #fff;
}

.before-main-nav-topbar a:hover {
	color: #38acd2;
}

.topheadercontact {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.topheadercontact span {
	margin: 0 0 0 25px;
}


.topheadersocial {
	position: relative;
	float: right;
	font-size: 14px;
	margin-bottom: 0;
}

.topheadersocial li {
	display: inline-block;
	margin-bottom: 0;
}

.topheadersocial li a {
	margin: 0 0 0 25px;
}

.fspsocial {
	position: relative;
	float: left;
	margin-bottom: 0;
}

.fspsocial li {
	display: inline-block;
	margin-bottom: 10px;
}

.fspsocial li a {
	margin: 0 25px 0 0;
}

.fspsocial .social-02 li a {
  display: inline-block;
  color: #ffffff;
}
.fspsocial .social-02 li a i:before {
  font-size: 16px;
  margin-right: 0;
  vertical-align: middle;
  font-family: FontAwesome;
}

@media only screen and (max-width: 768px) {
	
	.topheadersocial {
		display:none;
	}
	.topheadercontact {
		float:none;
		text-align:center;
	}
}

@media only screen and (max-width: 410px) {
	
	.topheadercontact span {
		display:none;
}
}


/*Breadcrumbs v3
------------------------------------*/
.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}

.breadcrumbs-v3.breadcrumbs-lg {
  padding: 150px 0;
}

.breadcrumbs-v3.breadcrumbs-lg .bc-title {
background: rgba(0,0,0,0.2);
border-radius:6px 6px 6px 6px;
display:inline-block;
padding:5px 15px 10px;
}

.breadcrumbs-v3.img-v1 {
  background: url(../img/breadcrumbs/img1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v2 {
  background: url(../img/breadcrumbs/img2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v3 {
  background: url(../img/breadcrumbs/img3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.breadcrumbs-v3 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 0;
}

.breadcrumbs-v3 p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing:1px;
}

@media (max-width: 992px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs-v3,
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 50px 0;
  }

  .breadcrumbs-v3 h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .breadcrumbs-v3 p {
    font-size: 14px !important;
  }
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}
.breadcrumbs-md {
  padding: 100px 0;
}
.breadcrumbs-lg {
  padding: 200px 0;
}


.socnavtopcnt2 {
	position:absolute;
	padding:15px 40px 7px 20px;
	right:0;
  	bottom:0;
  	z-index:12;
  	background: rgba(0,0,0,0.2);
}

.socnavtopcnt2:after {
   top: 0;
  width: 0;
  height: 0;
  left: 0;
  content: '';
  margin-left: -30px;
  margin-top:0;
  position: absolute;
  border-style: solid;
  border-width: 0 0 151px 30px;
  border-color: transparent transparent rgba(0,0,0,0.2) transparent;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
	
.socnavtopcnt2 p{
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px !important;
	line-height:24px;
	margin-bottom:10px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}

.socnavtopcnt2 a{
	color:#ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.socnavtopcnt2 a:hover{
	color:#ffffff;
	text-decoration:none;
	opacity: 0.7;
}

.socnavtopcnt3 {
	position:absolute;
	padding:15px 40px 7px 20px;
	right:0;
  	bottom:0;
  	z-index:12;
  	background: rgba(0,0,0,0.3);
}

.socnavtopcnt3:after {
   top: 0;
  width: 0;
  height: 0;
  left: 0;
  content: '';
  margin-left: -30px;
  margin-top:0;
  position: absolute;
  border-style: solid;
  border-width: 0 0 106px 30px;
  border-color: transparent transparent rgba(0,0,0,0.3) transparent;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
	
.socnavtopcnt3 p{
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px !important;
	line-height:24px;
	margin-bottom:10px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}

.socnavtopcnt3 a{
	color:#ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.socnavtopcnt3 a:hover{
	color:#ffffff;
	text-decoration:none;
	opacity: 0.7;
}

@media (max-width: 768px) {
.socnavtopcnt2 {
	display:none;
}
}

/* headings */
.left-heading {
  color: #333333;
}
.left-heading:after {
  border-bottom: 2px solid #ffca00;
  content: "";
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  width: 40px;
}

.nelly-icon:after {
    background: url("../img/small-4.svg") no-repeat;
    display: block;
	content: "";
	position: relative;
	width:50px;
	height:50px;
	margin:10px auto 0;
    
    
}

.blog-index-corporate-item:hover .nelly-icon:after {
    background: url("../img/small-4-2.svg") no-repeat;
    display: block;
	content: "";
	position: relative;
	width:50px;
	height:50px;
	margin:10px auto 0;
    
    
}

.logo-footer {
	max-width:220px;
	margin-bottom:10px;    
}

.testimonial-but {
	margin-top:30px;   
}

/* Form */

.topfmfield {
	display:none;
}

button:focus {outline:0 !important;}

.nopadding
{
	margin:0 !important;
	padding:0 !important;
}

.form-control-dk {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  outline: none;
  background:0;
  vertical-align: middle;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-control-dk:focus {
  border: 1px solid #ffca00;
  outline: 0;
 
}

textarea.form-control-dk {
  height: auto;
}

.form-control-dk:-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control-dk::-moz-placeholder {
  color: #777777;
  opacity: 1;
}



.form-control-dk:-ms-input-placeholder {
  color: #777777;
}

.form-control-dk::-webkit-input-placeholder {
  color: #777777;
}

#dkfm .help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #cccccc !important;
}

#dkfm .help-block li {
  color: #777777;
  list-style:none;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top:0;
  font-size:12px;
}

#dkfm .help-block li:before {
  content: '\f071' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  font-size:18px;
  margin-right:10px;
  display: inline-block;
  color:#ffca00;
  width: 1em; /*same as padding-left set on li*/

}

.control-group {
    margin-bottom: 5px;
}


.alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #777777 !important;
  margin-bottom:20px;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #777777 !important;
  margin-bottom:20px;
}

.close {
  float: right;
  margin-left:15px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff !important;
  background:#ffca00;
  border: 1px solid #ffca00;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #777;
	padding:5px 0;
}

.link-list li:first-child {
    border-top: none !important;
}

.link-list a,
.link-list i {
	color: #999999;
}

.link-list a:hover {
	color: #ffca00;;
	text-decoration:none;
}

.link-list li i {
    color: #777777;
    float: right;
    margin-top: 5px;
}

.footer-add .content {
    border-bottom: 1px solid #666666;
	margin-bottom: 15px
}

.footer-add .content p{
    margin-bottom: 20px;
}

.footer-add .icon {
    display: inline-block;
    width: 100%;
}

.footer-add .icon p {
    color: #ffca00;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    float: left;
    margin: 0;
}

.footer-add .icon .social-02 {
    display: inline-block;
    padding-left: 15px;
}

.footer-add .icon .social-02 li {
    padding-right: 15px;
}

.footer-add a {
	color:#ffca00;	
}

.footer-add a:hover {
	color:#ffffff;	
}

/*Contact Page
------------------------------------*/
.map {
	width: 100%; 
	height: 500px;
	border-bottom:solid 1px #dedede;
	
}


.map:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #444444 transparent transparent transparent;
}

#map .contact-details {
  width: 230px;
  height: auto;
  color: #888888;
  font-size: 1.1em;
  line-height:1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  padding: 0.5em;
  overflow: hidden;
}

#map .contact-details a{
	color:#ffca00;
	font-weight:400;
}


#map .contact-details a:hover{
	color:#ffca00;
}

@media (max-width: 992px) {
	.map {
	width: 100%; 
	height: 300px;
}
		
}

.gm-style-iw {
	/*overflow: inherit !important;*/
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*About Page
------------------------------------*/

.fensa-logo {
	max-width:180px;
	display:block;
	margin:17px auto 0 0;
}

.veka-logo {
	max-width:100px;
	display:block;
	margin:0 auto;
}

@media (max-width: 1230px) {
	.fensa-logo {
	max-width:180px;
	display:block;
	margin:25px auto 0 0;
}
		
}

@media (max-width: 992px) {
	.fensa-logo {
	max-width:180px;
	display:block;
	margin:25px auto;
}

.veka-logo {
	max-width:100px;
	display:block;
	margin:0 auto;
}
		
}

@media (max-width: 767px) {
	.fensa-logo {
	max-width:220px;
	display:block;
	margin:25px auto;
}

.veka-logo {
	max-width:140px;
	display:block;
	margin:0 auto;
}

.cut-away {
	max-width:420px;
	display:block;
	margin:0 auto;
}
		
}

@media (max-width: 500px) {
.cut-away {
	max-width:320px;
	display:block;
	margin:0 auto;
}
		
}
/*new fixes
------------------------------------*/

@media only screen and (min-width: 992px ) {
  .main-nav-wrapper.nav-wrapper-1-landingpage.sticky-nav .main-nav.main-nav-1.landing-page {
    background-color: #787D81;
    height: 80px;
  }
}

@media (max-width: 991px ) {
  .main-nav.main-nav-1.landing-page {
    background-color: #787D81;
  }
}

.call-to-action-wrapper.style-2 .call-to-action .normal-btn.normal-btn-main {
	color:#333333;
	font-weight:normal;
}

.normal-btn {
    color:#333333;
	
}

.link-list li {
	border-top: solid 1px #303030;
}

.footer-add .content {
    border-bottom: 1px solid #303030;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea {
  border: 1px solid #303030;
}

.form-control-dk {
    border: 1px solid #303030;
    
}

.footer-preset-02 .footer-preset-wrapper {
  border-color: #303030;
}

@media only screen and (min-width: 1100px ) {
  .main-nav-1 .container {
    width:100%;
	padding-left: 50px;
	padding-right: 50px;
  }
}

@media (max-width: 1099px) {
  .main-nav-1 .container {
    width:100%;
	padding-left: 15px;
	padding-right: 15px;
  }
}

.badge{
  height: 90px;
  padding-right: 20px;
}

