@charset "UTF-8";

/*! -----------------------------------------------------------------
[Master Stylesheet]

------------------------------------------------------------------
[General Styles]
*/

* {
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
}

body {
    background-color: #FFFFFF;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: "sofia-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
    line-height: 1.2;
    font-size: 18px;
    color: #4E4E4D;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

.orange {
	color: #F47920;
}

.black {
	color: #1C1C1B;
}

.logo {
	margin-bottom: 20px;
}

.start {
	margin-top: 0px;
}

.leverancier {
	padding-right: 30px!important;
}

.homeblock {
	padding-right: 30px;
    padding-bottom: 60px;
}

.call-to-action {
	margin-bottom: 0px;
    padding-top: 20px;
}

.contacturen {
	padding-top: 20px;
}

.note {
	font-size: 15px;
    color: #999;
}

.small {
	font-size: 15px;
    color: #999;
}

/* .textlink {
	color: #4E4E4D;
    border-bottom: 1px solid #4E4E4D;
} */

.textlink {
	color: #4E4E4D!important;
	border-bottom: 1px solid #F47920!important;
}

.textlink:hover, .textlink:focus {
	color: #F47920!important;
	border-bottom: 1px solid #F47920!important;
}

.textlinkextra {
    font-weight: 700;
	color: #4E4E4D!important;
	border-bottom: 1px solid #F47920!important;
}

.textlinkextra:hover, .textlinkextra:focus {
	color: #F47920!important;
	border-bottom: 1px solid #F47920!important;
}

.textunderline {
	color: #4E4E4D;
    border-bottom: 1px solid #4E4E4D;
}

.supportblock {
	border: 1px solid #EDEDED;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	border-radius: 6px;
	background-color: #F8F8F8;
	width: 80%;
	/* background: linear-gradient(45deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); */
}

@media (max-width: 991px) {
    .supportblock {
        width: 100%;
    }
 }

.vacatureblock {
	border: 1px solid #EDEDED;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	background-color: #F8F8F8;
	/* background: linear-gradient(45deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); */
}

.vacature-link {
   /*  text-transform: uppercase;
    letter-spacing: 1px; */
    font-weight: bold;
    font-size: 16px;
    margin-top: 14px;
	color: #4E4E4D;
}

.vacature-title {
	font-size: 22px;
	line-height: 26px;
    padding-top: 10px;
	margin-bottom: 6px;
	color: #F47920;
}

.vacature-function {
	font-size: 18px;
	margin-bottom: 10px;
	/* font-weight: 600; */
}

.textlink:hover,
.textlink:focus {
	color: #F47920;
    border-bottom: 1px solid #F47920;
}

.content a {
    border-bottom: 1px solid #4E4E4D;
}

.content a:hover, .content a:focus {
    border-bottom: 1px solid #F47920;
}

.content h3 a {
	color: #F47920;
    border-bottom: 1px solid #F47920;
}

.content h3 a:hover, .content h3 a:focus {
	color: #4E4E4D!important;
    border-bottom: 1px solid #4E4E4D!important;
}

.content h3 a:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	content: '\f178';
	padding-left: 10px;
	border-bottom: 0px solid #4E4E4D!important;
}

.headercontent {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .headercontent {
        padding-top: 0px!important;
    }
 }

strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

/* @media screen and (max-width: 767px) {
    br .br {
        display: none!important;
    }
} */

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #F47920;
    color: #fff !important;
}

::-webkit-selection {
    background: #F47920;
    color: #fff !important;
}

::selection {
    background: #F47920;
    color: #fff !important;
}

.subtitle {
    color: #F47920;
	margin-top: -16px;
	font-size: 20px;
}

.green {
    color: #F47920;
}

.toollink {
    color: #F47920;
}

.wrapper {
    position: relative;
}

html .layout,
body .layout {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.layout {
    opacity: 0;
    -webkit-transition: 1.7s opacity ease;
            transition: 1.7s opacity ease;
}

.layout.fade-in {
    opacity: 1;
}

.scroll-top {
    background: #F47920;
    /* background: linear-gradient(65deg, rgba(140,174,169,1) 0%, rgba(81,142,132,1) 100%); */
    border-radius: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    height: 34px;
    width: 34px;
    z-index: 9;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: #1B1B1B;
    -webkit-transition: .5s all ease;
            transition: .5s all ease;
    -webkit-transform: translateY(86px);
            transform: translateY(86px);
}

.scroll-top:hover,
.scroll-top:focus {
    color: #FFFFFF;
	opacity: 0.7;
}

.scroll-top.scroll-top-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.theme-shadow-home {
  	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.20);
	padding-top: 24px!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
	padding-bottom: 40px!important;
	border-radius: 8px;
	transition: all 0.35s ease-in-out;
}

.theme-shadow-home:hover,
.theme-shadow-home a:hover,
.theme-shadow-home > .toptitle:hover {
  	background-color: #4E4E4D;
	color: #FFF!important;
	transition: all 0.35s ease-in-out;
}

.light-link {
	color: #4E4E4D;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light-link:hover, .light-link:focus {
	color: #F47920;
	text-decoration: none;
}
.light-link-contact {
	color: #4E4E4D;
	text-decoration: none;
	border-bottom: 1px solid #4E4E4D;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light-link-contact:hover, .light-link-contact:focus {
	color: #F47920;
	text-decoration: none;
	border-bottom: 1px solid #F47920;
}

.orderedlist {
	margin-left: -12px;
}

@media (max-width: 768px) {
    .orderedlist li {
        font-size: 16px;
    }
}

.extralist {
	list-style: none;
	margin-left: 34px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

.extralist li {
    /* font-family: 'rooney-sans', sans-serif; */
    font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 300;
    font-size: 18px;
	line-height: 1.2;
    /*letter-spacing: 1px; */
    /* text-transform: uppercase; */
	padding-top: 0px;
	padding-bottom: 2px;
	color: #4E4E4D;
}

@media (max-width: 768px) {
    .extralist li {
        font-size: 16px;
    }
}

.extralist li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
}

.extralist li a:hover {
	color: #333333;
	transition: all 0.35s ease-in-out;
}

.extralist li:before {    
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 400;
	 content: "\f178";
	 color: #F47920;
	 opacity: 1;
	 margin: 4px 14px 0 -32px;
}

.extrasublist {
	/* list-style: none; */
	margin-left: 34px;
	padding-top: 10px;
	padding-bottom: 0px;
}	

.extrasublist li {
    /* font-family: 'rooney-sans', sans-serif; */
    font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 18px;
	line-height: 1.2;
    /*letter-spacing: 1px; */
    /* text-transform: uppercase; */
	padding-top: 0px;
	padding-bottom: 2px;
	color: #4E4E4D;
}

@media (max-width: 768px) {
    .extrasublist li {
        font-size: 16px;
    }
}

.extrasublist li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
}

.extrasublist li a:hover {
	color: #333333;
	transition: all 0.35s ease-in-out;
}

.extrasublist li:before {    
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 700;
	 content: "\f111";
     font-size: 6px;
	 color: #F47920;
	 opacity: 1;
	 margin: 4px 14px 0 -32px;
}

.lapipelist {
	list-style: none;
	margin-left: 36px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.lapipelist li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
}

.lapipelist li a:hover {
	color: #333333;
	transition: all 0.35s ease-in-out;
}

.lapipelist li:before {    
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 400;
	 /* content: "\f178"; */
     content: "\f00c";
	 color: #F47920;
	 opacity: 1;
	 margin: 4px 14px 0 -32px;
}

.footerlist {
	list-style: none;
	margin-left: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

.footerlist li {
	 /* font-family: 'rooney-sans', sans-serif; */
	 font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size: 15px;
	line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.footerlist li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
}

.footerlist li a:hover {
	color: #333333;
	transition: all 0.35s ease-in-out;
}

.footerlist li:before {    
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 400;
	 content: "\f178";
	 color: #F47920;
	 opacity: 1;
	 margin: 6px 10px 0 -16px;
}

.scrolltext {
    font-size: 15px!important;
	padding-bottom: 10px;
    font-weight: 400;
    color: #FFFFFF;
}

.scrolltext:hover,
.scrolltext:focus {
    color: #1B1B1B;
}

.arrow {
    font-size: 26px!important;
    /* color: #F47920; */
    color: #FFFFFF;
}

.headerarrow {
    position: absolute;
    z-index: 9999;
	bottom: 40px;
    left: 46%;
	opacity: 1;
}

.headerline {
    position: absolute;
    z-index: 0;
	bottom: 0px;
    left: 0;
	opacity: 1;
}

@media (min-width: 1599px) {
	.headerline {
    	position: absolute;
    	z-index: 0;
		bottom: 0px;
    	left: 0;
		opacity: 1;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.headerline {
    	position: absolute;
    	z-index: 0;
		bottom: 0px;
    	left: 0;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.headerline {
    	position: absolute;
    	z-index: 0;
		bottom: 0px;
    	left: 0;
		opacity: 1;
	}
}

.dienstenline {
    position: absolute;
    z-index: 0;
	top: 30px;
    left: 0;
	opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dienstenline {
    	position: absolute;
    	z-index: 0;
		top: 20px;
    	left: 0;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.dienstenline {
    	position: absolute;
    	z-index: 0;
		top: 40px;
    	left: 0;
		opacity: 1;
	}
}

.contactline {
    position: absolute;
    z-index: 0;
	top: 60px;
    left: 0;
	opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contactline {
    	position: absolute;
    	z-index: 0;
		top: 20px;
    	left: 0;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.contactline {
    	position: absolute;
    	z-index: 0;
		top: 40px;
    	left: 0;
		opacity: 1;
	}
}

#particles-js,
#particles-snow-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
    .scroll-top {
        display: none;
    }
}

.modal-title {
    line-height: 1.2;
}

.modal-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.modal-video-container img {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    border-radius: 5px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.modal-video-container .play-button {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.modal-video-container .play-button:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff;
}

.modal-video-container .play-button:hover {
    -webkit-transform: scale(.95);
            transform: scale(.95);
}

.modal-video-container:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #4E4E4D;
	/* color: #F47920; */
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
     color: #F47920;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #4E4E4D;
}

h1 > a:hover,
h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
    color: #4E4E4D;
}

p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
}

p {
    line-height: 1.4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /* font-family: "alana", serif; */
    /* font-family: "miller-display", serif; */
    font-family: "sofia-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
    /* font-family: "lemongrass-script", sans-serif;
    font-style: normal;
    font-weight: 400;*/
    color: #1C1C1B;
	/* text-transform: uppercase; */
}

h1,
.h1 {
    font-size: 38px;
    line-height: 42px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 40px;
	/* color: #F47920; */
}

h2 .sub,
.h2 .sub {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
	/* color: #F47920; */
}

h2 span, 
.h2 span {
    font-weight: 700;
    /* border-bottom: 2px solid #F47920!important; */
}

h3,
.h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

h4,
.h4 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 30px;
}

h5,
.h5 {
    font-weight: 700;
	letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 10px;
}

.footer h5,
.footer .h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px;
	text-transform: uppercase;
}

h6,
.h6 {
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 10px;
}

.font-serif {
    font-family: "Lora", "Libre Baskerville", serif;
    font-style: italic;
}

.rotate {
    text-shadow: none !important;
}

.intro {
    padding-top: 8%;
}

@media (max-width: 578px) {
    .intro {
        width: 90%;
    }
 }

hr {
    /* width: 75px; */
	width: 100%;
	height: 2px;
	margin-top: 40px;
    margin-bottom: 40px;
	background-color: #F5F5F5;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	border: none;
}

.hr-left {
    width: 75px;
	height: 2px;
	margin-top: 20px;
    margin-bottom: 20px;
	background-color: #F47920;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	border: none;
	margin-left: 0;
}

ul {
    padding-left: 0;
    list-style: none;
}

ul > li,
ol > li {
    margin: 0 0 5px;
}

em {
    font-style: italic;
    /* opacity: .7; */
}

blockquote {
    border: 0;
    border-left: 2px solid #eaeaea;
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.4;
    font-style: italic;
    font-size: 15px;
    padding: 20px 40px;
    margin: 40px 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote:hover {
    border-color: #F47920;
}

.menu {
    line-height: 1.2;
    font-weight: 300;
    font-size: 18px;
}

.extra {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
    vertical-align: top;
}

.lead {
    line-height: 1.4;
    font-weight: 300;
    font-size: 20px;
}

.leadstrong {
    line-height: 1.4;
    font-weight: 500;
    font-size: 20px;
}

.firm {
    line-height: 1.8;
    font-weight: 300;
    font-size: 22px;
	margin-top: -20px;
}

.function {
    line-height: 1.8;
    font-weight: 500;
    font-size: 20px;
}

@media (max-width: 568px) {
    .lead {
        font-size: 18px;
    }
}

pre {
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 20px 30px;
    margin: 40px 0;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.8;
}

.arrow-list {
    list-style: none;
    padding: 0;
}

.arrow-list > li {
    margin: 0 0 5px;
}

.arrow-list > li:before {
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\f178";
	color: #F47920;
    font-size: 16px;
    display: inline-block;
    margin-right: 18px;
    position: relative;
    top: 0;
}

.rules-list {
    list-style: none;
    padding: 0;
	margin-left: 30px;
}

.rules-list > li {
    margin: 0 0 5 0px;
}

.rules-list > li:before {
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\f178";
	color: #F47920;
    font-size: 16px;
    display: inline-block;
    margin: 0 14px 0 -29px;
    position: relative;
    top: 0;
}

/*------------------------------------------------------------------
[Alerts]
*/

.alert-brand {
    background: #76abe9;
    color: #fff;
}

.alert-brand a {
    color: #fff;
}

/*------------------------------------------------------------------
[Progress Bars]
*/

.progress-item {
    margin: 0 0 25px;
}

.progress-title {
    line-height: 1.2;
    color: #313131;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

.progress {
    background-color: #eaeaea;
    box-shadow: none;
    height: 5px;
    margin: 0 0 10px;
    overflow: visible;
}

.progress-bar {
    position: relative;
    height: 5px;
    border-radius: 3px;
    box-shadow: none;
}

.progress-bar.progress-bar-brand {
    background-color: #F47920;
}

.pb-number-box {
    position: absolute;
    padding: 4px 0;
    display: block;
    top: -30px;
    right: 0;
    opacity: 0;
    line-height: 12px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Bars - Bold */

.progress-item.progress-bold .progress,
.progress-item.progress-bold .progress-bar {
    border-radius: 1px;
    height: 16px;
}

/*------------------------------------------------------------------
[Forms]
*/

.form-group {
    padding-right: 5px;
}

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select, option {
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif!important;
	font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="checkbox"], select {
    appearance: none;
    -webkit-appearance: none;
	border-top: 0px solid #EBEBEB;
	border-left: 0px solid #EBEBEB;
	border-right: 0px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #4E4E4D;
    letter-spacing: 0px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
	width: 100%;
}

textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border-top: 0px solid #EBEBEB;
	border-left: 0px solid #EBEBEB;
	border-right: 0px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #4E4E4D;
    letter-spacing: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px!important;
	padding-right: 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
	width: 100%;
}


.form-control::placeholder {
    color: #4E4E4D;
    opacity: 1;
	font-weight: 400;

}

.form-control:focus {
    box-shadow: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4E4E4D;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4E4E4D;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #4E4E4D;
}

@media (max-width: 768px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], select {
        padding-left: 0px;
    }
	.contactform {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
	.m-t-50 {
        margin-top: 20px!important;
    }
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, 
textarea:focus, textarea[type="text"]:focus, select:focus {
    /* border: 1px solid #b5bb36; */
	border: 1px solid #4E4E4D;
    color: #4E4E4D;
}

input, textarea, select {
    margin-bottom: 10px;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.2;
    font-size: 18px;
}

input.input-sm, .input-sm {
    padding: 8px 15px;
}

textarea {
    height: 160px;
}

.alert {
	margin-top: 10px;
	font-size: 16px;
}

label {
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 0px;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	text-transform: uppercase;
    line-height: 1.2;
    color: #4E4E4D;
	/* display: inline-block!important; */
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700;
}

label.contain {
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 0px;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #4E4E4D;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
    margin-bottom: 0px;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 300;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.regular-checkbox {
	display: none;
	/* margin-top: 2px; */
	margin-bottom: 18px;
	vertical-align: text-top;
}

.regular-checkbox + label {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
	padding: 9px;
	/* border-radius: 4px; */
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #777777;
}

.regular-checkbox:checked + label:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/* font-style: 300; */
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top: 1px;
	left: 2px;
	color: #4E4E4D;
}

.alert strong {
    color: #fff;
}

.alert-danger {
    color: #fff;
    background-color: #ed2f2f;
    border-color: #ed2f2f;
	-webkit-border-radius:10px;
    border-radius: 10px;
}

.alert-success {
    color: #fff;
	background-color: #71d04b;
    border-color: #71d04b;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Hide the browser's default radio button */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #F5BD01;
  border: 1px solid #F5BD01;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: #F5BD01;
  border: 1px solid #F5BD01;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.contain {
  display: block;
  position: relative;
  padding-left: 35px!important;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}

.contactselect {
    appearance: none !important;
    -webkit-appearance: none !important;
    border-bottom: 1px solid #EBEBEB;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #4E4E4D;
	background-color: #FFFFFF;
    outline: none;
	min-width: 100%;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	font-size: 18px;
    letter-spacing: 0px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 25px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
	margin-top: 10px;
}

select.contactselect {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px),
    calc(100% - 15px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.contactselect:focus, select.contactselect:active {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px),
    calc(100% - 15px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #EBEBEB;
  outline: 0;
}

/* CONTACT FORM ALERTS */

.form-group.error .form-label, .form-group.error .help-block, .form-group.error .help-inline, .form-group.error ::placeholder, .form-group.error .checkbox-text, .form-group.error .textlink, 
.form-group.error .contain {
	color: #ed2f2f;
}
.form-group.error .links, .form-group.error .textlink {
	color: #ed2f2f;
	border-bottom: 1px solid #ed2f2f;
}
.form-group.error .regular-checkbox, .form-group.error .radio, .form-group.error input, .form-group.error select.contactselect, .form-group.error .contactselect, .form-group.error textarea, .form-group.error checkbox {
	color: #ed2f2f;
}
.form-group.error input, .form-group.error select.contactselect, .form-group.error .contactselect, .form-group.error textarea {
	/* border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	background-color: #FFFFFF;
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 0px solid rgba(237, 47, 47, 0.9);
	border-left: 0px solid rgba(237, 47, 47, 0.9);
	border-right: 0px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error checkbox, .form-group.error .regular-checkbox, .form-group.error .checkmark {
	/* border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	background-color: #FFFFFF;
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 1px solid rgba(237, 47, 47, 0.9);
	border-left: 1px solid rgba(237, 47, 47, 0.9);
	border-right: 1px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error input:focus, .form-group.error select:focus, .form-group.error textarea:focus, .form-group.error checkbox:focus, .form-group.error .contactselect:focus {
	/* border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; */
	background-color: #FFFFFF;
	/* border-color: rgba(237, 47, 47, 0.9); */
	border-top: 0px solid rgba(237, 47, 47, 0.9);
	border-left: 0px solid rgba(237, 47, 47, 0.9);
	border-right: 0px solid rgba(237, 47, 47, 0.9);
    border-bottom: 1px solid rgba(237, 47, 47, 0.9);
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 59, 57,.6); */
}
.form-group.error .input-prepend .add-on, .form-group.error .input-append .add-on {
	color: #a94442;
	background-color: #FFFFFF;
	border-color: rgba(153, 204, 51, 0.8);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, .form-group checkbox:focus {
	/* border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; */
	/* border-color: rgba(27, 27, 27, 0.8); */
	/* border-color: #CCCCCC; */
	border-top: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	outline: 0;
	outline: thin dotted \9;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 204, 51,.6); */
}

.checkbox-text {
	padding-left: 10px;
	vertical-align: top;
	color: #4E4E4D;
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.hidden {
	display:none !important;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    border-width: 2px;
    border-radius: 0;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .9375rem 1.75rem .9375rem 1.75rem;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
	box-shadow: none;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-shadow {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

/* Button rounded 
================== */
.btn-rounded {
	border-radius: 4px;
}
.btn-rounded-2x {
	border-radius: 8px;
}
.btn-rounded-3x {
	border-radius: 12px;
}
.btn-rounded-4x {
	border-radius: 17px;
}
.btn-rounded-5x {
	border-radius: 50px;
}
.btn-rounded-full {
	border-radius: 50%;
}

/* Button social min 
===================== */
.btn-social-min {
	position: relative;
	width: 42px;
	height: 42px;
	margin-right: 5px;
	padding: 0 !important;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
}

.btn-social-min.btn-link {
	width: 30px;
	height: 30px;
	font-size: 17px;
	color: #333;
}
.btn-social-min.btn-link:hover,
.btn-social-min.btn-link:focus {
	color: #F47920;
}

/* Button social min sizes */
.btn-social-min.btn-xs { 
	width: 28px;
	height: 28px;
	line-height: 22px;
	font-size: 12px;
}
.btn-social-min.btn-link.btn-xs {
	width: 22px;
	height: 22px;
	font-size: 12px;
}

.btn-social-min.btn-sm { 
	width: 36px;
	height: 36px;
	line-height: 20px;
	font-size: 18px;
}
.btn-social-min.btn-link.btn-sm {
	width: 26px;
	height: 26px;
	font-size: 15px;
}

@media (min-width: 1200px) {
	.btn-social-min.btn-lg { 
		width: 54px;
		height: 54px;
		line-height: 48px;
		font-size: 18px;
	}
	.btn-social-min.btn-link.btn-lg {
		width: 32px;
		height: 32px;
		font-size: 19px;
	}

	.btn-social-min.btn-xlg { 
		width: 68px;
		height: 68px;
		line-height: 62px;
		font-size: 22px;
	}
	.btn-social-min.btn-link.btn-xlg {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.btn-social-min.btn-lg { 
		width: 54px;
		height: 54px;
		line-height: 48px;
		font-size: 18px;
	}
}

/* --- [Button Sizes] --- */

.btn-lg {
    /* padding: .9375rem 2rem .9375rem 2rem; */
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
    /* font-size: .75rem; */
	font-size: 13px;
}

.btn-sm {
    padding: .75rem 1.5rem .75rem 1.5rem;
    font-size: .625rem;
}

.btn-xs {
    padding: .625rem 1.25rem .625rem 1.25rem;
    font-size: .625rem;
}

/* --- [Button Colors] --- */

.btn-brand {
	margin-top: 20px!important;
    /* background-color: #F47920; */
    border: none;
    /* color: #FFFFFF;
	background: #F47920; */
    color: #1B1B1B;
	background: #F47920;
    /* background: linear-gradient(65deg, rgba(140,174,169,1) 0%, rgba(81,142,132,1) 100%); */
    /* background: linear-gradient(65deg, rgba(253,195,0,1) 0%, rgba(81,142,132,1) 100%); */
	-webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn-brand:hover,
.btn-brand:focus {
    background: #F5F5F5;
    border: none;
    /* opacity: 0.6; */
	color: #4E4E4D;
	-webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn-brand-menu {
	margin-top: 20px!important;
    /* background-color: #F47920; */
    /* border: 1px solid #FFFFFF; */
    /* color: #FFFFFF;
	background: #F47920; */
    color: #1B1B1B;
	background: #F47920;
    /* background: linear-gradient(65deg, rgba(140,174,169,1) 0%, rgba(81,142,132,1) 100%); */
    /* background: linear-gradient(65deg, rgba(253,195,0,1) 0%, rgba(81,142,132,1) 100%); */
	-webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn-brand-menu:hover,
.btn-brand-menu:focus {
    /*  background: #069EFC; */
    /* border: 1px solid #FFFFFF; */
    background-color: #F1934F;
	color: #1B1B1B;
	-webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn-brand-home {
	margin-top: 20px!important;
    /* background-color: #F47920; */
    border: none;
    /* color: #FFFFFF;
	background: #F47920; */
    color: #1D1D1D;
	background: #F47920;
    /* background: linear-gradient(65deg, rgba(140,174,169,1) 0%, rgba(81,142,132,1) 100%); */
    /* background: linear-gradient(65deg, rgba(253,195,0,1) 0%, rgba(81,142,132,1) 100%); */
	-webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn-brand-home:hover,
.btn-brand-home:focus {
   /*  background: #069EFC; */
	background: #FFFFFF;
    border: none;
    /* opacity: 0.6; */
	color: #4E4E4D;
	-webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn.btn-brand-dark {
    background-color: #4E4E4D;
    border-color: #4E4E4D;
    color: #ffffff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-brand-dark:hover,
.btn.btn-brand-dark:focus,
.btn.btn-brand-dark:active {
    background-color: #60656f;
    border-color: #60656f;
    color: #ffffff;
}

.btn.btn-brand.btn-outline {
    background: transparent;
    border-color: #F47920;
    color: #F47920;
}

.btn.btn-brand.btn-outline:hover,
.btn.btn-brand.btn-outline:focus {
    background: #F47920;
    color: #fff;
}

/* Button gray */
.btn-gray,

.btn-gray:not(:disabled):not(.disabled).active, 
.btn-gray:not(:disabled):not(.disabled):active, 
.show > .btn-gray.dropdown-toggle,

.btn-gray:hover,
.btn-gray.focus, 
.btn-gray:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus, 
.btn-gray:not(:disabled):not(.disabled):active:focus, 
.show > .btn-gray.dropdown-toggle:focus {
	color: #1C1C1B;
	background-color: rgba(160, 160, 160, 0.2);
	/* border-color: rgba(160, 160, 160, 0.2); */
}
.btn-gray:not(:disabled):not(.disabled).active:focus, 
.btn-gray:not(:disabled):not(.disabled):active:focus, 
.show > .btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-gray::before {
	background-color: rgba(0, 0, 0, 0.07);
}

.btn.btn-dark {
    background-color: #111;
    border-color: #111;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #111;
    color: #111;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #111;
    color: #fff;
}

.btn.btn-white {
	margin-top: 20px!important;
    background-color: #fff;
    border-color: #fff;
    color: #F47920;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #F47920;
    border-color: #F47920;
    color: #FFFFFF;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #4E4E4D;
}

/*------------------------------------------------------------------
[Breadcrumb]
*/

.breadcrumb {
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.breadcrumb-item > a {
    color: #4E4E4D;
	/* color: #FFFFFF; */
}

.breadcrumb-item > a:hover,
.breadcrumb-item > a:focus {
    color: #F47920;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 6px 0 6px;
    content: "-";
}

.breadcrumb > .active,
.breadcrumb-item + .breadcrumb-item::before {
    /* color: #999; */
	color: #4E4E4D;
}

.active  {
    font-weight: 700;
}

.breadcrumb-item::before  {
    font-weight: 400;
}

/*------------------------------------------------------------------
[Clients]
*/

.client {
    text-align: center;
    padding: 20px;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.client:hover {
    opacity: 1;
}

.clients-row > [class*="col-"] {
    border-right: 1px solid #f2f2f2;
    line-height: 100px;
}

.clients-row > [class*="col-"]:last-child {
    border: 0;
}

.clients-row + .clients-row {
    border-top: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .clients-row {
        border: 1px solid #f2f2f2;
        border-bottom: 0;
    }

    .clients-row > [class*="col-"],
    .clients-row > [class*="col-"]:last-child {
        border: 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .clients-row + .clients-row {
        border-top: 0;
    }
}

/*------------------------------------------------------------------
[Team]
*/

.team-item {
   /*  text-align: center; */
	text-align: left;
	padding-top: 1%;
}

.team-title {
	font-size: 24px;
	line-height: 28px;
    padding-top: 10px;
	margin-bottom: 0px;
	color: #F47920;
}

.team-function {
	font-size: 20px;
	/* font-weight: 600; */
}

.team-item:hover .team-image:after {
    background: rgba(52, 58, 75, .95);
}

.team-item:hover .team-content,
.team-item:hover .team-content-social {
    opacity: 1;
}

.team-item:hover .team-content {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image > img {
    width: 100%;
}

.team-image:after {
    background: transparent;
    position: absolute;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
}

.team-content,
.team-content-social {
    -webkit-transition: .3s ease-in;
            transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}

.team-content {
    position: absolute;
    padding: 20px 0 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
}

.team-content p,
.team-content h2 {
    color: #fff;
}

.team-content h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin: 0 0 4px;
	color: #F47920;
}

.team-content p {
    font-size: 18px;
    opacity: .8;
    margin-top: -6px;
	padding-left: 30px;
	padding-right: 30px;
}

.team-content .subtext {
    font-size: 14px;
    opacity: .8;
    margin: 0;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.team-content-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
}

.team-content-social ul > li {
    display: inline-block;
    margin-right: 26px;
}

.team-content-social ul > li:last-child {
    margin-right: 0;
}

.team-content-social ul > li > a {
    color: #fff;
    opacity: .5;
}

.team-content-social ul > li > a:hover {
    opacity: 1;
}

.team-content-social-dark {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
}

.team-content-social-dark ul > li {
    display: inline-block;
    margin-right: 26px;
}

.team-content-social-dark ul > li:last-child {
    margin-right: 0;
}

.team-content-social-dark ul > li > a {
    color: #4E4E4D;
    opacity: .5;
}

.team-content-social-dark ul > li > a:hover {
    opacity: 1;
}

/* ------------------------------------------------------------------
[Iconbox]
*/

.icon-box {
    padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
}

.icon-box:hover .icon-box-icon {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.icon-box-icon {
    font-size: 42px;
    font-size: 52px;
    color: #F47920;
    margin: 0 10px 0px;
    -webkit-transition: all .4s linear;
            transition: all .4s linear;
}

.icon-box-title h4 {
    font-size: 26px;
    margin: 0 0 6px;
}

.icon-box-title-small h4 {
    font-size: 20px;
    margin: 0 0 6px;
}

.icon-box-title-small h6 {
    font-size: 18px;
    margin: 0 0 6px;
	 color: #F47920;
}

@media (max-width: 991px) {
	.icon-box-title h4 {
    	font-size: 24px;
    	margin: 0 0 6px;
	}
}

.icon-box-title p {
    font-weight: 500;
	color: #F47920;
}

.icon-box-content > *:last-child {
    margin-bottom: 0;
}

.icon-box-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 24px;
	color: #4E4E4D;
}

.icon-box-left {
    position: relative;
    text-align: left;
    padding-left: 110px;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    height: 68px;
    width: 68px;
    left: 0;
    text-align: center;
    line-height: 68px;
    font-size: 38px;
    color: #F47920;
    -webkit-transition: all .4s linear;
            transition: all .4s linear;
}

.icon-box-left .icon-box-icon,
.icon-box-left .icon-box-title {
    text-align: left;
}

/*------------------------------------------------------------------
[Text-box]
*/

.text-box {
    padding: 5px 0;
}

.text-box .text-box-link {
    font-size: 11px;
}

/*------------------------------------------------------------------
[Сounters]
*/

.counter {
    text-align: center;
    padding: 20px 0;
}

.counter .counter-number {
    font-size: 54px;
    line-height: 1;
    margin: 0 0 15px;
    color: #F47920;
}

.counter .counter-title {
    font-weight: 500;
    font-size: 15px;
    color: #999;
}

/*------------------------------------------------------------------
[Support Box]
*/

.support-box {
    background: #fff;
    border: 1px solid rgba(225, 225, 225, .6);
    border-radius: 4px;
    margin: 15px 0;
    -webkit-transition: .2s linear;
            transition: .2s linear;
    position: relative;
    padding: 50px 40px;
}

.support-box:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.support-box-icon {
    font-size: 46px;
    margin: 0 0 0;
    color: #6b74e6;
}

.support-box-title h6 {
    font-size: 15px;
    margin: 0 0 15px;
}

.support-box-content > *:last-child {
    margin-bottom: 0;
}

.support-box .support-box-link > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/*------------------------------------------------------------------
[Label]
*/

.label {
    border-radius: 0;
}

.label-brand {
    background: #F47920;
    color: #fff;
}

/*------------------------------------------------------------------
[Tabs]
*/

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.nav-tabs .nav-link {
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-radius: 0;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #999;
}

.nav-tabs .nav-link > i,
.nav-tabs .nav-link > span {
    margin-right: 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaeaea;
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #eaeaea;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-right: 1px solid #eaeaea;
}

.tab-content {
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-top: 0;
    padding: 20px 18px;
    color: #999;
}

.tab-pane *:last-child,
.card-body *:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[Accordions]
*/

.accordion .card {
    /* border-color: #eaeaea; */
    border: 0px;
    border-radius: 0;
    border-bottom: 0;
}

.accordion .card:last-child {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}

.accordion .card:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}

.accordion .card .card-body {
    border-bottom: 0px solid #eaeaea;
    color: #4E4E4D;
    line-height: 1.6;
}

.accordion .card-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #231F85;
    font-weight: bold;
    font-size: 17px;
    background-color: #F5F5F5;
    border: 0px;
    /* border-color: #F5F5F5; */
    padding: 12px 18px;
    border-radius: 6px!important;
    margin-bottom: 4px!important;
}

.accordion .card-header a {
    position: relative;
    display: block;
    color: #231F85;
}

.accordion .card-header a:hover,
.accordion .card-header a:focus {
    /* color: #111; */
    opacity: 0.9;
}

.accordion .card-header a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
}

.accordion .card-header a > i,
.accordion .card-header a > span {
    margin-right: 5px;
}

/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    display: block;
    text-align: center;
    margin: 0;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a > .arrows,
.pagination > li > span > .arrows {
    font-size: 35px;
}

.pagination > li > a > .arrows:before,
.pagination > li > span > .arrows:before {
    line-height: 40px;
}

.pagination .prev {
    text-align: left;
    float: left;
}

.pagination .next {
    text-align: right;
    float: right;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: transparent;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: #fff;
    border-color: transparent;
    color: #F47920;
}

.page-link:focus,
.page-link:hover {
    background-color: #fff;
    border-color: transparent;
    color: #F47920;
}

.page-link {
    background: transparent;
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    color: #313131;
    margin: 0;
}

/* -------------------------------------------------------------------
Google map
*/

#module-maps {
	position: relative;
	height:520px;
	width: 100%;
	padding-top: 100px;
}

@media (max-width: 1199px) {
    #module-maps {
        height: 520px;
		padding-top: 20px;
    }
}

@media (max-width: 580px) {
    #module-maps {
        height: 460px;
		padding-top: 20px;
    }
}	

.contactinfo {
	background-color: #FFF;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
    position: absolute;
    z-index: 999;
	top: 80px;
    left: 80px;
	opacity: 1;
}

@media (max-width: 992px) {
    .contactinfo {
        top: 90px;
    	left: 40px;
    }
}

#module-maps-small {
	position: relative;
	height:350px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
	margin-bottom: 14px;
}

#map img {
	max-width: none;
}

/*------------------------------------------------------------------
[Pie charts]
*/

.pie-chart {
    position: relative;
    padding: 40px 0;
}

.pie-chart .chart {
    position: relative;
    display: block;
    height: 180px;
    width: 180px;
    margin: 0 auto 30px;
    text-align: center;
}

.pie-chart .chart > canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.pie-chart .chart-text {
    vertical-align: middle;
    line-height: 180px;
}

.pie-chart .chart-text h5 {
    display: inline-block;
    font-size: 18px;
    font-size: 14px;
    margin: 0;
}

.pie-chart .chart-text .fa,
.pie-chart .chart-text [class*="ti-"] {
    line-height: 180px;
}

.pie-chart .chart-title {
    text-align: center;
    margin: 0 0 15px;
}

.pie-chart .chart-title h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.pie-chart .chart-title > *:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[Pricing Tables]
*/

.pricing-wrapper {
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    margin: 0 0 30px;
}

.pricing-wrapper.pricing-popular {
    margin-top: -20px;
}

.pricing-header {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 20px;
}

.pricing-header h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
}

.pricing-popular .pricing-header {
    padding: 40px 20px;
}

.pricing-price {
    padding: 30px 40px;
    border-bottom: 1px solid #f2f2f2;
}

.pricing-price h5 {
    font-size: 60px;
    margin: 0 0 0 -10px;
}

.pricing-price h5 > span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 2px;
}

.pricing-price hr {
    margin-top: 20px;
    margin-bottom: 0;
}

.pricing-body {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0;
}

.pricing-features {
    padding: 0;
    margin: 0;
}

.pricing-features li {
    border-bottom: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 0;
    margin: 0;
}

.pricing-features li:last-child {
    border: 0;
}

.pricing-footer {
    padding: 20px 20px;
}

.pricing-popular .pricing-footer {
    padding: 30px 20px;
}

.pricing-wrapper .pricing-header h4,
.pricing-wrapper .pricing-price h5 {
    color: #313131;
}

@media (max-width: 767px) {
    .pricing-wrapper.pricing-popular {
        margin-top: 0;
    }
}

/*------------------------------------------------------------------
[Sliders]
*/

.owl-carousel .owl-pagination {
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    background: rgba(255, 255, 255, .7);
    overflow: hidden;
    text-indent: -200%;
    z-index: 1000;
    box-shadow: 0 0 1px rgba(17, 17, 17, .4);
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
            transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.owl-carousel .owl-pagination .owl-page.active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
}

.image-slider.owl-carousel .owl-prev,
.image-slider.owl-carousel .owl-next {
    background: transparent;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    display: block;
    color: #fff;
}

.image-slider.owl-carousel .owl-prev span:before,
.image-slider.owl-carousel .owl-next span:before {
    line-height: 68px;
}

.image-slider.owl-carousel .owl-prev {
    left: 15px;
}

.image-slider.owl-carousel .owl-next {
    right: 15px;
}

.image-slider .owl-pagination {
    margin-top: -28px;
}

.tms-slides {
    text-align: center;
	vertical-align: middle!important;
}

.tms-slides .tms-icons {
    margin: 0 0 20px;
}

.tms-slides .tms-icons h2 {
    line-height: 1;
    font-size: 32px;
}

.tms-slides blockquote {
    border: 0;
    line-height: 1.4;
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
}

.tms-slides blockquote p:before,
.tms-slides blockquote p:after {
    display: none;
}

.tms-slides .tms-author span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
	color: #F47920;
}

.tms-slides .tms-author {
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 13px;
    opacity: .8;
}

.tms-slides .owl-pagination {
    margin-top: 20px;
}

.module-slides {
    position: relative;
}

.module-slides .slides-container {
    display: none;
}

.module-slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.module-slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: -35px auto 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    font-size: 36px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.slides-navigation a span:before {
    line-height: 68px;
}

.slides-navigation a.prev {
    left: 40px;
}

.slides-navigation a.next {
    right: 40px;
}

.module-slides.dark-nav:hover a.prev:hover,
.module-slides.dark-nav:hover a.next:hover,
.module-slides.dark-nav:hover a.prev:focus,
.module-slides.dark-nav:hover a.next:focus,
.module-slides.dark-nav .slides-navigation a {
    color: #313131;
}

.module-slides:hover a.prev:hover,
.module-slides:hover a.next:hover,
.module-slides:hover a.prev:focus,
.module-slides:hover a.next:focus {
    color: #fff;
}

.module-slides:hover a.prev:hover {
    -webkit-transform: translateX(-5px) scale(.97);
            transform: translateX(-5px) scale(.97);
}

.module-slides:hover a.next:hover {
    -webkit-transform: translateX(5px) scale(.97);
            transform: translateX(5px) scale(.97);
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    position: relative;
    background: rgba(255, 255, 255, .7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 7px;
    text-indent: -200%;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
            transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.slides-pagination a.current {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

@media (max-width: 1200px) {
    .slides-navigation a.prev {
        left: 20px;
    }

    .slides-navigation a.next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .slides-navigation a.prev,
    .slides-navigation a.next {
        display: none;
    }
}

/*------------------------------------------------------------------
[Flexslider]
*/

.flexslider {
    border: 0;
    margin: 0;
}

.flexslider .slides {
    height: 100% !important;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}

.flexslider .slides {
    overflow: hidden;
}

.flexslider .slides li {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.flex-direction-nav a {
    text-shadow: none;
    line-height: 60px;
    color: #fff;
    width: 30px;
    height: 60px;
    margin: -30px 0 0;
    opacity: .8;
}

.flex-direction-nav a:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: "linea-arrows-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    color: #fff;
}

.flex-direction-nav a.flex-next:before {
    content: "\e04b";
}

.flex-direction-nav a.flex-prev:before {
    content: "\e03f";
}

.flex-direction-nav .flex-prev {
    left: 45px;
}

.flex-direction-nav .flex-next {
    right: 45px;
}

.dark-nav .flex-direction-nav a:before {
    color: #313131;
}

.slide-background {
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.kenburns .slides li:nth-of-type(odd) .slide-background {
            animation: kenBurnsEast 25s linear infinite alternate;
    -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(even) .slide-background {
            animation: kenBurnsWest 25s linear infinite alternate;
    -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}

@keyframes kenBurnsEast {
    from {
        -webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
    }

    to {
        -webkit-transform: scale(1.2) translateX(100px);
		transform: scale(1.2) translateX(100px);
    }
}

@-webkit-keyframes kenBurnsEast {
    from {
        -webkit-transform: scale(1) translateX(0);
		 transform: scale(1) translateX(0);
    }

    to {
        -webkit-transform: scale(1.2) translateX(100px);
		transform: scale(1.2) translateX(100px);
    }
}

@keyframes kenBurnsWest {
    from {
        -webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
    }

    to {
        -webkit-transform: scale(1.2) translateX(-100px);
		transform: scale(1.2) translateX(-100px);
    }
}

@-webkit-keyframes kenBurnsWest {
    from {
        -webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
    }

    to {
        -webkit-transform: scale(1.2) translateX(-100px);
		 transform: scale(1.2) translateX(-100px);
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none;
    }

    .kenburns .slides li .slide-background {
        -webkit-animation: none !important;
                animation: none !important;
    }
}

/*------------------------------------------------------------------
[Social Icons]
*/

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-list > li {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.social-list > li > a {
    display: block;
    background: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #313131;
}

.social-list > li > a:hover,
.social-list > li > a:focus {
    opacity: .6;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
    margin: 5px 7px 5px 0;
}

.social-icons > li > a {
    font-size: 20px;
    color: #FFF;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    /* color: #F47920; */
	color: #FFFFFF;
	opacity: 0.6;
}

.social-icons-dark {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons-dark > li {
    display: inline-block;
    margin: 5px 7px 5px 0;
}

.social-icons-dark > li > a {
    font-size: 20px;
    color: #4E4E4D;
}

.social-icons-dark > li > a:hover,
.social-icons-dark > li > a:focus {
    /* color: #F47920; */
	color: #4E4E4D;
	opacity: 0.6;
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    /* background: #181715; */
	background: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-indent: -9999em;
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 1.0);
    border-radius: 50%;
}

.loader:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    padding: 3px;
    border-width: 3px;
    border-style: solid;
    border-color: #F47920 transparent transparent transparent;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-animation: ringrotate .8s infinite cubic-bezier(0.5, .49, .49, .49);
            animation: ringrotate .8s infinite cubic-bezier(0.5, .49, .49, .49);
}

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}


/* .pace .pace-progress {
    background: #F47920;
}

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
} */

/*------------------------------------------------------------------
[Offcanvas]
*/

body:after {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    height: 1px;
    width: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 9998;
    content: " ";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.785, .135, .15, .86);
            transition: opacity .2s cubic-bezier(.785, .135, .15, .86);
    cursor: pointer;
    cursor: url("../images/close.png"), pointer;
}

body.off-canvas-sidebar-open:after {
    visibility: visible;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
}

.layout {
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1), 1.7s opacity ease;
            transition: left .2s cubic-bezier(.645, .045, .355, 1), 1.7s opacity ease;
    left: 0;
}

body.off-canvas-sidebar-open .layout {
    left: -270px;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-425px);
            transform: translateX(-425px);
}

.off-canvas-sidebar {
    background: #1b1d1f;
    position: fixed;
    right: -425px;
    top: 0;
    height: 100%;
    width: 425px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: transform .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
}

.off-canvas-sidebar h1,
.off-canvas-sidebar .h1,
.off-canvas-sidebar h2,
.off-canvas-sidebar .h2,
.off-canvas-sidebar h3,
.off-canvas-sidebar .h3,
.off-canvas-sidebar h4,
.off-canvas-sidebar .h4,
.off-canvas-sidebar h5,
.off-canvas-sidebar .h5,
.off-canvas-sidebar h6,
.off-canvas-sidebar .h6 {
    color: #fff;
}

.off-canvas-sidebar a {
    color: #fff;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-header,
.off-canvas-content {
    padding-right: 30px;
    padding-left: 30px;
}

.off-canvas-content {
    padding-bottom: 30px;
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

.close-offcanvas {
    font-size: 24px;
}

.off-canvas-sidebar a,
.off-canvas-sidebar .widget a {
    color: #fff;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus,
.off-canvas-sidebar .widget a:hover,
.off-canvas-sidebar .widget a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar .social-icons {
    text-align: center;
}

.off-canvas-sidebar .social-icons > li {
    margin: 5px 10px 0;
}

.off-canvas-sidebar .social-icons a {
    color: #999;
}

.off-canvas-sidebar .social-icons a:hover,
.off-canvas-sidebar .social-icons a:focus {
    color: #fff;
}

/*------------------------------------------------------------------
[Modals]
*/

.modal {
    z-index: 99999;
}

.modal-dialog {
    /* margin: 100px auto; */
    margin-top: 20%;
}

.modal-body {
	padding-top: 0px;
}

.modal-header {
    border-bottom: none;
	padding-bottom: 0px;
}

.modal-content {
    border: 0;
    border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 340px;
    }
}

/*------------------------------------------------------------------
[Special Headings]
*/

.special-heading {
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4,
.special-heading h5,
.special-heading h6 {
    border-bottom: 2px solid #F47920;
    display: inline-block;
    padding: 0 0 7px 0;
    margin: 0 0 -2px 0;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4 {
    letter-spacing: 2px;
}

.special-heading h5,
.special-heading h6 {
    letter-spacing: 1px;
}

.special-heading h1 {
    font-size: 20px;
}

.special-heading h2 {
    font-size: 18px;
}

.special-heading h3 {
    font-size: 16px;
}

.special-heading h4 {
    font-size: 14px;
}

.special-heading h5 {
    font-size: 14px;
}

.special-heading h6 {
    font-size: 12px;
}

/*------------------------------------------------------------------
[Testimonials]
*/

.tms-carousel {
    margin: 0 -15px;
}

.tms-carousel .owl-pagination {
    margin-top: 20px;
}

.testimonials-card {
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    position: relative;
    margin: 60px 15px 20px;
    padding: 0 40px 40px;
    color: #999;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.testimonials-card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.testimonials-card-photo {
    position: absolute;
    left: 50%;
    height: 90px;
    width: 90px;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.testimonials-card-photo img {
    border-radius: 50%;
    width: 100%;
}

.testimonials-card-content {
    padding: 80px 0 10px;
}

.testimonials-card-author {
    font-size: 14px;
}

.testimonials-card-author h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 5px;
}

.testimonials-card-author *:last-child {
    margin-bottom: 0;
}

.testimonials-card .testimonials-card-author h4 {
    color: #313131;
}

/*------------------------------------------------------------------
[Icon List]
*/

.icon-list li {
    display: table;
    margin: 0 0 8px;
}

.icon-list i,
.icon-list span {
    display: table-cell;
    vertical-align: middle;
}

.icon-list i:before,
.icon-list span:before {
    display: block;
}

.icon-list .fa,
.icon-list .icon {
    font-size: 19px;
    width: 1%;
    color: #F47920;
    padding-right: 15px;
}

/*------------------------------------------------------------------
[Features]
*/

.feature {
    margin: 15px 0;
}

.feature .feature-thumb img {
    width: 100%;
}

.feature .feature-content {
    padding: 30px 0;
}

.feature .feature-content h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

.feature .feature-content p:last-child {
    margin-bottom: 0;
}

.feature-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
}

/*------------------------------------------------------------------
[Timeline]
*/

.timeline > ul {
    padding: 0;
    margin: 0;
}

.timeline > ul > li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    /* padding-top: 50px; */
    background: #EDEDED;
}

.timeline > ul > li:first-child {
    /* padding-top: 100px; */
	padding-top: 60px;
}

.timeline > ul > li:last-child {
     /* padding-top: 100px; */
	padding-top: 60px;
}

.timeline > ul > li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* background: inherit; */
	background-color: #DEDEDE;
}

.timeline > ul > li:first-child::after {
    top: 100px;
}

.timeline > ul > li > div {
    position: relative;
    bottom: 0;
    width: 300px;
}

.timeline > ul > li .timeline-box {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .12);
}

.timeline > ul > li .timeline-box .timeline-thumb img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.timeline > ul > li .timeline-box .timeline-content {
    padding-top: 26px;
	padding-left: 30px;
	padding-right: 26px;
	padding-bottom: 30px;
}

.timeline > ul > li .timeline-box .timeline-content h3 {
    font-size: 26px;
    margin: 0 0 5px;
	/* color: #F47920; */
}

.timeline > ul > li .timeline-box .timeline-content h6 {
    font-size: 15px;
    margin: 0 0 15px;
}

.timeline > ul > li .timeline-box .timeline-content *:last-child {
    margin-bottom: 0;
}

.timeline > ul > li:nth-child(odd) > div {
    left: 45px;
}

.timeline > ul > li:nth-child(even) > div {
    left: -439px;
}

@media screen and (max-width: 900px) {
    .timeline > ul > li > div {
        width: 250px;
    }

    .timeline > ul > li:nth-child(even) > div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline > ul > li {
        margin-left: 0;
    }

    .timeline > ul > li > div {
        width: calc(100vw - 112px);
    }

    .timeline > ul > li:nth-child(even) > div {
        left: 45px;
    }
}

/*------------------------------------------------------------------
[Style Switcher]
*/

.custom-panel {
    position: fixed;
    width: 230px;
    left: 0;
    top: 150px;
    color: #eee;
    z-index: 999;
    background-color: #252525;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.panel-toggle {
    background-color: #252525;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.panel-toggle i {
    font-size: 1.1em;
}

.panel-options,
.panel-header {
    padding: 20px;
}

.panel-header {
    font-size: 15px;
    border-bottom: 1px #2d2d2d solid;
}

.panel-options {
    padding: 30px 20px;
}

.panel-options p {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.st-sw-layout {
    display: block;
    padding: 2px 0;
    font-weight: 300;
}

.color-picker {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.color-picker.color-picker-last {
    margin: 0 0 20px 0;
}

.color-picker li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.color-picker li:nth-child(5n) {
    margin-right: 0;
}

.color-picker li > a {
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}

.color-picker li a:hover,
.color-picker li a.selected-color {
    border: 2px solid #eee !important;
}

/*------------------------------------------------------------------
[Header & Navigation]
*/

.off-canvas-sidebar-open .header {
    left: -270px;
}

.header {
    background: transparent;
    position: fixed;
    z-index: 1040;
    height: 100px;
    width: 100%;
    padding: 0 40px;
    left: 0;
    -webkit-transition: height .3s ease-out,
                        background .3s ease-out,
                        box-shadow .5s,
                        left .2s cubic-bezier(.645, .045, .355, 1),
                        -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
    box-shadow: none;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    border-bottom: 0px solid rgba(220, 220, 220, .2);
}

.header.header-small {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.header.header-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 102px;
}

.header.header-center .inner-nav {
    text-align: center;
}

.header.header-right .inner-nav {
    text-align: right;
}

.header.header-right .extra-nav {
    min-width: auto;
    max-width: auto;
}

.header .container,
.header .container-fluid {
    position: relative;
    display: table;
    height: 100%;
}

.header .brand-light {
    display: none;
}

.header .inner-brand {
    color: #313131;
    white-space: nowrap;
}

.header .label {
    float: right;
    padding: 2px 6px 1px !important;
    letter-spacing: 1px !important;
    font-size: 8px !important;
    margin: 1px 0 0 !important;
}

.inner-header {
    vertical-align: middle;
}

.inner-nav {
    position: relative;
}

.extra-nav,
.inner-header {
    min-width: 280px;
    max-width: 280px;
    overflow: hidden;
}

.nav-toggle,
.inner-header,
.inner-navigation {
    display: table-cell;
    height: 100%;
}

.inner-brand {
    -webkit-transition: all .3s;
            transition: all .3s;
    font-size: 20px;
}

.inner-nav,
.inner-navigation {
    width: 100%;
}

.inner-navigation-inline {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.inner-nav,
.extra-nav {
    display: table-cell;
    height: 100%;
}

.extra-nav {
    text-align: right;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
}

.nav-toggle > a {
    display: block;
    height: 14px;
    width: 18px;
    float: right;
}

.nav-toggle > a span {
    /* background: #F47920; */
    background: #1C1C1B;
    display: block;
    height: 2px;
    width: 100%;
}

.nav-toggle > a span:nth-child(2),
.nav-toggle > a span:nth-child(3) {
    margin-top: 4px;
}

.inner-nav > ul,
.extra-nav > ul {
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li,
.extra-nav > ul > li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 18px 0 0;
	padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 1199px) {
    .inner-nav > ul > li,
	.extra-nav > ul > li {
		padding: 0px 0 0px 0;
	}
}

.inner-nav > ul > li:last-child,
.extra-nav > ul > li:last-child {
    margin-right: 0;
}

.inner-nav > ul > li > a,
.extra-nav > ul > li > a {
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 100%;
}

.inner-nav > ul > li > a::after,
.inner-nav > ul > li > a::before,
.extra-nav > ul > li > a::after,
.extra-nav > ul > li > a::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 12px);
}

.extra-nav > ul > li:first-child {
    padding-left: 24px;
}

.extra-nav > ul > li > a > .fa {
    margin-left: 10px;
}

.inner-nav > ul > li > .nav-btn .btn {
    /* font-family: 'rooney-sans', sans-serif; */
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
	margin-top: -20px!important;
    padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 10px;
}

.inner-nav > ul > li > .nav-btn .btn:hover,
.inner-nav > ul > li > .nav-btn .btn:focus {
    opacity: 1;
}

.inner-nav > ul > li > .nav-btn::after,
.inner-nav > ul > li > .nav-btn::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 23px);
}

.inner-nav > ul > li.menu-item-has-children > .sub-menu,
.inner-nav > ul > li.menu-item-has-children > .mega-menu {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
            transition: opacity .4s ease 0s,
                transform .4s ease 0s,
                visibility .4s linear 0s,
                -webkit-transform .4s ease 0s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #F47920;
    position: absolute;
    min-width: 120px;
    left: -20px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 100%;
    text-align: left;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, .1);
}

.inner-nav .sub-menu {
    list-style: none;
    padding: 10px 0;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}

.inner-nav .sub-menu li {
    position: relative;
    margin: 0;
}

.inner-nav .sub-menu li.mega-menu-col > a {
    color: #000;
    font-weight: 600;
}

.inner-nav .sub-menu li a {
    position: relative;
    display: block;
    padding: 8px 20px;
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    color: #1C1C1B;
    white-space: nowrap;
}

.inner-nav .sub-menu li a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: #666;
}

.inner-nav .sub-menu li a > .fa {
    margin-right: 6px;
    text-align: center;
    font-size: 14px;
    width: 18px;
}

.inner-nav .sub-menu li:hover::after {
    color: #777;
}

.inner-nav .mega-menu {
    white-space: nowrap;
    padding: 0;
}

.inner-nav .mega-menu .sub-menu {
    box-shadow: none;
    left: 0;
}

.inner-nav .mega-menu .sub-menu + .sub-menu {
    padding-top: 0;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    padding: 15px 0 0;
}

.inner-nav .sub-menu.mega-menu-row {
    padding: 0 5px;
}

.inner-nav .mega-menu .sub-menu {
    position: relative;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    left: auto;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 210px;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col > a {
    pointer-events: none;
    cursor: default;
}

.inner-nav .sub-menu .menu-item-has-children::after {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    content: "\f105";
    color: #999;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.inner-nav .sub-menu .menu-item-has-children.mega-menu-col::after {
    content: "";
    display: none;
}

.inner-nav .sub-menu-open > .sub-menu,
.inner-nav .sub-menu-open > .mega-menu,
.inner-nav .sub-menu-open > .mega-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.mega-menu.sub-menu-left {
    left: auto;
    right: 0;
}

.header .inner-brand,
.header.header-light.header-small .inner-brand {
    color: #313131;
}

.header .brand-dark,
.header.header-light.header-small .brand-dark {
    display: inline-block;
}

.header .brand-light,
.header.header-light.header-small .brand-light {
    display: none;
}

.header .inner-nav > ul > li > a,
.header .extra-nav > ul > li > a,
.header.header-light.header-small .inner-nav > ul > li > a,
.header.header-light.header-small .extra-nav > ul > li > a {
    /* color: #F47920; */
    color: #1C1C1B;
}

.header .inner-nav > ul > li > a.active,
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus,
.header .extra-nav > ul > li > a.active,
.header .extra-nav > ul > li > a:hover,
.header .extra-nav > ul > li > a:focus,
.header.header-light.header-small .inner-nav > ul > li > a.active,
.header.header-light.header-small .inner-nav > ul > li > a:hover,
.header.header-light.header-small .inner-nav > ul > li > a:focus,
.header.header-light.header-small .extra-nav > ul > li > a.active,
.header.header-light.header-small .extra-nav > ul > li > a:hover,
.header.header-light.header-small .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header .inner-nav > ul > li.sub-menu-open > a,
.header .extra-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .inner-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
}

.header.header-light .inner-brand {
    color: #fff;
}

.header.header-light .brand-dark {
    display: none;
}

.header.header-light .brand-light {
    display: inline-block;
}

.header.header-light .inner-nav > ul > li > a,
.header.header-light .extra-nav > ul > li > a {
    /* color: #fff; */
    color: #F47920;
}

.header.header-light .inner-nav > ul > li > a.active,
.header.header-light .inner-nav > ul > li > a:hover,
.header.header-light .inner-nav > ul > li > a:focus,
.header.header-light .extra-nav > ul > li > a.active,
.header.header-light .extra-nav > ul > li > a:hover,
.header.header-light .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header.header-light .inner-nav > ul > li.sub-menu-open > a,
.header.header-light .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
}

/* Disable focus state onepage nav */

.header .inner-nav.onepage-nav > ul > li > a:focus,
.header.header-light .inner-nav.onepage-nav > ul > li > a:focus,
.header.header-light.header-small .inner-nav.onepage-nav > ul > li > a:focus {
    opacity: 1;
}

/* Dark sub-menu */

.header-sub-menu-dark .inner-nav .sub-menu,
.header-sub-menu-dark .inner-nav .mega-menu {
    background-color: #1b1d1f;
}

.header-sub-menu-dark .inner-nav .sub-menu li.mega-menu-col > a {
    color: #fff;
}

@media (min-width: 1200px) {
    .inner-navigation.collapse {
        display: table-cell !important;
    }
}

@media (max-width: 1199px) {
    .header {
        background-color: #fff;
        padding: 0;
    }

    .header .container,
    .header .container-fluid {
        width: 100%;
        /* padding: 0 30px; */
		padding: 0px;
    }

    .header.header-right .inner-nav,
    .header.header-center .inner-nav {
        text-align: left;
    }

    .nav-toggle {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .inner-nav,
    .inner-navigation,
    .inner-navigation-inline {
        height: auto;
    }

    .inner-nav {
        display: block;
    }

    .extra-nav {
        display: none;
    }

    .inner-nav ul > li,
    .inner-nav .sub-menu li {
        display: block;
        height: auto;
        margin: 0;
    }

    .inner-nav ul > li a {
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: .7px;
        line-height: 22px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        padding: 4px 0;
    }
    .inner-nav .sub-menu li a {
        position: relative;
        display: block;
        text-transform: inherit;
        letter-spacing: .7px;
        line-height: 22px;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        padding: 4px 0;
    }

    .inner-nav ul > li a:hover,
    .inner-nav ul > li a:focus,
    .inner-nav .sub-menu li a:hover,
    .inner-nav .sub-menu li a:focus {
        opacity: .8;
        color: #fff;
    }

    .inner-nav ul > li a::after,
    .inner-nav ul > li a::before,
    .inner-nav .sub-menu li a::after,
    .inner-nav .sub-menu li a::before {
        content: none;
    }

    .inner-nav .sub-menu li a:hover {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .inner-nav .sub-menu li.mega-menu-col > a {
        color: #fff;
    }

    .inner-nav .sub-menu li.mega-menu-col > a::after {
        content: none;
    }

   /* .inner-nav li.menu-item-has-children > a::after {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 13px;
        content: "\f107";
        color: #999;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    } */

    .inner-nav .sub-menu .menu-item-has-children::after {
        display: none;
        content: "";
    }

    .inner-navigation {
        position: absolute;
        /* background-color: #4E4E4D; */
		background-color: #F47920;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .inner-navigation.show {
        overflow-y: auto;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.show {
        display: block;
    }

    .inner-navigation.collapsing {
        height: 0;
        -webkit-transition: height .35s ease;
                transition: height .35s ease;
    }

    .inner-navigation-inline {
        padding: 30px;
        display: block;
    }

    .inner-nav .sub-menu,
    .inner-nav .mega-menu {
        box-shadow: none;
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu,
    .inner-nav .mega-menu {
        border: 0;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .sub-menu .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .mega-menu .menu-item-has-children.sub-menu-open > a {
        background: transparent;
    }

    .inner-nav .sub-menu-open > .sub-menu,
    .inner-nav .sub-menu-open > .mega-menu,
    .inner-nav .sub-menu-open > .mega-menu .sub-menu,
    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        position: static;
        display: block !important;
    }

    .inner-nav .mega-menu .sub-menu .sub-menu {
        padding: 0;
    }

    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        width: auto;
        padding: 0;
    }

    .inner-nav .mega-menu > li:not(:last-child) {
        border: 0;
    }

    .inner-nav .mega-menu li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .header .inner-brand,
    .header.header-light .inner-brand,
    .header.header-small .inner-brand,
    .header.header-light.header-small .inner-brand {
        color: #313131;
    }

    .header .brand-dark,
    .header.header-light .brand-dark,
    .header.header-small .brand-dark,
    .header.header-light.header-small .brand-dark {
        display: inline-block;
    }

    .header .brand-light,
    .header.header-light .brand-light,
    .header.header-small .brand-light,
    .header.header-light.header-small .brand-light {
        display: none;
    }

    .header .inner-nav > ul > li > a,
    .header.header-light .inner-nav > ul > li > a,
    .header.header-small .inner-nav > ul > li > a,
    .header.header-light.header-small .inner-nav > ul > li > a {
        color: #fff;
    }

    .header .inner-nav > ul > li > a:hover,
    .header .inner-nav > ul > li > a:focus,
    .header.header-light .inner-nav > ul > li > a:hover,
    .header.header-light .inner-nav > ul > li > a:focus,
    .header.header-small .inner-nav > ul > li > a:hover,
    .header.header-small .inner-nav > ul > li > a:focus,
    .header.header-light.header-small .inner-nav > ul > li > a:hover,
    .header.header-light.header-small .inner-nav > ul > li > a:focus {
        opacity: .8;
    }
}

@media (max-width: 767px) {
    .inner-navigation-inline {
        display: block;
    }
}

@media (max-width: 1199px) {
	.headercontainer {
        padding-left: 15px!important;
		padding-right: 15px!important;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0;
}

.module-legal {
    background-color: #ffffff;
    position: relative;
    padding-top: 0px;
	padding-bottom: 30px;
	margin-top: -60px;
}

.module-team {
    background-color: #ffffff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-top: -40px;
	padding-top: 0px;
    padding-bottom: 60px;
}

.module-integraties {
    background-color: #ffffff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-top: -40px;
	padding-top: 0px;
    padding-bottom: 60px;
}

.module-timeline {
    background-color: #ffffff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-top: -40px;
	padding-top: 0px;
    padding-bottom: 60px;
}

.module-header {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	/* background-size: contain; */
    position: relative;
    padding-top: 180px;
	padding-bottom: 70px;
}

.module-top {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 200px;
	padding-bottom: 80px;
}

.module-contact {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 120px;
	padding-bottom: 40px;
}

.contactheight {
    height: 70vh;
}

.module.module-divider-top,
.module-sm.module-divider-top,
.module-header.module-divider-top,
.module-top.module-divider-top {
    border-top: 1px solid #f2f2f2;
}

.module.module-divider-bottom,
.module-sm.module-divider-bottom,
.module-header.module-divider-bottom,
.module-top.module-divider-bottom{
    border-bottom: 1px solid #f2f2f2;
}

.module {
    background-color: #fff;
    padding: 100px 0;
}

@media (max-width: 768px) {
    .module,
	.module-sm {
    	padding-top: 60px;
        padding-bottom: 60px;
	}
    .module-sm {
    	margin-top: 10px!important;
	}
    .br {
		display: none;
	}
    p {
		font-size: 16px;
	}
    h1 {
		font-size: 34px;
        line-height: 38px;
	}
    h2 {
		font-size: 26px;
        line-height: 30px;
	}
}

.module-sm {
    background-color: #fff;
    padding: 0px 0px 90px 0px;
    margin-top: -30px;
}

.module-gray {
    background-color: #f7f7f7;
}

.module-dark {
    background-color: #4E4E4D;
	color: #FFFFFF;
}

.flexslider,
.module-slides,
.full-height {
    /* min-height: 100vh; */
    height: 100vh;
    padding: 0;
}

@media (max-width: 767px) {
    .full-height {
    	height: 70vh;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-height {
    	height: 80vh;
	}
	.module-header {
    	padding-top: 0px;
		padding-bottom: 100px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-height {
    	height: 70vh;
	}
	.module-header {
    	padding-top: 100px;
		padding-bottom: 180px;
	}
	.intro {
    	padding-top: 6%;
	}
}

.flexslider .container,
.module-slides .container,
.full-height .container {
    display: table;
    height: 100%;
    padding: 0;
}

.flexslider .container > .row,
.module-slides .container > .row,
.full-height .container > .row {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.flexslider .container,
.full-height .container,
.module-slides .container,
.module-header .container {
    position: relative;
    z-index: 2;
}

.parallax {
    background-color: transparent !important;
}

.header + .wrapper .module:first-child {
    padding-top: 160px;
}

.header + .wrapper .module-sm:first-child {
    padding-top: 114px;
}

.header + .wrapper section.maps-container:first-child {
    padding-top: 81px;
}

.module-page-title {
    background-color: #f7f7f7;
    /* border-bottom: 1px solid #f2f2f2; */
    padding: 130px 0 30px;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.module-page-title .h5 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    margin: 0;
}

.row-page-title {
    display: table;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
}

.row-page-title .page-title-captions,
.row-page-title .page-title-secondary {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.row-page-title .page-title-secondary .breadcrumb {
    float: right;
}

@media (max-width: 767px) {
    .row-page-title .page-title-captions {
        text-align: left;
    }

    .row-page-title .page-title-secondary {
        /* display: none; */
    }
}

.bb {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}

.flexslider,
.module-header,
.module-top,
.module-slides {
    text-align: center;
}

.flexslider .container > .row > [class*="col-"] > *:last-child,
.module-header .container > .row > [class*="col-"] > *:last-child,
.module-top .container > .row > [class*="col-"] > *:last-child,
.module-slides .container > .row > [class*="col-"] > *:last-child {
    margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-top .btn,
.module-slides .btn {
    margin: 3px;
}

.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6,
.module-top h1,
.module-top h2,
.module-top h3,
.module-top h4,
.module-top h5,
.module-top h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
    color: #1C1C1B;
    margin: 0;
}

.flexslider p,
.module-header p,
.module-top p,
.module-slides p {
    font-size: 18px;
    margin: 0;
}

.flexslider h1.h1,
.module-header h1.h1,
.module-top h1.h1,
.module-slides h1.h1 {
    font-size: 44px;
    line-height: 46px;
}

.flexslider h1.h1 span,
.module-header h1.h1 span,
.module-top h1.h1 span,
.module-slides h1.h1 span {
    font-weight: 700;
    /* border-bottom: 2px solid #F47920!important; */
}

.flexslider h1.h2,
.module-header h1.h2,
.module-top h1.h2,
.module-slides h1.h2 {
    font-size: 44px;
}

.flexslider h1.h3,
.module-header h1.h3,
.module-top h1.h3,
.module-slides h1.h3 {
    font-size: 44px;
}

.flexslider h1.h4,
.module-header h1.h4,
.module-top h1.h4,
.module-slides h1.h4 {
    font-size: 32px;
}

.flexslider h1.h5,
.module-header h1.h5,
.module-top h1.h5,
.module-slides h1.h5 {
    font-size: 18px;
}

.flexslider h1.h6,
.module-header h1.h6,
.module-top h1.h6,
.module-slides h1.h6 {
    letter-spacing: 1px;
    margin-right: -1px;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .wrapper {
        padding-top: 80px;
    }

    .module-page-title {
        padding-top: 60px;
		padding-bottom: 40px;
    }

    .module-top {
        height: auto;
        /* min-height: auto; */
        padding-top: 160px;
		padding-bottom: 60px;
    }

    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1,
	.module-top h1.h1 {
        font-size: 48px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2,
	.module-top h1.h2 {
        font-size: 38px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3,
	.module-top h1.h3 {
        font-size: 36.4px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4,
	.module-top h1.h4 {
        font-size: 25.6px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5,
	.module-top h1.h5 {
        font-size: 16.2px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6,
	.module-top h1.h6 {
        font-size: 12.6px;
    }

    /* .flexslider br,
    .module-slides br,
    .module-header br,
	.module-top br {
        display: none;
    } */
	
}

@media (max-width: 767px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1,
	 .module-top h1.h1 {
        font-size: 42px;
        line-height: 44px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2,
	.module-top h1.h2 {
        font-size: 36px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3,
	.module-top h1.h3 {
        font-size: 28.8px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4,
	.module-top h1.h4 {
        font-size: 19.2px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5,
	.module-top h1.h5 {
        font-size: 14.4px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6,
	.module-top h1.h6 {
        font-size: 11.2px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p,
	.module-top p {
        font-size: 18px;
    }
	
	.toptext br {
        display: none;
    }
}

@media (max-width: 568px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1,
	.module-top h1.h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2,
	.module-top h1.h2 {
        font-size: 26px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3,
	.module-top h1.h3 {
        font-size: 24px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4,
	.module-top h1.h4 {
        font-size: 16px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5,
	.module-top h1.h5 {
        font-size: 12.6px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6,
	.module-top h1.h6 {
        font-size: 9.8px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p,
	.module-top p {
        font-size: 18px;
    }
}

.bg-dark,
.bg-gradient {
    color: #fff;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6,
.bg-gradient blockquote {
    color: #fff;
}

.bg-dark .counter .counter-title,
.bg-dark .counter .counter-number,
.bg-gradient .counter .counter-title,
.bg-gradient .counter .counter-number {
    color: #fff;
}

.module-title {
    margin: 0 0 70px;
}

.module-title h2 {
    margin: 0 0 20px;
    font-size: 28px;
    /* text-transform: uppercase;
    letter-spacing: 4px; */
}

.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-60:before,
.bg-light-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-dark-30:before {
    background-color: rgba(34, 34, 34, 0.05);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    background: rgba(34, 34, 34, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    background: rgba(34, 34, 34, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-30:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-60:before {
    background: rgba(255, 255, 255, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-90:before {
    background: rgba(255, 255, 255, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-gradient:before,
.bg-gradient-light:before,
.bg-gradient-dark:before {
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-gradient:before {
    /* background-color: #F47920; */
	/* background: -webkit-linear-gradient(145deg, #4E4E4D 0%, rgba(0, 0, 0, .1) 100%); */
	background: linear-gradient(145deg, rgba(0, 84, 148, .9) 0%, rgba(131, 187, 38, .0) 100%);
	/* background: linear-gradient(145deg, rgba(0, 84, 148, .9) 0%, rgba(0, 0, 0, .0) 100%); */
    content: "";
    left: 0;
    top: 0;
}

.bg-gradient-light:before {
    /* background-color: #F47920; */
	/* background: -webkit-linear-gradient(145deg, #4E4E4D 0%, rgba(0, 0, 0, .1) 100%); */
    /* background: linear-gradient(145deg, #4E4E4D 0%, rgba(0, 0, 0, .1) 100%); */
	/* background: linear-gradient(145deg, rgba(134, 215, 56, .8) 0%, rgba(0, 0, 0, .0) 100%); */
	background: linear-gradient(145deg, rgba(17, 73, 2, .9) 0%, rgba(0, 0, 0, .3) 100%);
    content: "";
    left: 0;
    top: 0;
}

.bg-gradient-dark:before {
    /* background-color: #F47920; */
	/* background: -webkit-linear-gradient(145deg, #4E4E4D 0%, rgba(0, 0, 0, .1) 100%); */
    /* background: linear-gradient(145deg, #4E4E4D 0%, rgba(0, 0, 0, .1) 100%); */
	/* background: linear-gradient(145deg, rgba(134, 215, 56, .8) 0%, rgba(0, 0, 0, .0) 100%); */
	background: linear-gradient(145deg, rgba(17, 73, 2, .9) 0%, rgba(0, 0, 0, .5) 100%);
    content: "";
    left: 0;
    top: 0;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.demo-preview {
    text-align: center;
    margin: 0 0 60px;
}

.demo-preview img {
    -webkit-transition: all .3s cubic-bezier(.46, .01, .25, 1);
            transition: all .3s cubic-bezier(.46, .01, .25, 1);
}

.demo-preview a {
    display: block;
    margin: 0 0 20px;
}

.demo-preview a:hover {
    opacity: .8;
}

.demo-preview h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.demo-preview:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}

.block-two-columns {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.block-two-columns .block-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    width: 50%;
}

.block-two-columns .block-item .block-item-inner {
    padding: 10%;
    width: 100%;
}

@media (max-width: 767px) {
    .block-two-columns .block-item {
        display: inline-block;
        height: auto;
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Portfolio filter]
*/

.row-portfolio-filter {
    margin-right: -15px;
    margin-left: -15px;
}

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters > li {
    display: inline-block;
    margin: 20px 15px;
    line-height: 20px;
}

.filters > li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.filters > li a {
    color: #111;
    opacity: .5;
}

.filters > li a:hover,
.filters > li a.current {
    opacity: 1;
}

@media (max-width: 767px) {
    .filters > li {
        display: block;
    }
}

/*------------------------------------------------------------------
[Portfolio grid]
*/

.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
    float: left;
    overflow: hidden;
}

.row-portfolio[data-columns="2"] .grid-sizer,
.row-portfolio[data-columns="2"] .portfolio-item {
    width: 50%;
}

.row-portfolio[data-columns="4"] .grid-sizer,
.row-portfolio[data-columns="4"] .portfolio-item {
    width: 25%;
}

.row-portfolio.row-related-portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

.row-portfolio.row-related-portfolio .grid-sizer,
.row-portfolio.row-related-portfolio .portfolio-item {
    padding: 0 10px 20px;
}

.row-portfolio.row-gutter .grid-sizer,
.row-portfolio.row-gutter .portfolio-item {
    padding: 10px;
}

/*------------------------------------------------------------------
[Portfolio Single Item]
*/

.portfolio-title,
.portfolio-caption,
.portfolio-overlay,
.portfolio-subtitle,
.portfolio-wrapper img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    background: rgba(49, 49, 49, .95);
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.portfolio-caption {
    position: absolute;
    padding: 25px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    top: 50%;
    left: 0;
    text-align: center;
}

.portfolio-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.portfolio-subtitle {
    font-size: 14px;
    opacity: .7;
}

.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.portfolio-item:hover .portfolio-wrapper img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-caption {
    position: relative;
    opacity: 1;
    top: 0;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-subtitle {
    color: #313131;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-subtitle {
    color: #fff;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-caption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

@media (max-width: 1199px) {
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 33.333333%;
    }
}

@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }

    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item,
    .row-portfolio[data-columns="2"] .grid-sizer,
    .row-portfolio[data-columns="2"] .portfolio-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Portfolio Single Navigation]
*/

.ps-next,
.ps-prev {
    height: 40px;
    display: block;
}

.ps-all,
.ps-next,
.ps-prev {
    line-height: 40px;
}

.ps-all a,
.ps-next a,
.ps-prev a {
    line-height: 40px;
    color: #313131;
}

.ps-all a > .arrows,
.ps-next a > .arrows,
.ps-prev a > .arrows {
    line-height: 40px;
    font-size: 35px;
}

.ps-all a > .arrows:before,
.ps-next a > .arrows:before,
.ps-prev a > .arrows:before {
    line-height: 40px;
}

.ps-all a:hover,
.ps-next a:hover,
.ps-prev a:hover {
    color: #F47920;
}

.ps-next {
    text-align: right;
}

.ps-all {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.ps-all .h4 {
    font-size: 12px;
}

/*------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-content p,
.portfolio-content ul,
.portfolio-content ol {
    margin: 0 0 30px;
}

.portfolio-sidebar {
    padding-left: 30px;
}

.portfoli-details {
    border-top: 1px solid rgba(238, 238, 238, .9);
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding: 20px 0;
    margin: 0 0 0;
}

.portfoli-details ul {
    margin: 0;
}

.portfoli-details.border-left {
    border: 0;
    border-left: 1px solid rgba(238, 238, 238, .9);
    padding: 0 0 0 30px;
}

.portfoli-details li > span {
    display: inline-block;
    min-width: 100px;
}

.portfoli-details > ul > li {
    margin: 0 0 20px;
}

.portfoli-details > ul > li:last-child {
    margin: 0;
}

.portfoli-details li > h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 5px;
}

h2.single-portfolio-title {
    font-size: 30px;
	margin-bottom: 10px;
}

h3.single-portfolio-title {
    font-size: 22px;
}

.project-details li {
    padding: 0 0 5px;
}

.portfolio-content > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .portfolio-sidebar {
        padding: 50px 0 0 0;
    }

    .portfoli-details.border-left {
        border: 0;
        border-top: 1px solid rgba(238, 238, 238, .9);
        border-bottom: 1px solid rgba(238, 238, 238, .9);
        padding: 20px 0;
    }
}

/*------------------------------------------------------------------
[Gallery]
*/

a[rel~="gallery"]:hover {
    opacity: .8;
}

.gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery .gallery-item {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}

.gallery-item {
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
    display: none;
}

.gallery .gallery-caption {
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    bottom: 15px;
    left: 30px;
    margin-right: 30px;
    padding: 8px 15px;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (max-width: 991px) {
    .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Blog]
*/

.sidebar {
    padding: 0 0 0 30px;
}

.sidebar.sidebar-left {
    padding: 0 30px 0 0;
}

.post {
    margin: 0 0 50px;
}

.post + .post {
    margin: 80px 0 0;
}

.timeline .post {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    margin: 0;
}

.post-preview {
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    margin: 0 0 40px;
}

.post-preview img {
    border-radius: 3px;
}

.post-preview:hover {
    opacity: .7;
}

.blog-grid .post-preview,
.blog-masonry .post-preview {
    margin: 0 0 35px;
}

.post-more {
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-weight: bold; */
    font-size: 18px;
    margin: 20px 0 0;
}

.post-more i {
    margin-top: 2px;
	vertical-align: baseline;
}

.post-header {
    margin: 0 0 30px;
}

.timeline .post-header,
.blog-grid .post-header,
.blog-masonry .post-header {
    margin: 0 0 20px;
}

.post-title {
    font-size: 30px;
    margin: 0 0 15px;
}

.timeline .post-title,
.blog-grid .post-title,
.blog-masonry .post-title {
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    /* color: #bdbdbd; */
	color: #F47920;
}

.post-meta > li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta > li:not(:last-child):after {
    position: absolute;
    content: '|';
    right: -5px;
    top: 0;
}

.post-meta > li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.timeline .post-meta,
.blog-grid .post-meta,
.blog-masonry .post-meta {
    font-size: 13px;
}

.post-meta a {
    color: #bdbdbd;
}

.post-meta a:hover,
.post-meta a:focus {
    color: #F47920;
}

.timeline .post-wrapper {
    padding: 0 30px 40px 30px;
}

.post-tags {
    margin: 30px 0 0;
}

.post-tags a {
    background: #f2f2f2;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 8px;
    color: #111;
}

.post-tags a:hover {
    background: #F47920;
    color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 30px;
}

.post-content blockquote {
    padding: 20px 40px;
    margin: 40px 0;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .sidebar,
    .sidebar.sidebar-left {
        padding: 80px 0 0 0;
    }
}

.blog-magazine .post {
    margin: 0 0 30px;
}

.blog-magazine .col-lg-6 .post-background {
    padding-top: 80%;
}

.post-background {
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 40%;
}

.post-background:before {
    border-radius: 3px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, transparent 0%, #252525 100%);
    background: linear-gradient(to bottom, transparent 0%, #252525 100%); */
	background-color: #F47920;
    /* background: -webkit-linear-gradient(45deg, #F47920 0%, rgba(115, 130, 239, .2) 100%);
    background: linear-gradient(45deg, #F47920 0%, rgba(115, 130, 239, .2) 100%); */
	/* background: -webkit-linear-gradient(45deg, #4E4E4D 0%, rgba(115, 130, 239, .1) 100%);
    background: linear-gradient(45deg, #4E4E4D 0%, rgba(115, 130, 239, .1) 100%); */
	background: -webkit-linear-gradient(45deg, rgba(17, 73, 2, .9) 0%, rgba(0, 0, 0, .1) 100%);
	background: linear-gradient(45deg, rgba(17, 73, 2, .9) 0%, rgba(0, 0, 0, .1) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: .85;
    -webkit-transition: .3s ease;
            transition: .3s ease;
}

.post-background .post-background-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.post-background .post-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 30px;
    margin: 0;
    z-index: 2;
}

.post-background .post-header .post-title {
    font-size: 28px;
    margin: 0 0 10px;
}

.post-background .post-header .post-title a {
    color: #fff;
}

.post-background:hover:before {
    opacity: .6;
}

@media (max-width: 1200px) {
    .blog-magazine .col-lg-6 .post-background,
    .blog-magazine .col-lg-12 .post-background {
        padding-top: 80%;
    }
}

/*------------------------------------------------------------------
[Comments & Comment Form]
*/

.comments-area {
    margin: 0 0 60px;
}

.comments-title,
.comment-reply-title {
    border-top: 1px solid rgba(238, 238, 238, .9);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 30px;
    margin: 0 0 30px;
}

.comment-reply-title {
    margin: 0 0 10px;
}

.comment-form {
    margin-top: 40px;
}

.comment {
    border-top: 1px solid rgba(238, 238, 238, .9);
    padding: 30px 0 0;
    margin: 30px 0 0;
}

.comment .children > .comment {
    margin-left: 90px;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-author > img {
    border-radius: 50%;
}

.comment-body {
    position: relative;
    margin: 0 0 0 90px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author {
    margin: 0 0 5px;
}

.comment-meta-author a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #313131;
}

.comment-meta-author a:hover,
.comment-meta-author a:focus {
    color: #F47920;
}

.comment-meta-date {
    font-size: 14px;
}

.comment-meta-date a {
    color: #999;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus {
    color: #F47920;
    opacity: 1;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
}

.comment-reply > a {
    background-color: #f2f2f2;
    padding: 7px 9px 5px 10px;
    border-radius: 15px;
    display: block;
    color: #111;
}

.comment-reply > a:hover,
.comment-reply > a:focus {
    background: #F47920;
    color: #fff;
}

/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 50px;
}

.widget .widget-title {
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding: 0 0 20px;
    margin: 0 0 25px;
}

.widget .widget-title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}

.widget a {
    color: #999;
}

.widget a:hover,
.widget a:focus {
    color: #F47920;
}

.widget input,
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: .09375rem;
    font-size: .625rem;
    padding: 1rem .9375rem;
}

/* --- [ Search Widget ] --- */

.widget_search form {
    position: relative;
}

.search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -2px;
    height: 100%;
    right: 10px;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    color: #ddd;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #F47920;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}

.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
    color: #313131;
}

.widget_recent_works img,
.widget_recent_entries a img,
.widget_recent_entries_custom a img {
    border-radius: 3px;
}

.post-date {
    font-size: 12px;
    display: block;
    opacity: .7;
}

.widget_recent_entries_custom ul li {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 74px;
}

.widget_recent_entries_custom .wi img {
    width: 100%;
}

.widget_recent_entries_custom .wb {
    padding-left: 18px;
    width: 100%;
}

/* --- [ Resent Works Widget ] --- */

.widget_recent_works > ul {
    margin: 0 -5px;
}

.widget_recent_works > ul:before,
.widget_recent_works > ul:after {
    content: " ";
    display: table;
}

.widget_recent_works > ul:after {
    clear: both;
}

.widget_recent_works > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 5px;
    margin: 0;
}

.widget_recent_works > ul > li > a:hover {
    opacity: .5;
}

/* --- [ Tags Widget ] --- */

.widget_tag_cloud .tagcloud > a {
    background: #f2f2f2;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 8px;
    color: #111;
}

.widget_tag_cloud .tagcloud > a:hover {
    background: #F47920;
    color: #fff;
    opacity: 1;
}

/* --- [ Twitter Feed Widget ] --- */

.twitter-feed-widget ul > li {
    border: 0;
}

.twitter-feed-widget ul > li img {
    display: none;
}

.twitter-feed-widget ul > li:last-child {
    padding: 0;
    margin: 0;
}

.twitter-feed-widget .timePosted {
    font-size: 12px;
    opacity: .7;
    margin: 2px 0 0;
}

.twitter-feed-widget .tweet {
    word-wrap: break-word;
    margin: 0;
}

.twitter-feed-widget .user,
.twitter-feed-widget .interact {
    display: none;
}

/* --- [ Сalendar widget ] --- */

.calendar_wrap,
.calendar_wrap table {
    width: 100%;
}

.calendar_wrap caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.calendar_wrap thead {
    font-size: 10px;
}

.calendar_wrap thead th {
    padding-bottom: 10px;
    text-align: center;
}

.calendar_wrap tbody {
    color: #aaa;
}

.calendar_wrap tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

.calendar_wrap tbody td:hover {
    background: #fff;
}

.calendar_wrap tbody .pad {
    background: none;
}

.calendar_wrap tfoot #next,
.calendar_wrap tfoot #prev {
    text-transform: uppercase;
    font-size: 10px;
}

.calendar_wrap tfoot #next {
    text-align: right;
}

.calendar_wrap tfoot #prev {
    padding-top: 10px;
}

/* --- [ Navmenu widget ] --- */

.widget_nav_menu ul li {
    border: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
    line-height: 1.2;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}

.widget_nav_menu .sub-menu {
    padding: 30px 0 0;
}

.widget_nav_menu .sub-menu li {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.widget_nav_menu .sub-menu li:last-child {
    padding-bottom: 0;
}

.footer .widget ul li,
.footer .widget ol li,
.footer .widget .widget-title,
.off-canvas-sidebar .widget ul li,
.off-canvas-sidebar .widget ol li,
.off-canvas-sidebar .widget .widget-title {
    border-color: rgba(255, 255, 255, .00);
}

.footer .widget_tag_cloud .tagcloud > a,
.off-canvas-sidebar .widget_tag_cloud .tagcloud > a {
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #fff;
}

.footer .widget_tag_cloud .tagcloud > a:hover,
.off-canvas-sidebar .widget_tag_cloud .tagcloud > a:hover {
    background-color: #F47920;
    border-color: #F47920;
}

/*------------------------------------------------------------------
[Shop]
*/

.shop-grid-item {
    margin: 0 0 40px;
}

.shop-grid-item .shop-item-thumb {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

.shop-grid-item .shop-item-thumb img {
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
}

.shop-grid-item .shop-item-thumb .shop-item-hidden {
    position: absolute;
    width: 100%;
    top: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
}

.shop-grid-item .shop-item-thumb:hover img {
    opacity: .5;
}

.shop-grid-item .shop-item-thumb:hover .shop-item-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.shop-grid-item .shop-item-captions {
    text-align: center;
}

.shop-grid-item .shop-item-title {
    font-size: 14px;
    margin: 0 0 10px;
}

.shop-grid-item .shop-item-price {
    font-size: 14px;
    opacity: .5;
}

/*------------------------------------------------------------------
[Shop Masonry]
*/

.row-shop-masonry {
    margin-left: -15px;
    margin-right: -15px;
}

.shop-masonry-item {
    float: left;
    width: 100%;
    padding: 2px;
}

.shop-masonry-item .shop-masonry-img-wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 100%;
}

.shop-masonry-wrapper {
    position: relative;
    overflow: hidden;
}

.shop-masonry-wrapper .shop-masonry-img-wrap {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.shop-masonry-wrapper .shop-item-hidden {
    position: absolute;
    width: 100%;
    top: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
    z-index: 4;
}

.row-shop-masonry .grid-sizer,
.row-shop-masonry .shop-masonry-item {
    width: 25%;
}

.row-shop-masonry .grid-sizer.large,
.row-shop-masonry .shop-masonry-item.large {
    width: 50%;
}

.shop-item-caption {
    position: absolute;
    padding: 25px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.shop-item-caption h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 7px 0;
}

.shop-masonry-overlay {
    position: absolute;
    background: rgba(255, 255, 255, .6);
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.shop-masonry-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.shop-masonry-item:hover .shop-item-caption {
    opacity: 1;
}

.shop-masonry-item:hover .shop-item-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.shop-masonry-item:hover .shop-masonry-overlay {
    opacity: 1;
}

@media (max-width: 991px) {
    .row-shop-masonry .grid-sizer,
    .row-shop-masonry .shop-masonry-item {
        width: 50%;
    }

    .row-shop-masonry .grid-sizer.large,
    .row-shop-masonry .shop-masonry-item.large {
        width: 100%;
    }
}

@media (max-width: 601px) {
    .row-shop-masonry .grid-sizer,
    .row-shop-masonry .shop-masonry-item {
        width: 100%;
    }

    .row-shop-masonry .grid-sizer.large,
    .row-shop-masonry .shop-masonry-item.large {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Shop Product]
*/

.product {
    padding: 20px 0;
}

.product-title {
    margin: 0 0 10px;
}

.product-rating {
    font-size: 13px;
}

.product-rating .star-rating {
    margin: 0 9px 0 0;
}

.product-rating a {
    color: #313131;
}

.product-rating a:hover {
    color: #F47920;
}

.product-price {
    margin: 30px 0;
}

.product-gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0;
}

.product-gallery li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-meta div {
    display: table;
    table-layout: fixed;
}

.product-meta div > .product-mata-label {
    min-width: 108px;
    display: table-cell;
    font-weight: 600;
    color: #313131;
}

.comment-shop .comment:first-child {
    border: 0;
    padding: 0;
    margin: 0;
}

/*------------------------------------------------------------------
[Shop Cart]
*/

.cart-table {
    border: 1px solid #eee;
}

.cart-table > thead > tr > th,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > th,
.cart-table > thead > tr > td,
.cart-table > tbody > tr > td,
.cart-table > tfoot > tr > td {
    border: 0;
    border-top: 1px solid #eee;
    padding: 20px;
    vertical-align: middle;
}

.cart-table > thead > tr > th {
    font-weight: 600;
    font-size: 14px;
    color: #313131;
}

.cart-table .cart-remove {
    text-align: center;
}

.cart-table .cart-remove a {
    color: #898989;
}

.cart-table .col-thumbnail {
    width: 100px;
}

.cart-table .form-control {
    max-width: 80px;
}

.cart-thumbnail {
    max-width: 80px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0px solid #eee;
    }

    .table-responsive .cart-table {
        border: 0;
    }
}

.coupon {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 10px;
}

.coupon [class^='col-md'] {
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .coupon .btn {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Stars Rating]
*/

.star-rating {
    font-family: "FontAwesome";
    letter-spacing: -1px;
    color: #f1c40f;
}

.star-rating-1:after {
    content: "\f005\20\f006\20\f006\20\f006\20\f006";
}

.star-rating-2:after {
    content: "\f005\20\f005\20\f006\20\f006\20\f006";
}

.star-rating-3:after {
    content: "\f005\20\f005\20\f005\20\f006\20\f006";
}

.star-rating-4:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f006";
}

.star-rating-5:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
}

/*------------------------------------------------------------------
[User Pages]
*/

.up-logo,
.up-form,
.up-help {
    text-align: center;
    margin: 0 0 50px;
}

.up-form .form-check {
    margin: 20px 0;
}

.hero-search {
    max-width: 720px;
    margin: 0 auto;
}

.hero-search form {
    position: relative;
}

.hero-search .form-control {
    letter-spacing: 0;
    text-transform: none;
    font-size: .875rem;
    height: 64px;
    padding: 1rem 1.25rem;
}

.hero-search .search-button {
    font-size: 1.125rem;
    right: 1.25rem;
    top: 0;
}

/*------------------------------------------------------------------
[Support Pages]
*/

.page-title {
    font-size: 30px;
    margin: 0 0 15px;
}

/*------------------------------------------------------------------
[Footer]
*/

.footer {
    position: relative;
	background: #F5F3EA;
	/* background: #F47920; */
    color: #4E4E4D;
	padding-top: 40px;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.footertext {
    padding-top: 40px;
}

.footerlogo{
    margin-top: -24px;
}

/* .footericon {
    position: absolute;
    z-index: 00;
    bottom: 25%;
    right: 5%;
	opacity: 0.25;
} */

.footericon {
    position: absolute;
    z-index: 00;
	/* bottom: 30px; */
    bottom: 0;
    right: 0;
	opacity: 0.25;
}

.footer a {
    color: #4E4E4D!important;
}

.footer a:hover,
.footer a:focus {
    color: #CCC;
    opacity: .7;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
    color: #1C1C1B;
}

.footer h3,
.footer .h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
}

.footer p {
    font-size: 16px;
	line-height: 1.6;
}

.footer .widget {
    margin: 60px 0 50px;
}

@media (max-width: 767px) {
    .footer .widget {
    	margin: 30px 0 30px;
	}
}

.footer .copyright {
    /* text-transform: uppercase; */
    /* letter-spacing: 1.5px;
    font-weight: bold; */
    font-size: 14px;
    line-height: 22px;
	text-align: center;
	color: #4E4E4D;
    margin: 0;
}

.topfooterlink {
	color: #4E4E4D!important;
	border-bottom: 1px solid #4E4E4D!important;
}

.topfooterlink:hover, .footerlink:focus {
	color: #F47920!important;
	border-bottom: 1px solid #F47920!important;
}

.footerlink {
	color: #4E4E4D!important;
	border-bottom: 1px solid #4E4E4D!important;
}

.footerlink:hover, .footerlink:focus {
	color: #F47920!important;
	border-bottom: 1px solid #F47920!important;
}

.footer-copyright {
    border-top: 0px solid rgba(255, 255, 255, .05);
    padding-top: 30px;
	padding-bottom: 40px;
	/* background: #F47920;
	background: url("../images/patroon-2.jpg") no-repeat center; */
}

.footer-top {
    /* border-top: 0px solid rgba(255, 255, 255, .05); */
    padding-top: 10px;
	padding-bottom: 10px;
	/* background: #F47920; */
	background: url("../images/patroon-2.jpg") no-repeat center;
}

.footerinfo {
	font-size: 15px!important;
	line-height: 16px;
}

.footerlinks {
	list-style: none;
	margin-left: -20px;
	padding-top: 10px;
}	

@media (max-width: 767px) {
    .footerlinks {
		list-style: none;
		margin-left: 20px!important;
		padding-top: 0px;
	}
}

.footerlinks li {
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size: 16px;
	line-height: 17px;
    letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 4px!important;
	color: #4E4E4D;
	text-transform: uppercase;
}

.footerlinks li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
	text-decoration: none;
}

.footerlinks li a:hover {
	color: #CCC;
	transition: all 0.35s ease-in-out;
	text-decoration: none;
}

.footerlinks li:before {    
	 font-family: 'FontAwesome';
	 /* content: '\F101'; */
	 content: '\f0da';
	 color: #4E4E4D;
	 opacity: 1;
	 margin: 0 10px 0 -16px;
}

.footersublinks {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px!important;
}	

@media (max-width: 767px) {
    .footersublinks {
		list-style: none;
		margin-left: 0px!important;
		padding-top: 0px;
	}
}

.footersublinks li {
	/* font-family: 'rooney-sans', sans-serif; */
	font-family: 'sofia-pro', sans-serif;
	font-style: normal;
	font-weight: 300;
    font-size: 15px;
	line-height: 17px;
    letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px!important;
	color: #4E4E4D;
	text-transform: none;
}

.footersublinks li a {
	color: #4E4E4D;
	transition: all 0.35s ease-in-out;
	text-decoration: none;
}

.footersublinks li a:hover {
	color: #CCC;
	transition: all 0.35s ease-in-out;
	text-decoration: none;
}

.footersublinks li:before {    
	 font-family: 'FontAwesome';
	 /* content: '\F101'; */
	 content: '\f0da';
	 color: transparent;
	 opacity: 1;
	 margin: 0 10px 0 -16px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.progress-bar {
	overflow: visible;
}

.form-control {
	height: calc(1.5em + 1.813rem + 2px);
}

.form-control-lg {
	height: calc(1.5em + 2.094rem + 2px);
}

.form-control-sm {
    height: calc(1.5em + 1.6048rem + 2px);
}

.input-group-text {
	border-color: #eee;
}