@import url("font-awesome.css");
@import url("revolution-slider.css");

html {
    overflow-x: hidden;
}
body {
	overflow-x:hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	color: #3A4041;
	line-height: 1.8;
	}
	
ol, ul {
	list-style: none;
}
	
a {		
	color: #21242b;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

p {
	margin-top: 0;
    margin-bottom: 20px;
}

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

span {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #0042ff;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;		
}

b, strong {
	font-weight: bold;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px;
     margin: 0 0 20px 0; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}


@media (min-width: 1200px) {
.container {
    width: 1140px;
}
}


/*-------------------------------------------------------*/
/* button
/*-------------------------------------------------------*/
.button.bg-scheme {
	background-color: #F90;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	display: inline-block;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.button.bg-scheme:hover {
	background-color: #06C;
	color: #fff;
}



/*-------------------------------------------------------*/
/* Index 3col-products
/*-------------------------------------------------------*/
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0;  
	background-color: #0e0e0e;
}
.flat-imagebox {
    margin: 0 -15px;
	text-align: center;
}

.flat-imagebox .item-three-column {
    float: left;
    padding: 0 15px;
}

.flat-imagebox .flat-item {
    padding: 0 15px;
}
.imagebox {
    position: relative;
}

.imagebox .box-wrapper {
    overflow: hidden;
    position: relative;
}

.imagebox .box-header {
	text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
       background: -moz-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
         background: -o-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
            background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}

.imagebox .box-header .box-title {
    font-size: 20px;
    margin: 0;
    position: relative;
}

.imagebox .box-header .box-title:after {
	width: 80px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	background-color: #FC0;
}

.imagebox .box-header .box-title a {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.imagebox .box-header .box-subtitle {
    margin: 5px 0 0 0;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}

.imagebox .box-header .box-subtitle:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    display: inline-block;
    margin: 0 6px 0 0;
}

.imagebox .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
     filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.imagebox .box-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    -webkit-opacity: 0.9;
     -khtml-opacity: 0.9;
       -moz-opacity: 0.9;
            opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

.imagebox .box-content .box-button {
    margin-top: 80px;
    text-align: center;
    position: relative;
}

.imagebox:hover .box-header {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
}

.imagebox:hover .box-content {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}


/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.container.relative {
	width: 95%;
}
.nav {
    height: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99999;
    position: relative;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.nav__holder {
    background-color: rgba(0,0,0,0.5);
}
	
.nav__menu, .nav__dropdown-menu {
    list-style: none;
}

.nav__menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.nav__menu {
	margin-top: 10px;
}

.nav__menu > li {
    position: relative;
}

.nav__menu > li > a {
	color: #ffffff;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	position: relative;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: .03em;
	font-weight: 600;
}
.nav__menu > li > a:hover {
    opacity: 0.95;
	color: #f00;
}
.nav__menu > li:last-child > a {
    padding-right: 0;
}


@media only screen and (min-width: 992px) {
.nav__menu > li {
    display: inline-block;
    text-align: center;
}
.nav__dropdown-menu,
.nav__dropdown-submenu > .nav__dropdown-menu {
    position: absolute;
    padding: 15px 0;
    top: 160%;
    left: -6px;
    z-index: 1000;
    min-width: 250px;
    width: 100%;
    text-align: left;
    list-style: none;
    white-space: nowrap;
    background-color: rgb(0,0,0,0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.nav__dropdown-menu > li > a,
.nav__dropdown-submenu > .nav__dropdown-menu > li > a {
    color: #b2b2b2;
    padding: 4px 23px;
    font-size: 15px;
    display: block;
	white-space: pre-wrap;
}
.nav__dropdown-menu > li > a:hover,
.nav__dropdown-submenu > .nav__dropdown-menu > li > a:hover {
    color: #c90000;
}
.nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
}
.nav__dropdown-menu--right {
    right: 0;
}
.nav__dropdown:hover > .nav__dropdown-menu,
.nav__dropdown-submenu:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.nav__dropdown-submenu {
    position: relative;
}
.nav__dropdown-submenu .nav__dropdown-menu {
    left: 100%;
    top: 0;
}
.nav__megamenu {
    padding: 50px 30px;
}
.nav__megamenu-item {
    border-right: 1px solid #353535;
}
.nav__megamenu-item:last-child {
    border-right: none;
}
.nav__megamenu-title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
    margin-bottom: 10px;
}
.nav__megamenu-list a {
    display: block;
    clear: both;
    padding: 4px 0;
    white-space: nowrap;
    color: #b2b2b2;
    font-size: 15px;
}
.nav__megamenu-list a:hover, .nav__megamenu-title:hover {
    color: #fff;
}
}


/* Logo
-------------------------------------------------------*/
.logo__img {
  max-height: 50px;
  display:inline-block;
}

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

header .flex-child.nav__wrap {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 30px;
	display: inline-block;
}

header .flex-child.flex-right {
   text-align: right;
}

.nav--align-right {
   margin-left: auto;
}

.nav--align-left {
   margin-right: auto;
}

@media only screen and (min-width: 768px) {
.nav--align-left {
   margin-left: 60px;
}
}
@media only screen and (max-width: 991px) {
.d-none {
   display: none !important;
}
}



/* Nav inquiry
-------------------------------------------------------*/
.hav__inquiry {
	margin: 0 0 0 20px;
	font-size: 120%;
}
.hav__inquiry a {
	color: #fff;
}


/* Nav Search
-------------------------------------------------------*/
.nav__search {
  text-align: right;
}
.nav__search-form {
    position: relative;
}
.nav__search-input {
    border: 1px solid transparent;
    margin-bottom: 0;
    width: 180px;
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
    color: #fff;
    background-color: #282828;
}
.nav__search-input:focus {
      background-color: transparent;
      border-color: #fff;
}
.nav__search-submit {
    background: none;
    position: absolute;
    border: 0;
    font-size: 15px;
    color: #c1c1c1;
    right: 7px;
    top: 4px;
    vertical-align: middle;
}
	
/* Mobile Search
-------------------------------------------------------*/	
.sidenav__search-mobile {
	margin: 20px auto;
	text-align: center;
}
.sidenav__search-mobile-input {
	border: 1px solid #FFF;
	background-color: #000;
	color: #fff;
	padding-left: 5px;
}
.sidenav__search-mobile-input:focus {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.sidenav__search-mobile-submit {
   background-color: #000;
   border: 0px;
}
	
/*-------------------------------------------------------*/
/* Nav Mobile Sidenav
/*-------------------------------------------------------*/
.mobile body {
   cursor: pointer;
}
.sidenav {
   background-color: #000;
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   width: 260px;
   overflow-y: scroll;
   -webkit-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -moz-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -ms-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -o-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98), -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -webkit-transform: translateX(-260px);
   -moz-transform: translateX(-260px);
   -ms-transform: translateX(-260px);
   -o-transform: translateX(-260px);
   transform: translateX(-260px);
}
.sidenav--is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.main {
   -webkit-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -moz-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -ms-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -o-transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
   transition: transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98), -webkit-transform 0.4s cubic-bezier(0.16, 0.36, 0, 0.98);
}

.main--is-open {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav-icon-toggle {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media only screen and (min-width: 992px) {
.nav-icon-toggle {
   display: none;
}
}

.nav-icon-toggle:focus {
   outline: none;
}
.nav-icon-toggle__box {
   width: 22px;
   height: 22px;
   position: relative;
   display: block;
}
.nav-icon-toggle__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
    content: "";
    display: block;
}
.nav-icon-toggle__inner:before {
    top: -6px;
    -webkit-transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
    -moz-transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
    -ms-transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
    transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}
.nav-icon-toggle__inner:after {
    bottom: -6px;
    -webkit-transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.2s 0.2s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.2s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-icon-toggle--is-open .nav-icon-toggle__inner {
    -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.nav-icon-toggle--is-open .nav-icon-toggle__inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -moz-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -ms-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.nav-icon-toggle--is-open .nav-icon-toggle__inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}



/* Sidenav Menu
-------------------------------------------------------*/
.sidenav__menu {
  list-style: none;
  padding: 0;
 }
.sidenav__menu ul {
    list-style: none;
    padding: 0;
}
.sidenav__menu li {
    position: relative;
    border-bottom: 1px solid #353535;
}
.sidenav__menu li:last-child {
      border-bottom: 0;
}
.sidenav__menu-dropdown {
    overflow: hidden;
    display: none;
    background-color: #fff;
}
.sidenav__menu-dropdown li {
      border-color: #e1e1e1;
}
.sidenav__menu-dropdown a,
.sidenav__menu-dropdown .sidenav__menu-toggle {
      color: #000000;
}
.sidenav__menu-dropdown a:hover,
.sidenav__menu-dropdown .sidenav__menu-toggle:hover {
        color: #c90000;
}
.sidenav__menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
    width: 46px;
    height: 46px;
    text-align: center;
}
.sidenav__menu-toggle:focus {
      outline: none;
}
.sidenav__menu--is-open > a {
    background-color: #262626;
    color: #fff;
}
.sidenav__menu--is-open > a:hover {
      color: #fff;
}
.sidenav__menu--is-open > .sidenav__menu-toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}
.sidenav__menu--is-open > .sidenav__menu-toggle:hover {
      color: #fff;
}
.sidenav__menu-link {
    width: 100%;
    display: block;
    color: #fefefe;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: .06em;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.sidenav__menu-link:hover {
      color: #fff;
}

/* Sticky Nav
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
.nav--sticky {
    position: relative;
    left: 0;
    right: 0;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav--sticky.sticky {
      z-index: 120;
      height: 80px;
}
.nav.sticky {
    height: 80px;
} 
}

.nav--always-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}


/* Sidebar */
.sidebars {
	width: 30%;
	float: left;
	padding: 0 15px 0 25px;
	position: relative;
}




/* News */
h1.index_news {
	font-size: 36px;
	text-align: center;
	margin-top: 50px;	
}
h2.index_news {
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background-color: #03F;
	padding: 5px;
	margin: 20px auto;
	width: 300px;
}
.post-item__inner {
  padding: 0 5px 5px;
}

.post-item__content {
  padding: 30px 40px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
.post-item__content {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
	margin-bottom: 0;
}
.index_news_img {
	width: 370px;
	height: 377px !important;
}
.date {
	font-style: italic;
	font-size: 16px;
	color: #FFAB00;
	font-weight: 600;
}
.index_news_title {
	font-size: 20px;
	margin-bottom: 20px !important;
	letter-spacing: -0.01em;
	font-family:"Times New Roman", Times, serif;
	line-height: 1.5;
	color: #000;
}

.index_news_title:hover {
	color: #999;
}
@media (max-width: 860px) {
.index_news_img {
	width: 100%;
	height: auto !important;
}
}
/*--------------------------------------------------------------
## Top banner-index
--------------------------------------------------------------*/
@media (max-width: 768px) {
.title-slide {
	top: 80px !important;
	left: 30px !important;
}
}



/*--------------------------------------------------------------
## Swiper carousels
--------------------------------------------------------------*/
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .services-box .container {
    margin: 0;
    padding: 0;
    max-width: 1000px;
  }
}

.swiper-container-services {
  overflow: hidden;
  padding-bottom: 44px;
}

@media (max-width: 543px) {
  .swiper-container-services {
    margin-bottom: 20px;
  }
}

.swiper-container-services .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  height: auto;
}

.swiper-container-services .swiper-pagination {
  visibility: visible;
  bottom: 0;
}

@media (min-width: 768px) {
  .swiper-container-services .swiper-pagination {
    visibility: hidden;
  }
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 40px;
  background-image: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  transition: 0.3s;
  color: #353639;
}

@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 60px;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #6678ea;
}

.swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 44px;
  border-radius: 0;
  height: 6px;
  opacity: 1;
  background: none;
  position: relative;
  margin: 0 2px;
}

@media (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 54px;
  }
}

.swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: #e0e0e0;
  transition: 0.3s;
}

.swiper-pagination .swiper-pagination-bullet:hover:after, .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #6678ea;
  height: 6px;
}

.carousel-models_fullwidth {
  text-align: center;
  position: relative;
  padding: 34px 0 135px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 146px;
}

@media (max-width: 1649px) {
  .carousel-models_fullwidth {
    margin-bottom: 46px;
  }
}

@media (max-width: 1199px) {
  .carousel-models_fullwidth {
    padding-bottom: 90px;
  }
}

.carousel-models_fullwidth__inner {
  background: #e9e9eb;
  padding: 23px 0 0;
}

@media (min-width: 544px) {
  .carousel-models_fullwidth__inner {
    padding: 53px 0 0;
  }
}

.carousel-models_fullwidth h1, .carousel-models_fullwidth .text-link {
  position: relative;
  z-index: 1;
}

.carousel-models_fullwidth h1 {
  color: #ffffff;
  margin-bottom: 17px;
}

.carousel-models_fullwidth:after {
  position: absolute;
  content: "";
  width: 897px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: url(../images/active_bg.png) center bottom no-repeat;
  transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
  .carousel-models_fullwidth:after {
    width: calc(897px / 1.5);
  }
}

.navigation_block {
  position: absolute;
  width: 897px;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .navigation_block {
    top: 45%;
  }
}

.navigation_block .swiper-button-next, .navigation_block .swiper-button-prev {
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  background-image: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .navigation_block .swiper-button-next, .navigation_block .swiper-button-prev {
    font-size: 60px;
  }
}

.navigation_block .swiper-button-next:hover, .navigation_block .swiper-button-prev:hover {
  color: #6678ea;
}

.navigation_block .swiper-button-prev {
  left: 30px;
}

@media (min-width: 1200px) {
  .navigation_block .swiper-button-prev {
    left: 10px;
  }
}

.navigation_block .swiper-button-next {
  right: 30px;
}

@media (min-width: 1200px) {
  .navigation_block .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .navigation_block {
    top: 38%;
    transform: translate(-50%, -50%);
  }
  .navigation_block .swiper-button-prev {
    left: 18%;
  }
  .navigation_block .swiper-button-next {
    right: 18%;
  }
}

@media (max-width: 991px) {
  .navigation_block {
    width: 100%;
    top: 32%;
  }
  .navigation_block .swiper-button-prev {
    left: 10%;
  }
  .navigation_block .swiper-button-next {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .navigation_block .swiper-button-prev {
    left: 2%;
  }
  .navigation_block .swiper-button-next {
    right: 2%;
  }
}

.swiper-container-models {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .swiper-container-models {
    padding-bottom: 10px;
  }
}

.swiper-container-models .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.swiper-pagination-models {
  z-index: 10;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

.swiper-pagination-models .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border: none;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
  margin: 0 3px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .swiper-pagination-models .swiper-pagination-bullet {
    width: 40px;
  }
}

.swiper-pagination-models .swiper-pagination-bullet:hover, .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6678ea;
}

.model-info {
  text-align: center;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.model-info .model-info__content {
  padding: 0 140px;
}

@media (max-width: 1199px) {
  .model-info .model-info__content {
    padding-bottom: 40px;
    padding: 0 30px;
  }
}

.model-info .thumbnail {
  margin-bottom: 20px;
}

.model-info h3 {
  margin: 0 0 20px;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.model-info p {
  margin-bottom: 44px;
}

.model-info .btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.2s;
}

.model-info.swiper-slide-active .btn {
  opacity: 1;
  visibility: visible;
}

.model-info.swiper-slide-active, .model-info.swiper-slide-active h3 {
  color: #ffffff;
}

.cost {
  display: block;
  margin-bottom: 46px;
}

.cost strong {
  font-size: 40px;
  color: #6678ea;
}

@media (max-width: 767px) {
  .cost {
    margin-bottom: 26px;
  }
}

.service-info-box {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1649px) {
  .service-info-box {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-info-box {
    padding-left: 0;
    padding-right: 0;
  }
  .service-info-box h1, .service-info-box .text-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.service-info-box h1 {
  margin-bottom: 15px;
}

.service-info-box .text-link {
  display: block;
  margin-bottom: 74px;
}

@media (max-width: 767px) {
  .service-info-box .text-link {
    margin-bottom: 30px;
  }
}

.service-info-box > .btn {
  margin-top: 80px;
}

@media (min-width: 1650px) {
  .service-info-box > .btn {
    margin-top: 110px;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-block {
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: scretch;
  -ms-flex-align: scretch;
  -webkit-align-items: scretch;
  -moz-align-items: scretch;
  align-items: scretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .service-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .service-block > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

.service-block .thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.service-block .thumbnail img {
  object-fit: cover;
  object-position: center;
}

.service-block .thumbnail span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: scretch;
  -ms-flex-align: scretch;
  -webkit-align-items: scretch;
  -moz-align-items: scretch;
  align-items: scretch;
}

@media (min-width: 1200px) {
  .service-block .thumbnail span:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #f5f6f8 transparent transparent;
  }
  .even-line .service-block .thumbnail span:after {
    right: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #f5f6f8;
  }
}

.service-block__content {
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 1650px) {
  .service-block__content {
    padding: 20px 40px;
  }
}

.service-block__content h3 {
  margin-bottom: 15px;
}

@media (min-width: 1650px) {
  .service-block__content h3 {
    margin-bottom: 30px;
  }
}

.service-block__content p {
  margin-bottom: 20px;
}

@media (min-width: 1650px) {
  .service-block__content p {
    margin-bottom: 50px;
  }
}

.swiper-container-column {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .swiper-container-column {
    background: #f5f6f8;
  }
}

.swiper-container-column .swiper-slide {
  background: #f5f6f8;
}

@media (min-width: 1200px) {
  .swiper-container-column .swiper-slide.even-line .service-block .thumbnail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .swiper-container-column .swiper-slide.even-line .service-block .thumbnail:after {
    left: 0;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #f5f6f8;
  }
}

.swiper-pagination-services-second {
  bottom: 150px;
}

@media (min-width: 1200px) {
  .swiper-pagination-services-second {
    visibility: hidden;
  }
}

.swiper-pagination-column-main {
  bottom: 10px;
}

@media (min-width: 1200px) {
  .swiper-pagination-column-main {
    visibility: hidden;
  }
}

.swiper-button-next1, .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 46px;
  background-image: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  z-index: 10;
  transition: 0.3s;
  visibility: hidden;
}

@media (min-width: 992px) {
  .swiper-button-next1, .swiper-button-prev1 {
    visibility: visible;
  }
}

.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled {
  opacity: 0.4;
  color: #ffffff;
}

.swiper-button-next1.swiper-button-disabled:hover, .swiper-button-prev1.swiper-button-disabled:hover {
  color: #ffffff;
}

.swiper-button-next1:hover, .swiper-button-prev1:hover {
  color: #6678ea;
}

.swiper-button-prev1 {
  left: -8px;
}


@media (min-width: 1650px) {
  .swiper-button-prev1 {
    left: 200px;
  }
}

.swiper-button-next1 {
  right: -8px;
}

@media (min-width: 1650px) {
  .swiper-button-next1 {
    right: 200px;
  }
}

.swiper-pagination-blockquote {
  bottom: 66px;
}

.news-posts-carousel {
  position: relative;
}

.news-posts-carousel .swiper-button-next,
.news-posts-carousel .swiper-button-prev {
  font-size: 50px;
}

.news-posts-carousel .swiper-button-next {
  visibility: hidden;
  right: 20px;
}

@media (min-width: 992px) {
  .news-posts-carousel .swiper-button-next {
    visibility: visible;
  }
}

@media (min-width: 1650px) {
  .news-posts-carousel .swiper-button-next {
    top: 53%;
    right: 10.5%;
  }
}

.news-posts-carousel .swiper-button-prev {
  visibility: hidden;
  left: 20px;
}

@media (min-width: 1650px) {
  .news-posts-carousel .swiper-button-prev {
    top: 53%;
    left: 10.5%;
  }
}

@media (min-width: 992px) {
  .news-posts-carousel .swiper-button-prev {
    visibility: visible;
  }
}

.swiper-container-blog {
  padding-bottom: 83px;
}

/* Appliction
-------------------------------------------------------------- */
.appliction-posts-carousel {
	position: relative;
	background-color: #9F0000;
    padding: 20px;
	margin-top: 50px;
}

h1.index_appliction {
	font-size: 36px;
	text-align: center;
	color: #fff;
}
h2.index_appliction {
	font-size: 24px;
	color: #C00;
}
.appliction-box {
	background-color: #FFF;
	margin: 30px;
}

@media only screen and (max-width: 890px) {
.appliction-posts-carousel {
    padding: 0px;
}
}

@media only screen and (max-width: 414px) {
.appliction-box {
    margin: 0 0 30px 0;
}
}

.index-appliction-tab {
	padding: 20px;
}

.index-appliction-button {
	display:block;
	border-style: none;	
	margin: 5px 30px;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.index-appliction-button:hover {
	color: #C00;
	text-decoration: underline;
}
.index-appliction-button.now {
	color: #C00;
}
.btn-appliction-more {
	color: #FFF;
	background-color: #C00;
	padding: 5px;
	width: 100px;
	text-align: center;
}
.btn-appliction-more:hover {
	background-color: #FC0;
}
.index_appliction_img {
	max-width: 565px;
	height: auto;
}
@media (max-width: 1179px) {
.index_appliction_img {
	width: 100%;
}
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #21242b;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #F90;
}

.content-bottom-widgets {
    color: rgba(255, 255, 255, 0.5);
}

.content-bottom-widgets .footer-50 {
	width: 50%;
	float: left;
}

.content-bottom-widgets .ft-wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-bottom-widgets .subscribe-form {
    margin-top: 12px;
    margin-left: 15px;
}

.content-bottom-widgets .subscribe-form input[type="email"], 
.content-bottom-widgets .subscribe-form input[type="text"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.content-bottom-widgets .subscribe-form input[type="email"]:focus, 
.content-bottom-widgets .subscribe-form input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.1);
}

.content-bottom-widgets .subscribe-form input[type="submit"] {
    width: 100%;
    text-align: center;
    background-color: #ffc952;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;
}

.content-bottom-widgets .subscribe-form input[type="submit"]:hover {
	background-color: #32bfc0;
}

/* Footer widget */
.footer-widgets {
    padding: 60px 0 50px 0;
    color: rgba(255, 255, 255, 0.5);
}
.widget.widget_nav_menu {
	margin-top: 20px;
}
.footer-widgets h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin: 20px 0;
}
.footer-widgets .widget a {
    color: #ccc;
}

.footer-widgets .widge.widget_text .textwidget h2 {
	color: #fff;
    margin: 0;
    padding: 10px 0 50px 0;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.footer-widgets .widget.widget_nav_menu ul {
    display: inline-block;
    width: 100%;
}

.footer-widgets .widget.widget_nav_menu ul li {
    width: 100%;
    float: left;
    position: relative;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.footer-widgets .widget.widget_nav_menu ul li a:hover {
    color: #fff;
}

.footer-widgets .widget.widget_text.information .textwidget i {
	color: #32bfc0;
	margin-right: 13px;
}

.footer-content .ft-wrap {
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.social-icon {
	width:25px;
	margin-top: -5px;
}
.social-links {
	display:block;
	margin-top: 15px;
}

.social-links a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin-left: 8px;
    background-color: #fff;
    display: inline-block;
}

.social-links a:hover {
	background-color: #F90;
}

.social-links a i {
    font-size: 14px;
	color: #000;
}
.footer_line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3c3c3c;
    padding-left: 30px;
}
.copyright {
	display:block;
    margin-top: 50px;
    color: #CCC;
}

.copyright a {
	color: #545454;
}

.copyright a:hover {
	color: #fff;
}
.footer_dm_img {
	margin-right: 10px;
	max-height: 135px;
	width: auto;
	margin-bottom: 5px;
}


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: 10px;
	bottom: 20px;   
   	width: 40px;
   	height: 40px;
   	cursor: pointer;   
    background-color: rgba(0, 0, 0, 0.7);
   	line-height: 40px;
   	text-align: center;   
   	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	   	filter: alpha(opacity=1);
	  	opacity: 1;
    z-index: 9999999999;
}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #ffd800;
}

.go-top:hover i {
	color: #fff;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.parallax-style {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-repeat: repeat;
}

.parallax1 { background-image: url(../images/bg-parallax1.png); }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 600px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;	
	width: 10px !important;
	height: 10px !important;	
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;	
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}
