﻿@charset "utf-8";

/* ---------------------------FONT------------------------------- */


@import url(fonts.css);



/* -------------------------------BODY---------------------------- */


*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: 'Tahoma', sans-serif;
	font-size:17px;
	color:#727586;
	background:url('../images/section-bg.jpg') repeat #14141e;
	line-height:1em;
}

a{
	text-decoration:none;
}

a img{
	border:none;
	outline:none;
}

img{
	max-width:100%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

ul,
ol{
	list-style:none;
}

input,
textarea,
button{
	border:none;
	outline:none;
}


a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color:#bad433;
	text-align: center;
	text-transform: uppercase;
	padding:10px 0;
	line-height: 1.4em;
}

h1 span{
	color:#ffffff;
}

p{
	font-family: 'Arial';
	line-height: 1.5em;
	padding:20px 0;
	text-align: center;
}

.clearFix{
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}

.frame{
	max-width:1200px;
	margin:auto;
}

#wrapper{
	width:100%;
	min-width: 300px;
	margin:0;
	padding:0;
}





/****************************************************************************************************

***********************************************  INDEX.HTML  ****************************************

*****************************************************************************************************/


/*****       Header       *****/

header,
#header{
	width: 100%;
	padding-bottom:80px;
	background:url('../images/section-bg.jpg') repeat #14141e;
}

.top-logo{
	text-align: center;
	padding:80px;
}

.top-logo img:first-child{
	margin-right:10px;
}

.tp-banner-container{
	max-width:1200px;
	position:relative;
	padding:0;
	margin:auto;
}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

/*****       Main       *****/

/* Start About Us */

div.about-us{
	width:100%;
	overflow: hidden;
	padding:80px 0;
	background-color:#08080d;
	border-top:1px solid #181a1f;
}

.members{
	padding:10px 0;
}

.member-box{
	width:280px;
	border-radius: 3px;
	padding:8px;
	text-align: center;
	border:1px dotted #2f351b;
	float:left;
	margin:2% 5% 4% 5%;
	position: relative;
}

.member-inner-box{
	position: relative;
	background:url('../images/box-bg.png') repeat;
	border-radius: 3px;
	padding:1px;
	z-index:4;
}

.member-box:before{
	content:url('../images/top-smoke.png');
	position: absolute;
	top:-15px;
	left:-25px;
	z-index:2;
}

.member-box:after{
	content:url('../images/bottom-smoke.png');
	position: absolute;
	bottom:-20px;
	right:-35px;
	z-index:2;
}

.member-box-bg{
	width: 99.99%;
	position: relative;
	z-index:4;
	background:#0d0e13;
}

.member-image{
	width:259px;
	height: 260px;
	overflow: hidden;
	background:#0d0e13;
	border-radius: 3px 3px 0 0;
}

.member-box:hover .member-image img{
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);
}

.member-box h4{
	padding:30px 10px 0 10px;
}

.member-box h5{
	padding:10px;
	color:#d2d3d7;
	text-transform: initial;
	letter-spacing: 2px;
}

.member-box p{
	text-align: justify;
	padding:20px 15px;
}

.member-socials{
	text-align: center;
	padding:30px 0;
}

.member-socials a{
	margin:1px;
}

.member-socials a:hover{
	opacity: .8;
}

/* End About Us */


/* Start Gallery */

div.gallery{
	width:100%;
	overflow: hidden;
	padding:80px 0;
	background:url('../images/section-bg.jpg') repeat #14141e;
	border-top:1px solid #050608;
}

#team-gallery{
	width:100%;
	margin-top:40px;
}

#owl-gallery .item{
  background: transparent;
  padding:0;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#owl-gallery .item img{
	border:1px dotted #bad433;
}

#owl-gallery .item img:hover{
	opacity: .7;
}

.customNavigation{
  text-align: center;
  height:45px;
  margin-top:50px;
}

/* Catering Arrows */

.customNavigation a.prev{
  display:inline-block;
  padding:12px 20px 15px 20px;
  background: url('../images/assets/left-white.png') no-repeat center center;
  cursor:pointer;
}

.customNavigation a.next{
  display:inline-block;	
  padding:12px 20px 15px 20px;
  background: url('../images/assets/right-white.png') no-repeat center center;
  cursor:pointer;
  margin-left:50px;
}

.customNavigation a.prev:hover,
.customNavigation a.next:hover{
	opacity:.8;
	-webkit-transform:translateY(-1px);
	-moz-transform:translateY(-1px);
	-ms-transform:translateY(-1px);
	-o-transform:translateY(-1px);
	transform:translateY(-1px);
}

/* End Gallery */

/* Start Sponsors */

div.sponsors{
	width:100%;
	overflow: hidden;
	padding:80px 0;
	background-color:#08080d;
	border-top:1px solid #18191f;
}

.sponsor-box{
	padding-top:20px;
}

.sponsor-box img{
	display: block;
	margin:0 auto 15px auto;
}

.sponsor-box h2,
.sponsor-box h4{
	color:#ffffff;
	font-weight: normal;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	-ms-transition:all .7s;
	-o-transition:all .7s;
	transition:all .7s;
}


.sponsor-box a:hover img{
	opacity: .8;
}

.sponsor-box a:hover h2,
.sponsor-box a:hover h4{
	color:#bad433;
}

/* End Sponsors */

/* Start Sponsors */

div.contact-us{
	width:100%;
	overflow: hidden;
	padding:80px 0;
	background:url('../images/section-bg.jpg') repeat #14141e;
	border-top:1px solid #050608;
}

.contact-us form{
	max-width:530px;
	margin:20px auto;
}

form input{
	display: block;
	width:100%;
	height: 45px;
	line-height: 45px;
	font-family: 'Arial';
	color:#727586;
	background-color:#08080a;
	outline:none;
	border:none;
	margin-bottom:10px;
	border-radius: 3px;
	padding:0 15px;
	font-size:15px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

form textarea{
	display: block;
	width:100%;
	height: 135px;
	font-family: 'Arial';
	color:#727586;
	background-color:#08080a;
	margin-bottom:10px;
	border-radius: 3px;
	padding:15px;
	font-size:15px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.successBorder{
	border:1px solid #bad433;
	box-shadow:0px 0px 5px #bad433;
}

.errorBorder{
	animation:border 1s linear infinite alternate;
	-ms-animation:border 1s linear infinite alternate;
	-o-animation:border 1s linear infinite alternate;
	-moz-animation:border 1s linear infinite alternate;
	-webkit-animation:border 1s linear infinite alternate;
}

@keyframes border{
	0%{border:0; box-shadow:0;}
	100%{border:2px solid #ff0000; box-shadow:0px 0px 5px #ff0000; -webkit-box-shadow:0px 0px 5px #ff0000; -moz-box-shadow:0px 0px 5px #ff0000;}
}

@-ms-@keyframes border{
	0%{border:0; box-shadow:0;}
	100%{border:2px solid #ff0000; box-shadow:0px 0px 5px #ff0000; -webkit-box-shadow:0px 0px 5px #ff0000; -moz-box-shadow:0px 0px 5px #ff0000;}
}

@-o-keyframes border{
	0%{border:0; box-shadow:0;}
	100%{border:2px solid #ff0000; box-shadow:0px 0px 5px #ff0000; -webkit-box-shadow:0px 0px 5px #ff0000; -moz-box-shadow:0px 0px 5px #ff0000;}
}

@-moz-keyframes border{
	0%{border:0; box-shadow:0;}
	100%{border:2px solid #ff0000; box-shadow:0px 0px 5px #ff0000; -webkit-box-shadow:0px 0px 5px #ff0000; -moz-box-shadow:0px 0px 5px #ff0000;}
}

@-webkit-keyframes border{
	0%{border:0; box-shadow:0;}
	100%{border:2px solid #ff0000; box-shadow:0px 0px 5px #ff0000; -webkit-box-shadow:0px 0px 5px #ff0000; -moz-box-shadow:0px 0px 5px #ff0000;}
}

form input[type="submit"]:disabled{
	color:#727586;
	background-color:#08080a;
	cursor:context-menu;
}

form input[type="submit"]{
	color:#000000;
	font-weight: bold;
	background-color: #bad433;
	cursor:pointer;
	margin-top:20px;
}

form input[type="submit"]:enabled:hover,
form input[type="submit"]:enabled:focus{
	color:#ffffff;
	background:transparent;
	border:1px solid #bad433;
}

::-webkit-input-placeholder {
	font-family: 'Arial';
    color: #727586;
}

:-moz-placeholder {
	font-family: 'Arial';
    color: #727586;  
}

::-moz-placeholder {
	font-family: 'Arial';
    color: #727586;  
}

:-ms-input-placeholder { 
	font-family: 'Arial'; 
   color: #727586;  
}

/* End Sponsors */

/*****       Footer       *****/

footer,
#footer{
	width:100%;
	min-height: 75px;
	line-height: 75px;
	background-color:#08080d;
}

.copyright{
	width:70%;
	float:left;
	font-size:15px;
}

.copyright a{
	color:#bad433;
}

.socials{
	width:30%:;
	float:right;
}

.socials img{
	margin:0 3px;
}