@import url("bootstrap.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("magnific-popup.css");
@import url("shortcodes.css");
@import url("ionicons.min.css");


/* Preloader
-------------------------------------------------------------- */
.HeadingBox{width:100%; padding:10px 0px; text-align:center; background-color:#ef2100; font-size:18px; color:#fff;}
.sticky02{position:fixed; z-index:9; bottom:-2px; left:55%; margin-left:-147px;}
.sticky01{position:fixed; z-index:9; right:0%; top:140px;}
#T a:link{color:#fff; text-decoration:none;}
#T a:hover{color:#fff; text-decoration:none;}
#T a:visited{color:#fff; text-decoration:none;}
.LeftText{font-size:14px; padding-top:5px;}
.RightText{font-size:18px; color:#fff; margin-bottom:0px; text-align:right;}
.Intext{padding:7px; width:100%; margin-bottom:10px;  border:1px solid #ccc;}
.Intext1{padding:6px; width:100%;  margin-bottom:10px;  border:1px solid #ccc;}
.Submitbutton{background-color:#000; border:0px; padding:5px 15px; margin-top:0px; width:100px; border-radius: 10px; color:#fff;}

.Red{color:#ef2100;}

.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.loading-effect-2 {
	width: 100px;
	height: 100px;
}
.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #f9bb1e;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}
.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}
.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}
@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font: 13px/24px "Poppins", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #656565;
	-webkit-font-smoothing: antialiased !important;
}
a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #333;
}
h1 { font: 50px/56px "Oswald", sans-serif;}h2 { font: 30px/32px "Oswald", sans-serif;}h3 { font: 24px/28px "Oswald", sans-serif;}h4 { font: 22px/26px "Oswald", sans-serif;}h5 { font: 20px/24px "Oswald", sans-serif;}h6 { font: 18px/22px "Oswald", sans-serif;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	padding: 10px 30px 9px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	background-color: #f9bb1e;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #d69c0b;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	background: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #727272;
	background-color: #fff;
	height: 43px;
    padding: 10px 20px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
select.error,
textarea.error,
.contact-form .textarea-message textarea.error,
input[type="text"].error,
input[type="email"].error {
	border: 1px solid #ba330a;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
input, button, select, textarea {
	font-family: "Poppins",sans-serif;
}
select::-ms-expand {
	display: none;
}
textarea {
	width: 100%;
	height: 148px;
	padding: 15px 20px;
}
input[type="checkbox"] {
	display: inline;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9b9b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9c9b9b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9c9b9b;
}
label.error {
	display: none !important;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	border: 0;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}
.tp-banner .overlay {
	background-color: rgba(0, 0, 0, 0.3);
}
section {
	overflow: hidden;
}
/* Body Boxed
---------------------------------------------------------------*/
body.boxed {
	background-image: url(../images/common/bg_boxed.jpg);
	background-color: #e2e2e2;
}
body.boxed .box-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 16px 1px #7f7f7f;
}

/* Top bar
---------------------------------------------------------------*/
.topbar {
    height: 35px;
    background-color: #1d1d1d;
    font-size: 12px;
    border-bottom: 1px solid #616161;
}
.header02 .topbar,
.header04 .topbar {
	height: 70px;
}
.header02 .logo02,
.header04 .logo02 {
	margin-top: -8px;
}
.topbar .left p {
	font-weight: 600;
	margin-right: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	color: #d2d2d2;
}
.topbar .left ul {
	padding-left: 20px;
}
.topbar .left ul,
.topbar .right ul {
	display: inline-block;
	position: relative;
	list-style: none;
	vertical-align: middle;
	margin: 0;
}
.topbar .left ul li {
	float: left;
	border-right: 1px solid #505050;
	line-height: 100%;
}
.topbar .left ul li:first-child {
	border-left: 1px solid #505050;
}
.topbar .left ul li a {
    color: #c5c5c5;
    display: inline-block;
    width: 45px;
    height: 44px;
    padding-top: 14px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.topbar .left ul li a:hover {
	background-color: #444;
}
.topbar ul li a:hover {
	color: #fff;
}
.topbar .right {
	text-align: right;
	position: relative;
	margin-top: 6px;
}
.header02 .topbar .right,
.header04 .topbar .right {
	top: 8px;
}
.topbar .right span {
	display: inline-block;
	margin-right: 16px;
	color: #d2d2d2;
}
.topbar .right select {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	padding: 4px 11px;
	border: 1px solid #ccc;
	background: none;
	padding-right: 23px;
	margin-top: -2px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/common/icon-arrow-lang.png);
	background-position: calc(100% - 9px) 50%;
	background-repeat: no-repeat;
	color: #b1b1b1;
}
.topbar .right select:focus {
	outline: none;
}
/* Header
-------------------------------------------------------------- */
.header-top {
	padding:20px 0;
}
.logo {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    vertical-align: middle;
    font-size: 0;
    margin-top: 20px;
}
.header {
	width: 100%;
	position: relative;
}
#header-sticky-wrapper {
	position: relative;
	z-index: 999;
}
.header-top .info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 205px);
	text-align: right;
}
.header-top .info p {
	margin: 0;
}
.header-top .info .address,
.header-top .info .open-hours,
.header-top .info .address .icon,
.header-top .info .address .text,
.header-top .info .open-hours .icon,
.header-top .info .open-hours .text {
	display: inline-block;
	vertical-align: middle;
}
.header-top .info .address {
	margin-right: 65px;
}
.header-top .info .open-hours {
	margin-right: 5px;
}
.header-top .info .icon {
	margin-right: 10px;
	font-size: 53px;
}
.header-top .info .text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #333333;
	text-align: left;
}
.header-top .info .text span {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}
.header-top .info .address .text span {
	margin-left: 3px;
}
.header-nav {
    background-color: #ffffff;
    border-bottom: 4px solid #8a8a8a;
}
#mainnav ul li.align-right-submenu ul.sub-menu {
	left: auto;
	right: 0;
}
.header.nav02 {
	max-width: 1170px;
	margin: 0 auto;
}
.header.nav02 .right-nav {
    margin-right: 15px;
}
body.boxed .header.header-sticky {
	max-width: 1300px;
}
.is-sticky .right-nav {
	height: 50px;
}
.nav03 #mainnav {
	text-align: right;
}
.nav03 #mainnav ul li  {
	text-align: left;
}
.nav03 #mainnav > ul > li {
    display: inline-block;
    float: none;
}
.nav03 .header-nav {
    background-color: #fff;
}
.nav03 .logo {
    max-width: 170px;
    margin-top: 42px;
}
.nav03 #mainnav > ul {
    left: inherit;
    padding: 22px 0;
}
.nav03 #mainnav > ul > li > a {
    padding: 0 18px;
    color: #333;
}
.nav03 .right-nav > div > a {
    line-height: 69px;
    color: #333333;
    background-color: transparent;
    padding: 0 5px;
}
.nav03 #mainnav > ul > li:before,
.nav03 #mainnav > ul > li:after {
	position: absolute;
	content: '';
    width: 8px;
    height: 46px;
    top: 14px;
    left: -5px;
    background-image: url(../images/common/bg_before_navitem.png);
    background-color: transparent;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.nav03 #mainnav > ul > li:hover:after,
.nav03 #mainnav > ul > li.active:after {
	right: 1px;
}
.nav03 #mainnav > ul > li:hover:before,
.nav03 #mainnav > ul > li.active:before {
	left: 1px;
}
.nav03 #mainnav > ul > li:hover:after,
.nav03 #mainnav > ul > li.active:after,
.nav03 #mainnav > ul > li:hover:before,
.nav03 #mainnav > ul > li.active:before {
    width: 8px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav03 #mainnav > ul > li:after {
	left: inherit;
	right: -5px;
    background-image: url(../images/common/bg_after_navitem.png);
}
.nav03 #mainnav > ul > li.search:before,
.nav03 #mainnav > ul > li.search:after {
	content: none;
}
/*transparent header*/
.transparent-header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.transparent-header .header-nav,
.transparent-header .header,
.transparent-header .topbar .left ul li a,
.transparent-header .topbar .left ul li a:hover {
	background: none;
}
.transparent-header .header-top .info .text,
.transparent-header .topbar .right select,
.transparent-header .topbar .left ul li a,
.transparent-header .topbar .left p {
	color: #cecece;
}
.transparent-header .header-top .info .text span {
	color: #b9b9b9;
}
.transparent-header .topbar .left ul li a:hover {
	color: #f9bb1e;
}
.transparent-header .right-nav > div > a {
    background: none;
    padding: 0 9px;
}
.header-nav.dark {
    background-color: #484848;
    border-bottom: 4px solid #2d2d2d;
}
.dark #mainnav > ul > li.active,
.dark #mainnav > ul > li:hover {
    background: #353535;
}
.dark .right-nav > div > a,
.dark #mainnav > ul > li > a {
	color: #d8d8d8;
}
.dark #mainnav ul li ul li {
    background-color: #353535;
}
.dark #mainnav ul.sub-menu > li > a {
    color: #d8d8d8;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #2d2d2d;
}
.dark #mainnav > ul > li.right-nav,
.transparent-header .dark #mainnav > ul > li.right-nav.active,
.transparent-header .dark #mainnav > ul > li.right-nav:hover {
    background: none;
}
.transparent-header .header-nav.dark {
    background-color: rgba(72, 72, 72, 0.5);
    border-bottom: 4px solid rgba(45, 45, 45, 0.7);
}
.transparent-header .dark #mainnav > ul > li.active,
.transparent-header .dark #mainnav > ul > li:hover {
    background: rgba(0, 0, 0, 0.4);
}
.transparent-header .topbar {
    background-color: rgba(0, 0, 0, 0.3);
}
/* navigation */
#mainnav {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
#mainnav ul {
	position: relative;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li {
	position: relative;
	text-align: left;
}
#mainnav > ul > li {
	display: inline-block;
}
#mainnav > ul > li.active,
#mainnav > ul > li:hover {
    background: #ececec;
}
#mainnav > ul > li > a {
    position: relative;
    display: block;
    color: #656565;
    font-size: 16px;
    text-decoration: none;
    line-height: 66px;
    padding: 17px 24px;
    outline: none;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#mainnav > ul > li > a > i {
	font-size: 13px;
	position: relative;
	margin-left: 6px;
}
#mainnav > ul > li:after {
    width: 0;
    height: 4px;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 1px;
    background-color: #f9bb1e;
    transform: skew(28deg);
    -moz-transform: skew(28deg);
    -webkit-transform: skew(28deg);
}
#mainnav > ul > li:hover:after,
#mainnav > ul > li.active:after {
	width: 100%;
}
.right-nav {
	margin: 0;
	text-align: right;
}
.right-nav > div {
	display: inline-block;
	position: relative;
	top: 2px;
}
.right-nav > div.nav-search {
	top: 3px;
}
.right-nav > div > a {
    height: 100%;
    letter-spacing: 0.2px;
    font-size: 21px;
    color: #656565;
    display: inline-block;
    padding: 38px 8px;
}
.right-nav > div > a:hover {
    color: #f9bb1e;
}
#mainnav > ul > li.right-nav {
    background: none;
}
#mainnav > ul > li.right-nav:hover:after {
    content: none;
}
.right-nav .cart .productList {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	padding: 20px;
	background: #f1f1f1;
	color: #000;
	font-size: 15px;
	visibility: hidden;
	z-index: 999;
	border: 5px solid #ccc;
	opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
.right-nav .cart .productList ul {
	padding: 0;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #a9a9a9;
}
.right-nav .cart .productList li {
	position: relative;
    background: none !important;
}
.right-nav .cart .productList li p {
	display: inline-block;
}
.right-nav .cart .productList li p.image {
	margin-right: 10px;
	vertical-align: top;
	max-width: 50px;
	border: 1px solid #e2e2e2;
}
.right-nav .cart .productList li p span.name {
	font-weight: 600;
}
.right-nav .cart .productList li p span.name,
.right-nav .cart .productList li p span.price {
	display: block;
}
.right-nav .cart:hover .productList {
	visibility: visible;
	opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
}
.right-nav .cart .productList li .remove {
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -15px;
}
.right-nav .cart .productList li .remove a {
	color: #ec2e2e;
}
.right-nav .cart .productList li .remove a:hover {
	color: #000;
}
.right-nav .cart .productList .view-cart {
	margin-bottom: 0;
}
.right-nav .cart .productList .view-cart a {
	display: block;
	background: #f9bb1e;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.right-nav .cart .productList .view-cart a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.right-nav .cart .total {
	margin-top: 10px;
}
.right-nav .nav-search form#search {
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
.right-nav .nav-search:hover form#search {
	visibility: visible;
	opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
}
.right-nav .nav-search form#search input {
	border: 5px solid #ccc;
}
/* submenu */
#mainnav ul.sub-menu {
	padding-top: 4px;
	position: absolute;
	left: 2px;
	top: 100%;
	width: 220px;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
#mainnav ul.sub-menu.right {
	right: -2px;
	left: auto;
}
#mainnav ul.sub-menu ul.sub-menu {
	padding-top: 0;
}
#mainnav ul li:hover > ul.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1); 
}
#mainnav ul > li:hover > ul.sub-menu li ul.sub-menu:before {
	border: none;
	content: none;
}
#mainnav ul li ul li {
	margin-left: 0;
	background-color: #fff;
}
#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#mainnav ul.sub-menu li:first-child {
	border-top: none;
}
#mainnav ul.sub-menu > li > a {
    display: block;
    color: #656565;
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#mainnav ul.sub-menu > li > a > i {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
}
#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
	color: #f9bb1e;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #292929;
	z-index: 1000;
}
#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #383838;
	cursor: pointer;
}
#mainnav-mobi ul > li > a {
	text-decoration: none;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #fff;
}
#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #404040;
}
#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 30px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}
#mainnav-mobi ul.sub-menu > li > ul > li > a {
	padding: 0 40px;
}
#mainnav-mobi ul.sub-menu > li > ul > li ul li > a {
	padding: 0 60px;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}
.btn-menu {
	float: right;
	font-size: 28px;
	font-family: "FontAwesome";
	color: #fff;
	text-align:center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.btn-menu:before{
	content: "\f0c9";
}
.btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 45px;
	height: 45px;
}
.btn-submenu:before {
	content: "\f107";
	color: #fff;
}
.btn-submenu.active:before {
	content: "\f106"
}
.btn-menu {
	display: none 
}
/* Page Title
-------------------------------------------------------------- */
.breadcrumb-wrap {
	background-image: url(../images/pages/bg_breadcrumb.html);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #000;
	color: #1e5051;
	position: relative;
}
.breadcrumb-wrap .overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.breadcrumb-wrap h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: 58px 0 51px;
}
.breadcrumb-inner {
	position: relative;
	background: #f5f5f5;
}
.breadcrumb {
	padding: 18px 27px 16px;
	list-style: none;
	margin: 0;
	font-size: 12px;
	color: #656565;
}
.breadcrumb > li + li:before {
	padding: 0 15px;
	color: #ccc;
	content: "";
	background-image: url(../images/common/icon-arrow-breadcrumb.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.breadcrumb .img-home {
	position: relative;
	top: -3px;
	margin-right: 8px;
}
.breadcrumb li a {
	color: #656565;
}
.breadcrumb li a:hover {
	color: #000;
}

/* Blog
-------------------------------------------------------------- */
.page-wrap {
	margin-bottom: 50px;
}
.page-wrap.blog-post {
	margin-bottom: 0;
}
.main-content {
	margin-top: 70px;
}
.blog-post .main-content {
	margin-top: 0;
}
.blog-post.masonry .main-content {
	margin-top: 50px;
}
.left-sidebar .main-content,
.right-sidebar .main-content {
	width: 75%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.left-sidebar .blog-post .main-content {
	margin-top: 0;
}
.left-sidebar .main-content {
	float: right;
}
.left-sidebar .blog-post .main-content > .content {
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 70px;
	padding-bottom: 40px;
	border-left: 1px solid #dfdfdf;
}
.right-sidebar .blog-post .main-content > .content {
	margin-right: 20px;
	padding-right: 50px;
	padding-top: 70px;
	padding-bottom: 98px;
	border-right: 1px solid #dfdfdf;
}
.post {
	margin-bottom: 50px;
}
.masonry .post {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.masonry.two-cols .post {
	width: 50%;
}
.blog-single .post {
	margin-bottom: 0;
}
.post .media {
	position: relative;
	border:1px solid #ccc;
}

.post .media:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



.masonry .post .media,
.post.large-image .media {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.grid-2 .post .media,
.grid-3 .post .media {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.post .media p {
	margin: 0;
}
.post .media p img {
	width: 100%;
}
.post .media p.date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 15px 11px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #1b75bb;
}
.post .media p.date span {
	display: block;
	font-size: 18px;
}
.post .info {
	position: relative;
	top: -70px;
	background: #fff;
	width: calc(100% - 40px);
	left: 20px;
	padding: 30px 25px;
	border: 1px solid #e4e4e4;
}
h2.title-post {
	position: relative;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
h2.title-post:before {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	bottom: 1px;
	left: 0;
	background-color: #ececec;
}
h2.title-post:after {
	width: 70px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #f9bb1e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
h2.title-post a:hover {
	color: #f9bb1e;
}
.meta-post {
	margin-bottom: 20px;
}
.meta-post span {
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 0 40%;
}
.meta-post span:first-child {
	padding-left: 0;
	border-left: 0;
}
.readmore a {
	display: inline-block;
	padding: 5px 15px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	border:1px solid #f9bb1e;
	background: #fff;
	color:#f9bb1e;
}
.readmore a:hover {
	background: #f9bb1e;
	color:#fff;
}
/* Single Post
-------------------------------------------------------------- */
.blog-single .post .media {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 35px;
	padding: 0;
}
.entry-post ul.list {
	margin: 40px 0 40px 40px;
}
.entry-post ul.list li {
	margin-bottom: 18px;
}
.tags-share {
	padding: 35px 0 45px;
}
.tags-share .tags,
.tags-share .share {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	font-size: 14px;
}
.tags-share .tags span,
.tags-share .share span,
.tags-share .tags ul,
.tags-share .share ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.tags-share .tags span,
.tags-share .share span {
	font-weight: bold;
	color: #333;
}
.tags-share .share span {
	margin-right: 15px;
}
.tags-share .tags ul li,
.tags-share .share ul li {
	float: left;
	margin-right: 5px;
}
.tags-share .tags ul li a {
	display: inline-block;
	margin-right: 5px;
	line-height: 20px;
	padding: 3px 10px;
	border: 1px solid #ccc;
	color: #7b7b7b;
}
.tags-share .tags ul li a:hover {
	background: #f19b1e;
	color: #fff;
}
.tags-share .share {
	width: 30%;
	text-align: right;
}
.tags-share .share ul li {
	width: 30px;
	height: 30px;
	text-align: center;
}
.tags-share .share li a {
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	background-color: #f0f0f0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.tags-share .share li:hover a {
	background-color: #ccc;
	-webkit-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
			transform: rotateY(-360deg);
}
div.author {
	margin-bottom: 50px;
}
.author > p.avatar {
	float: left;
	max-width: 150px;
}
.author > p.description {
	float: left;
	background-color: #f5f5f5;
	min-height: 150px;
	max-width: calc(100% - 150px);
	max-width: -ms-calc(100% - 150px);
	max-width: -moz-calc(100% - 150px);
	max-width: -webkit-calc(100% - 150px);
	padding: 30px;
}
.author > p.description span {
	display: block;
	color: #1b75bb;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Comment  */
.comment-reply h3.reply-title {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.comment-reply h3.reply-title:after {
	width: 70px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #f9bb1e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comment-reply h3.reply-title:before {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	bottom: 1px;
	left: 0;
	background-color: #ececec;
}
.commentform  p.author,
.commentform  p.email {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.commentform  p.author {
	padding-right: 10px;
}
.commentform  p.email {
	text-align: right;
	padding-left: 10px;
}
.commentform  p.author input,
.commentform  p.email input {
	max-width: 390px;
	width: 100%;
	border: 1px solid #dfdfdf;
}
.commentform  p.comment textarea {
	height: 180px;
	max-width: 100%;
	max-height: 180px;
	border: 1px solid #dfdfdf;
}

/* Pagination */
.pagination {
	margin: 0;
}
.masonry .pagination {
	padding: 0 15px;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	margin-right: 1px;
}
.pagination ul li a {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	height: 40px;
	width: 40px;
	border:1px solid #dfdfdf;
	color: #333;
}
.pagination ul li.active a {
	color: #f9bb1e;
	border:2px solid #f9bb1e;
}
.pagination ul li:hover a {
	color: #f9bb1e;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 25%;
	padding: 0 15px;
	margin-top: 70px;
	font-size: 14px;
}
.page-about .sidebar,
.page-service .sidebar,
.page-partners .sidebar  {
	margin-top: 70px;
}
.left-sidebar .sidebar {
	float: left;
}
.sidebar .widget {
	margin-bottom: 64px;
}
.sidebar .widget ul {
	list-style: none;
}
.widget .widget-title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 19px;
	margin-top: 17px;
}
.widget .widget-title:after {
	width: 70px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #f9bb1e;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.widget .widget-title:before {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	bottom: 1px;
	left: 0;
	background-color: #ececec;
}
.widget ul li {
	padding: 13px 0 12px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 18px;
	position: relative;
	background-image: url(../images/common/icon-arrow-list.png);
	background-repeat: no-repeat;
	background-position: 0 48%;
}
.widget ul li a {
	color: #1e5051;
}
.widget ul li a:hover {
	color: #f9bb1e;
}
/* widget widget-categories */
.widget-categories {
	font-weight: 600;
}
.widget-categories ul {
	padding-left: 0;
}
/* widget recent news */
.widget-recent-posts article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.widget.widget-recent-posts .widget-title {
	margin-bottom: 36px;
}
.widget-recent-posts .media {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.widget-recent-posts .media {
	max-width: 100px;
}
.widget-recent-posts .content a {
	color: #333;
}
.widget-recent-posts article:hover .media a {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* widget tags */
.widget.widget-tag-cloud .widget-title {
	margin-bottom: 30px;
}
.widget-tag-cloud .tagcloud a {
	display: inline-block;
	margin-right: 5px;
	line-height: 20px;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #7b7b7b;
}
.widget-tag-cloud .tagcloud a:hover {
	background: #f19b1e;
	color: #fff;
}
/* sidebar-nav */
.sidebar-nav {
	margin-bottom: 40px;
}
.sidebar-nav ul {
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
}
.sidebar-nav ul li a {
	display: block;
	position: relative;
	padding: 15px 20px 11px 20px;
	margin-bottom: 5px;
	color: #333;
	font-weight: 700;
}
.sidebar-nav ul li a:last-child {
	margin-bottom: 0;
}
.sidebar-nav ul li a.active {
	background: #f9bb1e;
	border: 1px solid #f9bb1e;
	color: #fff;
}
.sidebar-nav ul li a.active:hover {
	background: #f9bb1e;
}
.sidebar-nav ul li a:hover {
	background-color: #f5f5f5;
}
.sidebar-nav ul li a .arrow {
	position: absolute;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	font-weight: 300;
	right: 8px;
}
h3.sidebar-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 26px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
h3.sidebar-title:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 3px;
	content: '';
	background-color: #f9bb1e;
	border-radius: 5px;
}
h3.sidebar-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #e4e4e4;
}
.brochure p {
	margin-bottom: 4px;
}
.page-service .brochure p {
	margin-bottom: 18px;
}
.brochure .btn-brochure {
	margin-bottom: 20px;
}
.brochure .btn-download a {
	position: relative;
	width:100%;
	margin-bottom: 0;
	padding: 12px 19px 9px;
	font-weight: 300;
	letter-spacing: 0.2px;
	background-color: #b3b3b3;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.brochure .btn-download a:hover {
	background-color: #848484;
}
.brochure .btn-download a:after {
	background: url(../images/common/icon_pdf_white.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3px;
}

/* contact-sidebar */
.contact-sidebar ul {
	list-style: none;
	padding: 0;
}
.contact-sidebar ul li i {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	color: #f9bb1e;
	font-size: 20px;
}
.contact-sidebar ul li p {
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: middle;
	margin: 0;
	padding: 10px 0;
	word-wrap: break-word;
}
/* testimonials-sidebar */
.box-sidebar {
	position: relative;
	margin-bottom: 42px;
	padding: 28px 24px 24px 24px;
	border: 1px solid #ccc;
}
.testimonials-sidebar:after {
	position: absolute;
	bottom: 16px;
	right: 6px;
	content: '\f11d';
	font-family: 'Ionicons';
	color: #e5e5e5;
	font-size: 60px;
}
/* Footer
-------------------------------------------------------------- */
.footer {
	/*padding: 62px 0 0;*/
	background-color: #222;
	color: #757575;
	overflow: hidden;
}
.footer h3 {
	margin-top: 24px;
	margin-bottom: 34px;
	padding-bottom: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2px;
	position: relative;
}
.footer h3:after {
	width: 50px;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #f9bb1e;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.footer h3:before {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #383838;
}
.footer .footer-logo {
	margin-bottom: 30px;
}
.footer .contact-info li {
	font-size: 12px;
}
.footer .contact-info i {
	display: inline-block;
	width: 35px;
	color: #a2a2a2;
	font-size: 16px;
}
.footer ul.tags li {
	display: inline-block;
}
.footer ul.tags li a {
	display: inline-block;
	margin: 0 2px;
	margin-bottom: 8px;
	padding: 2px 10px;
	border: 1px solid #5d5d5d;
	border-radius: 3px;
	font-size: 12px;
}
.footer ul.instagram {
	max-width: 280px;
	margin: 0 -5px;
}
.footer ul.instagram li {
	position: relative;
	width: calc(33.3333% - 10px);
	float: left;
	margin: 5px;
	background: #fff;
}
.footer ul.instagram li:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.footer .subscribe-form {
	position: relative;
	margin-top: 20px;
}
.footer .subscribe-form label {
	width: 100%;
}
.footer .subscribe-form #emailsubscribe {
	height: 45px;
	font-weight: normal;
	background: #2d2d2d;
	width: calc(100% - 60px);
}
.footer .subscribe-form .submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 20px 10px;
	border-radius: 0 3px 3px 0;
}
.footer .description {
	font-weight: 500;
	letter-spacing: 0.4px;
	margin-bottom: 32px;
}
.footer .footer-info p.phone {
	padding-left: 35px;
	font-size: 20px;
	font-weight: 500;
	left: 24px;
	color: #1b75bb;
	background: url(../images/common/icon-phone.png) no-repeat 0 0;
}
.footer .footer-info p.phone span {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #757575;
}
.footer .footernav {
	text-align: right;
}
.footer .footernav nav {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.footer .footernav01 {
	width: 27%;
	margin-right: 4.9%;
}
.footer .footernav01 li {
	margin-bottom: 8px;
	letter-spacing: 0;
}
.footer .footernav01 i {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 10px;
	margin-right: 22px;
	font-size: 19px;
}
.footer .footernav01 i.ion-social-twitter {
	font-size: 16px;
}
.footer .footernav01 i.ion-social-youtube {
	font-size: 15px;
}
.footer .footernav02 {
	width: 28%;
	margin-right: 4%;
}
.footer .footernav02 li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 0.1px;
}
.footer .footernav02 li:before {
	content: "\f363";
	position: absolute;
	left: 0;
	top: 0px;
	font-family: "Ionicons";
	font-size: 19px;
}
.footer .footernav03 {
	width: 35%;
}
.footer .footernav03 span {
	display: block;
	margin-bottom: 23px;
}
.footer .footernav03 p {
	font-weight: 600;
	margin-bottom: 12px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul li {
	
}
.footer ul li a {
	color: #868686;
	font-size: 14px;
}
.footer ul li a:hover {
	color: #fff;
}
.footer .bottom {
	/*margin-top: 69px;*/
	padding: 20px 0 37px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #757575;
	background-color: #181818;
}
.footer .bottom p {
	margin: 0;
	text-indent: 3px;
}
.footer .totop {
	text-transform: uppercase;
	text-align: right;
	font-weight: 600;
}
.footer .totop a {
	color: #757575;
}
.footer .totop a:hover {
	color: #dcdcdc;
}
.footer .totop a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.footer .totop img {
	position: relative;
	top: -1px;
	margin-left: 8px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.footer ul.socials {
	text-align: right;
}
.footer .socials li {
	display: inline-block;
}
.footer ul.socials li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #434343;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	color: #cdcdcd;
}
.footer ul.socials li a:hover {
	color: #ffffff;
	background: #f9bb1e;
}
















@media screen and (max-width:640px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.RightText{text-align: center;}
}
@media screen and (max-width:600px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
}
@media screen and (max-width:568px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
	
	.sticky01{z-index:999;}
}
@media screen and (max-width:480px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.sticky01{z-index:999;}
}
@media screen and (max-width:414px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.sticky01{z-index:999;}
}
@media screen and (max-width:384px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.sticky01{z-index:999;}
}
@media screen and (max-width:360px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.sticky01{z-index:999;}
}
@media screen and (max-width:320px) {
.sticky02{position:fixed; z-index:999; bottom:-2px; left:55%; margin-left:-87px;}
.sticky01{z-index:999;}
}













