body {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #111;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.btn {
	font-weight: 300;
}


/* HEADER================================================== */

.navbar-fixed-top-001 {
	position: absolute;
	background: transparent;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	right: 0;
}

.navbar-fixed-top-002 {
	position: absolute;
	background: #fff;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	right: 0;
}

.navbar-fixed-top-001 .navbar,
.navbar-fixed-top-001 .navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 0;
}

.navbar-fixed-top-001 .navbar-default,
.navbar-fixed-top-002 .navbar-default {
	background: transparent;
	border: none !important;
	border-radius: 0;
}

.navbar-fixed-top-001 .affix {
	position: fixed;
	height: 70px;
	width: 100%;
	top: 0;
	background-color: #000;
}

.navbar-fixed-top-002 .affix {
	position: fixed;
	height: 70px;
	width: 100%;
	top: 0;
}


/*.navbar-fixed-top-001 .affix .navbar-default .navbar-nav > li > a  {
	padding: 25px 7px;
	color:  #fff;
}*/

.navbar-fixed-top-002 .affix .navbar-default .navbar-nav > li > a {
	padding: 25px 7px;
}

.navbar-fixed-top-001 .affix #mainHeader {
	height: 70px;
}

.navbar-fixed-top-002 .affix #mainHeader {
	/* height:  70px; */
	/* border-bottom:  1px solid #000;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .45);  */
}


/*.navbar-fixed-top-001 .affix .navbar > .container .navbar-brand  {
	padding: 10px;
	color:  #fff;
}*/

.navbar-fixed-top-002 .affix .navbar > .container .navbar-brand {
	padding: 10px;
}

.navbar-fixed-top-001 .affix .navbar-nav > li.sep::before {
	margin-top: 25px;
	color: #000;
	line-height: 20px;
}

.navbar-fixed-top-002 .affix .navbar-nav > li.sep::before {
	margin-top: 25px;
	line-height: 20px;
	color: #000;
}


/*.navbar-fixed-top-001 .affix .navbar-default .navbar-toggle .icon-bar  {
	background-color:  #fff;
}*/

.navbar-fixed-top-002 .navbar-default {
	background-color: #fff;
}

.navbar-fixed-top-001 .navbar > .container .navbar-brand,
.navbar-fixed-top-002 .navbar > .container .navbar-brand {
	margin-left: 15px;
}

.navbar-fixed-top-001 .navbar-brand,
.navbar-fixed-top-002 .navbar-brand {
	/* padding: 34px 0; */
	height: auto;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.navbar-fixed-top-002 .navbar-brand {
	color: #000;
}

.navbar-fixed-top-001 .navbar-brand > img,
.navbar-fixed-top-002 .navbar-brand > img {
	/* width:180px;
    height:47px; */
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
}

.navbar-fixed-top-001 .navbar-default .navbar-toggle,
.navbar-fixed-top-002 .navbar-default .navbar-toggle {
	margin-top: 27px;
	margin-right: 15px;
	border: none;
	border-radius: 0;
}

@media (min-width: 1199px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1199px) {
	.navbar-toggle {
		display: none;
	}
}

@media (max-width: 1200px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 1199px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/* accordeon */

.panel-group .panel .panel-default > .panel-heading {
	border-radius: 8px;
}

.panel-body {
	border-radius: 0 0 8px 8px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'custom-icons';
	content: "\e803";
	float: right;
}


/** expand the link to fill the whole tab **/

.panel-title a {
	display: block;
	padding: 10px 15px;
	margin: -10px -15px;
	outline: none;
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: '\e805';
}

.accordion-toggle i {
	margin-right: 10px;
}

label {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 22px;
	font-weight: bold;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	margin-left: 0;
	margin-right: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
	right: auto;
}

.dropdown-menu>li>a {
	white-space: normal;
}

li.Nactive>ul,
li.Nactive .nekoMegaMenu,
li.Nactive .nekoMegaMenu ul {
	display: block !important;
}

.navbar-nav .Nactive .subMenu {
	margin-left: 10px;
}

.navbar-nav .Nactive .nekoMegaMenu.subMenu {
	margin-left: 0;
}

.nekoMegaMenu .container {
	padding-left: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin-bottom: 22px;
}

.img-circle {
	width: 140px;
	height: 140px;
}

pre code {
	white-space: pre-line;
}

.sectionFullWidth .imageBackground {
	margin-bottom: 0;
}

.navbar-fixed-top-001 .navbar-brand > img.logo-light,
.navbar-fixed-top-002 .navbar-brand > img.logo-light {
	/* display:none; */
}

@media(min-width:1025px) {
	body.headerTransparent {
		padding-top: 0;
	}
	.navbar-fixed-top-001 .navbar>.container .navbar-brand,
	.navbar-fixed-top-002 .navbar>.container .navbar-brand {
		margin-left: 0;
	}
	.headerTransparent .navbar-fixed-top-001 .navbar-brand>img.logo,
	.headerTransparent .navbar-fixed-top-002 .navbar-brand>img.logo {
		display: none;
	}
	.headerTransparent .navbar-fixed-top-001 .navbar-brand>img.logo-light,
	.headerTransparent .navbar-fixed-top-002 .navbar-brand>img.logo-light {
		display: block;
	}
	.headerTransparent .navbar-fixed-top-001 .fixedHeader .navbar-brand>img.logo,
	.headerTransparent .navbar-fixed-top-002 .fixedHeader .navbar-brand>img.logo {
		display: block;
	}
	.headerTransparent .navbar-fixed-top-001 .fixedHeader .navbar-brand>img.logo-light,
	.headerTransparent .navbar-fixed-top-002 .fixedHeader .navbar-brand>img.logo-light {
		display: none;
	}
}


/** pre header **/

.navbar-fixed-top-001 #preHeader,
.navbar-fixed-top-002 #preHeader {
	display: none!important;
}

.navbar-fixed-top-001 #preHeader .socialNetwork,
.navbar-fixed-top-001 .contactPhone,
.navbar-fixed-top-002 #preHeader .socialNetwork,
.navbar-fixed-top-002 .contactPhone {
	display: inline-block;
	float: right;
}

.navbar-fixed-top-001 #preHeader .socialNetwork li,
.navbar-fixed-top-002 #preHeader .socialNetwork li {
	display: block;
	list-style-type: none;
	float: left;
}

.navbar-fixed-top-001 .navbar-fixed-top-001 .contactPhone,
.navbar-fixed-top-002 .navbar-fixed-top-002 .contactPhone {
	padding-right: 11px;
	margin-top: 5px;
}

.navbar-fixed-top-001 #preHeader .socialNetwork,
.navbar-fixed-top-002 #preHeader .socialNetwork {
	margin: 0;
}

.navbar-fixed-top-001 #preHeader .socialNetwork a,
.navbar-fixed-top-002 #preHeader .socialNetwork a {
	text-align: center;
	line-height: 40px;
	display: block;
	width: 30px;
	height: 40px;
}

.navbar-fixed-top-001 #preHeader .socialNetwork a:hover,
.navbar-fixed-top-002 #preHeader .socialNetwork a:hover {
	text-decoration: none;
}

.navbar-fixed-top-001 ul.quickMenu,
.navbar-fixed-top-002 ul.quickMenu {
	margin: 3px 0 0 0;
	padding: 0;
}

.navbar-fixed-top-001 ul.quickMenu li,
.navbar-fixed-top-002 ul.quickMenu li {
	display: inline-block;
	padding-right: 11px;
}

.navbar-fixed-top-001 ul.quickMenu li a,
.navbar-fixed-top-002 ul.quickMenu li a {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1em;
}

.navbar-fixed-top-001 ul.quickMenu li a:hover,
.navbar-fixed-top-002 ul.quickMenu li a:hover {
	text-decoration: none;
}

.navbar-fixed-top-001 ul.quickMenu li a.linkLeft,
.navbar-fixed-top-002 ul.quickMenu li a.linkLeft {
	margin-left: 0;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px) {}

@media(min-width:768px) {
	.navbar-fixed-top-001 .header1 #preHeader,
	.navbar-fixed-top-001 .header3 #preHeader,
	.navbar-fixed-top-001 .header5 #preHeader,
	.navbar-fixed-top-002 .header1 #preHeader,
	.navbar-fixed-top-002 .header3 #preHeader,
	.navbar-fixed-top-002 .header5 #preHeader {
		display: block!important;
		height: 40px
	}
}

@media(min-width:992px) {
	.navbar-fixed-top-001 .fixedHeader .navbar-nav>li>ul,
	.navbar-fixed-top-001 .fixedHeader .navbar-nav .nekoMegaMenu,
	.navbar-fixed-top-002 .fixedHeader .navbar-nav>li>ul,
	.navbar-fixed-top-002 .fixedHeader .navbar-nav .nekoMegaMenu {
		top: 61px;
	}
	.navbar-fixed-top-001 .fixedHeader #mainMenu>ul>li>a,
	.navbar-fixed-top-002 .fixedHeader #mainMenu>ul>li>a {
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.navbar-fixed-top-001 .fixedHeader .navbar-nav>li.sep:before,
	.navbar-fixed-top-002 .fixedHeader .navbar-nav>li.sep:before {
		line-height: 15px;
	}
	.navbar-fixed-top-001 .fixedHeader .navbar-brand,
	.navbar-fixed-top-002 .fixedHeader .navbar-brand {
		padding: 15px 0;
	}
	.navbar-fixed-top-002 .fixedHeader .navbar-brand {
		color: #000;
	}
	.navbar-fixed-top-001 .fixedHeader .navbar-brand > img,
	.navbar-fixed-top-002 .fixedHeader .navbar-brand > img {
		height: 30px;
		width: auto;
		-webkit-transition: height 0.2s ease-out;
		-moz-transition: height 0.2s ease-out;
		-o-transition: height 0.2s ease-out;
		-ms-transition: height 0.2s ease-out;
		transition: height 0.2s ease-out;
	}
}

@media(min-width: 1200px) {}


/*** END MEDIA QUERIES ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px) {}

@media(min-width:1024px) {}

@media(min-width:1025px) {}


/* END HEADER================================================== */


/* MAIN MENU================================================== */

.navbar-fixed-top-001 .navbar-nav>li>a,
.navbar-fixed-top-002 .navbar-nav>li>a {
	display: block;
	padding: 8px;
	text-decoration: none;
	letter-spacing: 0.05em;
	/*font-family: 'Lato', sans-serif;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-fixed-top-001 .navbar-nav li a i,
.navbar-fixed-top-002 .navbar-nav li a i {
	margin-right: 10px;
}

.navbar-fixed-top-001 .navbar-nav>li.sep,
.navbar-fixed-top-002 .navbar-nav>li.sep {
	display: none;
}

.navbar-fixed-top-001 .navbar-nav>li#lastMenu>a,
.navbar-fixed-top-002 .navbar-nav>li#lastMenu>a {
	padding-right: 0;
	/*align right*/
}

.navbar-fixed-top-001 #mainHeader .pull-right,
.navbar-fixed-top-002 #mainHeader .pull-right {
	float: none !important;
}


/*** sub menus ***/

.navbar-fixed-top-001 .navbar-nav ul li,
.navbar-fixed-top-002 .navbar-nav ul li {
	position: relative;
}


/*// .navbar-fixed-top-001 .navbar-nav ul {
//     display:none;
//     padding:0;
//     margin:0;
//     list-style-type:none;
// }*/

.navbar-fixed-top-001 .navbar-nav ul ul,
.navbar-fixed-top-002 .navbar-nav ul ul {
	top: 0;
}

.navbar-fixed-top-001 .navbar-nav ul li a,
.navbar-fixed-top-002 .navbar-nav ul li a {
	display: block;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.navbar-fixed-top-001 .navbar-nav ul li a:hover,
.navbar-fixed-top-002 .navbar-nav ul li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-fixed-top-001 #mainMenu .navbar-nav li a.hasSubMenu:after,
.navbar-fixed-top-002 #mainMenu .navbar-nav li a.hasSubMenu:after {
	font-family: "custom-icons";
	display: block;
	content: '\e89e';
	float: right;
	margin-right: 15px;
}

.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu,
.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu {
	display: none;
	-webkit-backface-visibility: hidden;
	border-radius: 0 0 5px 5px;
}

.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu>div>div,
.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu>div>div {
	-webkit-backface-visibility: hidden;
}

.navbar-fixed-top-001 .navbar-nav ul li.megaMenuTitle,
.navbar-fixed-top-002 .navbar-nav ul li.megaMenuTitle {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu ul,
.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu ul {
	width: auto;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px) {}

@media (min-width: 992px) {
	.navbar-fixed-top-001 .nekoMegaMenu .container,
	.navbar-fixed-top-002 .nekoMegaMenu .container {
		width: 940px;
	}
}

@media(min-width:1025px) {
	.navbar-fixed-top-001 #mainHeader .pull-right,
	.navbar-fixed-top-002 #mainHeader .pull-right {
		float: right !important;
	}
	.navbar-fixed-top-001 .navbar-nav>li>a,
	.navbar-fixed-top-002 .navbar-nav>li>a {
		font-size: 15px;
		font-weight: 700;
		padding: 35px 7px;
		line-height: 1.25;
		vertical-align: middle;
		background: transparent !important;
	}
	.navbar-fixed-top-001 .navbar-nav>li>a i,
	.navbar-fixed-top-002 .navbar-nav>li>a i {
		display: block;
	}
	/*// .navbar-fixed-top-001 .navbar-nav ul {
    //     position:absolute;
    //     top:69px;
    //     left:0;
    //     z-index:1024;
    // }*/
	.navbar-fixed-top-001 .navbar-nav ul,
	.navbar-fixed-top-002 .navbar-nav ul {
		width: 270px;
	}
	.navbar-fixed-top-001 .navbar-nav>li.sep,
	.navbar-fixed-top-002 .navbar-nav>li.sep {
		display: block;
	}
	.navbar-fixed-top-001 .navbar-nav>li.sep:before,
	.navbar-fixed-top-002 .navbar-nav>li.sep:before {
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		content: '\e8a0';
		font-family: 'custom-icons';
		display: block;
		font-size: 10px;
		text-align: center;
		padding: 0;
		margin-top: 23px;
		margin-bottom: 25px;
		line-height: 44px;
	}
	.navbar-fixed-top-001 #mainMenu .navbar-nav li a.hasSubMenu:after,
	.navbar-fixed-top-002 #mainMenu .navbar-nav li a.hasSubMenu:after {
		display: none;
	}
	.navbar-fixed-top-001 #mainMenu .navbar-nav ul li a.hasSubMenu:after,
	.navbar-fixed-top-002 #mainMenu .navbar-nav ul li a.hasSubMenu:after {
		content: '\e801';
		display: block;
		text-align: right;
		margin-right: 0;
	}
	.navbar-fixed-top-001 .navbar-nav ul,
	.navbar-fixed-top-002 .navbar-nav ul {
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0 0 5px 5px;
	}
	.navbar-fixed-top-001 .navbar-nav ul li a,
	.navbar-fixed-top-002 .navbar-nav ul li a {
		padding: 5px 20px;
		display: block;
		font-size: 17px;
		font-weight: 300;
	}
	.navbar-fixed-top-001 .navbar-nav ul li,
	.navbar-fixed-top-002 .navbar-nav ul li {
		padding: 0;
	}
	/*** mega menu ***/
	.navbar-fixed-top-001 .nav>li.nekoMegaMenuTrigger,
	.navbar-fixed-top-002 .nav>li.nekoMegaMenuTrigger {
		position: static !important;
	}
	.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu ul,
	.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu ul {
		position: static;
		border: none;
		background: none;
		display: block;
		width: 100%;
	}
	.navbar-fixed-top-001 #mainMenu .navbar-nav ul li.megaMenuTitle,
	.navbar-fixed-top-002 #mainMenu .navbar-nav ul li.megaMenuTitle {
		display: block;
		width: 100%;
	}
	.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu,
	.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu {
		width: 100%;
		position: absolute;
		right: 0;
		top: 69px;
		z-index: 1024;
		padding: 25px;
	}
	.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu ul,
	.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu ul {
		padding: 0;
	}
	.navbar-fixed-top-001 .navbar-nav .nekoMegaMenu ul li a,
	.navbar-fixed-top-002 .navbar-nav .nekoMegaMenu ul li a {
		padding: 5px 10px 5px 10px;
	}
	.navbar-fixed-top-001 .nekoMegaMenu .container,
	.navbar-fixed-top-002 .nekoMegaMenu .container {
		width: auto;
		max-width: 1170px;
	}
	/*** mega menu ***/
}

@media(min-width:992px) {}

@media(min-width: 1200px) {}


/*** END MEDIA QUERIES ***/


/* END MAIN MENU================================================== */


/*  Colors
-------------------*/


/* HEADER================================================== */

.navbar-fixed-top-001 ul.quickMenu li a,
.navbar-fixed-top-002 ul.quickMenu li a,
.contactPhone {
	color: #f4f4f4;
}

.navbar-fixed-top-001 ul.quickMenu li a:hover,
.navbar-fixed-top-002 ul.quickMenu li a:hover {
	color: #555;
}


/* END HEADER================================================== */


/* MAIN MENU ================================================== */


/*.navbar-fixed-top-001 .navbar-default .navbar-toggle .icon-bar  {
	background-color:  #fff;
}*/

.navbar-fixed-top-001 #mainHeader,
.navbar-fixed-top-002 #mainHeader {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 0 1px rgba(77, 131, 170, .45);
}

.navbar-fixed-top-002 #mainHeader {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .45);
	border-bottom: 1px solid #000;
}

.navbar-fixed-top-001 #mainHeader .navbar-inner,
.navbar-fixed-top-002 #mainHeader .navbar-inner {
	background: #444;
	filter: none !important;
}

.navbar-fixed-top-001 #mainHeader.fixedHeader,
.navbar-fixed-top-002 #mainHeader.fixedHeader {
	background: rgba(255, 255, 255, 1);
}


/*.navbar-fixed-top-001 .navbar-nav>li>a>i,
.navbar-fixed-top-002 .navbar-nav>li>a>i,
.navbar-fixed-top-001 .navbar-default .navbar-nav>li>a{
    color:#fff;
}

.navbar-fixed-top-002 .navbar-default .navbar-nav>li>a {
    color: #000;
}*/


/*.navbar-fixed-top-001 .navbar-default .navbar-nav>.active>a,
.navbar-fixed-top-002 .navbar-default .navbar-nav>.active>a,
.navbar-fixed-top-001 .navbar-default .navbar-nav>li>a:hover,
.navbar-fixed-top-002 .navbar-default .navbar-nav>li>a:hover,
.navbar-fixed-top-001 .navbar-default .navbar-nav>li>a:focus,
.navbar-fixed-top-002 .navbar-default .navbar-nav>li>a:focus,
.navbar-fixed-top-001 .navbar-default .navbar-nav>.active>a:hover,
.navbar-fixed-top-002 .navbar-default .navbar-nav>.active>a:hover,
.navbar-fixed-top-001 .navbar-default .navbar-nav>.active>a:focus,
.navbar-fixed-top-002 .navbar-default .navbar-nav>.active>a:focus {
    color:#d8dcdf;
    background:none;
}*/

.navbar-fixed-top-001 .navbar-nav>li.sep:before {
	color: #fff;
}

.navbar-fixed-top-002 .navbar-nav>li.sep:before {
	color: #000;
}

.navbar-fixed-top-001 .navbar-default .navbar-nav>li>a.active,
.navbar-fixed-top-002 .navbar-default .navbar-nav>li>a.active {
	color: #d8dcdf;
}

.navbar-fixed-top-001 .navbar-nav ul li a,
.navbar-fixed-top-002 .navbar-nav ul li a {
	color: #333;
}

.navbar-fixed-top-001 .navbar-nav li.hover>a,
.navbar-fixed-top-002 .navbar-nav li.hover>a,
.navbar-fixed-top-001 .navbar-nav ul li a:hover,
.navbar-fixed-top-002 .navbar-nav ul li a:hover {
	color: #d8dcdf;
	background-color: transparent;
}

.navbar-fixed-top-001 .navbar-nav ul li.hover>a,
.navbar-fixed-top-002 .navbar-nav ul li.hover>a {
	color: #fff;
}


/*** mega menu ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px) {}

@media(min-width: 992px) {}

@media(min-width:1025px) {
	/* header transparent */
	body:not(#boxedLayout).headerTransparent .navbar-fixed-top-001 #mainHeader:not(.fixedHeader),
	body:not(#boxedLayout).headerTransparent .navbar-fixed-top-002 #mainHeader:not(.fixedHeader) {
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		box-shadow: none;
	}
	body:not(#boxedLayout).headerTransparent.navbar-fixed-top-001 #mainHeader:not(.fixedHeader) .navbar-nav>li>a>i,
	body:not(#boxedLayout).headerTransparent.navbar-fixed-top-002 #mainHeader:not(.fixedHeader) .navbar-nav>li>a>i,
	body:not(#boxedLayout).headerTransparent .navbar-fixed-top-001 #mainHeader:not(.fixedHeader) .navbar-default .navbar-nav>li>a,
	body:not(#boxedLayout).headerTransparent .navbar-fixed-top-002 #mainHeader:not(.fixedHeader) .navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	/* normal header (no class on body) */
	.navbar-fixed-top-001 .navbar-nav>li>ul,
	.navbar-fixed-top-001 .navbar-nav>li>ul>li ul,
	.navbar-fixed-top-002 .navbar-nav>li>ul,
	.navbar-fixed-top-002 .navbar-nav>li>ul>li ul {
		background: #fff;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.navbar-fixed-top-001 .navbar-nav ul li a:hover,
	.navbar-fixed-top-002 .navbar-nav ul li a:hover,
	.navbar-fixed-top-001 .navbar-nav ul li.hover>a,
	.navbar-fixed-top-002 .navbar-nav ul li.hover>a {
		background: rgba(0, 0, 0, .7);
		color: #fff;
	}
	.navbar-fixed-top-001 #mainMenu .navbar-nav li,
	.navbar-fixed-top-002 #mainMenu .navbar-nav li {
		border-bottom: none;
	}
	.navbar-fixed-top-001 .nekoMegaMenu,
	.navbar-fixed-top-002 .nekoMegaMenu {
		background: #fff;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.navbar-fixed-top-001 .nekoMegaMenu h2,
	.navbar-fixed-top-002 .nekoMegaMenu h2 {
		color: #00BCD4;
	}
}

.navbar-fixed-top-001 .glyphicon,
.navbar-fixed-top-002 .glyphicon {
	font-size: 9px;
	padding-left: 3px;
}

@media(max-width: 1200px) {
	.navbar-fixed-top-001 .navbar-header,
	.navbar-fixed-top-002 .navbar-header {
		float: none;
	}
	.navbar-fixed-top-001 .navbar-left,
	.navbar-right,
	.navbar-fixed-top-002 .navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-fixed-top-001 .navbar-toggle,
	.navbar-fixed-top-002 .navbar-toggle {
		display: block;
	}
	.navbar-fixed-top-001 .navbar-collapse,
	.navbar-fixed-top-002 .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top-001 .navbar-fixed-top,
	.navbar-fixed-top-002 .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-fixed-top-001 .navbar-collapse.collapse,
	.navbar-fixed-top-002 .navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-fixed-top-001 .navbar-nav {
		float: none!important;
		width: 100%;
		margin-top: 0;
		background-color: rgba(0, 0, 0, .8);
	}
	.navbar-fixed-top-002 .navbar-nav {
		float: none!important;
		width: 100%;
		margin-top: 0;
		background-color: rgba(255, 255, 255, .9);
	}
	.navbar-fixed-top-001 .navbar-nav>li,
	.navbar-fixed-top-002 .navbar-nav>li {
		float: none;
		text-align: center;
	}
	.navbar-fixed-top-001 .navbar-nav li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff!important;
		font-weight: 300;
	}
	.navbar-fixed-top-001 .navbar-nav li a:hover {
		color: #00BCD4!important;
	}
	.navbar-fixed-top-002 .navbar-nav li a:hover {
		color: #00BCD4!important;
	}
	.navbar-fixed-top-002 .navbar-nav li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #000!important;
		font-weight: 300;
	}
	.navbar-fixed-top-002 .navbar-nav li>ul>li {}
	.navbar-fixed-top-001 .collapse.in,
	.navbar-fixed-top-002 .collapse.in {
		display: block !important;
	}
	.navbar-fixed-top-001 .navbar-nav>li.sep,
	.navbar-fixed-top-002 .navbar-nav>li.sep {
		display: none;
	}
	.navbar-fixed-top-001 .affix .navbar-default .navbar-nav > li > a,
	.navbar-fixed-top-002 .affix .navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
	}
}


/*** END MEDIA QUERIES ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px) {}

@media(min-width: 992px) {}

@media(min-width:1024px) {}

@media(min-width: 1200px) {}


/*** END MEDIA QUERIES ***/


/* END MAIN MENU ================================================== */

.page-header-001 .page-header.bigHeader,
.page-header-001 .page-header.xBigHeader {
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.page-header-001 .page-header {
	border-bottom: 1px solid rgba(1, 1, 1, 0.075);
	background-color: #fff;
}

.page-header-001 .page-header {
	padding: 33px 0;
	margin: 0;
}

.page-header-001 .col-xs-1,
.page-header-001 .col-xs-2,
.page-header-001 .col-xs-3,
.page-header-001 .col-xs-4,
.page-header-001 .col-xs-5,
.page-header-001 .col-xs-6,
.page-header-001 .col-xs-7,
.page-header-001 .col-xs-8,
.page-header-001 .col-xs-9,
.page-header-001 .col-xs-10,
.page-header-001 .col-xs-11,
.page-header-001 .col-xs-12,
.page-header-001 .col-sm-1,
.page-header-001 .col-sm-2,
.page-header-001 .col-sm-3,
.page-header-001 .col-sm-4,
.page-header-001 .col-sm-5,
.page-header-001 .col-sm-6,
.page-header-001 .col-sm-7,
.page-header-001 .col-sm-8,
.page-header-001 .col-sm-9,
.page-header-001 .col-sm-10,
.page-header-001 .col-sm-11,
.page-header-001 .col-sm-12,
.page-header-001 .col-md-1,
.page-header-001 .col-md-2,
.page-header-001 .col-md-3,
.page-header-001 .col-md-4,
.page-header-001 .col-md-5,
.page-header-001 .col-md-6,
.page-header-001 .col-md-7,
.page-header-001 .col-md-8,
.page-header-001 .col-md-9,
.page-header-001 .col-md-10,
.page-header-001 .col-md-11,
.page-header-001 .col-md-12,
.page-header-001 .col-lg-1,
.page-header-001 .col-lg-2,
.page-header-001 .col-lg-3,
.page-header-001 .col-lg-4,
.page-header-001 .col-lg-5,
.page-header-001 .col-lg-6,
.page-header-001 .col-lg-7,
.page-header-001 .col-lg-8,
.page-header-001 .col-lg-9,
.page-header-001 .col-lg-10,
.page-header-001 .col-lg-11,
.page-header-001 .col-lg-12 {
	margin-bottom: 22px;
}

.page-header-001 .maskParent {
	position: relative;
	height: 100%;
	width: 100%;
}

.page-header-001 .gradient,
.page-header-001 .bgMask.gradient {
	background: linear-gradient(150deg, #00BCD4 0%, #00BCD4 100%);
	background: #00BCD4;
	background: -moz-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #03445F), color-stop(100%, #03445F));
	background: -webkit-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
	background: -o-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
	background: -ms-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
	background: linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
}

.page-header-001 .bgMask.opacity-7 {
	opacity: .7;
}

.page-header-001 .bgMask {
	opacity: .5;
}

.page-header-001 .bgMask {
	width: 100%;
	height: 100.1%;
	overflow: hidden;
	position: absolute;
	background: #111;
	opacity: 0.5;
}

.page-header-001 .textLight,
.page-header-001 .textLight h1,
.page-header-001 .textLight h1 small,
.page-header-001 .textLight h2,
.page-header-001 .textLight h3,
.page-header-001 .textLight h4,
.page-header-001 .textLight h5,
.page-header-001 .textLight h6,
.page-header-001 .textLight ul#navTrail li a,
.page-header-001 h1.textLight,
.page-header-001 h2.textLight,
.page-header-001 h3.textLight,
.page-header-001 h4.textLight,
.page-header-001 h5.textLight,
.page-header-001 h6.textLight,
.page-header-001 p.textLight p,
.page-header-001 h2.heading.textLight .subTitle {
	color: white !important;
}

.page-header-001 h2 {
	font-size: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: 900;
	margin-bottom: 0.625em;
}

.page-header-001 h1,
.page-header-001 h2,
.page-header-001 h3,
.page-header-001 h4,
.page-header-001 h5,
.page-header-001 h6,
.page-header-001 legend {
	font-family: inherit;
	line-height: 1.25em;
	margin: 0 0 0.75em 0;
}

.page-header-001 h1.bigHeading,
.page-header-001 .h1.bigHeading,
.page-header-001 .page-header h1.bigHeading,
.page-header-001 h2.bigHeading {
	font-size: 32px;
	line-height: 1em;
}

.page-header-001 .page-header h1 {
	color: #00BCD4;
}

.page-header-001 .page-header h1 {
	font-size: 18px;
	margin-bottom: 0;
}

.page-header-001 h1,
.page-header-001 .h1,
.page-header-001 h2.bigHeading {
	font-size: 36px;
	margin-bottom: 0.25em;
	font-weight: 700;
}

.page-header-001 a:link,
.page-header-001 a:visited {
	text-decoration: none;
	outline: none;
}

.page-header-001 .btn {
	background: #111;
	color: #fff;
	border: 2px solid #111;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
}

.page-header-001 .btn-lg {
	padding: 14px 22px;
	font-size: 18px;
	border-radius: 50px;
}

.page-header-001 .btn {
	background: #00BCD4;
	border-color: #00BCD4;
	color: #fff;
	padding: 14px 22px;
	font-size: 18px;
	border-radius: 50px;
	line-height: 20px;
	font-family: inherit;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
}

.page-header-001 .btn:hover {
	border-color: #111;
	background: #111;
	color: #FFFFFF!important;
}

.page-header-001 .mt15 {
	margin-top: 1.5em;
}

.page-header-001 .page-header.xBigHeader .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.page-header-001 h1.bigHeading,
	.page-header-001 .h1.bigHeading,
	.page-header-001 .page-header h1.bigHeading,
	.page-header-001 h2.bigHeading {
		font-size: 66px;
	}
	.page-header-001 h1 {
		font-size: 40px;
	}
	.page-header-001 .mt15 {
		margin-top: 1.5em;
	}
}

@media (min-width: 1025px) {
	.page-header-001 .page-header.xBigHeader .container {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.page-header-001 .col-xs-1,
	.page-header-001 .col-xs-2,
	.page-header-001 .col-xs-3,
	.page-header-001 .col-xs-4,
	.page-header-001 .col-xs-5,
	.page-header-001 .col-xs-6,
	.page-header-001 .col-xs-7,
	.page-header-001 .col-xs-8,
	.page-header-001 .col-xs-9,
	.page-header-001 .col-xs-10,
	.page-header-001 .col-xs-11,
	.page-header-001 .col-xs-12,
	.page-header-001 .col-sm-1,
	.page-header-001 .col-sm-2,
	.page-header-001 .col-sm-3,
	.page-header-001 .col-sm-4,
	.page-header-001 .col-sm-5,
	.page-header-001 .col-sm-6,
	.page-header-001 .col-sm-7,
	.page-header-001 .col-sm-8,
	.page-header-001 .col-sm-9,
	.page-header-001 .col-sm-10,
	.page-header-001 .col-sm-11,
	.page-header-001 .col-sm-12,
	.page-header-001 .col-md-1,
	.page-header-001 .col-md-2,
	.page-header-001 .col-md-3,
	.page-header-001 .col-md-4,
	.page-header-001 .col-md-5,
	.page-header-001 .col-md-6,
	.page-header-001 .col-md-7,
	.page-header-001 .col-md-8,
	.page-header-001 .col-md-9,
	.page-header-001 .col-md-10,
	.page-header-001 .col-md-11,
	.page-header-001 .col-md-12,
	.page-header-001 .col-lg-1,
	.page-header-001 .col-lg-2,
	.page-header-001 .col-lg-3,
	.page-header-001 .col-lg-4,
	.page-header-001 .col-lg-5,
	.page-header-001 .col-lg-6,
	.page-header-001 .col-lg-7,
	.page-header-001 .col-lg-8,
	.page-header-001 .col-lg-9,
	.page-header-001 .col-lg-10,
	.page-header-001 .col-lg-11,
	.page-header-001 .col-lg-12 {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.page-header-001 .page-header.xBigHeader .container {
		padding-top: 260px;
		padding-bottom: 260px;
	}
	.page-header-001 .parallaxSection {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}

.page-header-001 h1 {
	line-height: 1.25em;
	margin: 0 0 0.75em 0;
}

.page-header-001 .image-3 {
	background-image: url("/app/pages/static/img/page-header-001/parallax-3.jpg");
	background-size: cover;
}

.page-header-001 .page-header .col-sm-6 {
	margin-bottom: 0;
}

.page-header-001 .page-header {
	padding: 33px 0;
	margin: 0;
}

.page-header-001 .page-header h1 {
	font-size: 18px;
	margin-bottom: 0;
}

.page-header-001 .page-header p {
	margin-bottom: 0;
	margin-top: 12px;
	font-weight: 700;
}

.page-header-001 .page-header p.lead {
	line-height: 38px;
}

.page-header-001 .page-header.bigHeader,
.page-header-001 .page-header.xBigHeader {
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.page-header-001 .page-header.bigHeader .container,
.page-header-001 .page-header.xBigHeader .container {
	padding-top: 160px;
	padding-bottom: 160px;
}

.page-header-001 h1.bigHeading,
.page-header-001 .h1.bigHeading,
.page-header-001 .page-header h1.bigHeading,
.page-header-001 h2.bigHeading {
	font-size: 32px;
	line-height: 1em;
}

.page-header-001 .mt {
	margin-top: 0.75em;
}

.page-header-001 .btn {
	padding: 11px 18px;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	border-radius: 50px;
}

.page-header-001 .btn {
	background: #111;
	color: #fff;
	border: 2px solid #111;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
}

.page-header-001 .btn:hover,
.page-header-001 .btn:focus {
	background: #3c559c;
	color: #FFFFFF;
	border-color: #00BCD4;
}

.page-header-001 .btn.btn-inverse {
	background: #fff;
	border-color: #fff;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
	color: #111;
}

.page-header-001 .btn.btn-inverse:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}


/*color2*/

.page-header-001 .color2,
.page-header-001 .slice.color2,
.page-header-001 .bulle.color2,
.page-header-001 .ctaBox.color2 {
	background-color: #00BCD4;
	color: #fff;
}

.page-header-001 .ctaBox.color2 a.btn:hover {
	background-color: #fff;
	color: #00BCD4;
}

.page-header-001 .color2 h1,
.page-header-001 .color2 h2,
.page-header-001 .color2 h3,
.page-header-001 .color2 h4,
.page-header-001 .color2 p,
.page-header-001 .color2 blockquote,
.page-header-001 .color2 a,
.page-header-001 .color2.page-header h1,
.page-header-001 .color2.page-header p,
.page-header-001 .color2 h1 small,
.page-header-001 .color2 h2 small,
.page-header-001 .color2 h3 small,
.page-header-001 .color2 h4 small,
.page-header-001 .color2 h5 small,
.page-header-001 .color2 h6 small,
.page-header-001 .color2.h1 small,
.page-header-001 .color2.h2 small,
.page-header-001 .color2.h3 small,
.page-header-001 .color2.h4 small,
.page-header-001 .color2.h5 small,
.page-header-001 .color2.h6 small,
.page-header-001 .color2 h1 .small,
.page-header-001 .color2 h2 .small,
.page-header-001 .color2 h3 .small,
.page-header-001 .color2 h4 .small,
.page-header-001 .color2 h5 .small,
.page-header-001 .color2 h6 .small,
.page-header-001 .color2.h1 .small,
.page-header-001 .color2 .h2 .small,
.page-header-001 .color2 .h3 .small,
.page-header-001 .color2 .h4 .small,
.page-header-001 .color2 .h5 .small,
.page-header-001 .color2 .h6 .small,
.page-header-001 .color2 .boxIcon a h2,
.page-header-001 .color2 .boxIcon a p,
.page-header-001 .color2 .iconList li::before,
.page-header-001 .color2 .subTitle {
	color: #fff;
}

.page-header-001 .color2 a.btn:hover {
	color: #111;
	background: #fff;
	border-color: #fff;
}

.page-header-001 .color2 .btn.btn-inverse {
	margin-top: 70px;
	color: #111;
	background: #fff;
	border-color: #fff;
}

.page-header-001 .color2 .btn.btn-inverse:hover {
	color: #fff;
	background: #3c559c;
	border-color: #111;
}

.page-header-001 .color2 a.btn-border {
	color: #fff;
}

.page-header-001 .color2 .ctaBox {
	border-color: rgba(255, 255, 255, 0.5);
}

.page-header-001 .color2 h1:before,
.page-header-001 .color2 h1:after {
	color: #C2185B;
}

.page-header-001 .color2 .iconRounded {
	background-color: #FFF;
	color: #00BCD4;
}

@media(min-width:768px) {
	.page-header-001 h1 {
		font-size: 40px;
	}
	.page-header-001 h1.bigHeading,
	.page-header-001 .h1.bigHeading,
	.page-header-001 .page-header h1.bigHeading,
	.page-header-001 h2.bigHeading {
		font-size: 63px;
		line-height: 1.25;
	}
}

@media(min-width:992px) {
	.headerTransparent .page-header-001 .page-header.bigHeader .container {
		padding-top: 198px
	}
	.headerTransparent .page-header-001 .page-header.xbigHeader .container,
	.headerTransparent .page-header-001 .page-header.xbigHeader .container-fluid {
		padding-top: 248px
	}
}

@media(min-width:1200px) {
	.headerTransparent .page-header-001 .page-header.bigHeader .container {
		padding-top: 248px
	}
	.page-header-001 .page-header.xBigHeader .container {
		padding-top: 260px;
		padding-bottom: 260px;
	}
	.headerTransparent .page-header-001 .page-header.xBigHeader .container,
	.headerTransparent .page-header-001 .page-header.xBigHeader .container-fluid {
		padding-top: 348px
	}
	.page-header-001 .page-header.bigHeader .container {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

.nekoAnim-invisible {
	opacity: 0;
}

.nekoAnim-visible {
	opacity: 1;
}

.nekoAnim-animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* FADE */

.nekoAnim-fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nekoAnim-fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nekoAnim-fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.nekoAnim-fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.nekoAnim-fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nekoAnim-fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.nekoAnim-fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.nekoAnim-fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.nekoAnim-fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}


/* SLIDE */

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	100% {
		-o-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.nekoAnim-slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.nekoAnim-slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.nekoAnim-slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}


/* BOUNCE */

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	70% {
		-moz-transform: scale(.9);
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	70% {
		-o-transform: scale(.9);
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.nekoAnim-bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	80% {
		-moz-transform: translateY(10px);
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	80% {
		-o-transform: translateY(10px);
	}
	100% {
		-o-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.nekoAnim-bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	80% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	80% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.nekoAnim-bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	80% {
		-moz-transform: translateX(-10px);
	}
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	80% {
		-o-transform: translateX(-10px);
	}
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.nekoAnim-bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	80% {
		-moz-transform: translateX(10px);
	}
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	80% {
		-o-transform: translateX(10px);
	}
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.nekoAnim-bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.containerFullWidth-001 {
	/*font-family: "Lato",sans-serif;*/
	font-family: inherit;
	font-size: 16px;
	line-height: 1.875;
	padding-bottom: 80px;
}

.containerFullWidth-001 .containerFullWidth {
	overflow: hidden;
	width: 100%;
}

.containerFullWidth-001 a,
.containerFullWidth-001 a:focus {
	color: #00bcd4;
}

.containerFullWidth-001 a:link,
.containerFullWidth-001 a:visited {
	outline: medium none;
	text-decoration: none;
}

.containerFullWidth-001 .btn {
	padding: 11px 18px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	border-radius: 50px;
}

.containerFullWidth-001 .btn-lg {
	padding: 14px 22px;
	font-size: 18px;
	border-radius: 50px;
}

.containerFullWidth-001 .btn-sm {
	padding: 2px 10px;
	font-size: 13px;
	border-radius: 50px;
}

.containerFullWidth-001 .btn-xs {
	padding: 0 6px;
	font-size: 10px;
	border-radius: 50px;
}

.containerFullWidth-001 .btn-link {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.containerFullWidth-001 .btn-link:before {
	content: '→';
	margin-right: 5px;
}

.containerFullWidth-001 .btn i:before {
	text-align: left;
}

.containerFullWidth-001 .btn {
	background: #d8dcdf;
	color: #fff;
	border: 2px solid #d8dcdf;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
}

.containerFullWidth-001 .btn:hover,
.containerFullWidth-001 .btn:focus {
	background: #d8dcdf;
	color: #FFFFFF;
	border-color: #d8dcdf;
}

.containerFullWidth-001 .btn-border {
	background: none;
	border-color: #fff;
	color: #fff;
}

.containerFullWidth-001 .btn.btn-inverse {
	background: #fff;
	border-color: #fff;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
	color: #111;
}

.containerFullWidth-001 .btn.btn-inverse:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.containerFullWidth-001 .btn-primary {
	background: #00BCD4;
	border-color: #00BCD4;
	color: #FFFFFF!important;
}

.containerFullWidth-001 .btn-primary:hover {
	border-color: #111;
	background: #111;
	color: #FFFFFF!important;
}

.containerFullWidth-001 .btn-info {
	background: #49AFCD;
	color: #FFFFFF;
	border-color: #49AFCD;
}

.containerFullWidth-001 .btn-success {
	background: #5BB75B;
	border-color: #5BB75B;
	color: #FFFFFF;
}

.containerFullWidth-001 .btn-warning {
	background: #FAA732;
	color: #FFFFFF;
	border-color: #FAA732;
}

.containerFullWidth-001 .btn-danger {
	background: #DA4F49;
	color: #FFFFFF!important;
	border-color: #DA4F49;
}

.containerFullWidth-001 .btn-link,
.containerFullWidth-001 .btn-link:active,
.containerFullWidth-001 .btn-link[disabled],
.containerFullWidth-001 .btn-link:hover {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #00BCD4;
}

.containerFullWidth-001 .btnWrapper {
	border: 1px solid #ccc;
}

.containerFullWidth-001 .col-xs-1,
.containerFullWidth-001 .col-xs-2,
.containerFullWidth-001 .col-xs-3,
.containerFullWidth-001 .col-xs-4,
.containerFullWidth-001 .col-xs-5,
.containerFullWidth-001 .col-xs-6,
.containerFullWidth-001 .col-xs-7,
.containerFullWidth-001 .col-xs-8,
.containerFullWidth-001 .col-xs-9,
.containerFullWidth-001 .col-xs-10,
.containerFullWidth-001 .col-xs-11,
.containerFullWidth-001 .col-xs-12,
.containerFullWidth-001 .col-sm-1,
.containerFullWidth-001 .col-sm-2,
.containerFullWidth-001 .col-sm-3,
.containerFullWidth-001 .col-sm-4,
.containerFullWidth-001 .col-sm-5,
.containerFullWidth-001 .col-sm-6,
.containerFullWidth-001 .col-sm-7,
.containerFullWidth-001 .col-sm-8,
.containerFullWidth-001 .col-sm-9,
.containerFullWidth-001 .col-sm-10,
.containerFullWidth-001 .col-sm-11,
.containerFullWidth-001 .col-sm-12,
.containerFullWidth-001 .col-md-1,
.containerFullWidth-001 .col-md-2,
.containerFullWidth-001 .col-md-3,
.containerFullWidth-001 .col-md-4,
.containerFullWidth-001 .col-md-5,
.containerFullWidth-001 .col-md-6,
.containerFullWidth-001 .col-md-7,
.containerFullWidth-001 .col-md-8,
.containerFullWidth-001 .col-md-9,
.containerFullWidth-001 .col-md-10,
.containerFullWidth-001 .col-md-11,
.containerFullWidth-001 .col-md-12,
.containerFullWidth-001 .col-lg-1,
.containerFullWidth-001 .col-lg-2,
.containerFullWidth-001 .col-lg-3,
.containerFullWidth-001 .col-lg-4,
.containerFullWidth-001 .col-lg-5,
.containerFullWidth-001 .col-lg-6,
.containerFullWidth-001 .col-lg-7,
.containerFullWidth-001 .col-lg-8,
.containerFullWidth-001 .col-lg-9,
.containerFullWidth-001 .col-lg-10,
.containerFullWidth-001 .col-lg-11,
.containerFullWidth-001 .col-lg-12 {
	margin-bottom: 0;
}

.containerFullWidth-001 .containerFullWidth .row {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.containerFullWidth-001 .containerFullWidth .imageBackground {
	background-size: 100%;
	margin-bottom: 0;
	min-height: 400px;
	overflow: hidden;
}

.containerFullWidth-001 .image-4 {
	background-image: url("/app/pages/static/img/containerFullWidth-001/parallax-4.jpg");
	background-size: cover;
}

.containerFullWidth-001 .noMarginBottom {
	margin-bottom: 0 !important;
}

.containerFullWidth-001 article {
	display: block;
}

.containerFullWidth-001 .boxFeatured {
	text-align: center;
}

.containerFullWidth-001 .mb30 {
	margin-bottom: 3em;
}

.containerFullWidth-001 .p60 {
	padding: 3em;
	background-color: #fff;
	/* background-image: linear-gradient(45deg, rgba(0,0,0, .15), rgba(255,255,255, .15), rgba(0,0,0, .15)); */
}

.containerFullWidth-001 h1,
.containerFullWidth-001 h2,
.containerFullWidth-001 h3,
.containerFullWidth-001 h4,
.containerFullWidth-001 h5,
.containerFullWidth-001 h6,
.containerFullWidth-001 legend {
	line-height: 1.25em;
	margin: 0 0 0.75em;
}

.containerFullWidth-001 h2 {
	display: block;
	font-size: 24px;
	margin-bottom: 0.625em;
	overflow: hidden;
	position: relative;
}

.containerFullWidth-001 h2 i {
	color: #999;
}

.containerFullWidth-001 h1,
.containerFullWidth-001 h2,
.containerFullWidth-001 h3,
.containerFullWidth-001 h4,
.containerFullWidth-001 h5,
.containerFullWidth-001 h6 {
	color: #333;
}

.containerFullWidth-001 .boxFeatured h2 {
	line-height: 40px;
}

.containerFullWidth-001 .iconRounded {
	border-radius: 50%;
	display: block;
	font-size: 18px;
	height: 40px;
	text-align: center;
	width: 40px;
}

.containerFullWidth-001 .boxFeatured i {
	line-height: 40px;
	margin: auto;
	margin-bottom: 1em;
}

.containerFullWidth-001 [class^="icon-"]::before,
.containerFullWidth-001 [class*=" icon-"]::before {
	display: inline-block;
	font-family: "custom-icons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}

.containerFullWidth-001 .icon-heart::before {
	content: "";
}

.containerFullWidth-001 .boxFeatured i::before {}

.containerFullWidth-001 .iconRounded[class^="icon-"]::before,
.containerFullWidth-001 .iconRounded[class*=" icon-"]::before {
	line-height: 40px;
	margin: auto 0 auto auto;
	text-align: center;
}

.containerFullWidth-001 p,
ul {
	margin-bottom: 0.937em;
	margin-top: 0;
}

.containerFullWidth-001 .image-10 {
	/* background-image: url("/app/pages/static/img/containerFullWidth-001/parallax-10.jpg"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.containerFullWidth-001 .containerFullWidth .imageBackground.imageFullWidthRight {
	left: auto;
	right: 0;
}

.containerFullWidth-001 .color3,
.containerFullWidth-001 .slice.color3,
.containerFullWidth-001 .bulle.color3,
.containerFullWidth-001 .ctaBox.color3 {
	background-color: #03445f;
	color: #fff;
}

.containerFullWidth-001 .color3 .boxFeatured a {
	color: #777;
}

.containerFullWidth-001 .color3 .boxFeatured a:hover {
	color: #fff;
}

.containerFullWidth-001 .boxFeatured a:not(.btn-link) {
	color: #777;
}

.containerFullWidth-001 .boxFeatured a:hover {
	text-decoration: none;
}

.containerFullWidth-001 .color3 h1,
.containerFullWidth-001 .color3 h2,
.containerFullWidth-001 .color3 h3,
.containerFullWidth-001 .color3 h4,
.containerFullWidth-001 .color3 p,
.containerFullWidth-001 .color3 blockquote,
.containerFullWidth-001 .color3 a,
.containerFullWidth-001 .color3.page-header h1,
.containerFullWidth-001 .color3.page-header p,
.containerFullWidth-001 .color3 .subTitle {
	color: #fff;
}

.containerFullWidth-001 .color3 .iconRounded {
	background-color: #fff;
	border-color: #fff;
	color: #111;
}

@media (min-width: 768px) {
	.containerFullWidth-001 .boxFeatured:not(.centerBox) i {
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.containerFullWidth-001 .boxFeatured:not(.centerBox) {
		text-align: left;
	}
	.containerFullWidth-001 .p60 {
		padding: 6em;
	}
}

@media (min-width: 992px) {
	.containerFullWidth-001 .containerFullWidth .imageBackground {
		position: absolute;
		height: 100%;
	}
	.containerFullWidth-001 .containerFullWidth .imageBackground.imageFullWidthRight {
		left: auto;
		right: 0;
	}
}

@media(max-width:767px) {
	.containerFullWidth-001 .btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media (max-width: 768px) {}

.SectionFullWidth-001 {
	/*font-family: "Lato",sans-serif;*/
	font-family: inherit;
	font-size: 16px;
	line-height: 1.875;
}

.SectionFullWidth-001 .containerFullWidth {
	overflow: hidden;
	width: 100%;
}

.SectionFullWidth-001 a,
.SectionFullWidth-001 a:focus {
	color: #00bcd4;
}

.SectionFullWidth-001 a:link,
.SectionFullWidth-001 a:visited {
	outline: medium none;
	text-decoration: none;
}

.SectionFullWidth-001 .btn {
	padding: 11px 18px;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	border-radius: 50px;
}

.SectionFullWidth-001 .btn-lg {
	padding: 14px 22px;
	font-size: 18px;
	border-radius: 50px;
}

.SectionFullWidth-001 .btn-sm {
	padding: 2px 10px;
	font-size: 13px;
	border-radius: 50px;
}

.SectionFullWidth-001 .btn-xs {
	padding: 0 6px;
	font-size: 10px;
	border-radius: 50px;
}

.SectionFullWidth-001 .btn-link {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.SectionFullWidth-001 .btn-link:before {
	content: '→';
	margin-right: 5px;
}

.SectionFullWidth-001 .btn i:before {
	text-align: left;
}

.SectionFullWidth-001 .btn {
	background: #111;
	color: #fff;
	border: 2px solid #111;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
}

.SectionFullWidth-001 .btn:hover,
.SectionFullWidth-001 .btn:focus {
	background: #00BCD4;
	color: #FFFFFF;
	border-color: #00BCD4;
}

.SectionFullWidth-001 .btn-border {
	background: none;
	border-color: #fff;
	color: #fff;
}

.SectionFullWidth-001 .btn.btn-inverse {
	background: #fff;
	border-color: #fff;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.25);
	color: #111;
}

.SectionFullWidth-001 .btn.btn-inverse:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.SectionFullWidth-001 .btn-primary {
	background: #00BCD4;
	border-color: #00BCD4;
	color: #FFFFFF!important;
}

.SectionFullWidth-001 .btn-primary:hover {
	border-color: #111;
	background: #111;
	color: #FFFFFF!important;
}

.SectionFullWidth-001 .btn-info {
	background: #49AFCD;
	color: #FFFFFF;
	border-color: #49AFCD;
}

.SectionFullWidth-001 .btn-success {
	background: #5BB75B;
	border-color: #5BB75B;
	color: #FFFFFF;
}

.SectionFullWidth-001 .btn-warning {
	background: #FAA732;
	color: #FFFFFF;
	border-color: #FAA732;
}

.SectionFullWidth-001 .btn-danger {
	background: #DA4F49;
	color: #FFFFFF!important;
	border-color: #DA4F49;
}

.SectionFullWidth-001 .btn-link,
.SectionFullWidth-001 .btn-link:active,
.SectionFullWidth-001 .btn-link[disabled],
.SectionFullWidth-001 .btn-link:hover {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #00BCD4;
}

.SectionFullWidth-001 .btnWrapper {
	border: 1px solid #ccc;
}

.SectionFullWidth-001 .col-xs-1,
.SectionFullWidth-001 .col-xs-2,
.SectionFullWidth-001 .col-xs-3,
.SectionFullWidth-001 .col-xs-4,
.SectionFullWidth-001 .col-xs-5,
.SectionFullWidth-001 .col-xs-6,
.SectionFullWidth-001 .col-xs-7,
.SectionFullWidth-001 .col-xs-8,
.SectionFullWidth-001 .col-xs-9,
.SectionFullWidth-001 .col-xs-10,
.SectionFullWidth-001 .col-xs-11,
.SectionFullWidth-001 .col-xs-12,
.SectionFullWidth-001 .col-sm-1,
.SectionFullWidth-001 .col-sm-2,
.SectionFullWidth-001 .col-sm-3,
.SectionFullWidth-001 .col-sm-4,
.SectionFullWidth-001 .col-sm-5,
.SectionFullWidth-001 .col-sm-6,
.SectionFullWidth-001 .col-sm-7,
.SectionFullWidth-001 .col-sm-8,
.SectionFullWidth-001 .col-sm-9,
.SectionFullWidth-001 .col-sm-10,
.SectionFullWidth-001 .col-sm-11,
.SectionFullWidth-001 .col-sm-12,
.SectionFullWidth-001 .col-md-1,
.SectionFullWidth-001 .col-md-2,
.SectionFullWidth-001 .col-md-3,
.SectionFullWidth-001 .col-md-4,
.SectionFullWidth-001 .col-md-5,
.SectionFullWidth-001 .col-md-6,
.SectionFullWidth-001 .col-md-7,
.SectionFullWidth-001 .col-md-8,
.SectionFullWidth-001 .col-md-9,
.SectionFullWidth-001 .col-md-10,
.SectionFullWidth-001 .col-md-11,
.SectionFullWidth-001 .col-md-12,
.SectionFullWidth-001 .col-lg-1,
.SectionFullWidth-001 .col-lg-2,
.SectionFullWidth-001 .col-lg-3,
.SectionFullWidth-001 .col-lg-4,
.SectionFullWidth-001 .col-lg-5,
.SectionFullWidth-001 .col-lg-6,
.SectionFullWidth-001 .col-lg-7,
.SectionFullWidth-001 .col-lg-8,
.SectionFullWidth-001 .col-lg-9,
.SectionFullWidth-001 .col-lg-10,
.SectionFullWidth-001 .col-lg-11,
.SectionFullWidth-001 .col-lg-12 {
	margin-bottom: 0;
}

.SectionFullWidth-001 .sectionFullWidth .row {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.SectionFullWidth-001 .sectionFullWidth .imageBackground {
	background-size: cover;
	margin-bottom: 0;
	min-height: 400px;
	overflow: hidden;
}

.SectionFullWidth-001 .image-4 {
	background-image: url("/app/pages/static/img/SectionFullWidth-001/parallax-4.jpg");
	background-size: cover;
}

.SectionFullWidth-001 .noMarginBottom {
	margin-bottom: 0 !important;
	padding-top: 90px;
}

.SectionFullWidth-001 article {
	display: block;
}

.SectionFullWidth-001 .boxFeatured {
	text-align: center;
}

.SectionFullWidth-001 .mb30 {
	margin-bottom: 3em;
}

.SectionFullWidth-001 .p60 {
	padding: 3em;
}

.SectionFullWidth-001 h1,
.SectionFullWidth-001 h2,
.SectionFullWidth-001 h3,
.SectionFullWidth-001 h4,
.SectionFullWidth-001 h5,
.SectionFullWidth-001 h6,
.SectionFullWidth-001 legend {
	line-height: 1.25em;
	margin: 0 0 0.75em;
}

.SectionFullWidth-001 h2 {
	display: block;
	font-size: 24px;
	margin-bottom: 0.625em;
	overflow: hidden;
	position: relative;
}

.SectionFullWidth-001 h2 i {
	color: #000;
	font-size: 17px;
	background-color: #fff;
	border-radius: 50px;
	border: 6px solid #fff;
}

.SectionFullWidth-001 h1,
.SectionFullWidth-001 h2,
.SectionFullWidth-001 h3,
.SectionFullWidth-001 h4,
.SectionFullWidth-001 h5,
.SectionFullWidth-001 h6 {
	color: #333;
}

.SectionFullWidth-001 .boxFeatured h2 {
	position: relative;
	padding-left: 0;
	line-height: 40px;
}

.SectionFullWidth-001 .iconRounded {
	border-radius: 50%;
	display: block;
	font-size: 18px;
	height: 40px;
	text-align: center;
	width: 40px;
}


/* .SectionFullWidth-001 .boxFeatured i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    margin: auto;
    margin-bottom: 1em;
} */

.SectionFullWidth-001 [class^="icon-"]::before,
.SectionFullWidth-001 [class*=" icon-"]::before {
	display: inline-block;
	font-family: "custom-icons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}

.SectionFullWidth-001 .icon-heart::before {
	content: "";
}

.SectionFullWidth-001 .boxFeatured i::before {}

.SectionFullWidth-001 .iconRounded[class^="icon-"]::before,
.SectionFullWidth-001 .iconRounded[class*=" icon-"]::before {
	line-height: 40px;
	margin: auto 0 auto auto;
	text-align: center;
}

.SectionFullWidth-001 p,
ul {
	margin-bottom: 0.937em;
	margin-top: 0;
}

.SectionFullWidth-001 .image-10 {
	background-image: url("../img/SectionFullWidth-001/parallax-10.jpg");
	background-size: cover;
}

.SectionFullWidth-001 .sectionFullWidth .imageBackground.imageFullWidthRight {
	left: auto;
	right: 0;
}

.SectionFullWidth-001 .color3,
.SectionFullWidth-001 .slice.color3,
.SectionFullWidth-001 .bulle.color3,
.SectionFullWidth-001 .ctaBox.color3 {
	background-color: #000;
	color: #f7f7f7;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15), rgba(0, 0, 0, .15));
}

.SectionFullWidth-001 .color3 .boxFeatured a {
	color: #777;
}

.SectionFullWidth-001 .color3 .boxFeatured a:hover {
	color: #fff;
}

.SectionFullWidth-001 .boxFeatured a:not(.btn-link) {
	color: #777;
}

.SectionFullWidth-001 .boxFeatured a:hover {
	text-decoration: none;
}

.SectionFullWidth-001 .color3 h1,
.SectionFullWidth-001 .color3 h2,
.SectionFullWidth-001 .color3 h3,
.SectionFullWidth-001 .color3 h4,
.SectionFullWidth-001 .color3 p,
.SectionFullWidth-001 .color3 blockquote,
.SectionFullWidth-001 .color3 a,
.SectionFullWidth-001 .color3.page-header h1,
.SectionFullWidth-001 .color3.page-header p,
.SectionFullWidth-001 .color3 .subTitle {
	color: #fff;
}

.SectionFullWidth-001 .color3 h1,
.SectionFullWidth-001 .color3 h2,
.SectionFullWidth-001 .color3 h3,
.SectionFullWidth-001 .color3 h4 {
	font-weight: 700;
}

.SectionFullWidth-001 .color3 .iconRounded {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.SectionFullWidth-001 .color3 h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
}

.SectionFullWidth-001 .color3 p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

@media (min-width: 992px) {
	.SectionFullWidth-001 .sectionFullWidth .imageBackground {
		position: absolute;
		height: 100%;
		left: -300px;
		width: 100%;
	}
	.SectionFullWidth-001 .sectionFullWidth .imageBackground .imageFullWidthRight {
		left: auto;
		right: 0;
	}
}

@media (min-width: 768px) {
	.SectionFullWidth-001 .boxFeatured:not(.centerBox) i {
		margin-right: 5px;
		margin-bottom: 0;
	}
	.SectionFullWidth-001 .boxFeatured:not(.centerBox) {
		text-align: left;
	}
}

@media(max-width:767px) {
	.SectionFullWidth-001 .btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
	.SectionFullWidth-001 .sectionFullWidth .imageBackground {
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.SectionFullWidth-001 .noMarginBottom {
		padding-top: 40px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 320px) {
	.SectionFullWidth-001 .p30 {
		padding: 30px;
	}
	.SectionFullWidth-001 .boxFeatured:not(.centerBox) i {
		margin-right: 5px;
		border: 3px solid #fff;
	}
	.SectionFullWidth-001 .sectionFullWidth .imageBackground {
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.parallaxSection-001 {
	font-family: inherit;
}

.parallaxSection-001 .image-1 {
	/* background-image: linear-gradient(0deg, rgba(0,0,0, .15), rgba(255,255,255, .15), rgba(0,0,0, .15)), url('/app/pages/static/img/parallaxSection-001/parallax-1.jpg');
    background-size: cover; */
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), #293754, rgba(0, 0, 0, .0001)), url('/app/pages/static/img/parallaxSection-001/parallax-1.jpg');
	background-size: cover;
}

.parallaxSection-001 .maskParent {
	position: relative;
	height: 100%;
	width: 100%;
}

/*// .parallaxSection-001 .gradient, .parallaxSection-001 .bgMask.gradient {
//     background: linear-gradient(150deg, #00BCD4 0%, #00BCD4 100%);
//     background: #00BCD4;
//     background: -moz-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
//     background: -webkit-gradient(left bottom, right top, color-stop(0%, #03445F), color-stop(100%, #03445F));
//     background: -webkit-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
//     background: -o-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
//     background: -ms-linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
//     background: linear-gradient(45deg, #00BCD4 0%, #03445F 100%);
// }
// .parallaxSection-001 .bgMask.opacity-9 {
//     opacity:.9;
// }*/
.parallaxSection-001 .bgMask {
	opacity: 0;
}

.parallaxSection-001 .bgMask {
	width: 100%;
	height: 100.1%;
	overflow: hidden;
	position: absolute;
	opacity: 0.5;
}

.parallaxSection-001 .paralaxText {
	padding-top: 66px;
	padding-bottom: 66px;
	text-align: center;
	position: relative;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.parallaxSection-001 .nekoAnim-fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.parallaxSection-001 .nekoAnim-animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.parallaxSection-001 .animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.parallaxSection-001 .nekoAnim-visible {
	opacity: 1;
}

.parallaxSection-001 .nekoAnim-invisible {
	opacity: 0;
}

.parallaxSection-001 .paralaxText h2 {
	color: #fff;
}

.parallaxSection-001 .paralaxText h2 {
	line-height: 1.5em;
	display: inline-block;
	padding: 33px;
	margin-bottom: 0;
	font-size: 44px;
	font-weight: 700;
}

.parallaxSection-001 h1,
.parallaxSection-001 h2,
.parallaxSection-001 h3,
.parallaxSection-001 h4,
.parallaxSection-001 h5,
.parallaxSection-001 h6 {
	color: #333;
}

.parallaxSection-001 h2 {
	font-size: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.625em;
}

.parallaxSection-001 h1,
.parallaxSection-001 h2,
.parallaxSection-001 h3,
.parallaxSection-001 h4,
.parallaxSection-001 h5,
.parallaxSection-001 h6,
.parallaxSection-001 legend {
	line-height: 1.25em;
	margin: 0 0 0.75em 0;
}

@media(min-width:1200px) {
	.parallaxSection-001 .parallaxSection {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}

@media(max-width:768px) {
	.parallaxSection-001 .paralaxText h2 {
		font-size: 20px;
	}
}

.footerWrapper-001 a,
.footerWrapper-001 a:focus {
	color: #000;
}

.footerWrapper-001 a:hover,
.footerWrapper-001 .scrollspyNav .active a {
	color: #000;
}

.footerWrapper-001 h3,
.footerWrapper-001 legend {
	font-size: 20px;
}

.footerWrapper-001 h1,
.footerWrapper-001 h2,
.footerWrapper-001 h3,
.footerWrapper-001 h4,
.footerWrapper-001 h5,
.footerWrapper-001 h6,
.footerWrapper-001 legend {
	line-height: 1.25em;
	margin: 0 0 0.75em 0;
	color: #000;
}

.footerWrapper-001 .glyphicon {
	color: #6c7a89;
}

.footerWrapper-001 {
	color: #4b4949;
}

.footerWrapper-001 i {
	font-size: 15px;
	color: #6c7a89;
}


/* FOOTER ================================================== */

blockquote footer {
	padding: 0;
	font-size: 16px;
}

.footerWrapper-001 footer {
	font-size: 16px;
	line-height: 1.875;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.footerWrapper-001 footer {
	color: #4b4949;
	/* border-top:1px solid #111; */
}

.footerWrapper-001 footer h1,
.footerWrapper-001 footer h2,
.footerWrapper-001 footer h4 {
	color: #fff;
}

.footerWrapper-001 footer h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.footerWrapper-001 #footerRights {
	background-color: #7c929e;
	color: #fff;
}

.footerWrapper-001 #footerRights a {
	color: #fff;
}


/* END FOOTER ================================================== */


/* FOOTER ================================================== */

.footerWrapper-001 footer {
	padding: 44px 0 0 0;
	/* background-image: linear-gradient(0deg, rgba(0,0,0, .15), rgba(255,255,255, .15), rgba(0,0,0, .15)); */
	background-color: #263238;
	color: #fff;
}

.footerWrapper-001 #footerLogo {
	margin-bottom: 25px;
	width: 119px;
	height: 40px;
}

.footerWrapper-001 #footerRights {
	padding: 15px 0;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
}

.footerWrapper-001 #footerRights img {
	vertical-align: middle;
	margin-top: -2px;
}

.footerWrapper-001 .footerWidget {
	margin-bottom: 22px
}

.footerWrapper-001 .footerWidget a:hover {
	text-decoration: none;
}

.footerWrapper-001 footer h1.phone {
	font-size: 30px;
}


/* footer 1 */

.footerWrapper-001 .worksList li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.footerWrapper-001 .worksList li a img {
	border-radius: 10px;
}


/* footer 4 */

.footerWrapper-001 .footer4 #footerRights {
	text-align: left;
	background: #333;
}

.footerWrapper-001 .bigTitle.bigTitleFooter {
	font-size: 2em;
	margin-bottom: 0;
}

@media(min-width:992px) {
	/* footer 5 */
	.footerWrapper-001 .footer5 #footerRights p {
		float: left;
	}
	.footerWrapper-001 .footer5 #footerRights .socialNetwork {
		float: right;
	}
}

.footerWrapper-001 .tips {
	display: inline-block;
}

.footerWrapper-001 .navbar-brand {
	float: none;
	padding: 0 0 15px 0;
}

.footerWrapper-001 .footerWidget address {
	color: #b2aeae;
}

.footerWrapper-001 .footerWidget address i {
	color: #b2aeae;
	margin-right: 5px;
}

.footerWrapper-001 .footerWidget address a {
	color: #fff;
}

.footerWrapper-001 ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	color: #fff;
}

.social li {
	display: inline-block;
	list-style: none;
}

.footerWrapper-001 ul li {
	margin-right: 10px;
}

.social li a i {}


/* END FOOTER ================================================== */


/*** Scroll up Button ***/

#nekoToTop {
	color: #00BCD4;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#nekoToTop:hover {
	color: #fff;
	background: #00BCD4;
}


/*** Scroll up Button ***/

#nekoToTop {
	position: fixed;
	bottom: 0;
	right: 20px;
	padding: 5px;
	display: none;
	border-radius: 4px 4px 0 0;
	width: 50px;
	text-align: center;
	z-index: 100;
	font-size: 16px;
	line-height: 1.875;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


/*** icons ***/

.footerWrapper-001 .iconRounded {
	color: #fff;
	border: 1px solid #00BCD4;
	background-color: #00BCD4;
}

.footerWrapper-001 .iconRounded:hover,
.footerWrapper-001 .color1 .iconRounded:hover,
.footerWrapper-001 .boxIcon a:hover i.iconRounded {
	background-color: #eee;
	border-color: #eee;
	color: #00BCD4;
	border-style: solid;
}


/*** icons ***/

.footerWrapper-001 .iconRounded {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.footerWrapper-001 [class^="icon-"].iconRounded:before,
.footerWrapper-001 [class*=" icon-"].iconRounded:before {
	margin: auto;
	text-align: center;
	line-height: 40px;
	margin-right: 0;
}

.footerWrapper-001 .iconBig {
	font-size: 40px;
}

.footerWrapper-001 .iconBig.iconRounded {
	width: 100px;
	height: 100px;
	line-height: 80px;
	font-size: 32px;
}

.footerWrapper-001 .iconBig.iconRounded:before {
	line-height: 80px;
}

.footerWrapper-001 .iconMedium {
	font-size: 36px;
}

.footerWrapper-001 .iconMedium.iconRounded {
	width: 72px;
	height: 72px;
	font-size: 22px;
}

.footerWrapper-001 .iconMedium.iconRounded:before {
	line-height: 72px;
}

.footerWrapper-001 .iconSmall:before {
	font-size: 10px;
}

.footerWrapper-001 .iconSmall.iconRounded {
	width: 26px;
	height: 26px;
	line-height: 16px;
}

.footerWrapper-001 .iconSmall.iconRounded:before {
	line-height: 26px;
}


/*** social icons ***/

.footerWrapper-001 ul.socialNetwork {
	padding: 0;
	display: block;
}

.footerWrapper-001 ul.socialNetwork li {
	display: inline-block;
	list-style-type: none;
}

.footerWrapper-001 address {
	line-height: 1.875;
}

.content-001 .pb30 {
	padding-bottom: 3em;
}

.content-001 .mt30 {
	margin-top: 3em;
}

@media (min-width: 768px) {
	.content-001 .pb30 {
		padding-bottom: 3em;
	}
}

@media (min-width: 768px) {
	.content-001 .mt30 {
		margin-top: 160px;
	}
}

.content-001 .col-xs-1,
.content-001 .col-xs-2,
.content-001 .col-xs-3,
.content-001 .col-xs-4,
.content-001 .col-xs-5,
.content-001 .col-xs-6,
.content-001 .col-xs-7,
.content-001 .col-xs-8,
.content-001 .col-xs-9,
.content-001 .col-xs-10,
.content-001 .col-xs-11,
.content-001 .col-xs-12,
.content-001 .col-sm-1,
.content-001 .col-sm-2,
.content-001 .col-sm-3,
.content-001 .col-sm-4,
.content-001 .col-sm-5,
.content-001 .col-sm-6,
.content-001 .col-sm-7,
.content-001 .col-sm-8,
.content-001 .col-sm-9,
.content-001 .col-sm-10,
.content-001 .col-sm-11,
.content-001 .col-sm-12,
.content-001 .col-md-1,
.content-001 .col-md-2,
.content-001 .col-md-3,
.content-001 .col-md-4,
.content-001 .col-md-5,
.content-001 .col-md-6,
.content-001 .col-md-7,
.content-001 .col-md-8,
.content-001 .col-md-9,
.content-001 .col-md-10,
.content-001 .col-md-11,
.content-001 .col-md-12,
.content-001 .col-lg-1,
.content-001 .col-lg-2,
.content-001 .col-lg-3,
.content-001 .col-lg-4,
.content-001 .col-lg-5,
.content-001 .col-lg-6,
.content-001 .col-lg-7,
.content-001 .col-lg-8,
.content-001 .col-lg-9,
.content-001 .col-lg-10,
.content-001 .col-lg-11,
.content-001 .col-lg-12 {
	margin-bottom: 0;
}

.content-001 main {
	color: #141414;
	background: #fff;
}

.content-001 {
	color: #000;
	padding-top: 110px;
	padding-bottom: 60px;
}

.content-001 p,
.content-001 ul {
	margin-top: 0;
	margin-bottom: 0.937em;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.content-001 .mt40 {
	margin-top: 40px;
}

.content-001 ul {
	padding-left: 10px;
	list-style: none;
}

.content-001 ul li i {
	margin-right: 5px;
}

.content-001 ul.columns {
	columns: 3;
	-moz-columns: 3;
	-webkit-columns: 3;
}

.content-001 h6 {
	font-weight: 400;
}

.content-001 h6 span {
	color: #6bb9f0;
}

.content-001 span .nt {
	color: #2f6f9f;
}


/*.content-001 ul li {
    position: relative;
    padding-left: 30px;
    line-height: 2.5;
    list-style: none;
}*/


/*.content-001 ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #6bb9f0;
}*/

.content-001 .highlight {
	margin-bottom: 44px;
}

.content-001 h1,
.content-001 h2,
.content-001 h3,
.content-001 h4,
.content-001 h5,
.content-001 h6 {
	color: #333;
	font-weight: 700;
}

.content-001 h1,
.content-001 h2,
.content-001 h3,
.content-001 h4,
.content-001 h5,
.content-001 h6,
.content-001 legend {
	line-height: 1.25em;
	margin: 0 0 0.75em 0;
}

.content-001 h1,
.content-001 .h1,
.content-001 h2.bigHeading {
	font-size: 36px;
	margin-bottom: 30px;
	color: #000;
}

@media (min-width: 768px) {
	.content-001 h1 {
		font-size: 36px;
	}
}

.content-001 h2 {
	font-size: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.625em;
}

.content-001 h3,
.content-001 legend {
	font-size: 20px;
}

.content-001 h4 {
	font-size: 16px;
	margin-bottom: 1em;
}

.content-001 h5 {
	font-size: 14px;
}

.content-001 h6 {
	font-size: 14px;
}

.content-001 .highlight {
	margin-bottom: 44px;
}

.content-001 pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.content-001 pre code {
	white-space: pre-line;
}

.content-001 .nt {
	color: #2f6f9f;
}

.content-001 a,
.content-001 a:focus {
	color: #00BCD4;
}

.content-001 a:link,
.content-001 a:visited {
	text-decoration: none;
	outline: none;
}

.content-001 strong {
	font-weight: 400;
}

.content-001 address {
	line-height: 1.875;
}

.content-001 blockquote {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 0;
	border: none;
	text-align: left;
	font-weight: 300;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.content-001 blockquote::before {
	content: "“";
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 80px;
	vertical-align: bottom;
	opacity: 0.5;
	line-height: 10px;
	display: inline-block;
	margin-right: 5px;
}

.content-001 blockquote.pull-right {
	border: none;
}

.content-001 footer {
	padding: 44px 0 0 0;
}

.content-001 footer {
	color: #777;
	background: #111;
	border-top: 1px solid #111;
}

.content-001 blockquote footer {
	background-color: transparent;
	border: none;
}

.content-001 blockquote footer {
	padding: 0;
	font-size: 16px;
}

.content-001 table {
	border: 1px solid #7c929e;
	font-size: 14px;
}

.content-001 table .title {
	text-align: center;
	color: #fff;
	background-color: #b6c3ca;
}

.content-001 table td {
	border: 1px solid #7c929e;
	padding: 10px;
}

.content-002 .page img,
.content-003 .page img,
.content-004 .page img,
.content-006 .page img,
.content-008 .page img,
.content-010 .page img,
.content-011 .page img,
.content-012 .page img {
	max-width: 100%;
	height: auto !important;
}

.content-001 .img__right {
	float: right;
	width: 30%;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.content-001 .img__right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

.contacts-002 {
	color: #727272;
	font-size: 14px;
	line-height: 24px;
}

.contacts-002 #main {
	background-color: #fff;
	padding: 0 0 60px;
}

.contacts-002 label span {
	color: #de4942;
}

.contacts-002 fieldset {
	padding: 0;
	border: none;
}

.contacts-002 h1,
.contacts-002 h2,
.contacts-002 h3 {
	margin: 0 0 25px;
}

.contacts-002 h1,
.contacts-002 h2,
.contacts-002 h3,
.contacts-002 h4,
.contacts-002 h5,
.contacts-002 h6 {
	color: #333;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
	font-weight: 700;
}

.contacts-002 p {
	color: #000;
}

.contacts-002 h2.title {
	font-size: 26px;
	line-height: 40px;
	margin: 20px 0;
}

.contacts-002 .login-page,
.contacts-002 .register-page {
	background: #FAFAFA;
	border: 1px solid #DDD;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fafafa));
	background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
	background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
	background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
	background: -o-linear-gradient(top, #f8f8f8, #fafafa);
}

.contacts-002 ul,
.contacts-002 li,
.contacts-002 ol {
	line-height: 24px;
	margin: 0;
}

.contacts-002 .main-content,
.contacts-002 .content {
	margin-top: 89px;
	padding: 60px 0 0;
}

.contacts-002 h3 {
	font-size: 22px;
	position: relative;
}

.contacts-002 .content h3 {
	color: #666;
}

.contacts-002 h3.title {
	overflow: hidden;
	line-height: 28px;
}

.contacts-002 h3.title:after {
	background: url("/app/pages/static/img/contacts-002/bg_off.png") repeat;
	content: "";
	width: 3px;
	height: 3px;
	margin-left: 10px;
	position: absolute;
	top: 12px;
	width: 99%;
}

.contacts-002 .main-content p,
.contacts-002 .content p {
	text-align: left;
}

.contacts-002 .divider {
	margin: 60px 0;
}

.contacts-002 .reply label {
	margin: 0 0 4px;
}

.contacts-002 .reply label span {
	color: #e24747;
}

.contacts-002 input.form-control,
.contacts-002 textarea.form-control {
	border: solid 1px #CCC;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)) !important;
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
}

.contacts-002 .reply input {
	margin: 0 0 20px;
}

.contacts-002 .reply textarea {
	min-width: 97.5%;
	min-height: 180px;
	-webkit-resize: vertical;
	-moz-resize: vertical;
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
	margin: 0 0 18px;
}

.contacts-002 .btn-color,
.contacts-002 .subscribe-btn {
	background: -webkit-linear-gradient(#263970, #000);
	background: -moz-linear-gradient(#263970, #000);
	background: -o-linear-gradient(#263970, #000);
	background: -ms-linear-gradient(#263970, #000);
	background: linear-gradient(#263970, #000);
	border: 1px solid #2f7295;
	-webkit-box-shadow: inset 0 1px 1px 0 #263970, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px 0 #263970, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.contacts-002 .bottom-pad {
	margin-bottom: 60px;
}

.contacts-002 .btn-normal {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 30px;
	background: ##000;
	color: #fff;
	stroke: 1px #263970;
	font-weight: 700;
}

.contacts-002 .btn-color {
	color: #fff !important;
	text-shadow: 0 1px #555 !important;
}

.contacts-002 .btn-color,
.contacts-002 .btn-grey {
	-webkit-transition: all .5s ease-in-out !important;
	-moz-transition: all .5s ease-in-out !important;
	-o-transition: all .5s ease-in-out !important;
	-ms-transition: all .5s ease-in-out !important;
	transition: all .5s ease-in-out !important;
}

.contacts-002 .btn-special,
.contacts-002 .btn-normal,
.contacts-002 .btn-small,
.contacts-002 .btn-large,
.contacts-002 .comment-des,
.contacts-002 .steps .popup,
.contacts-002 .testimonial p,
.contacts-002 .contact-box {
	border-radius: 3px;
}

.contacts-002 input,
.contacts-002 button,
.contacts-002 select,
.contacts-002 textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.contacts-002 .sidebar .widget,
.contacts-002 .widget {
	margin-bottom: 55px;
}

.contacts-002 .widget ul {
	list-style: none;
	padding: 0;
}

.contacts-002 .contact-us {
	margin: 15px 0 0;
	background: url("/app/pages/static/img/contacts-002/contact-map.png") no-repeat center bottom;
	width: 355px;
	height: 95px
}

.contacts-002 .contact-us li i {
	color: #6bb9f0;
	float: left;
	margin: 4px 0 0;
	font-size: 15px;
}

.contacts-002 strong,
.contacts-002 .author-content .data a {
	font-weight: 600;
}

.contacts-002 .contact-us p {
	line-height: 24px;
	margin-left: 20px;
	margin-top: -2px;
}

.contacts-002 .contact-us li p strong {
	color: #727272;
	float: left;
	font-weight: 600;
	margin: 0 5px 5px 0;
}

.contacts-002 .main-content p,
.contacts-002 .content p {
	text-align: left;
	color: #727272;
}

.contacts-002 a,
.contacts-002 .post-item h4 a:hover,
.contacts-002 .cn-wrapper li a:hover,
.contacts-002 .cn-wrapper li a.active,
.contacts-002 .color {
	color: #000;
}

.contacts-002 .business-hour i {
	margin-right: 5px;
	color: #6bb9f0;
}

.contacts-002 .member-social.dark a {
	background: #9e9e9e;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.contacts-002 .member-social a {
	width: 36px;
	float: left;
	text-align: center;
	margin: 0 6px 6px 0;
	padding: 7px 0 6px;
	border-radius: 2px;
}

.contacts-002 .member-social a i {
	display: block!important;
	font-size: 20px;
	color: #fff;
	margin: 0 auto!important;
}

.contacts-002 .google-maps {
	height: 400px;
}


/* =============================================================== */


/* HOME PAGE SLIDER
/* =============================================================== */

.sliderImg {
	/*background: url('../../img/loading1.gif') center center no-repeat;*/
	/* prealoder */
}

.banner {
	/* margin-top: 80px; */
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

.banner-boxes {
	margin-top: 80px;
}

.banner.down {
	margin-top: 26px;
}

.banner,
.slider-content,
.slider,
.slider-v2 {
	width: 100%;
	display: block;
	/*max-height: 640px;*/
	height: auto;
	/* overflow: hidden; */
	position: relative;
}

.slider-item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.sliderImg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner .sliderInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.banner .sliderInfo h1 {
	font-size: 50px;
	font-weight: 700;
}

.banner .sliderInfo .btn {
	background-color: #d8dcdf;
	color: #fff;
	border-radius: 50px;
	border-color: #d8dcdf;
	font-weight: 700;
}

.banner .sliderInfo .container {
	height: 100%;
	display: block;
}

.sliderText {
	display: block;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	/* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}

.sliderText:nth-child(n) {
	filter: none;
}

.slider-item.cycle-slide-active .sliderText {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.transformRight {
	display: block;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-o-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	/* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	/* IE FIX */
	filter: none;
}

.transformLeft {
	display: block;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	/* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.sliderText .inner {
	padding: 20px;
}

.sliderText h1 {
	font-size: 36px;
	font-weight: lighter;
}

.sliderText.dark h1 {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-link {
	color: #fff;
	letter-spacing: -0.25px;
	font-size: 16px;
}

.sliderText {
	margin-top: 15%;
}

.sliderText.dark {
	color: #ddd;
}

.slider-item-img1 {
	background-size: cover;
}

.slider-item-img2 {
	background-size: cover;
}

.slider-item-img3 {
	background-size: cover;
}


/***  ------- Slider Style 1 Start ------- ***/

#pager2 {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#pager2 span {
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 5px;
	text-indent: -9999px;
	width: 16px;
	border: 2px solid #fff;
}

#pager2 span.cycle-pager-active {
	background-color: #fff;
}

.sliderControl {
	position: absolute;
	z-index: 200;
	top: 45%;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #454545;
	padding: 0 5px;
}

.sliderControl {
	opacity: 1;
}

.sliderControl:hover:nth-child(n) {
	filter: none;
}

.sliderControl:hover {
	background: rgb(255, 255, 255);
	background: transparent \9;
	background: rgba(255, 255, 255, 0.6);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	/* IE FIX */
	zoom: 1;
}

.prevControl {
	left: 30px;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
}

.banner:hover .prevControl {
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.nextControl {
	right: 30px;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-o-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
}

.banner:hover .nextControl {
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.sliderText.white {
	background: rgb(255, 255, 255);
	background: transparent \9;
	background: rgba(255, 255, 255, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	/* IE FIX */
	zoom: 1;
}

.sliderText.white:nth-child(n) {
	filter: none;
}

.sliderText.white h1 {}

.sliderText h3.price {
	font-weight: lighter;
	font-size: 22px;
}

.sliderTextFull {
	color: #ffffff;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sliderTextFull h3 {
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
}

.topAnima {
	opacity: 0;
}

.cycle-slide-active .topAnima {
	opacity: 1;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-delay: 0.3s;
	visibility: visible !important;
}

.sliderTextFull .opacity0 {
	opacity: 0 !important;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
	opacity: 1 !important;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1s;
	visibility: visible !important;
}

.sliderTextFull .inner.dark {
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
	width: auto;
	background: rgb(0, 0, 0);
	background: transparent \9;
	background: rgba(0, 0, 0, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	/* IE FIX */
	zoom: 1;
}

.sliderTextFull .inner.dark:nth-child(n) {
	filter: none;
}

.blankstyle h1 {
	display: block;
	font-size: 36px;
	font-weight: bold;
	height: auto;
	letter-spacing: -1px;
	line-height: 36px;
	opacity: 1;
	padding: 0;
	text-transform: uppercase;
}

.color-white h1,
.color-white p,
.color-white {
	color: #fff;
}

.color-black h1,
.color-black p,
.color-black {
	color: #000;
}


/***  ------- Slider Style 2 Pager ------- ***/

#pager {
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
}

#pager a {
	color: #fff;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	float: left;
	font-family: Oswald, Helvetica Neue;
	font-size: 15px;
	font-weight: normal;
	list-style: none outside none;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 33.333334%;
	background: rgba(0, 0, 0, 0.5);
}

#pager a.cycle-pager-active {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.slider .slider-item .img-responsive {
		height: 350px;
		overflow: hidden;
		max-width: none;
	}
}


/*  // Style   2  end*/


/* =============================================================== */


/* HOME PAGE LOOK 2
/* =============================================================== */

.home-intro h2 {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}

.home-intro {
	background: #34373b;
	color: #fff;
	padding: 15px 0 0;
}

.home-intro h2 span {
	color: #ff7f00;
}

.sectionCategory {
	background: #34373b;
	padding: 60px 0;
	position: relative;
}

.sectionCategoryIntro {
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
}

.sectionCategory .container {
	position: relative;
	z-index: 5;
}

.sectionCategoryIntro h1 {
	font-family: Oswald;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.sectionCategoryIntro p {
	color: #ddd;
}

.sectionCategory .subCategoryThumb {
	height: 160px !important;
}


/***  -------  Home look 2 || productShowCase section  ------- ***/

.owl-theme .owl-controls .owl-page span {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.show-case-wrapper {
	margin: 0 auto 30px;
	float: none;
}

#productShowCase .owl-controls {
	margin-top: 0;
}

.product-slide-inner {
	margin-top: 12%;
	display: block;
	max-width: 98%;
}

@media (max-width: 767px) {
	.navbar-fixed-top-001 {
		background-color: #263238;
	}
	.banner {
		margin-top: 70px;
	}
	.product-slide-inner {
		display: block;
		max-width: 98%;
		margin: 5% auto 0;
		text-align: center;
	}
	.banner .sliderInfo h1 {
		font-size: 20px;
		font-weight: 700;
		margin: 0;
		padding: 0 0 10px 0;
	}
	#productShowCase .owl-controls {
		margin-top: 10px;
	}
}

#productShowCase .btn-stroke-dark i {
	font-size: 0;
	transition: font 0.3s ease;
}

#productShowCase .btn-stroke-dark:hover i {
	font-size: inherit;
}

#productShowCase .details-description {
	margin-bottom: 15px;
}

.product-slide-left {
	text-align: center;
}

.product-slide-img {
	display: block;
	text-align: center;
}

.product-slide-img img {
	display: block;
	text-align: center;
	margin: 0 auto
}

#productShowCase .product-title {
	font-family: oswald;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 36px;
	margin-bottom: 0;
}

.ps-nav {
	display: block;
	font-size: 68px;
	height: auto;
	position: absolute;
	text-align: center;
	top: 38%;
	width: auto;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#ps-next {
	right: 15px;
}

#ps-prev {
	left: 15px;
}

@media (max-width: 767px) {
	#ps-next {
		right: 15px;
	}
	#ps-prev {
		left: 15px;
	}
}

.boxes-title-1 {
	background: #ebebeb;
	font-family: Oswald;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 7px 0;
	text-align: center;
}

.services-001 {
	text-align: center;
}

.services-001 h2 {
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #000;
}

.services-001 ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 80px;
}

.services-001 ul li {
	margin-bottom: 10px;
	text-align: left;
}

.services-001 ul li,
.services-001 ul li a {
	color: #000;
}

.services-001 ul li:hover,
.services-001 ul li:hover a {
	color: #d8dcdf;
}

.services-001 ul li i {
	margin-right: 10px;
}

.services-002 {
	margin-top: 80px;
}

.feedback_1_001 {
	padding-top: 110px;
	padding-bottom: 20px;
	font-family: inherit;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	background: none;
}

.feedback_1_001 .container {
	position: relative;
	height: 590px;
	padding: 0;
	background-color: transparent;
}

.feedback_1_001 .feedback_1_001_inner {
	position: absolute;
	z-index: 9;
	top: 45px;
	left: 78px;
	overflow: hidden;
	box-sizing: border-box;
	min-width: 375px;
	max-width: 385px;
	border-radius: 5px;
	background: #fff;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(1, 1, 1, .32);
}

.feedback_1_001 .feedback_1_001_contacts {
	box-sizing: border-box;
	padding: 25px 35px 10px 35px;
}

.feedback_1_001 h2 {
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 14px;
	color: #000;
}

.feedback_1_001_contacts p {
	font-size: 14px;
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #020202;
}

.feedback_1_001_contacts p:last-child {
	margin-bottom: 20px;
}

.feedback_1_001_contacts a {
	font-size: 14px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: underline;
	color: #020202;
}

.feedback_1_001_contacts a:hover {
	text-decoration: none;
}

.feedback_1_001_contacts .time::before {
	position: absolute;
	z-index: 9;
	top: 3px;
	left: -3px;
	content: url(../../../static/img/site/feedback_1_001/time.png);
}

.feedback_1_001_contacts .phone:before {
	position: absolute;
	z-index: 9;
	top: 3px;
	left: 0;
	content: url(../../../static/img/site/feedback_1_001/phone.png);
}

.feedback_1_001_contacts .mail:before {
	position: absolute;
	z-index: 9;
	top: 3px;
	left: 0;
	content: url(../../../static/img/site/feedback_1_001/mail.png);
}

.feedback_1_001_contacts .place:before {
	position: absolute;
	z-index: 9;
	top: 13px;
	left: 0;
	content: url(../../../static/img/site/feedback_1_001/place.png);
}

.feedback_1_001 .feedback_1_001_back {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 35px 30px 35px;
	border-top: 1px solid #fff;
	background: #f5f5f5;
}

.feedback_1_001_back form {
	width: 100%;
	text-align: right;
}

.feedback_1_001_back form input[type='text'] {
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #313131;
	border: 1px solid #e1e3e5;
	border-radius: 2px;
	background-color: #fff;
	-moz-background-clip: padding;
	box-shadow: 0 1px 0 #fff, inset 0 2px 2px rgba(0, 0, 0, .08), inset 0 0 0 1px #e1e3e5;
}

.feedback_1_001_back form textarea {
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	height: 95px;
	margin-bottom: 5px;
	padding: 10px;
	resize: none;
	color: #313131;
	border: 1px solid #e1e3e5;
	border-radius: 2px;
	background-color: #fff;
	-moz-background-clip: padding;
	box-shadow: 0 1px 0 #fff, inset 0 2px 2px rgba(0, 0, 0, .08), inset 0 0 0 1px #e1e3e5;
}

.feedback_1_001_back form input::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form input:-moz-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form input::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form input:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form textarea:-moz-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001_back form textarea:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.feedback_1_001 .feedback_1_001_back form button {
	font-size: 14px;
	width: 110px;
	height: 33px;
	padding: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	background-color: #7c929e;
}

.feedback_1_001 .feedback_1_001_back form button:hover {
	color: #fff;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
	.feedback_1_001 .feedback_1_001_inner {
		left: 50%;
		margin-left: -192px;
	}
}

@media only screen and (max-width: 768px) {
	.feedback_1_001 .feedback_1_001_inner {
		left: 50%;
		margin-left: -192px;
	}
	.map {
		display: none;
	}
	.feedback_1_001 {
		background: url(../../../static/img/site/feedback_1_001/map.jpg) no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-width: 479px) {
	.main_title {
		background-position: center bottom;
		background-size: cover;
	}
	.feedback_1_001 .feedback_1_001_inner {
		min-width: 270px;
	}
	.feedback_1_001 .feedback_1_001_contacts {
		padding-top: 20px;
	}
}

.line {
	box-sizing: border-box;
	padding-top: 110px;
	padding-bottom: 60px;
	color: #000;
}

.line .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content_sidebar_001 .nav {
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #7c929e;
	background-color: #fff;
}

.content_sidebar_001 .nav li {
	font-size: 13px;
	font-weight: 500;
	display: table;
	width: 100%;
	height: 36px;
}

.content_sidebar_001 .nav li + li {
	border-top: 1px solid #7c929e;
}

.content_sidebar_001 .nav li:hover a,
.content_sidebar_001 .nav li .active {
	/* font-weight: 700;  */
	color: #fff;
	background-color: #d8dcdf;
}

.content_sidebar_001 .nav li a {
	line-height: 16px;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: color .3s;
	transition: color .3s;
	vertical-align: middle;
	color: #000;
}

.content_sidebar_001 a img {
	width: 100%;
	margin-bottom: 30px;
}

.about_2_content_sidebar_001 h1 {
	font-size: 24px;
}

.about_2_content_sidebar_001 h2 {
	font-family: inherit;
	font-size: 24px;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 23px;
	color: #211d15;
}

.about_2_content_sidebar_001 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 55px;
	height: 2px;
	content: '';
	background-color: #616161;
}

.about_2_content_sidebar_001 h3 {
	font-family: inherit;
	font-size: 18px;
}

.about_2_content_sidebar_001 img {
	width: 100%;
	/* margin-bottom: 30px; */
}

.about_2_content_sidebar_001 p {
	line-height: 30px;
}

.about_2_content_sidebar_001 p strong {
	font-family: inherit;
	font-weight: normal;
}

.about_2_content_sidebar_001 .news img,
.about_2_content_sidebar_001 .news_single img {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
}

.about_2_content_sidebar_001 .news h3,
.about_2_content_sidebar_001 .news_single h3 {
	margin-top: 30px;
}

.about_2_content_sidebar_001 .news span,
.about_2_content_sidebar_001 .news_single span {
	font-family: inherit;
	font-size: 13px;
	color: #434343;
}

.about_2_content_sidebar_001 .news p,
.about_2_content_sidebar_001 .news_single p {
	font-size: 13px;
	margin-top: 10px;
}

.about_2_content_sidebar_001 .news a,
.about_2_content_sidebar_001 .news_single a {
	font-size: 14px;
	float: right;
	color: #607d8b;
}

.about_2_content_sidebar_001 .news:first-of-type img,
.about_2_content_sidebar_001 .news_single:first-of-type img {
	margin-top: 10px;
}

.about_2_content_sidebar_001 .news:first-of-type h3,
.about_2_content_sidebar_001 .news_single:first-of-type h3 {
	margin-top: 10px;
}

.about_2_content_sidebar_001 .news {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(97, 97, 97, .2);
}

.about_2_content_sidebar_001 .news_single img {
	margin-bottom: 10px;
}

.about_2_content_sidebar_001 .news_single a {
	float: none;
}

.about_2_content_sidebar_001 .info {
	line-height: 28px;
}

.about_2_content_sidebar_001 .pull-left {
	margin-right: 20px;
	margin-bottom: 10px;
}

.about_2_content_sidebar_001 .pull-right {
	margin-bottom: 10px;
	margin-left: 20px;
}

.about_2_content_sidebar_001 a {
	text-decoration: underline;
	color: #616161;
}

.about_2_content_sidebar_001 a:hover {
	text-decoration: none;
}

.about_2_content_sidebar_001 a img {
	margin-right: 30px;
}

.about_2_content_sidebar_001 ul {
	/* padding-left: 30px; */
	list-style: none;
}

.about_2_content_sidebar_001 ul li {
	margin-bottom: 5px;
}

.about_2_content_sidebar_001 ul li i {
	margin-right: 5px;
}

.about_2_content_sidebar_001 table,
.about_2_content_sidebar_001 tr,
.about_2_content_sidebar_001 td {
	border: 1px solid #000;
}

.about_2_content_sidebar_001 table {
	width: 100%;
}

.about_2_content_sidebar_001 table a {
	text-decoration: none;
	color: #000;
}

.about_2_content_sidebar_001 table a:hover {
	text-decoration: underline;
}

.about_2_content_sidebar_001 table td {
	padding: 8px;
}

.about_2_content_sidebar_001 thead td {
	font-weight: 700;
	text-align: center;
}

.about_2_content_sidebar_001 .img__right {
	float: right;
	width: 40%;
	margin-left: 20px;
}

.about_2_content_sidebar_001 .person {
	padding: 40px 40px 0 40px;
	text-align: center;
}

.about_2_content_sidebar_001 .person__img {
	margin-bottom: 40px;
}

.about_2_content_sidebar_001 .person__name {
	font-size: 18px;
}

.about_2_content_sidebar_001 .person__position {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.line .container .col-sm-3 {
		width: 30%;
	}
	.line .container .col-sm-9 {
		width: 70%;
	}
	.content_sidebar_001 .nav {
		width: 190px;
	}
}

@media only screen and (min-width: 992px) {
	.line .container .col-md-3 {
		width: 25%;
	}
	.line .container .col-md-9 {
		width: 75%;
	}
	.content_sidebar_001 .nav {
		width: 210px;
	}
}

@media only screen and (min-width: 1200px) {
	.line .container .col-lg-3 {
		width: 23%;
	}
	.line .container .col-lg-9 {
		width: 77%;
	}
	.content_sidebar_001 .nav {
		width: 230px;
	}
}

@media only screen and (max-width: 768px) {
	.about_2_content_sidebar_001 .list_ordered,
	.about_2_content_sidebar_001 .list_unordered {
		padding-left: 30px;
	}
	.about_2_content_sidebar_001 .img__right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
