@charset "utf-8";

@font-face {
	font-family: 'SimplonNorm-Light';
	font-weight: normal; 
	font-style: normal;
	font-display:swap;
	unicode-range: U+000-5FF;
	src: local('SimplonNorm-Light'),
		url('../fonts/SimplonNorm-Light-WebS.woff') format('woff'),
		url('../fonts/SimplonNorm-Light-WebS.woff2') format('woff2'),
		url('../fonts/SimplonNorm-Light-WebS.eot'),
  		url('../fonts/SimplonNorm-Light-WebS.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/SimplonNorm-Light-WebS.svg#SimplonNorm-Light') format('svg'),
		url('../fonts/SimplonNorm-Light-WebS.ttf')  format('truetype');
}

@font-face {
	font-family: 'SimplonNorm-Regular';
	font-weight: normal; 
	font-style: normal;
	font-display:swap;
	unicode-range: U+000-5FF;
	src: local('SimplonNorm-Regular'),
		url('../fonts/SimplonNorm-Regular-WebS.woff') format('woff'),
		url('../fonts/SimplonNorm-Regular-WebS.woff2') format('woff2'),
		url('../fonts/SimplonNorm-Regular-WebS.eot'),
  		url('../fonts/SimplonNorm-Regular-WebS.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/SimplonNorm-Regular-WebS.svg#SimplonNorm-Regular') format('svg'),
		url('../fonts/SimplonNorm-Regular-WebS.ttf')  format('truetype');
}

@font-face {
	font-family: 'SimplonNorm-Medium';
	font-weight: normal; 
	font-style: normal;
	font-display:swap;
	unicode-range: U+000-5FF;
	src: local('SimplonNorm-Medium'),
		url('../fonts/SimplonNorm-Medium-WebS.woff') format('woff'),
		url('../fonts/SimplonNorm-Medium-WebS.woff2') format('woff2'),
		url('../fonts/SimplonNorm-Medium-WebS.eot'),
  		url('../fonts/SimplonNorm-Medium-WebS.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/SimplonNorm-Medium-WebS.svg#SimplonNorm-Medium') format('svg'),
		url('../fonts/SimplonNorm-Medium-WebS.ttf')  format('truetype');
}

/* #COLOR PALETTE
===================================================================
light grey #e3e3e3;
dark grey #4a4a49;
fuchsia #e73c1f;
*/

/* #CSS RESET
===================================================================*/

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
:focus {
  outline: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0;}
input{
	border:1px solid #e3e33e;
	padding:3px 5px 4px;
	color:#4a4a49;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th { text-align:left;}
q:before,q:after { content:'';}
abbr,acronym { border:0;} 
body {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 25px;
  font-family: 'SimplonNorm-Regular',Arial, Helvetica, sans-serif; 
  font-weight: normal;
  color: #4a4a49;
  background-color: #fff;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
}
.bold, strong, b {
  font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
  font-weight: normal;
}
::selection, ::-moz-selection{
  background-color: #e73c1f;
  color:#fff;
}
.relative {position: relative;}
.absolute {position:absolute;}
@media (max-width: 767px) and (min-width: 480px){
  .container, .container-fluid.fes1-cont {
    width: 470px!important;
  }
}
@media (max-width: 479px) {
  .container,#header.header-fullwidth .container
  {
    width:100%!important
  }
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* #IMAGES & VIDEOS
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto; }
img, video {
	max-width: 100%;
	height: auto;
}
.video-play-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #e73c1f;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #e73c1f;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
}
@keyframes pulse-border {
  0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

/* #PRELOADER
============================================== */
#loader-overflow{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999;	
}
.loader-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loaders {
 width: 100%;
 box-sizing: border-box;
 display: flex;
 flex: 0 1 auto;
 flex-direction: row;
 flex-wrap: wrap;
}
.loaders .loader {
 box-sizing: border-box;
 display: flex;
 flex: 0 1 auto;
 flex-direction: column;
 flex-grow: 1;
 flex-shrink: 0;
 flex-basis: 25%;
 max-width: 25%;
 height: 200px;
 align-items: center;
 justify-content: center;
}
.ball-clip-rotate > div {
  background-color: #e73c1f;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #e73c1f;
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*	#COOKIES
=====================================================*/
            
.consent_manager-background {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.consent_manager-wrapper {
    background: #fff;
    position: relative;
    font-size: 15px;
    width: 100%;
    max-width: 60em;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box
}

.consent_manager-wrapper-inner {
    padding: 1em;
    position: relative
}

.consent_manager-hidden {
    display: none
}

.consent_manager-detail {
    margin-bottom: 1em
}

.consent_manager-headline {
    font-weight: bold;
    font-size: 1.2em
}

.consent_manager-headline span {
    font-weight: normal
}

.consent_manager-show-details {
    padding: 0 0 1em 0
}

.consent_manager-show-details a {
    color: #e73c1f;
    text-decoration: none
}

.consent_manager-show-details a:hover {
    color: #e73c1f;
    text-decoration: none
}

.consent_manager-save-selection,
.consent_manager-accept-all {
    transition: 200ms ease all;
    background: #e73c1f;
    border: 2px solid #e73c1f;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 0;
    text-align: center;
    margin: 0.5em 0;
    display: block
}

.consent_manager-save-selection:hover,
.consent_manager-accept-all:hover {
    background: #e73c1f;
    border-color: #e73c1f;
    color: #fff;
    text-decoration: none
}

.consent_manager-save-selection {
    background: none transparent;
    border: 2px solid #4a4a49;
    color: #4a4a49;
}

.consent_manager-save-selection:hover {
    background: #4a4a49;
    border-color: #4a4a49;
    color: #fff
}

.consent_manager-sitelinks a {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    color: #999;
    text-decoration: none
}

.consent_manager-sitelinks a:hover {
    color: #404040;
    text-decoration: none
}

.consent_manager-save-and-close {
    color: #e73c1f
}

.consent_manager-save-and-close:hover {
    color: #e73c1f
}

a.consent_manager-close-box {
    color: #666;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    ;
    display: block;
    width: 28px;
    height: 28px;
}

.consent_manager-cookiegroups {
    padding: 1em 0
}

.consent_manager-cookiegroup+.consent_manager-cookiegroup-title {
    margin-top: 1em
}

.consent_manager-cookiegroup-title {
    background-color: #d4d4d4;
    padding: 5px 10px
}

.consent_manager-cookie {
    margin-top: 0.5em;
    border-left: 2px solid #999;
    padding: 0.5em 0.5em 0.5em 1em;
    background: #f9f9f9
}

.consent_manager-cookie span {
    display: block
}

.consent_manager-show-details .icon-info-circled:before {
    color: #fff;
    background-color: #e73c1f;
    content: "i";
    font-family: "Serif";
    font-weight: bold;
    display: inline-block;
    border-radius: 50% !important;
    line-height: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px
}

a.consent_manager-close,
#consent_manager-toggle-details {
    cursor: pointer
}

.consent_manager-cookiegroup-checkbox {
    margin: 0 2em 0.5em 0
}

.consent_manager-cookiegroups label {
    position: relative;
    color: #4a4a49;
    cursor: pointer
}

.consent_manager-cookiegroups label>input[type="checkbox"] {
    display: none
}

.consent_manager-cookiegroups label>input[type="checkbox"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    margin-right: 5px
}

.consent_manager-cookiegroups label>input[type="checkbox"]:checked+*::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20height='20'%20width='20'%3E%3Cpath%20fill='none'%20stroke='black'%20stroke-opacity='0.8'%20stroke-width='3'%20d='M1.73%2012.91l6.37%206.37L22.79%204.59'%20/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: -1px -4px;
    display: inline-block;
    height: 20px;
    width: 20px
}

.consent_manager-cookiegroups label>input[type="checkbox"]:disabled+*::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20height='20'%20width='20'%3E%3Cpath%20fill='none'%20stroke='gray'%20stroke-opacity='1.0'%20stroke-width='3'%20d='M1.73%2012.91l6.37%206.37L22.79%204.59'%20/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0px -4px;
    display: inline-block;
    height: 20px;
    width: 20px
}

.consent_manager-cookiegroups label>input[type="checkbox"]:checked+* {
    color: #4a4a49
}

.consent_manager-cookiegroups label>input[type="checkbox"]:disabled+* {
    color: #999;
    cursor: default
}

@media (min-width:35em) {
    .consent_manager-cookiegroups {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 2em
    }
    .consent_manager-cookiegroup-checkbox {
        margin: 0 2em 0 0
    }
    .consent_manager-show-details {
        text-align: right;
        padding: 1em 2em 2em 0
    }
    .consent_manager-buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }
    .consent_manager-sitelinks {
        text-align: right;
        padding-right: 1.5em
    }
    .consent_manager-sitelinks a {
        margin: 0.5em 0 0.5em 1em
    }
    .consent_manager-save-selection,
    .consent_manager-accept-all {
        display: inline-block;
        margin: 0 0 0 0.5em
    }
}

@media (min-width:50em) {
    .consent_manager-wrapper-inner {
        padding: 2em
    }
    .consent_manager-buttons-sitelinks {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse
    }
}

/*	#HEADER
=====================================================*/
.logo-row {
	position:relative;
	float: left;
	z-index:1;
}
.claim-row { 
	position:relative;
	float: right;
	z-index:1;
}
.center-nav-row {
	position:absolute;
	z-index:1;
	left: 50%;
	transform: translateX(-50%);
	width: 55%;
}
li.center-nav-active a,
li.selected a {
	color:#e73c1f;
	font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
}
#divider-head {
	padding: 91px 0 0 0;
	background-color: white;
	transition: padding .4s ease 0s;
}

/* #HEADER FIX
=====================================================*/
.header .search .main-menu-icon {
	transition: margin-top .4s ease, margin-bottom .4s ease, border .9s ease .2s;
}
.affix.header .search .main-menu-icon {
	border-color: rgba(0,0,0, 0);
	opacity:1;
	height:46px;
	width:46px;
	padding:12px;
	margin-bottom: 7px;
	margin-top: 7px;
	transition: margin-bottom .3s ease, margin-top .3s ease, border .3s ease;
}  
.header .sb-search-open  .main-menu-icon{
	transition: opacity .5s ease .2s, height .3s ease 0s, margin-bottom 0s ease 0s, margin-top 0s ease 0s, border .5s ease;
}
.header {
	position:fixed; 
	left:0;
	transition: background .3s ease, height .4s ease;
	width:100%;
	z-index:29;
}
.affix.header {
	position: fixed;
	height: 60px;
	transition: height .4s ease;
}
.header-big-offset {
  padding-top:136px;
}
.header-wrapper{
	position: relative; 
	width:100%;	
	transition: height .3s ease 0s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	z-index:29;
}
.affix .header-wrapper {
	top:0;
	left:0;
	z-index:100;
	transition: height .3s ease 0s; 
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.affix .header-wrapper .logo-img,
.affix .header-wrapper .claim-img,
.affix .header-wrapper .center-nav {
	display: none;
}
.header-side-menu.affix-fix.affix .header-wrapper{
  background:transparent !important;
  box-shadow:none !important;
}
#nav-below.header {
	position:relative;
	width:100%;
}
.is-sticky .header {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	box-shadow: 0 1px 15px rgba(0,0,0, .15);
} 
.header .container-m-30 {
	position: relative;
}
.container-m-30 {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:100%;
}
@media (min-width: 1025px) {
  .indent-header {padding-top:93px;}
  .indent-header-top-bar {padding-top:136px;}
}

/* #LOGO
================================================== */

.logo-img {
  height: 120px;
}
.claim-img {
  height: 28px;
}
header .logo .logo-img,
header .claim .claim-img {
	transition: all .4s ease 0s;
}
header.affix .logo .logo-img,
header.affix .claim .claim-img {
	transition: all .4s ease 0s;
}
.logo {
	display: block;
	padding:30px 0 0 110px;
	transition: all .4s ease 0s;
}
.claim {
	display: block;
	padding:36px 45px 0 0;
	transition: all .4s ease 0s;
}
.center-nav {
	padding:46px 0 0 0;
	transition: all .4s ease 0s;
	text-align: center;
}
.center-nav ul {
	display: inline-block;
}

/* #MENU
=====================================================*/

nav ul,
.center-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.center-nav ul li {
	position: relative;
	float: left;
	margin: 0 10px 0 10px;
}
.center-nav a {
	color: #4a4a49;
	text-transform: uppercase;
	font-size: 18px;
}
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#nav-stick {
  transition: all .4s ease;
  width: 100%;
}
.sliding-content {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.sliding-content.lateral-menu-is-open {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
header.lateral-menu-is-open {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
header.is-fixed {
  position: fixed;
}
#cd-menu-trigger {
  position: absolute;
  left: 45px;
  top: 0;
  height: 100%;
  width: 50px;
  z-index: 2;
}
#cd-menu-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  top: 55px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 2px;
  background-color: #4a4a49;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  right: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger .cd-menu-icon, #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon::after {
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #4a4a49;
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  padding-top:10px;
  z-index: 1;
  width: 260px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .cd-contact {
  margin: 30px 0 16px 32px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav ul {
  text-transform: uppercase;
}
#cd-lateral-nav li.no-caps {
  text-transform:none !important;
}
#cd-lateral-nav li a {
  padding: 0 16px 0 32px;
  line-height: 38px;
  display: block;
}
#cd-lateral-nav a {
  color: #4a4a49;
}
#cd-lateral-nav a:hover {
  color: #e73c1f;
}
#cd-lateral-nav li.current a{
  color: #e73c1f;
  font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
}
#cd-lateral-nav li.current li a {
  color: #4a4a49;
  font-family: 'SimplonNorm-Regular',Arial, Helvetica, sans-serif; !important;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}
#cd-lateral-nav .item-has-children > a {
  position: relative;
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  content: "\e232";
  font-family: linea-icons;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-size: 16px;
  display: block;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 14px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  display:inline-block;
  padding: 9px 9px 9px 0;
}

/* #LANGUAGE 
================================================== */
#language {
	display: block;
	position: relative;
	float: left;
	width: 260px;
	padding: 0 0 25px 32px;
}
#language ul li {
	position: relative;
	float: left;
}
#language li a{
	padding: 0 15px 0 0;
}
#language li.current {
	font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
}

/* #BREADCRUMB 
================================================== */
.breadcrumb {
	background:none;
	border:none;
	border-radius: 0;
	font-size:12px;
	text-transform:uppercase;
	padding-top:2px;
	padding-left:0;
	margin-bottom: 0;
}

/* #REVOSLIDER
================================================== */
#video-header-arrow {
	width: 100%;
	position: relative;
}
.tp-banner{
	width:100%;
	position:relative;
}
.grey-bg {
  background:#e3e3e3;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.rs-fullscr-container .tp-leftarrow, .rs-fullscr-container .tp-rightarrow{
	z-index: 27;
} 
.tparrows.preview4 .tp-arr-titleholder {
	font-weight:normal;
}
.rs-fullscr-container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0;
}
.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

/*==========  Mobile  ==========*/
@media only screen and (max-width : 478px) {
	.slider-bg-white-cap {
		display:block;
		visibility:visible;
		height:240px;
		width:1500px;
		background-color: rgba(255,255,255,.9);
	}
	.tp-left{
		left:60px !important;
	}
	.tp-caption.center-0-478{
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		-moz-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		-o-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		-transform: translateZ(0);
	}
	.hide-0-736 {
		display:none;
		visibility: hidden;
	}
}

@media only screen and (max-width : 736px){ 
	.fs16-when-0-736{
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.fs24-when-0-736 {
		font-size: 24px !important;
		line-height: 24px !important;
	}
}
@media only screen and (min-width : 479px) and (max-width : 736px){ 
	.hide-0-736, .hide-479-736 {
		display:none !important;
		visibility: hidden;
	}
}
.local-scroll-cont {
	width: 40px;
	height: 40px;
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	z-index: 20;
	
	-webkit-animation: scroll-down-anim ease-in-out 1s infinite;
  -moz-animation: scroll-down-anim ease-in-out 1s infinite;
  -o-animation: scroll-down-anim ease-in-out 1s infinite;
  animation: scroll-down-anim ease-in-out 1s infinite; 
}
.scroll-down {
  color: #323336;
	font-size: 32px;
}

@-webkit-keyframes scroll-down-anim {
    0%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    50%{ -webkit-transform: translateY(0px); transform: translateY(0px); }
    100%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
}
@-moz-keyframes scroll-down-anim {
    0%{ -moz-transform: translateY(-8px); transform: translateY(-8px); }
    50%{ -moz-transform: translateY(0px); transform: translateY(0px); }
    100%{ -moz-transform: translateY(-8px); transform: translateY(-8px); }
}
@-o-keyframes scroll-down-anim {
    0%{ -o-transform: translateY(-8px); transform: translateY(-8px); }
    50%{ -o-transform: translateY(0px); transform: translateY(0px); }
    100%{ -o-transform: translateY(-8px); transform: translateY(-8px); }
}
@keyframes scroll-down-anim {
    0%{ transform: translateY(-8px); }
    50%{ transform: translateY(0px); }
    100%{ transform: translateY(-8px); }
}

/* #FEATURES 1 #NEW
=====================================================*/
.fes1-cont {
	padding-top:130px;
	padding-bottom:110px;
}
.fes1-img-cont {
	text-align:center;
}
.fes1-main-title-cont{
	margin:30px 0 40px 0;
}
.fes1-title-60 {
	color:#323336;
	font-size: 60px;
	line-height: 60px;
}
.fes1-title-50 {
	color:#323336;
	font-size: 50px;
	line-height: 50px;
}
.line-3-75{
	margin-top:13px;
	height:3px;
	width:75px;
	background:#323336;
}
.line-3-100{
	margin-top:13px;
	height:3px;
	width:100px;
	background:#323336;
}
.line-5-100{
	margin-top:13px;
	height:5px;
	width:100px;
	background:#323336;
}
.fes1-box{
  position:relative;
	padding-left: 55px;
	padding-bottom: 10px;
}
.fes1-box-icon{
	position:absolute;
	top: 0;
	left: 0;
	color:#323336;
	font-size: 35px;
}
.fes1-box h3 {
	color:#323336;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
}

/* #FEATURES 2-3 #NEW
=====================================================*/

@media only screen and (min-width: 992px) {
  .pos-l-md-50pc{
    left:50%;
  }
  .pos-r-md-50pc{
    right:50%;
  }
}
.fes2-main-text-cont {
  margin: 0 auto;
  padding: 90px 40px 90px 40px;
  max-width:500px; 
}
.fes2-text-cont{
	margin-top:30px;
}
.fes2-height-wrapper {
	height: 220px;
}
.fes2-title-45 {
	color:#e73c1f;
	font-size: 28px;
	line-height: 36px;
}
.line-3-70{
	margin-top:11px;
	height:3px;
	width:70px;
	background:#323336;
}

/* #FEATURES 4 #NEW
=====================================================*/
.fes4-cont{
  padding-top:130px;
  padding-bottom:80px;
}
.fes4-box{
  margin-bottom:20px;
}
.fes4-title-cont {
  position: relative;
  padding-left: 70px;
  padding-bottom: 15px;
}
.fes4-box-icon{
  position: absolute;
  top: 7px;
  left: 0;
  color: #323336;
  font-size: 45px;
}
.fes4-title-cont h3, .title-18 {
  color: #323336;
  font-size: 18px;
  margin: 0;
}
.section-title {
  margin:0;
  padding:22px 25px 24px 25px;
	font-size:30px;
	line-height:36px;
	color:#323336; 
  border-left:#323336 2px solid;
}
.section-title-2 {
  margin:0;
  padding:25px 25px 27px 25px;
	font-size:30px;
	line-height:30px;
	color:#323336; 
}
.section-title-3 {
  margin:0;
  padding:15px 20px 17px 23px;
	font-size:23px;
  letter-spacing:3px;
	line-height:32px;
	color:#323336; 
  border-left:#323336 2px solid;
}

.p-20{ padding:20px;}
.p-30{ padding:30px;}
.p-20-cont{ padding-top:20px; padding-bottom:20px;}
.p-50-cont{ padding-top:50px; padding-bottom:50px;}
.p-60-cont{ padding-top:60px; padding-bottom:60px;}
.p-80-cont{ padding-top:80px; padding-bottom:80px;}
.p-90-cont{ padding-top:90px; padding-bottom:90px;}
.p-100-cont{ padding-top:100px; padding-bottom:100px;}
.p-110-cont{ padding-top:110px; padding-bottom:110px;}
.p-130-cont{ padding-top:130px !important; padding-bottom:130px !important;}
.p-140-cont{ padding-top:140px; padding-bottom:140px;}
.p-150-cont{ padding-top:150px; padding-bottom:150px;}
.p-160-cont{ padding-top:160px; padding-bottom:160px;}
.p-180-cont{ padding-top:180px; padding-bottom:180px;}
.p-200-cont{ padding-top:200px; padding-bottom:200px;}
.pt-110-cont{ padding-top:110px;}
.pt-100-cont{ padding-top:100px;}
.pt-80-b-30-cont { padding-top:80px; padding-bottom:30px;}
.pt-80-b-35-cont { padding-top:80px; padding-bottom:35px;}
.pt-80-b-50-cont { padding-top:80px; padding-bottom:50px;}
.pt-100-b-80-cont { padding-top:100px; padding-bottom:80px;}
.pt-110-b-30-cont{ padding-top:110px; padding-bottom:30px;}
.pt-110-b-40-cont{ padding-top:110px; padding-bottom:40px;}
.pt-110-b-50-cont{ padding-top:110px; padding-bottom:50px;}
.pt-110-b-60-cont{ padding-top:110px; padding-bottom:60px;}
.pt-110-b-80-cont{ padding-top:110px; padding-bottom:80px;}
.pt-120-b-100-cont{ padding-top:120px; padding-bottom:100px;}
.pt-150-b-110-cont{ padding-top:150px; padding-bottom:110px;}
.pt-160-b-120-cont{ padding-top:160px; padding-bottom:120px;}

@media only screen and (max-width : 1220px) {
  .fes2-height-wrapper {
	height: 260px;
  }
}

@media only screen and (max-width : 1200px) {
  .p-140-cont{ padding-top:120px; padding-bottom:120px;}
  .fes2-main-text-cont {
    padding: 110px 50px 110px 50px;
  }
  .fes2-height-wrapper {
	height: 180px;
  }
}

@media only screen and (max-width : 768px) {
  .container, .container-fluid:not(.video-container) {
    padding-left:30px;
    padding-right:30px;
  }
	.row-sm-fix {
	margin-right: -30px;
    margin-left: -30px; 
	}
	.fes1-cont {
		padding-top:80px;
		padding-bottom:80px; 
	}
  .fes4-cont{
    padding-top:80px;
    padding-bottom:30px;
  }
  .fes2-height-wrapper {
	height: 220px;
  }
  .p-90-cont, .p-100-cont, .p-110-cont{ padding-top:80px; padding-bottom:80px;}
  .p-130-cont{ padding-top:90px; padding-bottom:90px;}
  .p-140-cont{ padding-top:100px; padding-bottom:100px;}
  .p-150-cont{ padding-top:110px; padding-bottom:110px;}
  .p-160-cont{ padding-top:120px; padding-bottom:120px;}
  .p-180-cont{ padding-top:130px; padding-bottom:130px;}
  .p-200-cont{ padding-top:140px; padding-bottom:140px;}
  .pt-110-cont, .pt-100-cont{ padding-top:80px;}
  .pt-100-b-80-cont{ padding-top:80px; padding-bottom:60px;}
  .pt-110-b-30-cont{ padding-top:80px; padding-bottom:10px;}
  .pt-110-b-40-cont{ padding-top:80px; padding-bottom:20px;}
  .pt-110-b-50-cont{ padding-top:80px; padding-bottom:20px;}
  .pt-110-b-60-cont{ padding-top:80px; padding-bottom:30px;}
  .pt-110-b-80-cont{ padding-top:80px; padding-bottom:50px;}
  .pt-120-b-100-cont{ padding-top:80px; padding-bottom:50px;}
  .pt-150-b-110-cont{ padding-top:80px; padding-bottom:60px;}
  .pt-160-b-120-cont{ padding-top:100px; padding-bottom:70px;}
	.fes1-title-60 {
		font-size: 40px;
		line-height: 40px;
	}
	.fes2-title-45 {
		font-size: 30px;
		line-height: 30px;
	}
	.line-3-100{
		margin-top:10px;
	}
	.fes1-img-cont img{
		max-height:450px;
	}
	.fes2-main-text-cont{
		padding:100px 30px 100px 30px;
	}
}

@media only screen and (max-width : 320px) {
  .container, .container-fluid:not(.video-container) {
    padding-left:20px;
    padding-right:20px;
  }
	.row-sm-fix {
		margin-right: -20px;
    margin-left: -20px; 
	}
}

/* #FEATURES 5 #NEW
=====================================================*/
.fes5-box h3 {
  color: #323336;
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 7px;
}

/* #FEATURES 6 #NEW
=====================================================*/
.fes6-box{
  margin-top:25px;
  margin-bottom:40px;
}
.fes6-box h3 {
  color: #323336;
  font-size: 18px;
  margin: 0;
}
.fes6-box .icon {
  color: #323336;
  font-size: 65px;
  line-height:64px;
}
@media (max-width: 767px) {
  .fes6-box{
    text-align:center;
  }
}

/* #FEATURES 6-2 CENTER #NEW-2
=====================================================*/
.fes6-2-box{
  margin-top:25px;
  margin-bottom:40px;
  text-align:center;
}
.fes6-2-box h3 {
  color: #323336;
  font-size: 18px;
  margin: 0;
}
.fes6-2-box .icon {
  color: #323336;
  font-size: 50px;
  line-height:66px;
}

/* #FEATURES 7 #NEW
=====================================================*/
.fes7-box {
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px;
}
.fes7-box-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #323336;
  font-size: 30px;
}
.fes7-box h3 {
  color: #323336;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.fes7-text-cont h1 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.fes7-img-cont {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0; 
}
.fes7-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
  display: block;	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.fes7-img-constr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  display: block;	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;  
}

@media (max-width: 992px) {
  .fes7-img-cont {
    position: relative;
  }
  .fes7-img {
    position: relative;
    height: 390px;
  }
}

/* #FEATURES 8 #NEW
=====================================================*/
.fes8-title-cont {
  position: relative;
  padding-left: 52px;
  padding-bottom: 15px;
}
.fes8-title-cont h3 {
  color: #323336;
  font-size: 16px;
  line-height: 46px;
  margin:0;
}
.fes8-box {
  margin-bottom: 35px;
}
.fes8-box-icon {
  position: absolute;
  top: 0px;
  left: 0;
  color: #323336;
  font-size: 30px;
}

.fes8-box-icon i {
  color: #e73c1f;
  font-size: 46px;
}

/* #FEATURES 9 #NEW
=====================================================*/
.fes9-img-cont img{
  position:absolute;
  top:0;
  left:0;
}
.fes9-img-center {
  width:416px;
  height:300px;
  margin:0 auto;
  position:relative;
}

@media (max-width: 480px) {
  .fes9-img-center {
    width:280px;
    height:280px;
  }
}

/* #FEATURES 10 CAR #NEW
=====================================================*/
.fes10-container{
  padding: 100px 100px 70px 100px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:100%;
}

@media (max-width: 767px) {
  .fes10-container {
    padding: 80px 20px 50px 20px;
  }
}

/* #FEATURES 11 #NEW-2
=====================================================*/
.mt-fes11{
  margin-top:160px;
}
@media (max-width: 1024px) {
  .mt-fes11{
    margin-top:0px;
  }
}
.fes11-box{
  position:relative;
	padding-left: 55px;
	padding-bottom: 10px;
}
.fes11-box h3 {
  color: #323336;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* #FEATURES 12 #NEW-2
=====================================================*/
.fes12-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.text-white {
  color:#fff;	
}

/* #FEATURES
=====================================================*/
.section-title2 {
 margin: 0;
 padding: 0px 25px 0px 0px;
 font-size: 32px;
 line-height: 40px;
}
@media (max-width: 991px) {
  .section-title2 {  font-size: 28px; line-height: 32px;}
}
@media (max-width: 769px) {
  .section-title2 {  font-size: 24px; line-height: 32px;}
}
@media (max-width: 480px) {
  ol.page-title1, .page-title1  {  font-size: 20px; line-height: 24px;}
}
@media (max-width: 320px) {
  ol.page-title1, .page-title1  {  font-size: 18px; line-height: 22px;}
}

/* #FEATURES 14 TABS #NEW-2
=====================================================*/
.fes14-nav-tabs {
 border:none;
 margin-top:100px;
}  
.fes14-nav-tabs>li{
  margin-bottom: 0;
}
.fes14-nav-tabs>li.active>a, .fes14-nav-tabs>li.active>a:focus, .fes14-nav-tabs>li.active>a:hover {
 color: rgba(0, 0, 0, 1) !important;
 background: none;
 border: none;
}
.fes14-nav-tabs>li>a {
 text-align:center;
 border: none;
 background: none !important;
 color: rgba(0, 0, 0, .7) !important;
}
.fes14-nav-tabs>li>a {
  padding:10px 25px 10px 0;
}
.fes14-nav-tabs>li>a:hover {
 color: rgba(0, 0, 0, 1) !important;
}
.tab-nav-icon {
 font-size:30px;
 line-height:42px;
}
.fes14-tab-content{
  padding:20px 0 135px 0;
}
.fes14-tab-content .tab-pane{
 background:none;
}
.fes14-tab-title{
 margin:40px 0 20px 0;
 font-size:58px;
 line-height:65px;
}
.fes14-tab-sub-title{
 margin:20px 0 40px 0;
 font-size:24px;
 line-height:32px;
}
.fes14-tab-text{
 color:rgba(42,43,47,.8);
}
@media only screen and (max-width: 768px){
  .fes14-tab-content{
    padding-bottom:35px;
  }
}
@media only screen and (max-width: 767px){
  .fes14-nav-tabs>li{
    min-width: 122px;
  }
}
@media only screen and (max-width: 480px){
  .fes14-nav-tabs>li{
    width: 50%;
    margin-bottom:3px;
  }
  .fes14-nav-tabs>li>a {
    padding:10px 0px 10px 0;
  }
}

/* #FEATURES 15 WE ARE CREATIVE #NEW-2
=====================================================*/
.fes15-title-40 {
	color:#323336;
	font-size: 40px;
	line-height: 52px;
}
.fes15-title-32 {
	color:#323336;
	font-size: 32px;
	line-height: 42px;
}

/* #FEATURES 16 TABS 2 #NEW-2
=====================================================*/
.fes16-img-center{
  width:416px;
  height:500px;
  margin:0 auto;
  position:relative;
}

/* #FEATURES 17 OUR SERVICES 2 #NEW-2
=====================================================*/
.fes17-title-cont h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #323336;
  font-size: 18px;
  line-height: 24px;
  text-align:center;
}
.fes17-box-icon{
  margin-bottom: 8px;
  color: #e73c1f;
  font-size: 60px;
  line-height:60px;
  text-align:center;
}

/* #FEATURES 18 OUR SERVICES 3 #NEW-2
=====================================================*/
.fes18-title-cont {
  position: relative;
  padding:10px 0 10px 70px;
}
.fes18-title-cont h3{
  margin: 0;
  margin-bottom: 10px;
  color: #323336;
  font-size: 24px;
}

/* #PORTFOLIO 1 GRID #NEW
=====================================================*/
.port-filter{
	list-style: none;
	padding: 0;
	margin: 15px 0 40px 0;
	cursor: default;
}
.port-filter li{
  display:inline-block;
}
.port-filter a{
	display: inline-block;
  	margin: 0 10px 0 10px;
	color: #6b6d6f;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	cursor: pointer;
}
.port-filter a:hover{
	color: #323336;
	text-decoration: none;
}
.port-filter a.active{
	color: #323336;
  border-color:#323336;
	cursor: default;
}
.port-filter a.active:hover{
	color: #323336;
}
 
/******************************************************************************/ 

.port-grid{
	list-style: none;
	margin: 0;
	padding: 0;
}
.port-item{
	width: 25%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.port-item.port-item-width-2{
	width: 50%;
}
.port-grid-2 .port-item{
	width: 50%;
}
.port-grid-3 .port-item{
	width: 33.333%;
}
.container .port-grid-3 .port-item{
	width: 33.2%;
}
.port-grid-5 .port-item{
	width: 20%;
}
.port-grid.port-grid-gut{
  margin: 0 0 0 -15px;
}
.port-grid.port-grid-gut .port-item{
  padding: 0 0 25px 25px;
}
@media only screen and (max-width: 767px) {
	.port-grid.port-grid-gut .port-item{
		padding: 0 0 15px 15px;
	}
}
.port-grid.port-grid-gut-30{
  margin: 0 0 0 -30px;
}
.port-grid.port-grid-gut-30 .port-item{
  padding: 0 0 30px 30px;
}
.port-grid .port-item > a{
	display: block;	
	overflow: hidden;	
	padding: 0;
	margin:0;
}
.port-item-infos {
	position: relative;
	float: left;
	padding: 20px;
	width: 100% !important;
  min-height: 210px;
}
.port-item-facts {
	height: 100px;
	position: relative;
	clear: both;
}
.port-item-facts-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
}
.port-item-facts-list ul li {
	position: relative;
	float: left;
	padding: 0 20px 0 0;
}
.port-item .info-alert,
.object-label {
	position: absolute;
	top: 30px;
	width: 165px;
	padding: 25px 8px 5px 0px;
	text-align: right;
	background-color: #e73c1f;
	color: white;
	z-index: 20;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.port-item .info-alert {
	right: 0px;
	font-size: 20px;
	line-height: 20px;
}
.object-label {
	right: 15px;
	font-size: 24px;
	line-height: 26px;
}
.sqm-icon-squaremeter-squaremeter,
.sqm-icon-squaremeter-door,
.sqm-icon-squaremeter-shower,
.sqm-icon-squaremeter-car {
	font-size: 20px;
	margin: 5px 0 0 0;
	vertical-align: middle;
}
.sqm-icon-squaremeter-compass:before,
.sqm-icon-squaremeter-moneybag:before,
.sqm-icon-squaremeter-residence:before,
.sqm-icon-squaremeter-stock:before {
	font-size: 65px;
}
.block-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.block-center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-fs-45-wide {
  color: #323336;
  font-size: 45px;
  line-height: 58px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1200px) {
  .port-grid-5 .port-item {
      width: 25%;
  }
  .title-fs-45-wide {
    font-size: 30px;
    line-height: 44px;
  }
}

/* ==============================
   Tablet landskape
   ============================== */
  
@media only screen and (max-width: 992px) {
	.port-item, .port-grid-3 .port-item, .container .port-grid-3 .port-item, .port-grid-5 .port-item, .port-item.port-item-width-2{
    width: 50%;
  }
  .port-item.port-item-width-2{
    width: 100%;
  }
  #counter-1 .row > div {
     border: none;
  }
}

@media only screen and (max-width: 767px) {
	.port-item, .port-grid-3 .port-item, .container .port-grid-3 .port-item, .port-grid-5 .port-item, .port-item.port-item-width-2{
    width: 100%;
  }
}

/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
	.port-item, .port-grid-2 .port-item,	.port-grid-3 .port-item, .container .port-grid-3 .port-item, .port-grid-5 .port-item , .port-item.port-item-width-2{
    width: 100%;
  }	
  .port-text-cont .title-fs-45-wide {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 1px;
  } 
  .object-label {
	top:0px;
	}
	.port-item .info-alert,
	.object-label {
		width: 145px;
		padding: 25px 8px 5px 0px;
	}
	.port-item .info-alert {
		right: 0px;
		font-size: 18px;
		line-height: 18px;
	}

}

/* #PORTFOLIO 1 #NEW 
=====================================================*/
.port-main-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.port-overlay-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 20px;
  opacity: 0;
  z-index: 2;
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-overlay-cont3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  z-index: 2;
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

@media (max-width: 767px) {
  .port-overlay-cont3 {
    padding: 40px;
  }
}
@media (max-width: 320px) {
  .port-overlay-cont3 {
    padding: 30px;
  }
}
@media all and (orientation: landscape) and (max-width: 1280px) { 
  .port-overlay-cont3 {
    padding: 30px;
  }
}

.port-main-img {
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.lightbox-item {
  position:relative;
}
.lightbox-item  .port-btn-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.lightbox-item:hover  .port-btn-cont {
  transform: translate(-50%, -50%);
}
.lightbox-item  .port-btn-cont {
  font-size:26px;
  color:#fff;
}
.lightbox-item  .port-btn-cont.lightbox-video {
  font-size:34px;
}
.port-item:hover .port-overlay-cont, .lightbox-item:hover .port-overlay-cont {
  opacity: 1;
}
.port-item:hover .port-main-img, .lightbox-item:hover .port-main-img {

}
.intro-demo .lightbox-item:hover .port-main-img {

}
.port-item:hover .port-img-overlay:after, .lightbox-item:hover .port-img-overlay:after {
  background: rgba(231,60,31, .70);
  transition: all 0.5s;
}
.intro-demo .lightbox-item:hover .port-img-overlay:after {
  background: none;
}
.port-item .port-img-overlay:after , .lightbox-item .port-img-overlay:after  {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255, 0);
}
.port-img-overlay,
.port-img-overlay-no-hover {
  position: relative;
  overflow: hidden;
}
.intro-demo .port-img-overlay {
  position: relative;
  overflow: inherit;
} 
.port-btn-cont a{
  display:inline-block;
} 
.container .port-grid-5 .port-overlay-cont{
  padding: 20px;
  padding-right: 10px;
}
.port-item:hover .port-overlay-cont, .lightbox-item:hover .port-overlay-cont {
  padding-top: 40px;
}
.container .port-grid-5 .port-item:hover .port-overlay-cont, .container .port-grid-5 .lightbox-item:hover .port-overlay-cont {
  padding-top: 30px;
}
.port-title-cont {
  margin-bottom:0px;
  transition: all .4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-title-cont2 {
  margin-bottom:0px;
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  transition: all .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-item:hover .port-title-cont2 {
  margin-bottom:0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-item:hover .port-title-cont, .lightbox-item:hover .port-title-cont {
  margin-bottom:15px;
}
.port-title-cont h3 {
  margin:0;
  font-size:16px;
  line-height:24px;
}
.port-title-cont2 h3 {
  margin:0;
  color:#fff;
  font-size:19px;
  line-height:24px;
}
.port-title-cont3 h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
@media all and (orientation: landscape) and (max-width: 1280px) { 
  .port-title-cont3 h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .port-title-cont3 span {
    font-size:14px;
  }
}
.port-title-cont h3 a {
  color:#fff;
}
.port-title-cont h3 a:hover{
  color:#dedede;
}
.port-grid-gut li:first-child  .port-overlay-cont{
  padding-right: 40px;
}
.port-title-cont span a{
  color:#bebebe;
  font-size:12px;
  text-transform: uppercase;
}
.port-title-cont span a:hover{
  color:#fff;
}
.port-title-cont2 span {
  color:rgba(255,255,255,.7);
  font-size:13px;
}
.port-title-cont3 span {
  color:rgba(255,255,255,.7);
  font-size:16px;
}
@media all and (orientation: landscape), all and (max-width: 1280px) { 
  .port-title-cont3 span {
    font-size:14px;
  }
}
.port-btn-cont a{
  color:#4a4a49; 
  font-size:18px;
}
.port-btn-cont a:hover{
  color:#fff;
}
.port-view-more-cont {
  text-align:center;
}
.port-view-more {
  display:block;
  padding-top:40px;
  padding-bottom:37px;
  background:#fff;
  font-size:20px;
  line-height:18px;
  transition: all .3s ease 0s;
  color: #4a4a49;
}
.port-view-more:hover {
  color:#e73c1f;
}
/* #PORTFOLIO SINGLE #NEW
=====================================================*/
.port-detail {
  font-size:12px;
}
.port-detail p  {
  margin-bottom:5px;
}
.port-detail p strong {
  width: 80px;
  display: inline-block;
  letter-spacing:1px;
}
@media (max-width: 769px) {
  .port-detail p strong {width: 65px;}
}

/* #TESTIMONIALS 1 #NEW
=====================================================*/
.quote p{
  margin-bottom:24px;
  color:#323336;
  font-size:21px;
  line-height:32px;
  font-style:normal;
}
.quote {
  border: none!important;
  position: relative;
  font-size:14px;
}
.quote footer {
  font-size:14px;
  color:#6b6d6f;
  font-style:normal;
}
@media only screen and (min-width: 1169px) {
  .pl-50-min-1169 {
    padding-left:50px;
  }
  .pr-50-min-1169 {
    padding-right:50px;
  }
}

/* #TESTIMONIALS 2 #NEW
=====================================================*/
.ts-author-cont{
  padding-top:70px;
  padding-bottom:20px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.ts-author-img{
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 128px; 
}

/* #TESTIMONIALS 3 #NEW-2
=====================================================*/
.ts3-author-cont{
  padding-top:0px;
  padding-bottom:20px;
  position: relative;
}
.ts3-author-img {
  display: block;
  margin:0 auto;
  margin-bottom: 20px;
  bottom: 0px;
  right: 0px;
  width: 128px;
}
.testimonial-3 p{
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
}
.testimonial-3 {
  padding: 10px 20px;
  margin: 0px 15px 0px; 
  border-left: none;
}
.testimonial-3:before {
  content: '“';
  position:absolute;
  left:0;
  font-size:60px;
  line-height:40px;
  color:#323336;
}
.ts-name{color:#323336;}

.font-white .testimonial-3:before {color: rgba(255,255,255,.7);}
.ts-type {opacity:.7;}
.no-mobile .parallax-section {background-attachment: fixed !important;}

/* #TESTIMONIALS 4 #NEW-2
=====================================================*/
.ts4-text-cont {
  margin-bottom:20px;
  padding:33px 35px 32px 35px;
  background:#fff;
  border-radius:4px;
}
.ts4-author-img{
  float:left;
  margin: 0px 20px 0 0 ;
  width: 60px;
}
.ts4-author-info{
  padding-top:10px;
  font-size:13px;
  line-height:20px;
}

/* #ABOUT US 1 #NEW
=====================================================*/
.team-social {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.team-social li {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
}
.team-social a {
  color: #97999c;
}
.team-social a:hover {
  color: #101010;
}
.member h3 {
  font-size: 18px;
  line-height:24px;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 5px;
  position: relative;
}
.member span {
  font-size: 14px;
  font-style: normal;
}
.member{
  text-align: center;
  margin-bottom:30px;
}

/* #ABOUT US 2 #NEW
=====================================================*/
.about-us-2-cont {
  background:#f4f4f4;
}

/* #ABOUT US 3 #NEW-2
=====================================================*/
.au3-title{
  padding:0;
  margin:40px 0 10px 0;
}
.au3-btn-cont{
  margin:30px 0 70px 0;
}
@media only screen and (max-width: 991px) {
  .au3-title,.au3-text,.au3-btn-cont{
    text-align:center;
  }
}

/* #WORK PROCESS 2 #NEW-2
=====================================================*/
.work-proc2-cont{
  position: relative;
  padding: 45px 20px 20px 98px;
  max-width: 320px;
  margin: 0 auto;
}
.work-proc2-a-cont{
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.work-proc2-icon-cont {
  position: absolute;
  top: 55px;
  left: 0;
  color: #4a4a49;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}
.work-proc2-cont h3 {
  color: #4a4a49;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.pos-l-0 {
  left:0;
}
.pos-l-12 {
  left:12px;
}
.pos-rb-0 {
  right:0;
  bottom:0;
}
.pos-v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.work-proc2-a .border-bot {
  border-bottom:3px solid #4a4a49;
}
.work-proc2-a-text{
  position: absolute;
  top: 44px;
  left: 0;
  transition: left .37s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.work-proc2-a:hover .work-proc2-a-text{
  left: 30px;
  transition: left .37s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.work-proc2-a {
  font-size:40px;
  font-weight:600;
  line-height:50px;
  color:#4a4a49;
}
.work-proc2-a:hover {
  color:#4a4a49;
}
.work-proc2-bg-block {
  margin-left:60px;
  height:200px;
  width:200px;
  transition: background .37s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.work-proc2-a:hover .work-proc2-bg-block {
  background:#e73c1f;
  transition: background .37s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* #ADS 1 & 2 #NEW
=====================================================*/
.ads-img-cont {
  padding-top:50px;
  padding-bottom:45px;
}

/* #ADS 3 & 4 #NEW-2
=====================================================*/

@media only screen and (max-width: 992px) {
  .ads3-img-cont {
    height:auto !important;
  }
  .ads3-img-cont > div  {
    position:relative;
    transform:none;
    top:0;
    left:0;
  }
}

/* #BLOG SECTION
=====================================================*/

@media (min-width: 1900px) {
  .container.intro-demo {width: 1500px;}
}

.intro-demo .lightbox-item .port-img-overlay{
  transition: all .3s ease 0s;
  display:block;
 -webkit-box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5); 
 -moz-box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5);
 box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5);
}
.intro-demo .lightbox-item:hover .port-img-overlay{
  display:block;
 -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35); 
 -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
 box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.intro-demo .lightbox-item h4 {color:#46474a;transition: all .3s ease 0s;}
.intro-demo .lightbox-item:hover h4 {color: #000;}
.grey-light-bg .intro-demo .post-prev-img{
 border:7px solid #d3d3d3;
}
.post-prev-img{
  margin-bottom:27px;
  background-color: #e73c1f;
}
.post-prev-img img, .post2-prev-img img{
  width: 100%;
}
.post-prev-title h3{
  margin:0;
  font-size:16px;
  line-height:26px;
}
.intro-demo .post-prev-title h3{
  font-size:14px;
}
.blog-main-posts .post-prev-img{
  margin-bottom:30px;
}
.blog-main-posts .post-prev-info {
  margin-bottom: 20px;
}
.blog-main-posts .post-prev-title h3{
  font-size:18px;
  line-height:32px;
}
.blog-main-posts .post-prev-title h3.post-title-big{
  padding-top:10px;
  font-size:22px;
  line-height:30px;
}
.post-prev-img a:hover, .post2-prev-img a:hover, .hover-op-60:hover{
  opacity: .6;
}
.hover-op-70:hover{
  opacity: .7;
}
.post-prev-img .lightbox-item a:hover {
  opacity: 1;
}
.section-more {
  font-size:14px;
  color:#6b6d6f;
}
.section-more:hover {
  color:#101010;
}
.section-more .icon {
  font-size:30px;
  vertical-align:middle;
}
.post-prev-info{
  margin-bottom:14px;
  font-size: 13px;
}
.slash-divider{
  margin-right:7px;
  margin-left:7px;
}
.slash-divider-10{
  margin-right:10px;
  margin-left:10px;
}
.post-prev-info, .post-prev-info a{
  color:#999;
}
.post-prev-info a:hover{
  color:#101010;
}
.post-prev-text {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #eee;
}
.icon-count {
  font-size:12px;
  margin-left:7px;
}
.post-prev-count {
  margin-left:12px;
  color:#6b6d6f;
}
.social-menu.dropdown-menu{
  border-radius:0;
  margin-top: 5px;
  border-radius: 0;
  min-width: 0px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  border: none;
  background: #eee;
}
.social-menu.dropdown-menu li{
  display:inline-block;
}
.social-menu.dropdown-menu > li > a {
  padding: 7px 15px;
  color:#6b6d6f;
}
.social-menu.dropdown-menu > li > a:focus, .social-menu.dropdown-menu > li > a:hover {
  color: #111;
  text-decoration: none;
  background: none;
}
.post-prev-more-cont {
  position:relative;
}
.no-border {
  border:none;
}

@media (max-width: 480px) {
  .section-more.left, .section-more.right {
    float: none !important;
    display: block;
  }
}

/* #BLOG SECTION 2 #NEW
=====================================================*/
.blog2-post-title-cont, .blog2-post-prev-text {
  margin-bottom:20px;
}
.blog2-post-title-cont .post-prev-title {
  padding:15px 0 15px 20px;
  margin-left:120px;
  border-left: #C9CACB 1px solid;
}
.blog2-post-title-cont {
  position:relative;
}
.post-prev-date-cont {
  position: absolute;
  top: 24px;
  left: 15px;
}
.blog2-date-numb {
  font-size:35px;
}
.blog2-month {
  font-size:13px;
  padding-left:8px;
}
.blog2-post-title-cont .post-prev-info {
  margin:0;
}
@media (max-width: 768px) {
  .blog2-month {
    display:block;
    line-height: 18px;
    padding-left:0;
  }
  .blog2-post-title-cont .post-prev-title {
    margin-left:70px;
  }
  .blog2-date-numb {
    font-size:30px;
  }
  .post-prev-date-cont {
    top: 16px;
    text-align:center;
  }
}

/* #BLOG SECTION 3 #NEW-2
=====================================================*/
.post2-prev-title h3{
  margin:0;
  margin-bottom:5px;
  font-size:24px;
  line-height:30px;
}
.blog-sect3-text-cont {
  margin: 0 auto;
  max-width:400px; 
  height:395px;
  position:relative;
}
@media (max-width: 1024px) {
  .blog-sect3-text-cont {
    height:325px;
  }
}
@media (max-width: 767px) {
  .blog-sect3-text-cont {
    height:260px;
    max-width:280px;
  }
}
@media (max-width: 320px) {
  .blog-sect3-text-cont {
    max-width:210px;
  }
}
.blog-sect3-view-all-cont {
 margin-top:40px; 
 text-align:center;
 font-size:16px;
}
@media (max-width: 1023px){
  .blog-sect3 .pr-0 {
    padding-right: 15px !important;
  }
  .blog-sect3 .pl-0 {
    padding-left: 15px !important;
  }
}

/* #BLOG SECTION 4 #NEW-2
=====================================================*/
.blog4-post-title-cont, .blog4-post-prev-text {
  margin-bottom:20px;
}
.blog4-post-title-cont .post-prev-title {
  padding:15px 0 15px 0;
}
.blog4-post-title-cont {
  position:relative;
}
.blog2-post-title-cont .post-prev-info {
  margin:0;
}
.blog4-post-title-cont .post-prev-title h3 {
  margin: 0;
  font-size: 24px;
  line-height: 33px;
}
.blog4-post-title-cont  .post-prev-info {
  font-size: 16px;
}
pre{
  padding:30px;
  border:none;
}
@media (max-width: 992px) {
  .blog4-post-title-cont, .blog4-post-title-cont  .post-prev-info {
    margin-bottom: 0;
  }
}

/*	#BLOG #WIDGETS #NEW
===============================================*/
.blog-post .post-prev-text p {
  margin-bottom:20px;
}
.widget-search-form  {
  position:relative;
  width:100%;
  font-size:18px;
}
.widget-search-form  input{
  width:100%;
}
.widget-search-form button {
  position:absolute;
  right:0;
  top:8px;
  background:transparent;
}
.widget-search-form button:hover {
  color: #101010;
}
.widget-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #323336;
}
.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.widget-menu li {
  padding-bottom: 7px;
}
.widget-menu small {
  color:#aaa;
}
.widget-posts li  {
  font-size: 13px;
  margin-bottom:20px;
}
.widget-posts-img {
  float: left;
  margin: 0 20px 0 0;
}
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 4px 13px 3px 13px;
  border: 1px solid #e9e9e9;
  border-radius:3px;
  font-size: 12px;
  text-decoration: none;
}
.tags a:hover{
  background:#323336;
  color:#fff;
  border: 1px solid #323336;
}

/*	#BLOG #WIDGETS #NEW-2
===============================================*/
.widget-title2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #323336;
}
.widget-posts-descr2{
  margin-top:10px;
}
.text-highlight {
  font-size:18px;
  line-height:30px;
  color:#323336;
}
@media (max-width: 768px) {
  .widget-posts-descr2{
    margin-top:0px;
  }
}

/*	#SLOGAN 1 #NEW-2
===============================================*/
.sl1-text {
  margin: 30px 0 0px 0;
  font-size:34px;
  line-height:43px;
}

@media (max-width: 480px) {
  .sl1-text {
    font-size:26px;
    line-height:32px;
  }
}
.bg-sl1 {
  background: url(../images/content/bg-slogan.jpg) repeat, rgba(0,0,0, .5) ;
}

/*	#SLOGAN 2 #NEW-2
===============================================*/
.sl2-text {
  font-size:48px;
  line-height:60px;
  letter-spacing:3px;
  text-align:center;
}
.sl2-text i{
  border-bottom:1px solid #323336;
}

@media (max-width: 992px) {
  .sl2-text {
    font-size:32px;
    line-height:44px;
  }
}

/* #CONTACT INFO SECTION 1 #NEW
=====================================================*/
.cis-cont{
  position: relative;
  padding-left: 65px;
}
.cis-icon {
  position: absolute;
  top: 25px;
  left: 0;
  color: #6b6d6f;
  font-size: 35px;
}
.cis-text  {
  padding:16px 0px 18px 0;
}
.cis-text h3 {
  color: #323336;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.cis-text p {
  margin: 0;
  font-size: 13px;
}

/* #GMAPS
=====================================================*/
#google-map2 {
  position: relative;
  background-color: #eee !important;
  z-index: 1;
}
.gmap1 {
  height: 500px;
}
.gmap2 {
  height: 90vh;
}
.map-info {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.google-map-container {
	text-align:center;
	padding-top: 25px;
}

/* #PAGE TITLE
=====================================================*/
.page-title-cont {
  padding-top:200px;
  padding-bottom:60px;
}
.page-title {
  font-size: 24px;
  line-height: 25px;
}
.page-title-font-big {
  margin-bottom:0px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 10px;
}
.page-sub-title {
  margin-bottom:15px;
  font-size: 15px;
  line-height:16px;
}
.breadcrumbs {
  margin-top: 53px;
  text-align:right;
  font-size:12px;
}
.breadcrumbs a{
  color:#6b6d6f;
}
.breadcrumbs a:hover, .bread-current{
  color:#101010;
}
.bg-gray-dark .page-title, .bg-gray-dark .page-title-big{
  color:#fff;
}
.bg-gray-dark .page-sub-title{
  color:rgba(255,255,255, .7);
}
.page-title-img {
  width: 100%;
	display: block;	
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-title-small {
  padding: 55px 0 35px 0;
}
.page-title-small .breadcrumbs {
  margin-top: 40px;
}
.blog-single-fullwidth-img {
  padding-top:550px;
}
/* # »INTRO TITLE«
=====================================================*/
.page-title1 {
  font-size: 46px;
  line-height: 58px;
  color: #e73c1f;  font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
  margin: 0 0 40px 0;
}

ol.page-title1 {
  margin: 0 0 40px -40px;
  list-style:decimal url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  font-size: 50px;
  line-height: 60px;
  color: #e73c1f;
  text-transform: uppercase;
  font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
}
ol.page-title1 li:nth-child(1n):before {position:absolute;left:-0.5em;}
ol.page-title1 li:nth-child(1):before {
	content: "\00BB";
    font-family: 'SimplonNorm-Light',Arial, Helvetica, sans-serif; !important;
}

ol.page-title1 li:after {
  content: '\00AB';
  font-family: 'SimplonNorm-Light',Arial, Helvetica, sans-serif; !important;
}
@media (max-width: 1367px) {
  ol.page-title1, .page-title1 {  font-size: 40px; line-height: 50px;}
}
@media (max-width: 1024px) {
  ol.page-title1, .page-title1  {  font-size: 35px; line-height: 40px;}
}
@media (max-width: 991px) {
  ol.page-title1, .page-title1  {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 769px) {
  ol.page-title1 , .page-title1 {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 480px) {
  ol.page-title1, .page-title1  {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 320px) {
  ol.page-title1, .page-title1  {  font-size: 30px; line-height: 36px;}
}
ol.page-title2 {
  margin: 0 0 40px -40px;
  list-style:decimal url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  font-size: 38px;
  line-height: 50px;
  color: #e73c1f;
  text-transform: uppercase;
  font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
}
ol.page-title2 li:nth-child(1n):before {position:absolute;left:-0.5em;}
ol.page-title2 li:nth-child(1):before {
	content: "\00BB";
    font-family: 'SimplonNorm-Light',Arial, Helvetica, sans-serif; !important;
}

ol.page-title2 li:after {
  content: '\00AB';
  font-family: 'SimplonNorm-Light',Arial, Helvetica, sans-serif; !important;
}
@media (max-width: 1367px) {
  ol.page-title2 {  font-size: 36px; line-height: 50px;}
}
@media (max-width: 1024px) {
  ol.page-title2 {  font-size: 32px; line-height: 40px;}
}
@media (max-width: 991px) {
  ol.page-title2 {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 769px) {
  ol.page-title2 {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 480px) {
  ol.page-title2 {  font-size: 30px; line-height: 36px;}
}
@media (max-width: 320px) {
  ol.page-title2 {  font-size: 30px; line-height: 36px;}
}
/* #PARALLAX
=====================================================*/

.page-title-large2-cont {
  padding-top: 240px;
  background-attachment: fixed;
  background-position: center center;
}
.page-title-large2-cont .container {
  height:480px;
  font-size: 24px;
  line-height: 36px;
}
.h1.page-title2 {
  font-size: 100px;
  color: #e73c1f;
}
@media (max-width: 1367px) {
  .page-title-large2-cont .container { height:460px; }
}
@media (max-width: 1024px) {
  .page-title-large2-cont .container {height:410px;}
  .h1.page-title2 {font-size: 85px;line-height: 66px;}
}
@media (max-width: 991px) {
  .page-title-large2-cont .container {height:380px;}
  .h1.page-title2 {font-size: 70px; line-height: 56px;}
}
@media (max-width: 769px) {
  .page-title-large2-cont .container { font-size: 18px; line-height: 30px;}
  .h1.page-title2 {font-size: 50px; line-height: 56px;}
}

/* #PAGE TITLE LARGE 3 IMG #NEW-2
=====================================================*/
.page-title-large3-cont {
  background-attachment: fixed;
  background-position: top center;
}
.page-title-large3-cont .container {
  height:500px;
}
.page-title-large3-text-cont {
  position:absolute;
  bottom: 80px;
  padding-right:20px;
}
.page-title3 {
  margin: 0; 
  font-size: 60px;
  line-height: 74px;
}
.breadcrumbs3 {
  font-size:12px;
}
@media (max-width: 1367px) {
  .page-title-large3-cont .container {height:430px;}
  .page-title-large3-text-cont {bottom: 60px;}
}
@media (max-width: 1024px) {
  .page-title-large3-cont .container {height:430px;}
  .page-title-large3-text-cont {bottom: 60px;}
  .page-title3 {font-size: 62px;line-height: 66px;}
}
@media (max-width: 769px) {
  .page-title-large3-cont .container {height:400px;}
  .page-title-large3-text-cont {bottom: 50px;}
  .page-title3 {font-size: 52px; line-height: 56px;}
}
@media (max-width: 480px) {
  .page-title-large3-cont .container {height:300px;}
  .page-title-large3-text-cont {bottom: 40px;}
  .page-title3 {font-size: 32px; line-height: 36px;}
  .post-info-large3{font-size: 12px; line-height: 18px;}
}
@media (max-width: 320px) {
  .page-title-large3-cont .container {height:300px;}
  .page-title-large3-text-cont {bottom: 40px;}
  .page-title3 {font-size: 26px; line-height: 30px;}
}
@media all and (orientation: landscape) and (max-width: 774px) {
  .page-title-large3-cont .container {height:300px;}
  .page-title-large3-text-cont {bottom: 40px;}
  .page-title3 {font-size: 32px; line-height: 36px;}
}
@media all and (orientation: landscape) and (max-width: 569px) {
  .page-title-large3-cont .container {height:280px;}
  .page-title-large3-text-cont {bottom: 40px;}
  .page-title3 {font-size: 32px; line-height: 36px;}
}

/* #PAGE TITLE LARGE 4 TEXT-CENTER GRAY #NEW-2
=====================================================*/
.page-title4 {
  margin:0; 
  font-size: 36px;
  line-height: 38px;
  text-align:center;
}
.breadcrumbs4 {
  margin: 10px 0 0 0;
  text-align:center;
  font-size:12px;
}
.page-title-large4 {
  padding-top: 190px;
  padding-bottom: 102px;
}

/* #PAGE TITLE LARGE 5 ABSOLUTE #NEW-2
=====================================================*/
.page-title-large5-cont .container {
  height:365px;
}
.page-title-large5-text-cont {
  padding-right:20px;
  position:absolute;
  bottom: 48px;
}
.page-title5 {
  margin:0;
  font-size:36px;
  line-height:38px;
}

@media (max-width: 1367px) {
  .page-title-large5-cont .container {height:335px;}
}
@media (max-width: 1024px) {
  .page-title-large5-cont .container {height:308px;}
  .page-title-large5-text-cont {bottom: 48px;}
}
@media (max-width: 767px) {
  .page-title-large5-cont .container {height:246px;}
  .page-title-large5-text-cont {bottom: 30px;}
  .page-title5 {font-size:32px;line-height:36px;}
}
@media (max-width: 480px) {
  .page-title-large5-cont .container {height:246px;}
  .page-title-large5-text-cont {bottom: 30px;}
  .page-title5 {font-size:26px;line-height:30px;}
}

/* #CONTACT MENU
=====================================================*/
.menu-contact-info {
	background-color:#c6c7c9;
	padding:0;
	color: #fff;
}
.sub-menu-white .menu-contact-info {
	background-color:#4b4e53;
}
.menu-map-container {
	padding:0 !important;
}
ul.contact-list, ul.contact-list li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.contact-list {
	padding-top: 74px;
	padding-bottom: 68px;
	padding-left: 28px;
}
ul.contact-list li{
	display: block;
	padding-right: 15px;
	border:none !important;
}
.loc-icon-container {
	position:absolute;
	top:0;
	left:0;
}
.menu-contact-info .contact-list > li {
	position:relative;
}
.menu-contact-text-container {
	padding-left:60px;
	padding-top: 11px;
	min-height: 46px;
}
.menu-contact-info .contact-list .a-mail {
	color:#fff !important;
	padding:0 !important;
}
.menu-contact-info .contact-list .a-mail:hover {
	color:#414146 !important;
	background:none !important;
}
.icon_mail_alt.main-menu-contact-icon {
	padding-top:10px;
	padding-bottom:14px;
}
.menu-contact-info {
	margin-top: -22px;
	margin-bottom: -22px;
}
.main-menu-contact-icon {
  font-size: 24px;
  padding: 12px;
  color: #fff;
}
.icon_mail_alt.main-menu-contact-icon {
	padding-top:10px;
	padding-bottom:14px;
}

/* #CONTACT FORM
=====================================================*/
.contact-form-cont {
	position: relative;
	max-width:550px;
	padding:80px 50px 80px 60px;
}
.contact-form-container-left {
	position: relative;
	margin:0 0 0 40px;
	padding-top:70px;
	padding-bottom:40px;
}
.form-control {
	border-radius:0;
	height:auto;
	box-shadow:none !important;
}
.form-control.error {
	border-color:#E42C3E !important;
	z-index:1;
}
label.error {
  font-size:11px;
  color:#e42c3e;
  position: absolute;
  top: 5px;
  right: 15px;
}
label.none {
  display: none;
}
.checkbox label.error {
  top: 18px;
  left:0;
}
.bg-gray-container .contact-form-cont .form-control.valid , .bg-gray-container .contact-form-container-left .form-control.valid {
	border-color:#3db03f;
	z-index:1;
}
.bg-gray-container .contact-form-cont .form-control.error , .bg-gray-container .contact-form-container-left .form-control.error {
	border-color:#E42C3E;
	z-index:1;
}
#contactSuccess, #contactError {
  position:absolute;
  width:100%;
	margin-top:15px;
	margin-bottom:0px;
  border:none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  text-align: center;
}
#contactSuccess {
	-webkit-animation-duration:.6s;
  -moz-animation-duration:.6s;
  -ms-animation-duration:.6s;
  -o-animation-duration:.6s;
  animation-duration:.6s;
}
input, textarea, .login-select, .form-control{
  	border:none;
  	-webkit-appearance: none;
	border-bottom: 1px solid #ccc; 
	border-radius: 0px;
	background:transparent;
	color: #323336;
	font-size: 14px;
	margin: 0;
	outline: none;
	padding: 8px 20px 8px 0;
}
select{
  overflow: hidden;
  -webkit-appearance:none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none!important;
}
select::-ms-expand {
  display: none;
}
.select-styled{
  position:relative;
  display:inline-block;
}
.select-styled:after {
  font-size: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 1.2rem;
  right: 0;
  content: '\e200';
  font-family: "linea-icons"!important;
  font-style: normal!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.input-with-icon {
  position:relative;
}
.input-with-icon input{
  padding-left:40px;
  width:100%;
}
.input-with-icon .icon{
  position: absolute;
  left:12px;
  top:12px;
}
.footer2-black input{color:#fff;}
.input-border {
  border: 1px solid #dedede; 
  padding:9px 15px  ;
}
select.input-border {
  border: 1px solid #dedede; 
  padding:9px 20px 9px 10px ;
}
.w-100 { width:100%;}

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {color: #888;}
::-moz-placeholder, .form-control::-moz-placeholder {color:#888; opacity: 1;}/* Firefox 19+*/
:-moz-placeholder, .form-control:-moz-placeholder {color:#888; opacity: 1;}/* Firefox 18- */
:-ms-input-placeholder, .form-control:-ms-input-placeholder {color:#888;}


:focus::-webkit-input-placeholder {color: #888;}
:focus::-moz-placeholder          {color:#888;}/* Firefox 19+*/
:focus:-moz-placeholder           {color:#888;}/* Firefox 18- */
:focus:-ms-input-placeholder      {color:#888;}

.form-control:focus, .nl-email-input:focus {
  border-color:#323336;
}

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

label.non, .non {
	display: none;
}

label {
  font-family: 'SimplonNorm-Regular',Arial, Helvetica, sans-serif !important; 
  font-weight: normal !important;
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #e73c1f;
}

.formtextfield {
	height: 100px !important;
}

.form-group {
  margin-bottom: 25px;
}
.form-group label {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.form-control label {
	display: none;
}
.form-group .checkbox input[type=checkbox],
.form-group .radio input[type=checkbox],
.form-group .checkbox-inline input[type=checkbox],
.form-group .radio-inline input[type=checkbox],
.form-group .checkbox input[type=radio],
.form-group .radio input[type=radio],
.form-group .checkbox-inline input[type=radio],
.form-group .radio-inline input[type=radio] {
  margin-top: 0;
}
.form-group.has-error .form-control {
  border-color: #eee;
}
.form-group.has-success .form-control {
  border-color: #000;
}
.datenschutz {
  padding: 20px 0;
  font-size: 18px;
}

input[type=checkbox]
{
  -webkit-appearance: checkbox;
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  margin-left: 15px;
}

.bg-gray-light {background-color:#f5f5f5;}
.bg-gray {background-color:#eee;}
.bg-gray-dark, .header.no-transparent .header-wrapper.bg-gray-dark{	background-color:#303036;}
.bg-black {background-color:#101010;}
.bg-white {background-color:#fff;}
.bg-fuchsia{background-color:#e73c1f}

.font-white, .font-white a{color:#fff !important;}
.font-black, .font-black a{color:#323336 !important;}
.font-dark {color:#101010;}
.font-fuchsia {color:#e73c1f;}

.bg-b-p-grad{
  background: #82c2ed; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #82c2ed 0%, #a381ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #82c2ed 0%,#a381ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #82c2ed 0%,#a381ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c2ed', endColorstr='#a381ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-g-b-grad{
  background: #8adbdb; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #8adbdb 0%, #344e9b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #8adbdb 0%,#344e9b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #8adbdb 0%,#344e9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8adbdb', endColorstr='#344e9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.opacity-80{opacity:.8;}


/* #FOOTER
=====================================================*/
.widget{
  margin-bottom:25px;
}
.footer2-soc-a {
  padding-bottom:7px;
}
.footer2-soc-a a {
  font-size:16px;
  padding:9px 9px 9px 0 !important;
}
.footer2-text-cont {
  margin-bottom:24px;
}
.footer2-grey, .footer-grey {
  background: #eee;
  color:#4a4a49;
  font-size: 15px;
  line-height: 24px;
}
.footer2-grey .a-text, .footer2-grey .a-text-cont a, .footer2-grey a {
  color:#4a4a49;
}
.footer2-grey .a-text:hover, .footer2-grey .a-text-cont a:hover, .footer2-grey a:hover {
  color: #e73c1f;
}
.footer2-grey .a-text-main-cont .a-text, .footer2-grey .a-text-main-cont a, .footer2-grey .tweet_list a {
  color:#4a4a49;
}
.footer2-grey .a-text-main-cont .a-text:hover, .footer2-grey .a-text-main-cont a:hover, .footer2-grey .tweet_list a:hover {
  color: #e73c1f;
}
.footer2-grey .footer2-soc-a a, .footer-grey .footer-soc-a a {
  color:#4a4a49;
}
.footer2-grey .footer2-soc-a a:hover, .footer-grey .footer-soc-a a:hover, .footer2-grey .footer2-copy:hover {
  color: #e73c1f;
}
.cc_container,
.cc_container .cc_btn, {
  font-size: 14px;
  line-height: 25px;
  font-family: 'SimplonNorm-Regular',Arial, Helvetica, sans-serif; 
  font-weight: normal;
}


/* #CAROUSEL 
================================================== */
/*****	#OWL CONTROLS STYLE 2	*****/
.item{
	margin:0 15px 30px 15px;
}
.owl-no-row .item{
	margin:0 0 30px 0;
}
#owl-1-pag .item{
	margin:0 15px 0px 15px;
}
.customNavigation{
	float:right;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*****************************************/
.carousel-va-container {
	float:left;
}
.customNavigation-container {
	float:left;
}
.carousel-va {
	cursor: pointer;
	padding-right: 15px;
	padding-top: 8px;
}
.pos-relative {
	position:relative;
}

/* #NEWSLETTER NEW
=====================================================*/
.nl-cont {
  padding-top:80px;
  padding-bottom:60px;
  background:#eee;
}
.nl-title {
  margin-bottom:15px;
}
.newsletterform {
  width:100%;
	float:right;
  border-bottom: 1px solid #cbcbcb;
	margin:0;
  margin-bottom:15px;
	padding:0;
}
.nl-email-input {
  font-size:14px;
  border-color:#cbcbcb;
  border: none;
}
#notification_container {
	position:absolute;
	top:0px;
	right:0;
	z-index:3;
  width:100%;
}
#notification_container .alert{	
	padding-top:11px;
	padding-bottom:10px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#notification_container a{
	color:#245269;
}
#notification_container a:hover{
	text-decoration: underline;
}

@media only screen and (max-width : 480px) {
  #google-map, #google-map.contact-form-with-catcha {
    height:300px;
  }
}

/* #NEWSLETTER 2 FOOTER NEW-2
=====================================================*/
.newsletterform2{
  width:100%;
  border-bottom: 1px solid #ccc; 
}
.nl2-email-input {
  border:none;
}
.nl2-btn{
  position:absolute;
  top: 5px;
  right:0;
  font-size:27px;
  background:none;
  color:#323336;
}
.nl2-btn:hover{
  color:#6b6d6f;
  right:-5px;
}
.footer2-black .nl2-btn {
  color: rgba(255,255,255, .7);
}
.footer2-black .nl2-btn:hover{
  color: rgba(255,255,255, 1);
}
.footer2-black .newsletterform2{
  border-color: #67686b; 
}

.footer2-black .nl2-email-input::-webkit-input-placeholder {color: rgba(255,255,255, .7)}
.footer2-black .nl2-email-input::-moz-placeholder           {color: rgba(255,255,255, .7)}/* Firefox 19+*/
.footer2-black .nl2-email-input:-moz-placeholder           {color: rgba(255,255,255, .7)}/* Firefox 18- */
.footer2-black .nl2-email-input:-ms-input-placeholder      {color: rgba(255,255,255, .7)}

/* #OUR CLIENTS #NEW
================================================== */ 
#owl-clients .item{
	margin: 0 50px;
}
#owl-clients .item img{
  width:100px;
}
.our-clients-cont {
	padding:60px 0;
}

/* #TABS 3 #NEW
================================================== */
.tabs-3 .nav-tabs>li>a {
  border-radius: 0; 
  padding:14px 20px;
}
.tabs-3 .nav-tabs>li.active>a, .tabs-3 .nav-tabs>li.active>a:focus, .tabs-3 .nav-tabs>li.active>a:hover {
  color:#101010;
}

@media only screen and (max-width: 480px) {

  .xs-tabs-transform.nav-tabs {
    border-bottom: none;
  }
	.xs-tabs-transform.nav-tabs>li{
    float:none;
    margin-bottom:0;
  }
  .xs-tabs-transform.nav-tabs>li.active>a, .xs-tabs-transform.nav-tabs>li.active>a:focus, .xs-tabs-transform.nav-tabs>li.active>a:hover {
    border-color:transparent;
    border-bottom-color:#101010;
    
  }
  .xs-tabs-transform.nav-tabs>li>a, .xs-tabs-transform.nav-tabs>li>a:focus, .xs-tabs-transform.nav-tabs>li>a:hover {
    padding-left:0;
    border-bottom-color:#dedede;
  }
}

/* #TABS 4,5,6 #NEW-2
================================================== */
.tabs-4 .nav-tabs>li>a {
  border-radius: 0; 
  padding:14px 20px;
  background:none;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.tabs-4 .nav-tabs>li.active>a, .tabs-4 .nav-tabs>li.active>a:focus, .tabs-4 .nav-tabs>li.active>a:hover {
  color:#101010;
  background:none;
}
.tabs-4 .nav-tabs>li.active>a, .tabs-4 .nav-tabs>li.active>a:focus, .tabs-4 .nav-tabs>li.active>a:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #323336;
}
.tabs-4 .tab-pane {
	background-color:transparent;
}
.tabs-4 .label {
	font-size:11px;
	background-color: #e73c1f;
	vertical-align: middle;
}
.tab5-cont{
  padding:25px 30px 20px 30px;
  border: 1px solid #dedede;
  border-top: none;
}
.tab6-cont{
  padding:25px 30px 20px 30px;
  border-top: none;
  background-color:#f5f5f5;
}
.tabs-6 .nav-tabs>li>a {
  border-radius: 0; 
  padding:14px 20px;
}
.tabs-6 .nav-tabs>li>a:hover {
  border-color: transparent;
  background:transparent;
}
.tab6-cont .tab-pane {background-color:#f5f5f5;}
.tabs-6 .nav-tabs>li.active>a, .tabs-6 .nav-tabs>li.active>a:focus, .tabs-6 .nav-tabs>li.active>a:hover {
  color:#101010;
  background:none;
}
.tabs-6 .nav-tabs>li.active>a, .tabs-6 .nav-tabs>li.active>a:focus, .tabs-6 .nav-tabs>li.active>a:hover {
  background-color:#f5f5f5;
  border-color:#f5f5f5;
}
.tabs-6 .nav-tabs {
  border-bottom: none;
}

/* #TABS
================================================== */ 
.tab-pane {
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-top:none;
}
.tabs.custom-tabs .nav-tabs li.active a{
	color:#323336;
	background:#eee;
	border:none;
}
.tabs.custom-tabs .nav-tabs a{
	color:#6b6d6f;
	border:none;
	border-radius:0px;
	padding: 15px 20px;
}
.tabs.custom-tabs .nav-tabs {
	border-bottom: 1px solid #eee;
}
.tabs.custom-tabs .tab-pane {
	background-color: #fff;
	border: 15px solid #eee;
	border-top: 14px solid #eee;
	border-left: none;
}
.tabs.custom-tabs .tab-content-container {
	padding:15px 15px 5px 0;
}

/***** #CUSTOM TAB VERTICAL	*****/
.tabs-vertical .nav-tabs > li {
	display: block;
	width:100%;
}
.tabs-vertical.custom-tabs.nav-tabs>li>a {
	border: none;
}
.tabs-vertical.tabs.custom-tabs .nav-tabs {
	border-bottom: none;
}
.tabs-vertical.custom-tabs .tab-pane {
	background-color: #fff;
	border: 15px solid #eee;
	border-right: none;
}
.tabs-vertical.custom-tabs .tab-content-container {
	padding:15px 0 5px 15px;
}
.tabs-vertical.tabs .nav-tabs>li>a {
	margin-right: 0;
}
.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
}
.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top;
}
.bootstrap-tabs {
	margin-bottom: 20px!important;
}
.tab-pane {
	border:none;
}

/* #BLOCKQUOTES #NEW
==================================================*/
blockquote {
  padding: 10px 20px;
  padding-left:30px;
  margin: 0 0 20px;
  border-left: 3px solid #eee;
}
blockquote, blockquote p {
  font-style: normal;
  font-size: 20px;
  line-height:32px;
  color:#323336;
}
blockquote p {
  margin-bottom:13px;
}
blockquote .small, blockquote footer, blockquote small{
  font-size: 13px;
  color: #6b6d6f;
  font-style: normal;
}

/* #BLOCKQUOTES
==================================================*/
blockquote {
  font-size:16px;
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 25px;
}

blockquote.custom-blockquote, blockquote.custom-blockquote p {
	font-size: 16px;
	line-height: 28px;
	color: #777;
	font-style: italic;
}
blockquote.custom-blockquote {
	margin: 0 0 10px 0;
	padding: 32px 30px 30px 30px;
	position:relative;
	background-color:#f8f8f8;
  border-left: 40px solid #ffea00;
}
blockquote.custom-blockquote:before {
	z-index:9;
	height:100%;
	width:38px;
	display:block;
	content:'“';
	position:absolute;
	left:-25px;
	top:50%;
  font-size:50px;
  font-style:normal;
  color:#323336;
}

/* #BLOCKQUOTES 2 #NEW-2
==================================================*/
.bq2-cont{
  margin:0;
  font-size:26px;
  line-height:36px;
  letter-spacing:2px;
  border:none;
}
.bq2-cont footer{
  margin-top:30px;
  font-size:24px;
  line-height:33px;
}

/* #BLOCKQUOTES 3 (TYPOGRAPHY) #NEW-2
=====================================================*/
.quote1 {
  border-left:1px solid #c9c9c9;
}
.quote1 p{
  margin-bottom:18px;
  color:#323336;
  font-size:18px;
  line-height:32px;
  font-style:normal;
}
.quote2 {
  background:#eee;
  padding:50px;
  border:none;
}

/* #TESTIMONIALS
================================================== */
.ts-container {
	position:relative;
}
.ts-icon-container-bg {
	background-color: rgba(255,234,0,.5);
	padding-top:52px;
	padding-bottom:53px;
	width:85px;
	float:left;
	position:absolute;
	top:0;
	left:0;
}
.ts-icon-container {
	background-color:#ffea00;
	width:85px;
	height:85px;
	opacity:1;
	text-align:center;
	padding:19px;
}
.ts-icon-container span {
	padding:0;
	margin:0;
	padding-bottom: 14px;
	padding-top: 8px;
	font-size:26px;
	color:#323336;
	border-color:#323336;
}
.ts-main-container-bg {
	background-color:#eee;
}
.ts-main-container-bg{
	margin-left: 85px;
}
.ts-lines:before {
	content: "";
	display: block;
	width: 300%;
	height: 40px;
	background: #dfdfdf;
	position: absolute;
	top: 0;
	left: -300%;
	filter: alpha(opacity=50);
	height:190px;
}
.ts-text-container {
	position:relative;
	min-height:190px; 
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 240px;
	font-size: 14px;
	line-height: 22px;
}
.ts-img-container {
	width:200px; 
	height:190px; 
	position:absolute;
	right:0;
	top:0;
}
.ts-img-container img{
	width:200px; 
	height:190px; 
}
.tls-small-text-container {
	background-color:#eee;
	padding:30px;
	padding-bottom:80px;
}
.tls-small-img-container {
	float:left;
	margin-right: 20px;
}
.tls-small-author-name{
	font-size:14px;
  line-height:15px;
	color:#323336;
}
.tls-small-author-role {
  margin-top:3px;
  font-size:12px;
}
.tls-small-author-container {
	margin-top: -55px;
}
.bg-light-gray {background:#eee;}
.testimonials {
	position:relative;
}
.quote-author {
	position: relative;
	left: 15px;
	margin-top: 20px;
}
.quote-author-description {
	font-size: 12px;
}
.author-testimonial {
	display: inline;
	margin-top: 7px;
	font-size: 12px;
	color: #323336;
}

/* #PAGE TITLE
================================================== */
.page-title-bg {
	background:rgba(255, 234, 0, .5);
}

/* #404
================================================== */
.error404-text {
	text-align:center;
	color:#5a5a5a;
	font-size:30px;
	line-height:30px;
	margin-bottom: 25px;
  margin-top: 25px;
}
.error404-numb {
	color:#909090;
	text-align:center;
	font-size:250px;
	line-height:250px;
	margin-bottom: 40px;
  margin-top: 30px;
}
.error404-main-text h2 {
	text-align:center;
	font-size:30px;
	line-height:30px;
	padding-bottom: 15px;
  padding-top: 20px;
	padding-left: 15px;
  padding-right: 15px;
}

/* #404 #NEW-2
================================================== */
.error404-numb2{
  font-size:120px;
	line-height:120px;
}
.error404-text2{
	line-height:40px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .error404-numb2{
    font-size:80px;
    line-height:80px;
  }
  .error404-text2{
    font-size:18px;
    line-height:24px;
    margin-bottom: 30px;
  }
}

/* #ALERT BOXES 
================================================== */
.alert2 {
  border-radius: 0;
  font-size: 16px;
  padding: 25px 25px 25px 100px;
  border: 0;
  color: #fff;
  position: fixed;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
}
.alert2 h5 {
  color: #e73c1f;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.alert2 p {
  margin: 0 40px 0 0;
}
.alert2 .alert-icon {
  background-color: rgba(0, 0, 0, 0.075);
  position: absolute;
  width: 75px;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert2 .alert-icon i {
  font-size: 20px;
}
.alert2.alert-dismissible {
  padding-right: 35px;
}
.alert2 .close {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
  opacity: 1;
  outline: none;
}
.alert2 .close i {
  text-shadow: none;
  font-size: 20px;
}
.alert2.alert-warning {
  background-color: #4a4a49;
}
.alert2.alert-danger {
  background-color: #4a4a49;
}
.alert2.alert-success {
  background-color: #4a4a49;
}
.alert2.alert-info {
  background-color: #4a4a49;
}
.alert {
	border-radius: 0px;
}
.alert-icon {
	margin-right: 7px;
}
.iconed-box.error:before {
  background-position: -36px center;
}
.iconed-box.success:before {
  background-position: 0 center;
}
.iconed-box.info:before {
  background-position: -72px center;
}
.iconed-box.notice:before {
  background-position: -108px center;
}
.iconed-box:before {
	height: 100%;
	left: 10px;
	max-height: 80px;
	top: 0;
	width: 36px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/box-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.iconed-box:before {
  content: "";
  position: absolute;
}
.styled-box.success {
  background: none repeat scroll 0 0 #EDFFD7;
  border-color: #80c080;
	color:#32a432;
}
.styled-box.error {
  background: none repeat scroll 0 0 #fdebeb;
  border-color: #ffa7a1;
	color:#e17585;
}
.styled-box.info {
  background: none repeat scroll 0 0 #E2F1FF;
  border-color: #73bfe4;
	color:#4ac2f3;
}
.styled-box.notice {
  background: none repeat scroll 0 0 #FFFFEE;
  border-color: #fbc778;
	color:#ff9900;
}
.styled-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6; 
}
.styled-box {
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.demo .styled-box {
	padding-top: 20px;
	padding-bottom: 20px;
}
.iconed-box {
  padding-left: 60px;
}
#contact-form .iconed-box {
  padding-left: 60px;
	width:220px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
  box-sizing: border-box;
}

/* #BLOG
================================================== */
/*****	#SIDEBAR	*****/
#sidebar-stiky {
	margin-bottom:20px;
}
#sidebar-stiky.affix-top{
	position:relative;
}
#sidebar-stiky.affix-bottom{
	position:absolute; 
}
#sidebar-stiky.affix{
	position:fixed;
	top:90px;
}
.blog-categories {
	margin:0;
	padding:0;
}
.blog-categories li{
	list-style: none;
}
.blog-categories li a{
	color:#6b6d6f;
	height:38px;
	line-height:38px;
	display:block;
	padding:0;
	background: none !important;
}
.blog-categories li a:hover{
  color:#101010;
}
.blog-cat-icon {
	display:block;
	text-align:center;
	float:left;
	margin-right: 20px;
	height:38px;
	width:38px;
	font-size:17px;
	line-height:36px;
	color:#323336;
	background-color:#dfdfdf;
	transition: all .3s ease 0s;
}
.blog-categories li a:hover .blog-cat-icon{
	background-color:#ffea00;
	height:48px;
	width:48px;
	line-height:46px;
	transition: all .3s ease 0s;
}
.blog-categories li a:hover {
	height:48px;
	line-height:48px;
	transition: all .3s ease 0s;
}
.blog-categories li.current .blog-cat-icon{
	background-color:#ffea00;
	height:48px;
	width:48px;
	line-height:46px;
	transition: all .3s ease 0s;
}
.blog-categories li.current a {
	height:48px;
	line-height:48px;
	transition: all .3s ease 0s;
}
.ml-min-10 {margin-left:-10px;}

/*****	#PAGINATION #NEW	*****/
.blog-pag .pagination .active a, .blog-pag  .pagination>.active>a:focus, .blog-pag  .pagination>.active>a:hover, .blog-pag  .pagination>.active>span, .blog-pag  .pagination>.active>span:focus, .blog-pag  .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #323336;
  border-color: #337ab7;
}
.blog-pag .pagination>li>a, .blog-pag .pagination>li>span {
  color: #6b6d6f;
  margin-right: 7px;
  padding: 8px 14px;
  border:none;
  border-radius: 0;
}
.blog-pag .pagination li i {
  font-size:16px;
}
/*****	#PAGINATION 2 #NEW-2	*****/
.blog-pag .pag2 .active a, .blog-pag  .pag2>.active>a:focus, .blog-pag  .pag2>.active>a:hover, .blog-pag  .pag2>.active>span, .blog-pag  .pag2>.active>span:focus, .blog-pag  .pag2>.active>span:hover {
  z-index: 2;
  color: #323336;
  cursor: default;
  background-color: #eee;
  border-color: #337ab7;
  border-radius:50%;
}
.blog-pag .pag2>li>a, .blog-pag .pag2>li>span {
  color: #6b6d6f;
  margin-right: 4px;
  padding: 8px 14px;
  border:none;
  border-radius: 50%;
}
.blog-pag .pag2 li i {
  font-size:16px;
}

/* #BLOG 2 #NEW-2
================================================== */
.blog-categories2 {
	margin:0;
	padding:0;
}
.blog-categories2 li{
	list-style: none;
}
.blog-categories2 li a{
  color:#6b6d6f;
	height:38px;
	line-height:38px;
	display:inline-block;
	padding:0;
	background: none !important; 
}
.blog-categories2 li a:hover {
  color:#000;
}
.blog-categories2 li.current a {
  color:#000;
	transition: all .3s ease 0s;
}

/* #WORK NAV #NEW
================================================== */
.work-navigation{
  padding:18px 0;
	width: 100%;
	background: #fff;	
    z-index: 99;
}
.work-navigation .icon{
	font-size: 24px;
    line-height:19px;
	vertical-align: middle;
}
.work-navigation .work-all .icon{
	font-size: 20px;
    line-height: 19px;
}
.work-navigation .fa-times{
	font-size: 16px;
	margin-top: -2px;
}
.work-navigation a {
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	text-transform: uppercase;
	color: #4a4a49;
}
.work-navigation a:hover {
	color: #e73c1f;
}
.work-navigation a span{
	display: inline-block;
}
.work-prev{ text-align: left;}
.work-all{ text-align: center;}
.work-next{	text-align: right;}
.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

/* #MAINTENANCE 
================================================== */
.maintenance-icon-container {
	margin-top:10px;
	margin-bottom:50px;
}
.maintenance-icon {
	font-size:175px;
}
.maintenance-text-container h1 {
	margin-top:0;
	margin-bottom:10px;
	font-size:70px;
	line-height:70px;
}
.maintenance-text-container h2 {
	margin-top:0;
}
.maintenance-container {
	padding-top:250px;
	padding-bottom:150px;
}
.under-constr-bg {
  background: url(../images/under-const.jpg) 50% 50%; 
  background-size: cover !important;
  
  width: 100%;
  display: block;	
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .maintenance-container {
    padding-top:150px;
    padding-bottom:100px;
  }
  .coming-soon-main-text-container h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .text-left-767 {
    text-align:left;
  }
  .text-center-767 {
    text-align:center;
  }
  .w-100-767 {
    width:100%;
  }
}

/* #PORTFOLIO
============================================*/
ul#portfolio {
	margin:0;
	padding:0;
	list-style:none;
	transition:none !important;
}

/*****	#START: RECOMMENDED ISOTOPE STYLES	*****/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
     -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* #ELEMENTS
=======================================*/

/*****	#DROPCAPS	*****/
.dropcap1 {
	background: none repeat scroll 0 0 #eee;
  color: #323336;
  display: inline-block;
  float: left;
  font-size: 50px;
  line-height: 75px;
  margin: 6px 20px 0 0;
  padding-bottom: 2px;
  text-align: center;
  width: 56px;
}
.dropcap2 {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 40px;
	height: 75px;
	line-height: 70px;
	text-align: center;
	width: 75px;
	border-radius: 50%;
	padding-left: 1px;
	background: none repeat scroll 0 0 #323336;
	margin:8px 20px 0 0;
}
.dropcap3 {
  color: #323336;
  display: inline-block;
  float: left;
  font-size: 60px;
  line-height: 60px;
  margin: 0 20px 0 0;
  padding-bottom: 2px;
  text-align: center;
}
.dropcap4 {
	background: none repeat scroll 0 0 #ffea00;
  color: #323336;
  display: inline-block;
  float: left;
  font-size: 50px;
  line-height: 75px;
  margin: 6px 20px 0 0;
  padding-bottom: 2px;
  text-align: center;
  width: 56px;
}
/*****	#STYLED LIST	*****/
.styled-list {
  list-style: none outside none;
  margin: 0;
	padding:0;
}
.styled-list.style-1 > li:before {
  background-position: 0 -30px;
}
.styled-list.style-2 > li:before {
  background-position: 0 -60px;
}
.styled-list.style-3 > li:before {
  background-position: 0 -14px;
}
.styled-list.style-4 > li:before {
  background-position: 0 0;
}
.styled-list.style-5 > li:before {
  background-position: 0 -45px;
}
.styled-list.style-6 > li:before {
  background-position: 0 -75px;
}
.styled-list > li:before {
	height: 15px;
	left: 0;
	top: 1.5px;
	width: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/list-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.styled-list > li:before {
  content: "";
  position: absolute;
}
.styled-list > li {
  padding-left: 19px;
  position: relative;
}
.demo-list-styles ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

/* #FOOTER
================================================== */

/*****	#CONTACT FOOTER	*****/
.contact-text-container {
	padding-left:50px;
	padding-top:12px;
	min-height:46px;
	opacity:.8;
}
.right-1024 {
	float:right;	
}
.right {
	float:right;	
}
.left {
	float:left;
}
.right-text {
	text-align:right;	
}
.center-text {
	text-align:center;	
}

/*	#TYPOGRAPHY
===============================================================*/
.uppercase {text-transform:uppercase;}

.superhead, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color: #4a4a49;
	margin: 0;
	font-family: 'SimplonNorm-Medium',Arial, Helvetica, sans-serif; !important;
	font-weight: normal;
	letter-spacing: 1px;
}
.superhead {
	font-size: 60px;
	line-height: 70px;	
}
h1, .h1 {
	font-size: 32px;
	line-height: 45px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 32px;
}
h3, .h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
}
h4, .h4 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 25px;
}
h5, .h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
}
h6, .h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
}
.heading-line {
	position:relative;
}
.heading-line h1, .heading-line h2, .heading-line h3, .heading-line h4, .heading-line h5, .heading-line h6{
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
}
.heading-line:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 2px solid #eee;
	left: auto;
	top: 58%;
	right: 0;
}
.h2-line:before {
	top: 59%;
}
.h3-line:before {
	top: 61%;
}
.h4-line:before {
	top: 51.5%;
}
.h5-line:before, .h6-line:before {
	top: 55%;
}
.heading-underline h1, .heading-underline h2, .heading-underline h3, .heading-underline h4, .heading-underline h5, .heading-underline h6{
	border-bottom: 1px solid #eee;
	padding-bottom:20px;
}
.heading-underline h2{
	padding-bottom:20px;
}
.heading-underline h3{
	padding-bottom:16px;
}
.heading-underline h4{
	padding-bottom:16px;
}
.heading-underline h5, .heading-underline h6 {
	padding-bottom:16px;
}
.highlights { color: #e73c1f; }
i { vertical-align: middle; }

.font-60 {font-size:60px; line-height:65px;}
.font-40 {font-size:40px !important; line-height:52px !important;}
.font-32 {font-size:32px !important; line-height:40px !important;}
.font-30 {font-size:30px; line-height:40px;}
.font-26 {font-size:26px !important; line-height:34px !important;}
.font-24 {font-size:24px !important; line-height:32px !important;}
.font-20 {font-size:20px !important; line-height:30px !important;}
.font-21 {font-size:21px !important; line-height:32px !important;}
.font-18 {font-size:18px !important; line-height:26px !important;}
.font-16 {font-size:16px !important; line-height:26px !important;}
.font-13 {font-size:13px !important;}
.font-12 {font-size:12px !important;}

@media only screen and (max-width: 992px){
  .font-md-25{ font-size:25px !important; line-height:33px !important;}
  .superhead {
	font-size: 50px;
	line-height: 60px;	
	}
}
@media only screen and (max-width:767px) {
  .font-xs-30 {font-size:30px !important; line-height:40px !important;}
  .font-xs-26 {font-size:26px !important; line-height:34px !important;}
  .font-xs-24 {font-size:24px !important; line-height:32px !important;}
  .font-xs-20 {font-size:20px !important; line-height:30px !important;}
  .superhead {
	font-size: 40px; line-height: 50px;	
  }
}
.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #eee;
	width: 100%;
}
.divider i {
	position: relative;
	line-height: 1;
	font-size: 14px!important;
	text-align: center;
}
.divider:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 12px;
	left: 25px;
	height: 0;
	border-top: 2px solid #EEE;
}
.divider.divider-center {
	text-align: center;
}
.divider.divider-center  i	{
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	z-index: 1;
}
.divider.divider-center:after {
	left: 0;
}
.divider-line {
	height:2px;
	width:100%;
	background: #eee;
}
.divider-dashed {
	height:0px;
	width:100%;
	margin:20px 0 20px 0;
	border-top: 2px dashed #eee;
}
hr {
	border-top: 1px solid #e3e3e3;
	margin: 22px 0 22px 0;
}
hr.gradient {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
	border: 0;
	height: 1px;
	margin: 22px 0 22px 0;
}
hr.short {
	margin: 11px 0 11px 0;
}
hr.tall {
	margin: 44px 0 44px 0;
}
hr.taller {
	margin: 66px 0 66px 0;
}
hr.light {
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .2), transparent);
}
hr.invisible {
	background: none;
}
.label {
	font-weight: normal;
}
.highlight-text, .highlight-text-grey {
	background-color: #ffea00;
	color:#323336;
	padding: 0 3px;
}
.highlight-text-grey {
	background-color: #C0C0C0;
	color: #fff;
}
.icon-list {
	padding-left: 0;
	margin-left: 24px;
	list-style-type: none;
}
.icon-list li {
	position: relative;
}
.icon-list>li [class*=" fa-"]{
	position: absolute;
	left: -21px;
	text-align: center;
	top: 4px;
	width: 14px;
}
.icon-list.elegant-font {
	margin-left: 0;
	margin-bottom: 0;
}
.icon-li {
	margin-right:10px;
}
.glyphs.css-mapping {
  margin: 0 ;
  padding: 0;
  color: rgba(0,0,0,0.5);
}
.glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}
.glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}
.glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  float: right;
}
pre {
	border-radius:0;
}
.modal-header h3 {
	text-transform: none;
}
.modal-dialog {
  z-index:1050;
}
.modal-close{
  position:absolute;
  top: 15px;
  right: 15px;
  opacity:.55;
  font-size:28px;
  text-shadow:none !important;
    z-index:1051;
}
.modal-close:hover{
  opacity:1 !important;
}
@media (min-width: 768px) {
  .modal-md {width: 90vw;}
}

@media (max-width: 767px) {
  .pt-b-0-767{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
	h1.big {
		font-size: 3.2em;
		line-height: 42px;
	}
  .cis-icon {
    top: 25px;
    font-size: 25px;
  }
  .cis-cont {
    padding-left: 50px;
  }
  .contact-form-cont {
    padding:80px 20px 80px 20px;
  }
}

/*	#BUTTONS
===============================================================*/

button {
	border:none;
	cursor:pointer;
	text-decoration: none;
	transition: all .3s ease 0s;
}
.button {
	background-color:transparent;
  	font-size:14px;
	color:#4a4a49;
	border:none;
	transition: all .3s ease 0s;
	outline: none;
	position: relative;	
}
.button:hover {
	background-color:#e73c1f;
	color:#fff;
	transition: all .3s ease 0s;
}
.button.medium  {
	padding: 10px 37px 10px 37px;
	display:inline-block;
}
.button.medium-compare  {
	font-size:14px;
	line-height:36px;
	padding:0px 16px 0px 16px;
	display:inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width:90%;
}
.button.medium-border  {
	font-size:14px;
	line-height:36px;
	height:36px;
	padding:0px 16px 0px 16px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}
.button.large {
	font-size:16px;
	line-height:20px;
	padding:19px 40px;
	display:inline-block;
}
.button.large-border {
	font-size:20px;
	line-height:20px;
	padding:15px 39px 15px 39px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}
.button.small {
	font-size:11px;
	line-height:16px;
	padding: 10px 18px;
	display:inline-block;
}
.button.small-border {
	font-size:12px;
	line-height:16px;
	padding: 6px 10px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}
.button-icon-right {
	margin-left:6px;
}
.button-icon-left {
	margin-right:6px;
}
.btn-4 {
	overflow: hidden;
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.btn-4 .button-icon-anim  {
	position: absolute;
	font-size: 18px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: left .3s ease;
}
.btn-4aa .button-icon-anim  {
	left: 130%;
}
.btn-4aa:hover .button-icon-anim  {
	left: 76%;
}
.btn-4aa-inv .button-icon-anim  {
	left: 76%;
}
.btn-4aa-inv:hover .button-icon-anim  {
	left: 102%;
}
.btn-4cc .button-icon-anim  {
	left: 70%;
	opacity: 0;
	transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000), opacity .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc:hover .button-icon-anim  {
	left: 76%;
	opacity: 1;
	transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000), opacity .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc .button-text-anim {
  left:0;
  position:relative;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc:hover .button-text-anim {
  left:-11px;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000) ;
}
.btn-4cc-inv .button-icon-anim {
	left: 76%;
	opacity: 1;
}
.btn-4cc-inv:hover .button-icon-anim {
	left: 70%;
	opacity: 0;
}
.button.thin, .button.small.thin, .button.medium.thin, .button.large.thin   {
	position:relative;
	display:inline-block;
	padding: 13px 17px 13px 17px;
	background-color:transparent;
	color:#4a4a49;
	border: 2px solid #4a4a49;	
	transition: all .3s ease 0s;
}
.button.small.thin {
	padding: 10px 15px 10px 15px !important;
}
.button.medium.thin {
	padding: 8px 35px 8px 35px !important;
}
.button.large.thin {
	padding: 15px 40px 15px 40px !important;
	line-height:22px;
}
.button.thin:hover {
	color:#fff;
	border: 2px solid #fff;
	transition: all .3s ease 0s;
}
.button.thin.fuchsia{
	border-color:#4a4a49;
	color:#4a4a49;
	background-color: transparent;
}
.button.thin.fuchsia:hover{
	border-color:#e73c1f;
	color:#e73c1f;
	background-color: #fff;
	background-color: transparent;
}
.fuchsia-full{
	color:#fff;
	background-color:#e73c1f !important;
	padding: 13px 17px 13px 17px;
}
.fuchsia-full:hover{
	color:#fff;
	background-color:#e73c1f;
}
.button.thin.gray-light{
	border-color:#e3e3e3;
	color:#e3e3e3;
}
.button.thin.gray {
	border-color:#4a4a49;
	color:#4a4a49;
}
.button.thin.white {
	border-color:#fff;
	color:#fff;
}
.button.hover-thin  {
	border: 2px solid #ffea00;
	transition: all .3s ease 0s;
}
.button.hover-thin:hover  {
	background:none;
	border: 2px solid #dfdfdf;
	color:#323336;
}
.button.medium.hover-thin  {
	padding: 10px 37px;
}
.button.large.hover-thin {
	padding:18px 23px 18px 23px;
}
.button.small.hover-thin {
	padding: 8px 13px 8px 13px;
}
/****************************************/
.button i {
  margin: 0 5px 0 -1px;
}
.button.medium i, .button.medium-border i {
  margin: 0 6px 0 -4px;
}
.button.large i, .button.large-border i {
  margin: 0 10px 0 -15px;
}
.button.black {
	color:#ffffff;
	font-style:normal;
	background-color:#4d4d4d;
}
.button.black:hover {
	background-color:#575757;
}
a {
  color: #e73c1f;
  outline: none !important;
  text-decoration: none;
  transition: all .3s ease 0s;
}
a:hover, a:focus {
  color: #e73c1f;
  text-decoration: none;
  transition: all .3s ease 0s;
  cursor:pointer;
}
a.disabled, a.disabled:hover  {
  color: #bbb;
  cursor: default;
}
.a-dark{
	color: #4a4a49;
}
.a-dark:hover{
	color: #e73c1f;
}
.a-white{
	color: #fff;
}
.a-white:hover{
	color: rgba(255,255,255,.63) !important;
}
.a-inv{
	color: #6b6d6f;
}
.a-inv:hover{
	color: #101010;
}
.a-text, .a-text-cont a{
	color: #6b6d6f;
}
.a-text:hover, .a-text-cont a:hover{
	color: #101010;
}
.a-arrow{
	color: #fff;
}
.a-arrow:hover{
	color: #fff;
}
.a-arrow-text{
  float:left;
  padding-left:10px;
  color: #fff;
  font-size:30px;
  line-height:40px;
  transition: all .3s ease 0s;
}
.a-arrow:hover .a-arrow-text{
  float:left;
  padding-left:0px;
}
.a-arrow .icon{
  float:right;
	padding:2px 0 0 15px;
  font-size:40px;
  transition: all .3s ease 0s;
}
.a-arrow:hover .icon{
	padding-left:35px;
}

@media all and (orientation: landscape) and (max-width: 1280px) { 
  .a-arrow-text{
    font-size:21px;
    line-height:28px;
  }
  .a-arrow .icon{
    padding-top:0;
    font-size:31px;
  }
}

a:focus {
	text-decoration:none !important;
}
.button-full-center {
	font-style: normal;
  width: 100%;
	text-align: center;
}
.container-buttons {
	margin:0;
	padding:0;
	list-style: none;
}
.container-buttons li{
	margin-bottom:10px;
}
.black-text {
	color:#323336 !important;
	border-color:#323336 !important;
}

/* #MARGINS #PADDINGS
================================================== */
.m-0 {margin:0 !important;}
.m-10 {margin:2px;}

.mt-min-30 {margin-top:-30px;}
.mt-min-35 {margin-top:-35px;}
.mt-min-180 {margin-top:-180px;}
.mt-min-120{margin-top:-120px;}
.mt-min-210 {margin-top:-210px;}
.mt-min-500 {margin-top:-500px;}
.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:1px !important;}
.mt-5 {	margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-40 {margin-top:40px !important;}
.mt-50 {margin-top:50px !important;}
.mt-55 {margin-top:55px}
.mt-60 {margin-top:60px !important;}
.mt-70 {margin-top:70px }
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}
.mt-110 {margin-top:110px;}
.mt-120 {margin-top:120px;}
.mt-130 {margin-top:130px;}
.mt-140 {margin-top:140px;}
.mt-150 {margin-top:150px;}
.mt-170 {margin-top:170px;}

.mr-0 {	margin-right:0 !important;}
.mr-5 {margin-right:5px;}
.mr-7 {margin-right:7px;}
.mr-10 {margin-right:10px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}
.mr-25 {margin-right:25px;}

.mb-0 {margin-bottom:0 !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-23 {margin-bottom:23px}
.mb-40 {margin-bottom:40px !important;}
.mb-45 {margin-bottom:45px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-35 {margin-bottom:35px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-75 {margin-bottom:75px;}
.mb-80 {margin-bottom:80px !important;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mb-110 {margin-bottom:110px;}
.mb-120 {margin-bottom:120px;}
.mb-130 {margin-bottom:130px;}
.mb-140 {margin-bottom:140px;}
.mb-160 {margin-bottom:160px;}
.mb-170 {margin-bottom:170px;}
.mb-180 {margin-bottom:180px;}
.mb-210 {margin-bottom:210px;}

.ml-0 {margin-left:0px !important;}
.ml-5 {margin-left:5px;}
.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px !important;}
.ml-40 {margin-left:40px !important;}

.mlr-1 {margin-left: 1px; margin-right: 1px;}
.mlr-10 {margin-left: 10px !important; margin-right: 10px !important;}
.mlr-30 {margin-left: 30px; margin-right: 30px;}
.mlr-min-20 {margin-left: -20px !important; margin-right: -20px !important;}
.mlr-min-30 {margin-left: -30px !important; margin-right: -30px !important;}

.p-0 {padding:0 !important;}
.p-5 {padding:5px !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-30 {padding:30px;}
.p-40 {padding:40px;}

.pt-0 {padding-top:0px !important;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-36 {padding-top:36px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-55 {padding-top:55px;}
.pt-60 {padding-top:60px;}
.pt-65 {padding-top:65px;}
.pt-70{padding-top:70px;}
.pt-75{padding-top:75px;}
.pt-80{padding-top:80px;}
.pt-90 {padding-top:90px;}
.pt-95 {padding-top:95px;}
.pt-100 {padding-top:100px;}
.pt-110 {padding-top:110px;}
.pt-120 {padding-top:120px;}
.pt-130 {padding-top:130px;}
.pt-140 {padding-top:140px;}
.pt-160 {padding-top:160px;}
.pt-250 {padding-top:250px;}

.pr-0 {padding-right:0 !important;}
.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-15 {padding-right:15px !important;}
.pr-30{padding-right:30px;}
.pr-75{padding-right:75px;}

.pb-0 {	padding-bottom:0px !important;}
.pb-5 {	padding-bottom:5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-20 {padding-bottom:20px}
.pb-25 {padding-bottom:25px}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px;}
.pb-45 {padding-bottom:45px;}
.pb-50 {padding-bottom:50px;}
.pb-55 {padding-bottom:55px;}
.pb-60 {padding-bottom:60px;}
.pb-65 {padding-bottom:65px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-90 {padding-bottom:90px;}
.pb-100 {padding-bottom:100px;}
.pb-110 {padding-bottom:110px;}
.pb-120 {padding-bottom:120px;}
.pb-130 {padding-bottom:130px;}
.pb-140 {padding-bottom:140px;}

.pl-0 {padding-left:0 !important;}
.pl-15 {padding-left:15px;}
.pl-20 {padding-left:20px;}
.pl-40 {padding-left:40px;}

.plr-0 {padding-left:0 !important;	padding-right:0 !important;}
.plr-1 {padding-left: 1px; padding-right: 1px;}
.plr-5 {padding-left: 5px; padding-right: 5px;}
.plr-10 {padding-left: 10px; padding-right: 10px;}
.plr-15 {padding-left: 15px; padding-right: 15px;}
.plr-20 {padding-left: 20px; padding-right: 20px;}
.plr-30 {padding-left: 30px; padding-right: 30px;}
.plr-35 {padding-left: 35px; padding-right: 35px;}
.plr-40 {padding-left: 40px; padding-right: 40px;}
.plr-50 {padding-left: 50px; padding-right: 50px;}
.pad-login-right {padding-right:0 !important;}

@media only screen and (max-width:1200px) {
  .mt-lg-0{margin-top:0!important}
  .mt-lg-10{margin-top:10px}
  .mt-lg-20{margin-top:20px}
  .mt-lg-30{margin-top:30px}
  .mt-lg-40{margin-top:40px}
  .mt-lg-50{margin-top:50px}
  .mt-lg-60{margin-top:60px}
  .mt-lg-70{margin-top:70px}
  .mt-lg-80{margin-top:80px}
  .mt-lg-90{margin-top:90px}
  .mt-lg-100{margin-top:100px}
  .mt-lg-110{margin-top:110px}
  .mt-lg-120{margin-top:120px}
  .mt-lg-130{margin-top:130px}
  .mt-lg-140{margin-top:140px}
  .mb-lg-0{margin-bottom:0!important}
  .mb-lg-10{margin-bottom:10px}
  .mb-lg-20{margin-bottom:20px}
  .mb-lg-30{margin-bottom:30px}
  .mb-lg-40{margin-bottom:40px}
  .mb-lg-50{margin-bottom:50px}
  .mb-lg-60{margin-bottom:60px}
  .mb-lg-70{margin-bottom:70px}
  .mb-lg-80{margin-bottom:80px}
  .mb-lg-90{margin-bottom:90px}
  .mb-lg-100{margin-bottom:100px}
  .mb-lg-110{margin-bottom:110px}
  .mb-lg-120{margin-bottom:120px}
  .mb-lg-130{margin-bottom:130px}
  .mb-lg-140{margin-bottom:140px}
  .pt-lg-0{padding-top:0!important}
  .pt-lg-10{padding-top:10px}
  .pt-lg-20{padding-top:20px}
  .pt-lg-30{padding-top:30px}
  .pt-lg-40{padding-top:40px}
  .pt-lg-50{padding-top:50px}
  .pt-lg-60{padding-top:60px}
  .pt-lg-70{padding-top:70px}
  .pt-lg-80{padding-top:80px}
  .pt-lg-90{padding-top:90px}
  .pt-lg-100{padding-top:100px}
  .pt-lg-110{padding-top:110px}
  .pt-lg-120{padding-top:120px}
  .pt-lg-130{padding-top:130px}
  .pt-lg-140{padding-top:140px}
  .pb-lg-0{padding-bottom:0!important}
  .pb-lg-10{padding-bottom:10px}
  .pb-lg-20{padding-bottom:20px}
  .pb-lg-30{padding-bottom:30px}
  .pb-lg-40{padding-bottom:40px}
  .pb-lg-50{padding-bottom:50px}
  .pb-lg-60{padding-bottom:60px}
  .pb-lg-70{padding-bottom:70px}
  .pb-lg-80{padding-bottom:80px}
  .pb-lg-90{padding-bottom:90px}
  .pb-lg-100{padding-bottom:100px}
  .pb-lg-110{padding-bottom:110px}
  .pb-lg-120{padding-bottom:120px}
  .pb-lg-130{padding-bottom:130px}
  .pb-lg-140{padding-bottom:140px}
}
@media only screen and (max-width:1024px) {
  .mt-md-0{margin-top:0!important}
  .mt-md-10{margin-top:10px}
  .mt-md-20{margin-top:20px}
  .mt-md-30{margin-top:30px}
  .mt-md-40{margin-top:40px}
  .mt-md-50{margin-top:50px}
  .mt-md-60{margin-top:60px}
  .mt-md-70{margin-top:70px}
  .mt-md-80{margin-top:80px}
  .mt-md-90{margin-top:90px}
  .mt-md-100{margin-top:100px}
  .mt-md-110{margin-top:110px}
  .mt-md-120{margin-top:120px}
  .mt-md-130{margin-top:130px}
  .mt-md-140{margin-top:140px}
  .mb-md-0{margin-bottom:0!important}
  .mb-md-10{margin-bottom:10px}
  .mb-md-20{margin-bottom:20px}
  .mb-md-30{margin-bottom:30px}
  .mb-md-40{margin-bottom:40px}
  .mb-md-50{margin-bottom:50px}
  .mb-md-60{margin-bottom:60px}
  .mb-md-70{margin-bottom:70px}
  .mb-md-80{margin-bottom:80px}
  .mb-md-90{margin-bottom:90px}
  .mb-md-100{margin-bottom:100px}
  .mb-md-110{margin-bottom:110px}
  .mb-md-120{margin-bottom:120px}
  .mb-md-130{margin-bottom:130px}
  .mb-md-140{margin-bottom:140px}
  .pt-md-0{padding-top:0!important}
  .pt-md-10{padding-top:10px}
  .pt-md-20{padding-top:20px}
  .pt-md-30{padding-top:30px}
  .pt-md-40{padding-top:40px}
  .pt-md-50{padding-top:50px}
  .pt-md-60{padding-top:60px}
  .pt-md-70{padding-top:70px}
  .pt-md-80{padding-top:80px}
  .pt-md-90{padding-top:90px}
  .pt-md-100{padding-top:100px}
  .pt-md-110{padding-top:110px}
  .pt-md-120{padding-top:120px}
  .pt-md-130{padding-top:130px}
  .pt-md-140{padding-top:140px}
  .pb-md-0{padding-bottom:0!important}
  .pb-md-10{padding-bottom:10px}
  .pb-md-20{padding-bottom:20px}
  .pb-md-30{padding-bottom:30px}
  .pb-md-40{padding-bottom:40px}
  .pb-md-50{padding-bottom:50px}
  .pb-md-60{padding-bottom:60px}
  .pb-md-70{padding-bottom:70px}
  .pb-md-80{padding-bottom:80px}
  .pb-md-90{padding-bottom:90px}
  .pb-md-100{padding-bottom:100px}
  .pb-md-110{padding-bottom:110px}
  .pb-md-120{padding-bottom:120px}
  .pb-md-130{padding-bottom:130px}
  .pb-md-140{padding-bottom:140px}
}
@media only screen and (max-width:768px) {
  .mt-sm-0{margin-top:0!important}
  .mt-sm-10{margin-top:10px}
  .mt-sm-20{margin-top:20px}
  .mt-sm-30{margin-top:30px}
  .mt-sm-40{margin-top:40px}
  .mt-sm-50{margin-top:50px}
  .mt-sm-60{margin-top:60px}
  .mt-sm-70{margin-top:70px}
  .mt-sm-80{margin-top:80px}
  .mt-sm-90{margin-top:90px}
  .mt-sm-100{margin-top:100px}
  .mt-sm-110{margin-top:110px}
  .mt-sm-120{margin-top:120px}
  .mt-sm-130{margin-top:130px}
  .mt-sm-140{margin-top:140px}
  .mb-sm-0{margin-bottom:0!important}
  .mb-sm-10{margin-bottom:10px !important}
  .mb-sm-15{margin-bottom:15px !important}
  .mb-sm-20{margin-bottom:20px}
  .mb-sm-30{margin-bottom:30px}
  .mb-sm-40{margin-bottom:40px}
  .mb-sm-50{margin-bottom:50px}
  .mb-sm-60{margin-bottom:60px}
  .mb-sm-70{margin-bottom:70px}
  .mb-sm-80{margin-bottom:80px}
  .mb-sm-90{margin-bottom:90px}
  .mb-sm-100{margin-bottom:100px}
  .mb-sm-110{margin-bottom:110px}
  .mb-sm-120{margin-bottom:120px}
  .mb-sm-130{margin-bottom:130px}
  .mb-sm-140{margin-bottom:140px}
  .pt-sm-0{padding-top:0!important}
  .pt-sm-10{padding-top:10px}
  .pt-sm-20{padding-top:20px}
  .pt-sm-30{padding-top:30px}
  .pt-sm-40{padding-top:40px}
  .pt-sm-50{padding-top:50px}
  .pt-sm-60{padding-top:60px}
  .pt-sm-70{padding-top:70px}
  .pt-sm-80{padding-top:80px}
  .pt-sm-90{padding-top:90px}
  .pt-sm-100{padding-top:100px}
  .pt-sm-110{padding-top:110px}
  .pt-sm-120{padding-top:120px}
  .pt-sm-130{padding-top:130px}
  .pt-sm-140{padding-top:140px}
  .pb-sm-0{padding-bottom:0!important}
  .pb-sm-10{padding-bottom:10px}
  .pb-sm-20{padding-bottom:20px}
  .pb-sm-30{padding-bottom:30px !important}
  .pb-sm-40{padding-bottom:40px}
  .pb-sm-50{padding-bottom:50px}
  .pb-sm-60{padding-bottom:60px}
  .pb-sm-70{padding-bottom:70px}
  .pb-sm-80{padding-bottom:80px}
  .pb-sm-90{padding-bottom:90px}
  .pb-sm-100{padding-bottom:100px}
  .pb-sm-110{padding-bottom:110px}
  .pb-sm-120{padding-bottom:120px}
  .pb-sm-130{padding-bottom:130px}
  .pb-sm-140{padding-bottom:140px}
  .pl-sm-0{padding-left:0!important}
}
@media only screen and (max-width:767px) {
  .m-xs-0{margin:0!important}
  .mt-xs-0{margin-top:0!important}
  .mt-xs-10{margin-top:10px !important}
  .mt-xs-20{margin-top:20px !important}
  .mt-xs-30{margin-top:30px !important}
  .mt-xs-40{margin-top:40px !important}
  .mt-xs-50{margin-top:50px !important}
  .mt-xs-60{margin-top:60px !important}
  .mt-xs-70{margin-top:70px !important}
  .mt-xs-80{margin-top:80px !important}
  .mt-xs-90{margin-top:90px !important}
  .mt-xs-100{margin-top:100px !important}
  .mt-xs-110{margin-top:110px !important}
  .mt-xs-120{margin-top:120px !important}
  .mt-xs-130{margin-top:130px !important}
  .mt-xs-140{margin-top:140px !important}
  .mb-xs-0{margin-bottom:0 !important}
  .mb-xs-10{margin-bottom:10px !important}
  .mb-xs-20{margin-bottom:20px !important}
  .mb-xs-30{margin-bottom:30px !important}
  .mb-xs-40{margin-bottom:40px !important}
  .mb-xs-50{margin-bottom:50px !important}
  .mb-xs-60{margin-bottom:60px !important}
  .mb-xs-70{margin-bottom:70px !important}
  .mb-xs-80{margin-bottom:80px !important}
  .mb-xs-90{margin-bottom:90px !important}
  .mb-xs-100{margin-bottom:100px !important}
  .mb-xs-110{margin-bottom:110px !important}
  .mb-xs-120{margin-bottom:120px !important}
  .mb-xs-130{margin-bottom:130px !important}
  .mb-xs-140{margin-bottom:140px !important}
  .mr-xs-0{margin-right:0 !important}
  
  .p-xs-0{padding:0!important}
  .pt-xs-0{padding-top:0!important}
  .pt-xs-10{padding-top:10px}
  .pt-xs-20{padding-top:20px}
  .pt-xs-30{padding-top:30px}
  .pt-xs-40{padding-top:40px}
  .pt-xs-50{padding-top:50px}
  .pt-xs-60{padding-top:60px}
  .pt-xs-70{padding-top:70px}
  .pt-xs-80{padding-top:80px}
  .pt-xs-90{padding-top:90px}
  .pt-xs-100{padding-top:100px}
  .pt-xs-110{padding-top:110px}
  .pt-xs-120{padding-top:120px}
  .pt-xs-130{padding-top:130px}
  .pt-xs-140{padding-top:140px}
  .pb-xs-0{padding-bottom:0!important}
  .pb-xs-10{padding-bottom:10px}
  .pb-xs-20{padding-bottom:20px!important}
  .pb-xs-30{padding-bottom:30px}
  .pb-xs-40{padding-bottom:40px}
  .pb-xs-50{padding-bottom:50px}
  .pb-xs-60{padding-bottom:60px}
  .pb-xs-70{padding-bottom:70px}
  .pb-xs-80{padding-bottom:80px}
  .pb-xs-90{padding-bottom:90px}
  .pb-xs-100{padding-bottom:100px}
  .pb-xs-110{padding-bottom:110px}
  .pb-xs-120{padding-bottom:120px}
  .pb-xs-130{padding-bottom:130px}
  .pb-xs-140{padding-bottom:140px}
  
  .plr-xs-0{padding-left:0;padding-right:0;}
}
@media only screen and (max-width:480px) {
  .mt-xxs-0{margin-top:0!important}
  .mt-xxs-5 {margin-top:5px !important;}
  .mt-xxs-10{margin-top:10px}
  .mt-xxs-20{margin-top:20px}
  .mt-xxs-30{margin-top:30px}
  .mt-xxs-40{margin-top:40px}
  .mt-xxs-50{margin-top:50px}
  .mt-xxs-60{margin-top:60px}
  .mt-xxs-70{margin-top:70px}
  .mt-xxs-80{margin-top:80px}
  .mt-xxs-90{margin-top:90px}
  .mt-xxs-100{margin-top:100px}
  .mt-xxs-110{margin-top:110px}
  .mt-xxs-120{margin-top:120px}
  .mt-xxs-130{margin-top:130px}
  .mt-xxs-140{margin-top:140px}
  .mb-xxs-0{margin-bottom:0!important}
  .mb-xxs-10{margin-bottom:10px}
  .mb-xxs-20{margin-bottom:20px}
  .mb-xxs-30{margin-bottom:30px}
  .mb-xxs-40{margin-bottom:40px}
  .mb-xxs-50{margin-bottom:50px}
  .mb-xxs-60{margin-bottom:60px}
  .mb-xxs-70{margin-bottom:70px}
  .mb-xxs-80{margin-bottom:80px}
  .mb-xxs-90{margin-bottom:90px}
  .mb-xxs-100{margin-bottom:100px}
  .mb-xxs-110{margin-bottom:110px}
  .mb-xxs-120{margin-bottom:120px}
  .mb-xxs-130{margin-bottom:130px}
  .mb-xxs-140{margin-bottom:140px}
  .pt-xxs-0{padding-top:0!important}
  .pt-xxs-10{padding-top:10px}
  .pt-xxs-20{padding-top:20px}
  .pt-xxs-30{padding-top:30px}
  .pt-xxs-40{padding-top:40px}
  .pt-xxs-50{padding-top:50px}
  .pt-xxs-60{padding-top:60px}
  .pt-xxs-70{padding-top:70px}
  .pt-xxs-80{padding-top:80px}
  .pt-xxs-90{padding-top:90px}
  .pt-xxs-100{padding-top:100px}
  .pt-xxs-110{padding-top:110px}
  .pt-xxs-120{padding-top:120px}
  .pt-xxs-130{padding-top:130px}
  .pt-xxs-140{padding-top:140px}
  .pb-xxs-0{padding-bottom:0!important}
  .pb-xxs-10{padding-bottom:10px}
  .pb-xxs-20{padding-bottom:20px}
  .pb-xxs-30{padding-bottom:30px}
  .pb-xxs-40{padding-bottom:40px}
  .pb-xxs-50{padding-bottom:50px}
  .pb-xxs-60{padding-bottom:60px}
  .pb-xxs-70{padding-bottom:70px}
  .pb-xxs-80{padding-bottom:80px}
  .pb-xxs-90{padding-bottom:90px}
  .pb-xxs-100{padding-bottom:100px}
  .pb-xxs-110{padding-bottom:110px}
  .pb-xxs-120{padding-bottom:120px}
  .pb-xxs-130{padding-bottom:130px}
  .pb-xxs-140{padding-bottom:140px}
  
  .pl-xxs-10 {padding-left:10px;}
}

@media (max-width: 1367px) {
  .page-title-large2-cont {padding-top: 150px;}
  .page-title-large4 {padding-top: 150px;}
}
@media (max-width: 1199px) {
  .page-title-img {
    background-attachment: scroll;
  }
}
@media (max-width: 1024px) {
  .page-title-large2-cont {
    padding-top:100px;
    padding-bottom:40px;
  }
  .page-title-large4 {
    padding-top:150px;
    padding-bottom:80px;
  }
  .page-title-cont.page-title-large {
    padding-top:30px;
  }
  .page-title-cont.page-title-large.blog-single-fullwidth-img {
    padding-top:480px;
  }
  .page-title-img {
    background-attachment: scroll;
  }
}
@media (max-width: 960px) {
  .page-title-small .breadcrumbs, .breadcrumbs, .page-title-large2-cont .breadcrumbs2 {
    margin-top: 5px;
    text-align:left;
  }
}
@media (max-width: 767px) {
  .page-title-large2-cont {
    padding-top:50px;
    padding-bottom:30px;
  }
  .page-title-large4 {
    padding-top:125px;
    padding-bottom:45px;
  }
  .page-title {
    margin-bottom:5px;
    font-size:20px;
    line-height:24px;
  } 
  .page-title2 {
    font-size:32px;
    line-height:36px;
  }
  .page-title4 {
    font-size:32px;
    line-height:36px;
  }
  .page-title-cont.page-title-large.blog-single-fullwidth-img {
    padding-top:220px;
  }
  .page-title-small {
  	  padding: 75px 0 25px 0;
  }
}
@media (max-width: 480px) {
  .page-title2 {
    font-size:26px;
    line-height:30px;
  }
}

/* #BACK TO TOP BUTTON
================================================== */
#back-top {
	position: fixed;
	bottom: 16px;
	right: 19px;
	padding:0;
	margin:0;
	z-index: 20;
}
#back-top a {
	text-decoration: none;
	display: block;
	color:#323336;
	font-size:26px;
	z-index:999;
	padding:5px;
	height: 37px;
	width: 37px;
	border-radius:50%;
}
#back-top a:hover {
	color:#97999c;
}
.center {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

/* #ACCORDION-CUSTOM
================================================== */
h3.ui-accordion-header {
	margin:0;
	cursor:pointer;
}
h3.ui-accordion-header:first-child {
	margin:0;
}
.ui-accordion-header {
	font-size:14px;
	line-height:50px;
	margin:0;
	background-color:#eee;
}
.accordion-no-bg  .ui-accordion-header{
	background: none;
}
.ui-accordion-content p{
	margin:0;
	padding-top:0px;
	padding-bottom:12px;
}
.ui-accordion-content p:last-child{
	padding-bottom:0px;
}
.ui-accordion-content{
	margin-left:50px;
	border-right: 15px solid #eee;
  display: none;
  margin-left: 49px;
  padding: 15px;
  padding-right: 17px;
}
.accordion-no-bg  .ui-accordion-content{
	border-left: 5px solid #dfdfdf;
	border-right: none;
	display: none;
	margin-left: 23px;
	padding: 15px 0 15px 36px;
}
.ui-accordion-header a{
	color:#323336;
}
.accordion-no-bg .ui-accordion-header a{
	font-size:16px;
	line-height:16px;
}
.ui-accordion-header span:before{
	display:block;
	content:'+';
	position:absolute;
	left:19px;
  font-size:18px;
  font-style:normal;
}
.ui-accordion-header span{
  position:relative;
	background-color: #f5f5f5;
	display: block;
	float: left;
	height: 50px;
	width: 49px;
	margin-right: 15px;
	transition: all .3s ease 0s;
}
.ui-accordion-header:hover span{
	background-color: #eee;
	transition: all .3s ease 0s;
	color: #fff;
}
.ui-accordion-header:hover span:before{
  color:#323336;
}
.ui-accordion-header-active span {
	background-color: #eee;
}
.ui-accordion-header-active span:before {
	content:'–';
  left:20px;
  color:#323336;
}

/* #ACCORDION 3 #NEW
=========================================================*/
.accord-2 .panel-group .panel + .panel {
	margin-top: 10px;
}
.accord-2 .panel {
  box-shadow:none;
}
.accord-2 .panel-title {
  font-size: 18px;
  line-height: 20px;
}
.accord-2 .panel-group .panel, .accord-2 .panel-heading {
  border-radius: 0;
}
.accord-2 .panel-default, .accord-2 .panel-default>.panel-heading, .accord-2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border:none;
}
.accord-2 .panel-title a.collapsed {
  color: #4a4a49;
}
.accord-2 .panel-title a {
  display:block;
  padding: 24px 40px 22px 40px;
  color:#e73c1f;
}
.accord-2 .panel-title a:hover {
  color:#e73c1f;
}
.panel-title a:after {
    font-family:Fontawesome;
    content: "\f106";
    float:right;
    font-size:24px;
    font-weight:300;
}
.panel-title a.collapsed:after {
    font-family:Fontawesome;
    content: "\f107";
}
.accord-2 .panel-heading {
  padding: 0;
}  
.accord-2 .panel-body {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 40px 40px 40px;
}

/* #ACCORDION #NEW
=========================================================*/
.accordion > dt{
	margin-bottom: 10px;
}
.accordion > dt > a{
	display: block;
	position: relative;
	color: #6b6d6f;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;

	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion.accordion-bg-gray > dt > a{
	border: 1px solid #f7f7f7;
  background-color:#f7f7f7;
}
.accordion > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
.accordion.accordion-bg-gray > dt > a:hover{
	border-color: #eee;
	background-color: #eee;	
  color: #323336;
}
.accordion > dt > a.active{
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default;
}
.accordion.accordion-bg-gray > dt > a.active{
	color: #000;
	border-color: #eee;
	background-color: #eee;
	cursor: default;
}
.accordion > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.accordion > dt > a:hover:after{
	color: #444;
}
.accordion > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #6b6d6f;
}

/* #TOGGLE #NEW
=========================================================*/
.toggle > dt{
	margin-bottom: 10px;
}
.toggle > dt > a{
	display: block;
	position: relative;
	color: #6b6d6f;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle.toggle-bg-gray > dt > a{
	border: 1px solid #f7f7f7;
  background-color:#f7f7f7;
}
.toggle > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
.toggle.toggle-bg-gray > dt > a:hover{
	border-color: #eee;
	background-color: #eee;	
  color: #323336;
}
.toggle > dt > a.active{
	color: #101010;
	border-color: #ddd;
	background-color: #fcfcfc;
}
.toggle.toggle-bg-gray > dt > a.active{
	color: #000;
	border-color: #eee;
	background-color: #eee;
	cursor: default;
}
.toggle > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.toggle > dt > a:hover:after{
	color: #444;
}
.toggle > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
}
  
/* #TOGGLE
=========================================================*/
.toggle-view-custom {
	margin:0;
	padding:0;
	list-style:none;
}
.toggle-view-custom li {
	cursor:pointer;
}
.toggle-view-custom li:first-child {
	margin-top:0px;
}
.toggle-view-custom .panel {
	display:none;
	background:none;
	border:none;
	border-radius:0;
	border-right: 15px solid #eee;
	margin:0;
	margin-left: 49px;
	padding: 15px;
	padding-right: 17px;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
.toggle-no-bg.toggle-view-custom .panel {
	border-left: 5px solid #dfdfdf;
	border-right: none;
	display: none;
	margin-left: 23px;
	padding: 15px 0 15px 36px;
}
.toggle-no-bg  .ui-accordion-header{
	background: none;
}
.toggle-view-custom .panel p {
	margin-top:0;
}	
.panel p:last-child {
	margin-bottom:0px;
}

/*	#CLEARFIX
============================================================*/
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

/*	#RESPONSIVE VISIBILITY
============================================================*/
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important
}

@media (max-width:767px) {
  .visible-xs {display: block!important}
  table.visible-xs {display: table!important}
  tr.visible-xs {display: table-row!important}
  td.visible-xs,
  th.visible-xs {display: table-cell!important}
  .visible-xs-block {display: block!important}
  .visible-xs-inline {display: inline!important}
  .visible-xs-inline-block {display: inline-block!important}
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {display: block!important}
  table.visible-sm {display: table!important}
  tr.visible-sm {display: table-row!important}
  td.visible-sm,
  th.visible-sm {display: table-cell!important}
  .visible-sm-block {display: block!important}
  .visible-sm-inline {display: inline!important}
  .visible-sm-inline-block {display: inline-block!important}
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {display: block!important}
  table.visible-md {display: table!important}
  tr.visible-md {display: table-row!important}
  td.visible-md,
  th.visible-md {display: table-cell!important}
  .visible-md-block {display: block!important}
  .visible-md-inline {display: inline!important}
  .visible-md-inline-block {display: inline-block!important}
}

@media (min-width:1200px) {
  .visible-lg {display: block!important}
  table.visible-lg {display: table!important}
  tr.visible-lg {display: table-row!important}
  td.visible-lg,
  th.visible-lg {display: table-cell!important}
  .visible-lg-block {display: block!important}
  .visible-lg-inline {display: inline!important}
  .visible-lg-inline-block {display: inline-block!important}
  .hidden-lg {display: none!important}
}

@media (max-width:767px) {
  .hidden-xs {display: none!important}
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {display: none!important}
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {display: none!important}
}

.visible-print {display: none!important}

@media print {
  .visible-print {display: block!important}
  table.visible-print {display: table!important}
  tr.visible-print {display: table-row!important}
  td.visible-print,
  th.visible-print {display: table-cell!important}
}

.visible-print-block {display: none!important}

@media print {
  .visible-print-block {display: block!important}
}

.visible-print-inline {display: none!important}

@media print {
  .visible-print-inline {display: inline!important}
}

.visible-print-inline-block {display: none!important}

@media print {
  .visible-print-inline-block {display: inline-block!important}
  .hidden-print {display: none!important}
}

	  
/* #RESPONSIVE STYLES
  
*******************************************************************************/

.display-xs-block {display:none;}

@media (max-width: 1200px) {
	.center-nav a {
		font-size: 16px;
	}
}
@media (max-width: 1100px) {
	.center-nav-row {
		display: none;
	}
}

/******************************************************************************
  Min Width "1025px" DESKTOP
*******************************************************************************/
@media (min-width: 1025px) {
  .side-content .container{
    width:100%;
  }
}

/******************************************************************************
  Max Width "1024px" DESKTOP
*******************************************************************************/
@media (max-width: 1024px) {
  .hide-lg{
    display: none;
  }
  #back-top {
    bottom: 15px;
    right: 15px;
  }
  .logo-row {
	width:auto;
  }
  .menu-row  {
	margin-top:0px !important;
  }
}
 
/******************************************************************************
  Max Width "991px"  PHONE
*******************************************************************************/
@media (max-width: 991px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
       -moz-animation: none !important;
         -o-animation: none !important;
        -ms-animation: none !important;
            animation: none !important;
  }
  .hide-max-960 {
		display:none;
	}  
	/*	#TESTIMONIALS ====================================*/
	.ts-text-container {
		padding-top: 40px;
		padding-left: 30px;
	}
	.t-a-container {
		margin-top: 20px;
	}

	/* #TIMELINE  ====================================*/
	.cd-timeline-start{
		margin:0;
	}
	.cd-timeline-img.cd-picture {
		font-size: 18px;
		padding-top: 8px;
	}
	.cd-date{
		margin-top: 15px;
		background: #fff;
		margin-left: -20px;
		margin-bottom: -5px;
		padding: 15px;
	}
	.cd-date-year, .cd-date-month {
		display:inline-block;
		font-size:14px;
	}
	.cd-date-year {
		margin-right:10px;
		margin-bottom:0;
	}
	
	/* #MAINTENANCE  ================================ */
	.maintenance-icon-container {
		margin-top:0px;
	}
	.maintenance-icon {
		font-size:100px;
	}
	.maintenance-text-container h1 {
		margin-top:0;
		margin-bottom:10px;
		font-size:40px;
		line-height:40px;
	}
	.maintenance-text-container h2 {
		margin-top:0;
	}
	.img-container-404 {
		margin-bottom:65px;
	}
	
	/*	#PRICING TABLE ====================================*/	
	.pricing-horizontal-content-container  {
		border: 2px solid #eee;
	}
	.pricing-horizontal-price-container {
		position: relative;
		right: 0;
	}
}

/******************************************************************************
  Max Width "768px"
*******************************************************************************/
@media (max-width: 768px) {
  /*	#FOOTER 2 ====================================*/
  .footer2-copy-cont .left, .footer2-copy-cont .right {
    float:none;
  }
  .footer2-copy-cont {text-align:center;}
  	#divider-head {
		padding: 85px 0 0 0;
	}
	.logo-row {
		width:auto;
	}
	.logo-img {
	  height: 105px;
	}
	.claim-img {
	  height: 20px;
	}
	.logo {
		padding:32px 20px 0 40px;
	}
	.claim {
		padding:40px 0 0 0px;
	}
	.menu-row  {
		margin-top:0px !important;
	}
	#cd-menu-trigger {
		 left: 20px;
	}
	#cd-menu-trigger .cd-menu-icon {
	  top: 53px;
	}
  .text-sm-center {text-align:center;}
}
 
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) {
  #main-menu .navbar-collapse.in  {
    overflow: visible !important;
  }
  .text-xs-center { text-align:center;}

  .display-xs-block {display:block;}
  
  /*****	#SLIDER 	*****/
  .tp-bullets, .tp-banner-container .tp-bullets.simplebullets.preview4 div span:before{
		display:none;
	}
	.tp-button1, .tp-button1.button.medium.thin {
		font-size:12px !important;
		line-height:18px !important;
		padding: 8px 32px 8px 32px !important;
	}
	.tp-button1.button.medium.thin {
		font-size:12px !important;
		line-height:18px !important;
		padding: 6px 31px 6px 31px !important;
	}
}
 
/******************************************************************************
  Max Width "640px"
*******************************************************************************/
@media (max-width: 640px) {
	.nl-caption {
		display: none;
	}
}
 
/******************************************************************************
  Max Width "600px"
*******************************************************************************/
@media (max-width: 600px) {
	.header .menu-btn-respons-container .btn-navbar.collapsed:before {
		display: none;
	}
	/*	#TESTIMONIALS ====================================*/
	.ts-text-container {
		padding: 25px 25px 15px 25px;
		font-size: 13px;
	}
	.t-a-container {
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.ts-img-container {
		display:none;
	}
  .ts-icon-container {
    background-color: #ffea00;
    width: 50px;
    height: 50px;
    opacity: 1;
    text-align: center;
    padding: 10px;
  }
  .ts-icon-container-bg {
    padding-top: 52px;
    padding-bottom: 53px;
    width: 50px;
  }
  .ts-main-container-bg {
    margin-left: 50px;
  }
  .main-menu-icon {
    display: block;
    font-size: 18px;
    font-weight: 100 !important;
    padding: 12px;
    border: 1px solid #a3a7ad;
    border-radius: 50%;
    color: #a3a7ad;
    height: 30px;
    width: 30px;
  }
  .ts-icon-container span {
    padding: 0;
    margin: 0;
    /* padding-bottom: 14px; */
    padding-top: 3px; 
    font-size: 20px;
    color: #323336;
    border-color: #323336;
  }
}
 
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) {
  .text-xxs-center {
    text-align:center;
  }
  
  .font-xxs-32-wide {
    font-size:32px;
    letter-spacing:5px;
    line-height:40px;
  }
  .display-xxs-no {
    display:none !important;
  }
}
  
/******************************************************************************
  Max Width "479px"
*******************************************************************************/
@media (max-width: 479px) {
  .nl-email-input {
    width: 240px;
    margin-right: 0px;
  }
}
  
/******************************************************************************
* 	CSS SOURCE #OWL & #Magnific Popup CSS 
******************************************************************************/

/******************************************************************************
* 	Core #Owl Carousel CSS File
* 	v1.3.3
******************************************************************************/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 5;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
  cursor:url(owl-carousel/grabbing.png) 8 8, move;
}
.loading{
	background: url(owl-carousel/AjaxLoader.gif) no-repeat center center;
	min-height: 150px;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/******************************************* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 *******************************************/
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/***********************************************************
 * #Owl Carousel
 **********************************************************/
.owl-carousel{
  overflow: hidden;
}
.owl-buttons{
	position: static;
}
.owl-prev, .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 40px;
	text-align: center;
	color: rgba(255,255,255, .7);
  z-index: 6;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-arrows-bg .owl-prev, .owl-arrows-bg .owl-next{
	margin-top: -35px;
  padding-top:19px;
	width: 40px;
	height: 70px;
  background:#fff;
	line-height: 30px;
	font-size: 30px;
	color: rgba(74,74,73, .7) !important;
/*   -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1); */
}
.owl-prev, .owl-next{
  color: rgba(75,78,83, .7);
}
.owl-bg-black .owl-prev, .owl-bg-black .owl-next{
  color: rgba(255,255,255, .61);
}
.owl-prev{
	left: -50px;
}
.owl-next{
	right: -50px;
}
.owl-prev .icon,
.owl-next .icon{
  position: relative;
}
.owl-prev:hover,
.owl-next:hover{	
  color:rgba(75,78,83, 1);
}
.owl-bg-black .owl-prev:hover, .owl-bg-black .owl-next:hover{
  color: rgba(255,255,255, 1);
}
.owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -15px;
}
.owl-apps-prev.owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -30px;
}
.owl-arrows-bg.owl-carousel:hover .owl-prev{
	left: 0;
}
.owl-carousel:hover .owl-next{
	opacity: 1;
	right: -15px;
}
.owl-apps-prev.owl-carousel:hover .owl-next{
	opacity: 1;
	right: -30px;
}
.owl-arrows-bg.owl-carousel:hover .owl-next{
	right: 0;
}

@media only screen and (max-width: 992px) {
  .owl-carousel:hover .owl-prev{
    opacity: 1;
    left: -27px;
  }
  .owl-carousel:hover .owl-next{
    opacity: 1;
    right: -27px;
  }
}

.owl-pagination{
  z-index:5;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
}
.owl-pag-2 .owl-pagination{
	bottom: 10px;
}
.owl-page{
	display: inline-block;
	padding: 6px;
  position: relative;
}
.owl-page span{
	width: 6px;
	height: 6px;
	display: block;
	background: rgba(255,255,255, .7);
  position: relative;
  border-radius: 50%;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
	background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.owl-page span{
  background: rgba(75,78,83, .5);
}
.owl-bg-black .owl-page span{
  background: rgba(255,255,255, 1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
}
.item-carousel .owl-prev{
	left: -125px;
}
.item-carousel .owl-next{
	right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
	opacity: 1;
	left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
	opacity: 1;
	right: -80px;
}
.item-carousel{
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.item-carousel .owl-pagination{
	bottom: 0;
}
.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
	bottom: 15px;
}
.single-carousel,
.small-item-carousel{
  margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
  background: rgba(0,0,0, .15);
    
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
  background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
	background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
  color: rgba(0,0,0, .2);
  text-shadow: none;
    
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
  color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
	left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
	right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
	opacity: 1;
	left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
	opacity: 1;
	right: -80px;
}
.black-arrows .owl-prev,
.black-arrows .owl-next{
  color: #fff;
}
.black-arrows .owl-prev:before,
.black-arrows .owl-next:before{
  background: rgba(0,0,0, 1);
}

/************************************************************
*	#Magnific Popup CSS 
************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4a4a49;
  opacity: .9;
  filter: alpha(opacity=90);
  transform: initial;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed!important;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;}

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/******************************************************************
#ANIMATION
*******************************************************************/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all .2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
  -webkit-perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index:9999;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* #TOP BAR NEW ***************************************************/
.top-bar{
  background: #F5F5F5;
  font-size: 12px;
  letter-spacing: 1px;
}
.top-bar.top-bar-black{background: #303036;}
.top-bar-section{
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-section li{
  float: left;
  border-left: #E2E6E7;
}
.top-bar-section li:last-child{
  border-right: #E2E6E7;
}
.top-bar-section li .fa{
  font-size: 14px;
  position: relative;
  top: 1px;
}
.top-bar-section li {
  display: block;
  line-height: 43px;
  padding: 0 13px;
}
.affix .top-bar-section li {
  display: block;
  line-height: 32px;
  padding: 0 13px;
}
.top-bar-section li a{
  display: block;
  text-align: center;
  color: #999;
}
.top-bar-section li a:hover{
  color: #323336;
}
.top-bar.top-bar-black{background: #303036;}
.top-bar.top-bar-black a {color: rgba(255,255,255, .7);}
.top-bar.top-bar-black a:hover {color: rgba(255,255,255, 1);}

/* #CONSTRUCTION 2 NEW ***************************************************/
.slider-cap-left{
  width:480px;
}
@media only screen and (max-width : 1024px) {
  .height-not-fscr{height:350px;}
  .header-big-offset {padding-top: 0;}
}
@media only screen and (max-width : 767px) {
  .slider-cap-left{width:100%;}
  .height-not-fscr{height:250px;}
  .top-bar{
    min-height: 0;
    letter-spacing:0px;
  }
  .top-bar-section{
    float: none !important;
    padding: 5px 0;
    text-align: center;
  }
  .top-bar-section li,
  .top-bar-section li:last-child{
    float: none;
    border:none;
    display: inline-block;
  }
  .top-bar-section li a{
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 0 5px;
  }
  .top-links li a:hover,
  .top-bar.dark .top-links li a:hover{
    background: none;
  } 
  .header-mag .top-bar{
    font-size: 11px;
  }
  .header-mag  .top-bar-section{
    padding: 0;
  }
  .header-mag .top-bar-section li {
    line-height: 38px;
    padding: 0 7px;
  }
}
@media only screen and (max-width : 767px) {
  .top-bar-section li {padding: 0 10px;}
}

/* #BOXED NEW-2 ***************************************************/
#rs-offset{height:186px; position:absolute;}

@media (max-width: 1024px){
  #rs-offset{height:152px;}
}

/* #UPDATE 1.5.4 ***************************************************/

/* #IOS TEL LINKS **************************************************/
#main-menu .sub .contact-phone a {
  color:#fff !important;
  display:inline !important;
  padding: 0 !important;
}
#main-menu .sub .contact-phone a:hover {
	color:#414146 !important;
	background:none !important;
}

.bg-grad-black {
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* #UPDATE 1.6 ****************************************************/
/* #INTRO *********************************************************/
.purchase-title{
  margin:30px 0 15px 0;
  color:#fff;
  font-size:50px;
  line-height:52px;
}
.purchase-sub-title{
  margin-bottom:60px;
  color: rgba(255,255,255, .7);
}
.footer-portfolio-link{
  font-size:10px;
  color: rgba(255,255,255, .38);
  /* opacity:.7; */
}
.footer-portfolio-link:hover{
  color: rgba(255,255,255, 1);
}
.dot-separator{
  padding:0 3px 0 3px;
}
.intro-fes-block-shadow{
  padding:30px 20px 30px 20px;
  background:#fff;
   -webkit-box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5); 
  -moz-box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5);
  box-shadow: 0 26px 40px -24px rgba(65,65,65,0.5);
}
.intro-fes-block-shadow .icon-list {
  padding:0;
  margin:0;
}
.li-text-center li{
  font-size:14px;
  line-height:40px;
  color:#323336;
}
.li-text-center li i{
  margin-right: 12px;
  position: inherit !important;
  left: 0 !important;

  top: 0 !important;
  width: 24px !important;
  font-size: 18px;
  color:#7175c9;
  vertical-align: middle;
}
.play-icon-revo{
  font-size:130px;
}

/* #HEADER CENTER ***************************************************/
@media (min-width: 1025px) {
  .navbar-collapse.collapse.nav-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
  }
  .header-1 #main-menu .nav-center .nav.navbar-nav {
    margin-right: 0 !important;
  }
}

/* #HEADER LEFT ***************************************************/
@media (min-width: 1025px) {
  .header-menu-left .logo-row {
    float: right;
    width:157px;
  }
}
.header-menu-left .logo{
  text-align:right;
  padding-right:15px;
}
@media (max-width: 1024px) {
  .header-menu-left .menu-btn-respons-container {
    right:inherit;
  }
}

/* #STICKY HEADER ON MOBILE 
***************************************************/  
@media (max-width: 1024px) {
  .header.affix-on-mobile{
    position: fixed;
    width: 100%;
  }  
  #nav.affix-on-mobile .nav.navbar-nav {
    overflow-y: auto;
  }
}

/* #LOGO HIDE HEADER ON MOBILE 
***************************************************/  
.hiding-logo.logo-img {
  transition: all .3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity:0
}
.affix .hiding-logo.logo-img {
  transition: all .3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity:1;
}