
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(0,0,0);}
::-webkit-scrollbar-thumb{background:rgb(0,0,0);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgba(255,255,255,0.97); opacity:.68;}
*::-moz-input-placeholder{color:rgba(255,255,255,0.97); opacity:.68;}
*::-ms-input-placeholder{color:rgba(255,255,255,0.97); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(0,0,0); font-size:14px; font-weight:400; line-height:2; color:rgba(255,255,255,0.97);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgba(255,255,255,0.97); transition:.3s;}
a:hover{color:rgb(0,0,0);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(0,0,0); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(0,0,0); border-color:rgb(0,0,0); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:2; height:46px; font-size:14px;}
select[multiple],
textarea{height:130px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgb(0,0,0);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgb(0,0,0);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgb(0,0,0);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgb(0,0,0);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgb(0,0,0);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:rgba(255,255,255,0.97);
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
	color:rgb(0,0,0);
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}
a[button="button"]:hover {
	color:#000000;
}
p,.text{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	color:rgba(255,255,255,0.97);
}

::-webkit-input-placeholder{color: #848484;}
::-moz-input-placeholder{color: #848484;}
::-ms-input-placeholder{color: #848484;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}

.btn-style-one:hover{
	color: rgb(0,0,0);
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 18px 56px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	color: #fff;
	background-color: rgb(0,0,0);
}

.btn-style-one:hover .btn-title{
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	color:rgb(0,0,0);
}

.btn-style-one .btn-title:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing:1px;
	text-transform:uppercase;
	color: rgb(0,0,0);
}

.btn-style-two:hover{
	color: rgb(0,0,0);
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	z-index:1;
	padding: 8px 28px;
	background-color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	color:#ffffff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two .btn-title:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	background-color: rgb(0,0,0);
}

.btn-style-two:hover  .btn-title:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#f1ecff;
	font-weight:500;
	padding: 10px 32px;
	background-color: #1a2940;
	overflow: hidden;
	border-radius: 5px;
	transition: all 300ms linear;
}

.btn-style-three .btn-title{
	position: relative;
}

.btn-style-three:hover{
	color:#1a2940;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-three:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); 
}

.btn-style-three:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border: 1px solid #333333;
	background-color: #333333;
}

.btn-style-four:hover{
	color: #333333;
	border: 1px solid #ffffff;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-left: 40px;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 30px;
	color: #341c77;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: rgb(0,0,0);
}

.social-icon-one li:first-child{
	margin-left: 0;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: rgb(0,0,0);
}

.social-icon-two li:first-child{
	margin-left: 0;
}

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:18px;
	line-height:26px;
	color: #222222;
	font-weight:500;
	padding-left:25px;
	margin-bottom: 13px;
}

.list-style-one li:before{
	content: "\f00c";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:14px;
	line-height: 26px;
	padding: 0px;
	font-weight:900;
	font-family: "FontAwesome";
	color:rgb(0,0,0);
}

.list-style-one li a:hover{
	color: #44bce2;
}

.theme_color{
	color:rgb(0,0,0);
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 99999;
	background-color:rgb(252,107,0);
}

.main-header .header-top{
	position: relative;
}

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .info-list{
	position: relative;
	float: right;
}

.main-header .header-top .info-list li{
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding: 20px 0px;
	color:rgba(255,255,255,0.97);
}

.main-header .header-top .info-list li a{
	display: inline-block;
	color: #c8bee3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover{
	color: rgb(0,0,0);
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .top-right .social-icons{
	position:relative;
	padding:22px 0px;
}

.main-header .header-top .top-right .social-icons li{
	position:relative;
	margin-left:25px;
	display:inline-block;
}

.main-header .header-top .top-right .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .top-right .social-icons li a:hover{
	color:rgb(0,0,0);
}
.main-header .header-top .weixin_code{
	display: none;
    position: absolute;
    left: -50px;
    top: 25px;
    z-index: 2;
	width: 120px;
	height: auto;
	padding: 10px;
	background: #fff;
}
.main-header .header-top .weixin_code img{
	display: block;
	margin: 0 auto;
}
.main-header .header-top .weixin:hover .weixin_code,.main-header .header-top .language:hover .langlist{
	display: block;
}
.main-header .header-top .langlist{
	display: none;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
	width: 120px;
	height: auto;
	padding: 10px;
	background: #fff;
}
.main-header .header-top .langlist li{
	margin-left:0!important;
}
.main-header .header-top .langlist li a{
	color: rgba(255,255,255,0.97)!important;
}
.main-header .header-top .langlist li a:hover{
	color:rgb(0,0,0)!important;
}
.main-header .header-top .langlist img{
	width: 24px;
	display: inline;
}

.main-header .header-upper{
	position: relative;
	background-color:rgb(0,0,0);
}

.main-header .header-upper .logo-outer{
	position: absolute;
	left: 50%;
	top: 0px;
	z-index:2;
	margin-top:-50px;
	transform: translateX(-50%);
}

.main-header .header-upper .logo{
	position: relative;
}


.main-header .header-upper .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 50px;
}

.main-header .header-upper .social-links{
	position: relative;
	float: left;
	padding: 39px 0;
	margin-left: 75px;
}

.main-header .nav-outer{
	position: relative;
	float: right;
	width:100%;
	z-index:1;
}

.main-header .header-upper .lowerbg{
	position:absolute;
	content:'';
	left: 50%;
    top: 0px;
    z-index: 2;
	width:542px;
	height:158px;
    margin-top: -1px;
    transform: translateX(-50%);
}

.main-header .header-lower{
	position: relative;
	width: 100%;
	border-top:1px solid #232323;
	border-bottom:1px solid #232323;
}

.main-menu{
	position:relative;
	float:left;
	width:100%;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	z-index:2;
	padding:25px 0px;
	margin-right: 65px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	line-height:30px;
	font-weight:700;
	opacity:1;
	padding: 0px;
	z-index:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	color:rgb(255,255,255);
	font-size:16px;
}

.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	height:3px;
	width:0px;
	z-index:-1;
	margin-top:-2px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:rgb(0,0,0);
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:200px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	border-top: 2px solid rgb(0,0,0);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:rgb(0,0,0);
}

.main-menu .navigation > li > ul > li:hover:before{
	width:100%;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#252525;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px;
}

.sticky-header .main-menu .navigation > li > a:before{
	display: none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:20px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:200px;
	z-index:100;
	display:none;
    padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	border-top: 2px solid rgb(0,0,0);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:rgb(0,0,0);
}

.main-menu .navigation > li > ul > li > ul > li:hover:before{
	width:100%;	
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#252525;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:20px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
	padding: 30px 0;
}

.main-header .outer-box .btn-box{
	position: relative;
	float: right;
}

.main-header .outer-box .btn-box .theme-btn{
	text-transform: uppercase;
	display: block;
}

.main-header .search-box-outer{
	position:relative;
	float: left;
	padding: 10px 30px;
	margin-left: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-box-outer:before{
	position: absolute;
	left: 0;
	top: 13px;
	height: 24px;
	width: 1px;
	background-color: #e8e8e8;
	content: "";
}

.main-header .search-box-btn{
	position: relative;
	float: left;
    font-size: 16px;
	line-height: 30px;
    background: none;
    color: #222222;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover{
	color: #343434;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:70px !important;
	left: auto !important;
	right: 0;
	padding:0px;
	width:280px;	
	border-radius:0px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	border-top:3px solid rgb(0,0,0);
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .outer-box .social-links{
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 20px 0;
	padding-left: 20px;
}

.main-header .outer-box .social-links:before{
	position: absolute;
	left: -3px;
	top: 15px;
	height: 35px;
	border-left: 1px solid #e5e5e5;
	content: "";
}

.header-style-two{
	position: relative;
}

.header-style-two .header-top .info-list li{
	padding:11px 0px;
}

.header-style-two .header-top .top-right .social-icons{
	padding:13px 0px;
}

.header-style-two .header-lower .logo-outer{
	position:relative;
	float:left;
	padding:11px 0px;
}

.header-style-two .header-lower .logo-outer .logo{
	position:relative;
	z-index:1;
}

.header-style-two .header-lower .logo-outer:before{
	position:absolute;
	content:'';
	right:-110px;
	top:0px;
	width:2000px;
	height:100%;
	background-size:cover;
	background:url(../box/bg/3.jpg) repeat;
}

.header-style-two .nav-outer{
	width:auto;
}

.header-style-two .main-menu .navigation > li{
	padding:31px 0px;
}

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
	background:rgb(0,0,0);
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding:10px 0 0 0;
}

.sticky-header .main-menu .navigation,
.sticky-header .main-menu .navigation > li{
	float: left;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: rgb(255,255,255);
	font-size:16px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: rgb(0,0,0);
}

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color:rgb(0,0,0);
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background:rgb(0,0,0);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	color:rgb(0,0,0);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	border-left:5px solid rgb(0,0,0);
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:rgb(0,0,0);	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	background:rgb(0,0,0);		
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .social-links li a:hover{
	color:rgb(0,0,0);	
}

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:60px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing:1px;
	text-transform: uppercase;
	color: rgb(0,0,0);
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:60px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 700;
	text-transform:uppercase;
}

.sec-title.light h2{
	color: #ffffff;
}

.banner-section{
	position: relative;
	background-color:rgba(255,255,255,0.04);
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:300px 0px;
}

.banner-section.style-two .slide-item{
	padding:300px 0px;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	z-index: 2;
}

.banner-carousel .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	opacity: .50;
	content: "";
	z-index:3;
	background-color:rgba(2,2,2,0.02);
}

.banner-carousel .content-box{
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0px;
	z-index:5;
}

.banner-section.style-two .content-box{
	max-width:100%;
	text-align:left;
	padding:0px;
}

.banner-carousel .content-box .content p{
	display: block;
	font-size: 130px;
	line-height: .9em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 30px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	text-transform:uppercase;
}

.banner-section.style-two .content-box .content p{
	margin-bottom: 20px;
}

.banner-carousel .active .content-box .content p{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 1.6em;
	color: rgba(255,255,255,0.60);
	font-weight: 400;
	opacity: 0;
	max-width:700px;
	margin-bottom: 40px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box{
	position: relative;
	opacity: 0;
	z-index: 9;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.style-two .banner-carousel .active .content-box .btn-box{
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section:hover .owl-nav{
	opacity:1;	
}

.banner-section .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	background: #ffffff;
	height: 80px;
	width: 40px;
	border-radius: 0;
	border: 2px solid #ffffff; 
	text-align: center;
	line-height: 80px;
	color: #020202;
	font-size: 24px;
	opacity: .90;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	background: #ffffff;
	height: 80px;
	width: 40px;
	border-radius: 0;
	border: 2px solid #ffffff; 
	text-align: center;
	line-height: 80px;
	color: #020202;
	font-size: 24px;
	opacity: .90;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	opacity: 1;
}

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 57px;
	text-align: center;
	padding-top: 20px;
	border-bottom: 13px solid #000000;
	background:url(../box/icons/pagers-curve.png) center top no-repeat;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #4d4d4d;
	border: 1px solid transparent;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
}

.banner-section.style-two .owl-dots{
	bottom: 40px;
	height: auto;
	padding: 0;
	border: none;
	background:none;
}
.subnav{
	position:relative;
	z-index:4;
	background:rgb(25,139,75);
}
.subnav ul>li>a{
	font-size:14px;
	font-size:15px;
}
.subnav ul li.on>a,.subnav ul li.pn>a{
	color:rgb(0,0,0);
}

.gallery-section{
	position:relative;
	padding:105px 0px 90px;
	background-size:cover;
	background-repeat:no-repeat;
}

.gallery-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.75);
}

.gallery-block{
	position:relative;
}

.gallery-block .inner-box{
	position:relative;
	border:1px solid #26292e;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:58px;
	top:58px;
	right:58px;
	bottom:58px;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner{
	position:static;
	height:100%;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content{
	position:absolute;
	left:0px;
	bottom:0px;
}

.gallery-block .inner-box .image .overlay-box .title{
	position:relative;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgb(0,0,0);
}

.gallery-block .inner-box .image .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	line-height:1.1em;
	font-weight:700;
	text-transform:uppercase;
}

.gallery-block .inner-box .image .overlay-box h2 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box h2 a:hover{
	color:rgb(0,0,0);
}

.gallery-block .inner-box .image .overlay-box .play-box{
	position:relative;
	left:0px;
	top:0px;
	width:72px;
	height: 72px;
	text-align:center;
	line-height: 70px;
	display:inline-block;
	box-shadow:inset 0 0 45px rgba(0,0,0,0.40);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box .play-box span{
	position: relative;
	width:72px;
	height: 72px;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	padding-left:4px;
	display: inline-block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgb(0,0,0);
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple,
.gallery-block .inner-box .image .overlay-box .play-box .ripple:before,
.gallery-block .inner-box .image .overlay-box .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:72px;
	height: 72px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.gallery-block-two{
	position:relative;
	margin-bottom:30px;
}

.gallery-block-two .inner-box{
	position:relative;
	border:1px solid #26292e;
}

.gallery-block-two .inner-box .image:before{
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	bottom: -2px;
	right: -2px;
	border: 2px solid transparent;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-block-two .inner-box .image{
	position:relative;
	z-index: 1;
}

.gallery-block-two .inner-box:hover .image:before{
	border-color: rgb(0,0,0);
}

.gallery-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.gallery-block-two .inner-box .image .overlay-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.gallery-block-two .inner-box .image .overlay-box h3{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	padding:25px 55px;
	line-height:30px;
	background-color:rgba(55,134,255,0.80);
}

.gallery-block-two .inner-box .image .overlay-box h3 .icon{
	position:relative;
	font-size:20px;
	top:-1px;
	color:#ffffff;
	margin-right:10px;
	display:inline-block;
}

.productdetail-section{
	position:relative;
	padding:110px 0px 110px;
}
.productdetail-section .productdetail-info-tabs{
    padding: 40px 15px 20px;
}
.productdetail-section .productdetail-tabs{
	position:relative;
	border:1px solid #2e2d2d;
	border-top:none;
}

.productdetail-section .productdetail-tabs .tab-btns{
	position:relative;
	z-index:1;
	border:1px solid #2e2d2d;
	border-right:none;
	background:rgb(0,0,0);
}

.productdetail-section .productdetail-tabs .tab-btns .tab-btn{
	position:relative;
	left:-1px;
	display:block;
	float:left;
	margin-right:1px;
	font-size:16px;
	background:none;
	color:#848484;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	letter-spacing:1px;
	padding:18px 58px 18px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	text-transform:uppercase;
}

.productdetail-section .productdetail-tabs .tab-btns .tab-btn span{
	position:relative;
	z-index:1;	
}

.productdetail-section .productdetail-tabs .tab-btns .tab-btn:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;	
	background:rgb(0,0,0);
}

.productdetail-section .productdetail-tabs .tab-btns .tab-btn:hover:before,
.productdetail-section .productdetail-tabs .tab-btns .tab-btn.active-btn:before{
	width:100%;	
}

.productdetail-section .productdetail-tabs .tab-btns .tab-btn:hover,
.productdetail-section .productdetail-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
}

.productdetail-section .productdetail-tabs .tabs-content{
	position:relative;
}

.productdetail-section .productdetail-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.productdetail-section .productdetail-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.productdetail-section .productdetail-tabs .productdetail-block{
	border-bottom:1px solid #302f2f;
}

.productdetail-section .productdetail-tabs .productdetail-block:last-child{
	border-bottom:0px;
}

.productdetail-block{
	position:relative;
}

.productdetail-block .inner-block{
	position:relative;
	padding:50px 50px 0;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.productdetail-block .inner-block:hover{
	background-color:transparent;
}

.productdetail-section .tags-column{
	position:relative;
	padding: 20px 35px;
}

.productdetail-section .tags-column ul{
	position:relative;
}

.productdetail-section .tags-column ul li{
	position:relative;
	color:#848484;
	font-size:14px;
	padding:9px 35px 7px;
	display:inline-block;
	text-transform:uppercase;
	border:1px solid #2e2d2d;
}

.match-item{
	position:relative;
}

.match-item .inner-item{
	position:relative;
}

.match-item .inner-item .icon-box{
	position:relative;
	text-align:center;
	font-size:70px;
	color:#ffffff;
	line-height:1em;
	padding:30px 0px;
	background:#808080;
	background-size:cover;
}

.match-item .inner-item .icon-box .icon{
	position:relative;
}

.match-item .inner-item .product{
	position:relative;
	color:#848484;
	display:block;
	font-size:14px;
	text-align:center;
	margin-top:10px;
	padding:6px 0px;
	background:#000000;
	text-transform:uppercase;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.match-item .inner-item .product:hover{
	color:#ffffff;
	border-color:rgb(0,0,0);
	background-color:rgb(0,0,0);
}

.gallery-section-two .outer-container{
	position:relative;
	padding:0px 35px;
}

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	margin:0px;
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:1px;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background:rgba(0,0,0,0.70);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
	-moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
	transform: scaleY(0);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	width:50px;
	height:50px;
	margin:0px 5px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	opacity: 0;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
	display: block;
	width:50px;
	height:50px;
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	font-weight:400;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	z-index: 1;
	background-color:rgb(0,0,0);
}

.gallery-item .inner-box .overlay-inner .link:nth-child(1){
	top: -40px;
}

.gallery-item .inner-box .overlay-inner .link:nth-child(2){
	top: 40px;
}

.gallery-item .inner-box:hover .overlay-inner .link{
	top: 0;
	opacity: 1;
	transition:all 500ms ease 600ms;
	-webkit-transition:all 500ms ease 600ms;
	-ms-transition:all 500ms ease 600ms;
	-o-transition:all 500ms ease 600ms;
}

.gallery-item .inner-box:hover .overlay-inner .link{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover .icon{
	background-color:#ffffff;
	color:rgb(0,0,0);
}

.gallery-item .overlay-inner h4{
	margin-top: 20px;
}
.gallery-item .overlay-inner h3{
	margin-top: 10px;
}

.call-to-action-section{
	position:relative;
}

.news-section{
	position:relative;
	padding:70px 0px 80px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	display: block;
}

.news-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.70;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);	
}

.news-block .inner-box .lower-content{
	position:relative;
	margin-top:10px;
	padding:55px 50px;

}

.news-block .inner-box .lower-content .post-date{
	position:relative;
	font-size:14px;
	z-index:1;
	padding:7px 25px;
	line-height:24px;
	letter-spacing:1px;
	display:inline-block;
	background-color:#ffffff;
	text-transform:uppercase;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color:rgb(0,0,0);
}

.news-block .inner-box:hover .lower-content .post-date{
	color:#ffffff;
	background-color:rgb(0,0,0);
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:2px;
	margin-top:20px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:rgb(0,0,0);
}

.sponsors-section{
	position:relative;
	padding:90px 0px 90px;
	border-top:1px solid #302f2f;
}

.sponsors-section.no-border{
	border:none;
}

.sponsors-section.dark-bg{
	background:#000000;
	border:none;
}

.sponsors-section .sponsors-outer{
	position:relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsors-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
}

.sponsors-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity:0.2;
}

.sponsors-section .sponsors-outer .image-box img:hover{
	opacity:1;
}

.main-footer{
	position:relative;
	background-color:rgb(0,0,0);
}

.main-footer-bg{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 213px;
	background-size: cover;
}

.main-footer .widgets-section{
	position:relative;
	padding:100px 0px 70px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-title h2{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .text{
	position:relative;
	font-size:16px;
	line-height:2em;
	color:rgb(132,132,132);
}
.main-footer .logo-widget .text p{
	color:rgb(132,132,132);
}

.main-footer .links-widget .widget-content{
	padding-left:50px;
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:15px;
}

.main-footer .links-widget .list li a{
	position:relative;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	color:rgb(132,132,132);
}

.main-footer .links-widget .list li a:hover{
	color:rgb(0,0,0);
}

.main-footer .newsletter-widget .text{
	position:relative;
	font-size:16px;
	line-height:2em;
	margin-bottom:25px;
	color:rgb(132,132,132);
}


.search-form{
	position:relative;
}

.search-form form{
	position:relative;
}

.search-form .form-group{
    position: relative;
}

.search-form .form-group input[type="text"]{
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 80px;
	display:inline-block;
    font-size: 16px;
    background: none;
	font-weight:400;
	color:#ffffff;
	border:1px solid rgba(0,0,0,0);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:#1b1a1a;
}

.search-form .form-group input[type="text"]:focus{
	border-color:rgb(0,0,0);
}

.search-form .form-group input::-webkit-input-placeholder{
	color:rgb(132,132,132);
}

.search-form .form-group i{
	position: absolute;
	width:70px;
	top: 25%;
	right: 0px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-align:center;
	padding:0px;
	display:inline-block;
	background:none;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid #302f2f;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:15px;
	color:rgb(132,132,132);
}

.main-footer .footer-bottom .beian{
	text-align:right;
}
.main-footer .footer-bottom .beian a{
	color:rgb(132,132,132);
}
.main-footer .footer-bottom .scroll-to-top{
	position:absolute;
	left:50%;
	top:-30px;
	width:53px;
	height:53px;
	color:#ffffff;
	font-size:20px;
	line-height:53px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius: 0px;
	margin-left:-26px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	background:rgb(0,0,0);
}

.main-footer .footer-bottom .scroll-to-top:hover{
	background:#ffffff;
	color:rgb(0,0,0);
}

.welcome-section-two{
	position:relative;
	padding:0px 0px 0px;
}

.welcome-section-two .auto-container{
	position:relative;
	padding-top:110px;
}

.welcome-section-two .auto-container:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:200000px;
	height:100%;
	background-color:#000000;
}

.welcome-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.welcome-section-two .title-column .inner-column{
	position:relative;
	z-index:1;
	padding-right:70px;
}

.welcome-section-two .title-column .sec-title{
	margin-bottom:30px;
}

.welcome-section-two .title-column .text{
	position:relative;
	color:#848484;
	font-size:20px;
	line-height:1.7em;
	margin-bottom:45px;
}

.welcome-section-two .image-column{
	position:relative;
}

.welcome-section-two .image-column .inner-column{
	position:relative;
}

.welcome-section-two .image-column .image{
	position:relative;
}

.welcome-section-two .image-column .image img{
	max-width:inherit;
}

.call-to-action-section{
	position:relative;
	text-align:center;
	padding:115px 0px 115px;
	background-size:cover;
}

.call-to-action-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.40);
}

.call-to-action-section .content{
	position:relative;
}

.call-to-action-section .content .play-box{
	position:relative;
	left:0px;
	top:0px;
	width:72px;
	height: 72px;
	text-align:center;
	line-height: 70px;
	display:inline-block;
	box-shadow:inset 0 0 45px rgba(0,0,0,0.40);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.call-to-action-section .content .play-box span{
	position: relative;
	width:72px;
	height: 72px;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	padding-left:4px;
	display: inline-block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgb(0,0,0);
}

.call-to-action-section .content .play-box .ripple,
.call-to-action-section .content .play-box .ripple:before,
.call-to-action-section .content .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:72px;
	height: 72px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.call-to-action-section .content .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.call-to-action-section .content .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.call-to-action-section .content h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	letter-spacing:1px;
	line-height:1.1em;
	font-weight:700;
	margin-top:50px;
	text-transform:uppercase;
}

.page-banner{
	position:relative;
	text-align: center;
	border-bottom: 1px solid #302f2f;
	padding:200px 0;
}

.page-banner .inner-container{
	position: relative;
	z-index:5;
}

.page-banner h1{
	position:relative;
	font-size:70px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.page-banner .bread-crumb {
	position: relative;
	display: inline-block;
	
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
    content: ".";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover{
	color:rgb(0,0,0);	
}

.download-block-two{
	position:relative;
	margin-bottom:90px;
	padding-bottom:90px;
	border-bottom:1px solid #302f2f;
}

.download-block-two .inner-box{
	position:relative;
	padding-right:70px;
	padding-left:135px;
}

.download-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:94px;
	height:94px;
	color:#ffffff;
	font-size:40px;
	line-height:92px;
	text-align:center;
	border:1px solid #302f2f;
	background:#808080;
	background-size:cover;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.download-block-two .inner-box .icon-box .icon{
	position:relative;
}

.download-block-two .inner-box:hover .icon-box{
	color:rgb(0,0,0);
}

.download-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
}

.download-block-two .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.download-block-two .inner-box:hover h3 a{
	color:rgb(0,0,0);
}

.download-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.9em;
	margin-top:30px;
}

.download-block-two.alternate{
	padding-left:80px;
}

.download-block-two.alternate .inner-box{
	padding-right:0px;
}

.match-single{
	position: relative;
}

.match-single .title-box{
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 55px;
	border-bottom: 1px solid #302f2f;
}

.match-single .title-box .recent-result{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	color: rgb(0,0,0);
}

.match-single .title-box .recent-result span{
	color: #ffffff;
	margin-left:10px;
}

.match-single .title-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}

.match-single .title-box .date{
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #848484;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 400;
}

.match-single .team-box{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #302f2f;
	margin-bottom: 55px;
}

.match-single .team-box:before{
	position:absolute;
	top:95px;
	left: 50%;
	content:'vs';
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	line-height:68px;
	text-align:center;
	margin-left: -35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
}

.match-single .team-box .match-item{
	position: relative;
	max-width: 225px;
	width: 100%;
	margin-bottom: 30px;
}

.match-single .team-box .match-item .inner-item .icon-box{
	font-size: 90px;
	padding: 70px 0px;
}

.match-single .team-box .match-item .inner-item .product{
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 15px 0px;
}

.match-single .text-box{
	position: relative;
	border-bottom: 1px solid #302f2f;
	margin-bottom: 50px;
}

.match-single .text-box p{
	position: relative;
	font-size: 16px;
	line-height: 2em;
	color: #848484;
	font-weight: 400;
	margin-bottom: 50px;
}

.match-single .text-box .column{
	position: relative;
	margin-bottom: 50px;
}

.match-single .text-box .image{
	position: relative;
	margin-bottom: 0;
}

.match-single .text-box .image img{
	width: 100%;
	height: auto;
}

.news-section.style-two{
	padding: 120px 0 60px;
}

.news-section.style-two .news-block{
	position: relative;
	margin-bottom: 60px;
}

.blog-detail{
	position: relative;
	border-bottom: 1px solid #302f2f;
	margin-bottom: 50px;
}

.blog-detail .image-box{
	position: relative;
	padding-bottom: 40px;
}

.blog-detail .image-box .image{
	position: relative;
	margin-bottom: 0;
	border: 1px solid #302f2f;
}

.blog-detail .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.blog-detail .lower-content{
	position: relative;
	padding: 0 0 50px;
}

.blog-detail .lower-content .post-date{
	position:relative;
	color:#ffffff;
	font-size:14px;
	z-index:1;
	padding:9px 30px 7px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	margin-bottom: 25px;
	background-color:rgb(0,0,0);
}

.blog-detail .lower-content h3{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.blog-detail .post-info {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.blog-detail .post-info li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-transform:uppercase;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
	color: rgb(0,0,0);
}

.blog-detail .post-info li:before{
	position: absolute;
	right: -3px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
    content: ".";
	color: rgb(0,0,0);
}

.blog-detail .post-info li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.blog-detail .post-info li:last-child:before{
	display: none;
}

.blog-detail .post-info li a{
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:rgb(0,0,0);
}

.blog-detail .post-info li a:hover{
	color:#ffffff;	
}

.blog-detail .lower-content p{
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #848484;
	font-weight: 400;
}

.post-share-options{
	position:relative;
	margin-bottom: 50px;
}

.post-share-options .tags{
	position: relative;
	display: inline-block;
	
}

.post-share-options .tags li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
	letter-spacing: 1px;
	padding-right:  15px;
	margin-right: 15px;
	color: rgb(0,0,0);
}

.post-share-options .tags li:before{
	position: absolute;
	right: -3px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
    content: ".";
	color: rgb(0,0,0);
}

.post-share-options .tags li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.post-share-options .tags li:last-child:before{
	display: none;
}

.post-share-options .tags li a{
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:rgb(0,0,0);
}

.post-share-options .tags li a:hover{
	color:#ffffff;	
}

.post-share-options .social-links{
	position: relative;
}

.post-share-options .social-links li{
	position: relative;
	display: inline-block;
	margin-left: 35px;
}

.post-share-options .social-links li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-share-options .social-links li a:hover{
	color: rgb(0,0,0);
}

.post-share-options .social-links li:first-child{
	margin-left: 0;
}

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:50px;
}

.sidebar-widget{
    position:relative;
    padding: 45px 50px;
    border: 1px solid #302f2f;
    margin-bottom:30px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-widget .sidebar-title{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
}

.sidebar-widget .widget-content{
	position: relative;
}
.sidebar-widget .widget-content a{
	color:#fff;
}

.sidebar-title{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:25px;
}

.sidebar .search-box{
	position: relative;
	padding: 22px 50px;
}

.sidebar .search-box form{
	position:relative;
	margin:0px;	
}

.sidebar .search-box form input[type="text"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height:30px;
	width:100%;
	height:50px;
	color:#ffffff;
	font-weight: 500;
	border: 0;
	background:transparent;
	padding:10px 50px 10px 0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box form button{
	position:absolute;
	right: 0;
	top: 0;
	height:50px;
	display:block;
	font-size:18px;
	line-height:100%;
	font-weight:normal;
	background:transparent;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color:rgb(0,0,0);
}

.sidebar .search-box form button:hover{
	color:#ffffff;
	text-shadow: 0px 2px 0px rgb(0,0,0);
}

.sidebar .popular-posts .post{
	position:relative;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.15);
	margin-bottom: 25px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sidebar .popular-posts .post .post-inner{
	position:relative;
	padding-left:80px;
	min-height:60px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:60px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#848484;
	text-transform: uppercase;
}

.sidebar .popular-posts .post .text a{
	color:#848484;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:rgb(0,0,0);
}

.sidebar .popular-posts .post-info{
	position:relative;
	display: block;
	font-size:14px;
	font-weight:600;
	line-height:1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 13px;
	color:rgb(0,0,0);
}

.blog-categories{
	position:relative;
}

.blog-categories li{
	position:relative;
	margin-bottom: 26px;
}

.blog-categories li a{
	position:relative;
	font-size:16px;
	line-height: 26px;
	color:#848484;
	display:block;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.blog-categories li a:hover{
	color:rgb(0,0,0);
}

.blog-categories li:last-child{
	margin-bottom: 0;
}

.sidebar .popular-tags .widget-content{
	position: relative;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	font-size:12px;
	line-height:24px;
	padding: 3px 20px;
	text-align:center;
	background:#ffffff;
	font-weight:400;
	background-color: #ffffff;
	text-transform:uppercase;
	letter-spacing: 0.04em;
	margin: 0 10px 15px 0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:rgb(0,0,0);
}

.sidebar .popular-tags a:hover{
	color:#ffffff;
	background-color:rgb(0,0,0);
}

.next-match-widget{
	position: relative;
}

.next-match-widget .team-box{
	position: relative;
}

.next-match-widget .team-box:before {
    position: absolute;
    top: 30px;
    left: 50%;
    content: 'vs';
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-left: -20px;
    letter-spacing: 1px;
    background-color: #000000;
    border: 1px solid #302f2f;
}

.next-match-widget .title-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform:uppercase;
	margin-bottom: 10px;
	color: rgb(0,0,0);
}

.next-match-widget .title-box h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.next-match-widget .title-box h4 a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.next-match-widget .title-box h4 a:hover{
	color: rgb(0,0,0);
}

.next-match-widget .title-box .date{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #848484;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 400;
}

.next-match-widget .team-box .match-item {
    position: relative;
    max-width: 92px;
    width: 100%;
    margin-bottom: 30px;
}

.next-match-widget .match-item .inner-item .icon-box{
	font-size: 36px;
	padding: 30px 0 30px;
}

.next-match-widget .inner-item .product{
	font-size: 12px;
}

.studio-widget{
	position: relative;
	padding: 0;
}

.studio-widget .widget-content{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 390px;
}

.studio-widget .widget-content .title{
	position: absolute;
	right: 0;
	bottom: 30px;
	padding: 0 40px;
	text-align: right;
	font-size: 40px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.studio-widget .widget-content .title a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.studio-widget .widget-content .title a:hover{
	color: rgb(0,0,0);
}

.upcoming-widget{
	position: relative;
}

.upcoming-widget .upcoming-match{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #302f2f;
	margin-bottom: 30px;
}

.upcoming-widget .upcoming-match:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.upcoming-widget .upcoming-match .inner{
	position: relative;
	padding-left: 165px;
	min-height: 57px;
}

.upcoming-widget .team-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
}

.upcoming-widget .team-box:before{
	position:absolute;
	top:19px;
	left: 50%;
	content:'vs';
	width:20px;
	height:20px;
	color:#ffffff;
	font-size:10px;
	line-height:18px;
	text-align:center;
	display:inline-block;
	margin-left: -10px;
	background-color:#000000;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.upcoming-widget .upcoming-match:hover .team-box:before{
	color:#ffffff;
	border-color:rgb(0,0,0);
	background-color:rgb(0,0,0);
}

.upcoming-widget .match-item{
	position:relative;
}

.upcoming-widget .match-item .icon-box{
	position:relative;
	text-align:center;
	font-size:26px;
	color:#ffffff;
	width: 52px;
	height: 57px;
	line-height: 55px;
	background:#808080;
	background-size:cover;
}

.upcoming-widget .match-item .icon-box .icon{
    position: relative;
    text-shadow: 2px 2px 0px rgb(0,0,0);
}

.upcoming-widget .upcoming-match .date{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 27px;
	color: #848484;
	font-weight: 400;
	text-transform: uppercase;
	top: 15px;
}

.upcoming-widget .upcoming-match .overlay-link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.group-title{
	position: relative;
	margin-bottom: 50px;
}

.group-title h3{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.image-info-section{
 	position: relative;
	padding:120px 0px 90px;
}

.image-info-section .image-column{
	position:relative;
	margin-bottom:30px;	
}

.image-info-section .image-column .inner{
	position:relative;
	display:block;	
}

.image-info-section .text-column{
	position:relative;
	margin-bottom:30px;
	order:12;
}

.image-info-section .text-column .inner{
	position:relative;
	display:block;
	padding-left: 30px;
	padding-top:70px;	
}

.image-info-section .text-column .title-box{
	position:relative;
	margin-bottom:40px;
}

.image-info-section .text-column .title-box .user-title{
	position:relative;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.image-info-section .text-column .title-box .user-info{
	position:relative;
	font-size: 20px;
	text-transform:uppercase;
	color: rgb(0,0,0);
}

.image-info-section .text-column .text{
	position:relative;
	color: #848484;
	margin-bottom: 50px;
}

.image-info-section .social-icons{
	position:relative;
	padding-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.20);
}

.image-info-section .social-icons li{
	position:relative;
	margin-right:28px;
	display:inline-block;
}

.image-info-section .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.image-info-section .social-icons li a:hover{
	color:rgb(0,0,0);
}

.gallery-section-three{
	position:relative;
	padding:120px 0px 90px;
}
@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}

@media only screen and (max-width: 1600px){
	.banner-carousel .content-box .content p{
		font-size:100px;
		line-height:1.1em;	
	}
}

@media only screen and (max-width: 1340px){
	.banner-carousel .content-box .content p{
		font-size:84px;
	}
	
	.sec-title h2,
	.facts-section .content h2{
		font-size:56px;	
	}
	
	.sec-title .title{
		font-size:18px;	
	}
	
	.default-portfolio-item .overlay-inner h3,
	.gallery-block .inner-box .image .overlay-box h2{
		font-size:36px;
		line-height:1.2em;	
	}
	
	.gallery-block .inner-box .image .overlay-box{
		left:30px;
		top:30px;
		bottom:24px;
		right:30px;	
	}
	
	.gallery-block-two .inner-box .image .overlay-box h3{
		padding:24px 30px;	
	}
	
	.welcome-section-two .title-column .inner-column{
		padding-right:0;	
	}
	
	.page-banner h1{
		font-size:56px;	
	}
}

@media only screen and (max-width: 1139px){
	.sec-title h2{
		font-size:48px;	
	}
		
	.news-block .inner-box .lower-content{
		padding:40px 20px;	
	}
		
	.call-to-action-section .content h2{
		font-size:48px;	
	}
	
	.contact-form-section .title-column .inner-column{
		padding-right:0;	
	}
	
	.image-block .inner-box .lower-content{
		padding:30px 30px;	
	}
	
	.image-info-section .text-column .inner{
		padding-left:0;
		padding-top:0;	
	}
	
	.sidebar .search-box{
		padding:22px 30px;	
	}
	
	.sidebar-widget{
		padding:30px 30px;	
	}
	
	.blog-detail .post-info{
		margin-bottom:20px;	
	}
	
	.blog-detail .lower-content p{
		line-height:1.7em;	
	}
	
	.studio-widget .widget-content .title{
		font-size:30px;
		line-height:1.3em;	
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}
@media only screen and (max-width: 1024px){
	.banner-carousel .slide-item{
		padding: 200px 0;
	}
	.sidebar-page-container,.gallery-section-three{
		position:relative;
		padding:50px 0px;
	}
}
@media only screen and (max-width: 1023px){
	.main-header .nav-outer .main-menu,
	.sticky-header{
		display: none !important;
	}

	.nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0;
		padding: 24px 0;
	}
	
	.main-header .header-upper .lowerbg{
		display:none;	
	}
	
	.main-header .header-upper .logo-outer{
		position:relative;
		left:0;
		top:0;
		width:auto;
		height:auto;
		padding:15px 0px;
		margin:0;
		float:left;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);	
	}
	
	.main-header .nav-outer{
		width:auto;
		float:right;	
	}
	
	.banner-carousel .slide-item,
	.banner-section.style-two .slide-item{
		padding:150px 0px;	
	}
	
	.banner-carousel .content-box .content p{
		font-size:64px;
	}
	
	.banner-carousel .content-box .text{
		font-size:20px;
		line-height:1.5em;	
	}
	
	.banner-section .owl-nav{
		display:none;	
	}
	
	.productdetail-section .productdetail-tabs .tab-btns .tab-btn{
		padding:15px 30px;	
	}
	
	.productdetail-section .tags-column{
		margin-bottom:30px;	
	}
	
	.productdetail-block .match-column .inner-column{
		padding-left:0;	
	}
			
	.sec-title h2{
		font-size:36px;	
	}
	
	.sec-title .title{
		font-size:16px;	
	}
	
	.btn-style-one .btn-title,
	.comment-form .form-group .btn-title{
		padding:12px 45px;
		font-size:15px;	
	}
	
	.default-portfolio-item .overlay-inner h3,
	.gallery-block .inner-box .image .overlay-box h2{
		font-size:30px;	
	}
	
	.news-block .inner-box .lower-content{
		padding:30px 20px;	
	}
	
	.main-footer .footer-bottom{
		text-align:center;
		padding-top:60px;	
	}
	
	.main-footer .footer-bottom .column{
		width:100%;
	}
	
	.main-footer .footer-bottom .beian{
		padding-top:20px;
		text-align:center;	
	}
	
	.call-to-action-section .content h2{
		font-size:36px;	
	}
	
	.welcome-section-one .image-column .image img,
	.welcome-section-two .image-column .image img{
		max-width:100%;	
	}
		
	.page-banner h1{
		font-size:48px;	
	}
	
	.image-block .inner-box .lower-content{
		padding:30px 20px;	
	}
	
	.download-block-two,
	.download-block-two.alternate{
		margin-bottom:50px !important;
		padding-left:0px;
		padding-bottom:50px !important;
		border-bottom: 1px solid #302f2f !important;
	}

	.download-block-two .inner-box{
		padding-right:0;	
	}
}
@media(min-width:992px){
	.subnav ul{
		text-align:center;
		font-size:0;
	} 
	.subnav ul>li{
		display:inline-block;
		position:relative;
	}
	.subnav ul>li>a{
		display:block;
		padding:15px;
	}
	.subnav ul>li.has>a:after{
		display:inline-block;
		content:'\2228';
		margin-left:3px;
		transition:transform .3s;
	}
	.subnav ul>li.has:hover>a:after{
		transform:rotate(180deg);
	}
	.subnav ul>li ul{
		position:absolute;
		left:100%;
		top:0;
		width:140px;
		white-space:nowrap;
		text-align:center;
		background:#fff; 
		visibility:hidden;
		opacity:0;
		transition:.05s;
		transform:scale(0);
		transform-origin:top center;
	}
	.subnav ul>li ul ul{
		transform-origin:left center;
	}
	.subnav ul>li>ul li.parent{
		display:none;
	}
	.subnav ul>li>ul li.right ul{
		left:auto;
		right:100%;
		transform-origin:right center;
	}
	.subnav ul li:hover>ul{
		visibility:visible;
		opacity:1;
		transition:.3s;
		transform:scale(1);
	}
	.subnav ul>li>ul{
		left:50%;
		top:100%;
		width:140px;
		margin-left:-70px;
	}
	.subnav ul>li ul{
		box-shadow:0 0 5px rgba(0,0,0,.1);
	}
	.subnav ul>li ul>li{
		position:relative;
		display: block;
		border-bottom:1px solid #f0f0f0;
	}
	.subnav ul>li ul>li:last-child{
		border: 0;
	}
	.subnav ul>li ul>li>a{
		display:block;
		padding:8px 0;
		font-size:14px;
	}
}
@media(max-width:991px){
	.subnav ul{
		overflow:auto;
		white-space:nowrap;
		font-size:0;
		text-align:center;
	}
	.subnav ul>li{
		display:inline-block;
		padding:8px;
	}
	.subnav ul>li ul{
		position:absolute;
		background:#fff;
		top:100%;
		left:0;
		right:0;
		visibility:hidden;
		opacity:0;
		transition:.3s;
		transform:translateY(-8px);
	}
	.subnav ul>li.active{
		background:#fff;
	}
	.subnav ul>li.active>ul{
		visibility:visible;
		opacity:1;
		transform:translateY(-2px);
	}
	.subnav ul>li ul>li>a{
		font-size:14px;
	}
	.subnav ul>li>ul li.parent.pn>a{
		color:rgba(255,255,255,0.97);
	}
	.subnav ul::-webkit-scrollbar{
		height:1px;
		background:rgb(25,139,75);
	}
	.subnav ul::-webkit-scrollbar-track-piece{
		height:1px;
	}
	.subnav ul::-webkit-scrollbar-thumb{
		background:rgba(0,0,0,0);
		transition:.2s;
	}
	.subnav ul:hover::-webkit-scrollbar-thumb{
		background:rgb(0,0,0);
	}
}
@media only screen and (max-width: 767px){	
	.header-top{
		display: none;
	}
	.banner-carousel .content-box .content{
		font-size:48px;
	}
	
	.banner-carousel .content-box .text{
		font-size:18px;
		line-height:1.6em;
	}
	
	.productdetail-block .inner-block{
		 padding:30px 20px 0;	
	}
	
	.facts-section .content h2{
		font-size:30px;	
	}
	
	.productdetail-block .match-column .match-item:first-child{
		margin-bottom:70px;	
	}
	
	.productdetail-block .match-column .match-item:first-child::before{
		top:auto;
		bottom:-55px;
		left:50%;
		margin-left:-20px;	
	}
	
	.productdetail-section .tags-column{
		padding: 10px 20px;
	}
	
	.productdetail-section .productdetail-tabs .tab-btns .tab-btn{
		width:100%;
		text-align:center;
		border-bottom:1px solid #2e2d2d;	
	}
	
	.productdetail-section .productdetail-tabs .tab-btns .tab-btn:last-child{
		border:none;	
	}
	
	.main-footer .links-widget .widget-content,
	.download-block-two .inner-box{
		padding-left:0;	
	}
	
	.download-block-two .inner-box .icon-box{
		position:relative;
		left:0;
		top:0px;
		margin:0 0 30px;	
	}
	
	.sec-title h2{
		font-size:30px;	
	}
	
	.gallery-block .inner-box .image .overlay-box h2{
		font-size:26px;
	}	
	.gallery-item .overlay-inner h4{
		margin-top: 10px;
	}
	.gallery-item .overlay-inner h3{
		margin-top: 5px;
	}

	.call-to-action-section .content h2{
		font-size:30px;	
	}
	
	.page-banner{
		padding:40px 0;
	}
	.page-banner h1{
		font-size:40px;	
	}
	
	.post-share-options .pull-left,
	.post-share-options .pull-right{
		width:100%;
		text-align:left;	
	}
	
	.group-title{
		margin-bottom:30px;	
	}
	
	.group-title h3{
		font-size:26px;	
	}
	
	.studio-widget .widget-content .title{
		right:20px;
		bottom:20px;
		padding:0;
	}
	
	.banner-carousel .slide-item,
	.banner-section.style-two .slide-item{
		padding:120px 0px;
	}
}

@media only screen and (max-width: 599px){
	.main-header .header-top .top-left{
		display:none;	
	}
	
	.main-header .header-top .top-right{
		width:100%;
		text-align:center	
	}
	
	.news-block .inner-box .lower-content h3{
		font-size:20px;	
	}
	
	.match-single .team-box .match-item{
		width:100%;
		max-width:none;
	}
	
	.match-single .team-box:before{
		display:none;	
	}
	
	.match-single .team-box .match-item:first-child{
		margin-bottom:80px;	
	}
	
	.match-single .team-box .match-item:first-child:before{
		position: absolute;
		bottom: -65px;
		left: 50%;
		content: 'vs';
		width: 50px;
		height: 50px;
		color: #ffffff;
		font-size: 20px;
		line-height: 48px;
		text-align: center;
		margin-left: -25px;	
		background-color: rgb(0,0,0);
		border: 1px solid rgb(0,0,0);
	}
}

@media only screen and (max-width: 479px) {
	.sidebar .search-box{
		padding:20px 20px;	
	}
	
	.sidebar-widget{
		padding:30px 20px;	
	}
}