* {
	box-sizing: border-box;
}

body{
	color:#fff;
	font-size:14px;
	font-family: "museo-sans",sans-serif;
  	font-style: normal;
}


a {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    color:#000;
}

p {
	color:#000;
}
header.header {	
	position: relative;
	height:1342px;
	overflow: hidden;
}

header.header > div.bgImage {
  background: url(../img/slider.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 1342px;
  position: absolute; 
  left: 0; 
  right: 0; 
}

#logo {
    overflow: hidden;
    background: url(../img/logo.png) no-repeat scroll center top;
    text-indent: -3333px;
    border: 0;
    margin: 0;
    background-size: 100%;
    width: 510px;
    /* margin: auto; */
    background-size: contain;
    margin-top:20px;
}
#logo a{
    display: block;
    text-decoration: none;
}

.logo {
    overflow: hidden;
    background: url(../img/logo.png) no-repeat scroll center top;
    text-indent: -3333px;
    border: 0;
    margin: 0 auto;
    background-size: 100%;;
    /* margin: auto; */
    background-size: contain;
    
}

.logo a{
    display: block;
    text-decoration: none;
}

a.buy {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-transform: uppercase;
	margin-top:20px;
	display: inline-block;
}
#head_slider > div.owl-wrapper-outer > div > div.owl-item {
	text-align: center;
    margin: 208px auto 0 auto;
}

#head_slider .item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  /*   border: 10px solid #fff; */
	-webkit-box-shadow: 11px -1px 47px 1px rgba(0,0,0,0.77);
	-moz-box-shadow: 11px -1px 47px 1px rgba(0,0,0,0.77);
	box-shadow: 11px -1px 47px 1px rgba(0,0,0,0.77);
	margin-bottom: 40px;
}
.owl-prev{
	color:#fff !important;
	position:absolute;
	left:30px;
	top:50%;
	font-size:52px;
}
#head_slider > div.owl-wrapper-outer > div{
	width:500px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    position: absolute;
    top: 50%;
    font-size:52px;
        width: 50px;
    /* width: 100%; */
}
#head_slider > div.owl-controls.clickable > div > div.owl-prev {
	left:0;
}
#head_slider > div.owl-controls.clickable > div > div.owl-next {
	right:0;
}


/*navigation*/
.menu-wrap {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
	right: -9999px;
	height:500px;
	overflow: hidden;
	-webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
.menu-show {
	margin-left: 0;
	right: 0;
	z-index: 10;
}
.menu-sidebar {
	margin:0 0 80px 10px;
	position: relative;
	top: 70px;
}
.menu-sidebar li {
	padding: 0 22px 0;
	display:block;

}
.menu-sidebar li.social {
	display:inline-block;
	padding:0;
}
.menu-sidebar li.social a{
    padding: 0.7rem 0.1rem;
}
.menu-sidebar li.social.first {
	margin-left:40px;
}
.menu-sidebar li > a {
    color: #f3f3f3;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
}

.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}




/*Hamburger Button*/
.toggle-button {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 20px;
	right: 250px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
}
.toggle-button > span {
    padding-left: 24px;
    height: 40px;
    vertical-align: top;
    display: inline-flex;
    margin-top: -12px;
    font-size: 22px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #fff;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #fff;
    margin-top: 2px;
    margin-bottom: 2px;
    top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #fff;
	border-top: none;
	top: 13px;
}
.button-open {
	right: 250px;
}
.button-open span{
    --text-indent: -9999px;
    opacity: 0.2;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(5px, 6px);
    transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(3px, -4px);
    transition: .5s;
}



/* Text Block */
.wrapper {
	width: 40%;
	margin: 100px auto 0;
	color: #83828D;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}

.wrapText {
	width:739px;
	margin:auto;
}
.wrapText >  h3{
    border-bottom: 2px solid #fff;
    padding-bottom: 18px;
    color: #fff;
}

#testimonials_slider h3 {
    border-bottom: 0;
    text-align: center;
}
#testimonials_slider  {
    text-align: center;
}
}
#testimonials_slider p{
   font-weight: 300;
}
#testimonials_slider .wrapText{
   margin: 82px auto;;
}
.wrapText > p {
    padding-top: 18px;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

/*buttons*/

button.whiteBtn {
    border-radius: 5px;
    padding: 1.1em 5em;
    margin: 0 auto;
    font-size: 0.9rem;
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #fff;
}


button.whiteBtn:hover, button.whiteBtn:focus {
    background-color: #000000;
    color: #fefefe;
    border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff;
}

button.blackBtn {
    border-radius: 5px;
    padding: 1.1em 5em;
    margin: 0 auto;
    font-size: 0.9rem;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

button.blackBtn:hover, button.blackBtn:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/*ARTICLE*/


.events > header, .bigWinners > header, .testimonials > header {
	max-width:739px;
    margin: 60px auto 60px auto;
    text-align: center;
    
}
.bigWinners .thumb2 {
	background-size:cover;
}
.events h2,  .bigWinners h2, .testimonials h2 {
	text-transform: uppercase;
	font-size:32px;
}
.events p {
	padding: 10px 40px;
	font-size:16px;
	
}

.bigWinners > section > div > div > p {
	
	font-size: 16px;
    font-weight: 400;
}

.bigWinners > section > div > div > span {
	
	font-size: 12px;
    font-weight: 400;
}
.display {
	display: block;
}

.triangle {
	border-top: 497px solid rgba(0,0,0,0.5);
    border-left: 126px solid transparent;
    border-right: 0 solid transparent;
    height: 100vh;
    position: absolute;
    --right: 280px;
    top: 0;
  	right: -9999px;
  	 -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
.triangle-show {
    right: 280px;
    z-index: 10;
}
.trapezium {
	border-top: 841px solid rgba(0,0,0,0.6);
    border-left: 200px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    position: absolute;
    right: -9999px;
    top: 500px;
    width: 280px;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
    z-index: 10;
}
.trapezium-show {
    right: 0;
}

.thumb1 {
	 background: url(../img/thumb_1.jpg) no-repeat center top; 
	 
}
.thumb2 {
	 background: url(../img/thumb_2.jpg) no-repeat center top; 
	 
}


.bigWinners  .thumb1 {
	 background: url(../img/pic1.png) no-repeat center top; 
	     background-size: cover;
}
.bigWinners .thumb2 {
	 background: url(../img/pic2.png) no-repeat center top; 
	 background-size:cover;
}
.thumb3 {
	 background: url(../img/thumb_3.jpg) no-repeat center top; 
	 
}
.events > section > div, .bigWinners > section > div{
	background-size:100%;
	min-height:500px;
	position: relative;   
}

.blackBox {
    background: rgba(0,0,0,0.5);
    font-weight: 700;
    min-height: 350px;
    max-width: 382px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -175px;
    padding-top: 13%
}

.bigWinners  div.blackBox {
    background: rgba(0,0,0,0.5);
    font-weight: 700;
    min-height: 350px;
    max-width: 702px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -175px;
    padding: 3% 12%;
}
.blackBox p, .blackBox a {
	color:#fff; 
	color: #fff;
    font-size: 22px;
}

.blackBox a {
	line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background: url(../img/alines.png) no-repeat center center;
    min-height: 30px;
    display: block;
    vertical-align: middle;
    max-width: 175px;
    margin: auto;
    font-size: 14px;
}


.bigWinners > section div > h4 {
	color:#fff;
	margin-top: 40px;
}


section.grassBg {
	min-height:482px;
	background: url(../img/grassBG.png) repeat-x center center;
}

/*footer*/

.footer {
    background: #231f20;
    text-align: center;
    color: #fff;
    padding-top:30px;
    padding-bottom:100px;
}

.footerNav {
	margin-top:20px;
	color:#fff;
	text-transform: uppercase;
}
.footerNav a{
	margin-top:20px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
.footerNav a:hover{
	color:rgba(255,255,255,0.8);
}

.footerNav .menu > li > a {
    padding: 0.7rem 1.5rem;
    line-height: 0;
    border-right:1px solid #fff;
}
.footerNav .menu > li > a.last {
    border-right:0;
}

.socialFooter li.social {
    display: inline-block;
    padding: 10px;
}
.socialFooter a {
       font-size: 20px;
       color:#fff;
}
.socialFooter a:hover {
		color:rgba(255,255,255,0.8);
}