@charset "UTF-8";

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans.eot');
    src: url('../fonts/subset-OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-OpenSans.woff2') format('woff2'),
        url('../fonts/subset-OpenSans.woff') format('woff'),
        url('../fonts/subset-OpenSans.ttf') format('truetype'),
        url('../fonts/subset-OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Light.eot');
    src: url('../fonts/subset-OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-OpenSans-Light.woff2') format('woff2'),
        url('../fonts/subset-OpenSans-Light.woff') format('woff'),
        url('../fonts/subset-OpenSans-Light.ttf') format('truetype'),
        url('../fonts/subset-OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Bold.eot');
    src: url('../fonts/subset-OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/subset-OpenSans-Bold.woff') format('woff'),
        url('../fonts/subset-OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/subset-OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Semibold.eot');
    src: url('../fonts/subset-OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/subset-OpenSans-Semibold.woff') format('woff'),
        url('../fonts/subset-OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/subset-OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/subset-OpenSans-Italic.eot');
    src: url('../fonts/subset-OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/subset-OpenSans-Italic.woff') format('woff'),
        url('../fonts/subset-OpenSans-Italic.ttf') format('truetype'),
        url('../fonts/subset-OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	line-height: 1.5;
}

/* Section */

.section {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}


/* Intro */

#intro .section {
	padding-top: 115px;
	padding-bottom: 80px;
	text-align: center;
}

#intro .title {
	font-size: 60px;
	color: #a6af39;
	line-height: 1.2;
	margin-bottom: 50px;
}

#contentWrapper,
#content {
	padding-bottom: 1px;
	background: #f7f7f7 url(../images/content-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

/* We Offer */

#weOffer {
	margin-top: 170px;
	margin-bottom: 205px;
}

#weOffer .details {
	position: relative;
	float: right;
	max-width: 888px;
	border: 5px solid #792f90;
	padding: 60px 73px 50px 119px;
	z-index: 1;
}

#weOffer .details:before {
	content: "";
	position: absolute;
	left: -83px;
	right: -83px;
	top: -88px;
	bottom: -88px;
	background: url(../images/we-offer-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	z-index: -1;
	opacity: 0.1;
}

#weOffer .details .image {
	position: absolute;
	width: 519px;
	left: -435px;
	top: -161px;
}

#weOffer .details .title {
	font-size: 36px;
	font-weight: bold;
	color: #a6af39;
	line-height: 1.2;
	margin-bottom: 30px;
}

/* Rules */

#rules .top {
	position: relative;
	background: #a6af39;
	color: #fff;
}

#rules .top:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -16.5px;
	bottom: -21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 16.5px 0 16.5px;
	border-color: #a6af39 transparent transparent transparent;
}

#rules .top .section {
	padding-top: 40px;
	padding-bottom: 40px;
}

#rules .top .image {
	float: right;
	width: 354px;
	margin-right: 54px;
}

#rules .top .text {
	float: left;
	width: 640px;
	font-size: 24px;
	margin-top: 39px;
}

#rules .top .text p:last-child {
	margin-bottom: 0;
}

#rules .top .text .title {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 18px;
	line-height: 1.2;
}

#rules .bottom {
	background: #f1f1f0 url(../images/rules-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#rules .bottom .section {
	padding-top: 60px;
	padding-bottom: 60px;
}

#rules .bottom dl,
#rules .bottom dl dt,
#rules .bottom dl dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

#rules .bottom dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #7b3192;
	margin-bottom: 3px;
}

#rules .bottom dl dt:nth-of-type(even) {
	color: #009ba4;
}

#rules .bottom dl dd p {
	margin-bottom: 25px;
}

#rules .bottom dl dd:last-child p:last-child {
	margin-bottom: 0;
}

#rules .bottom dl dd:not(:nth-of-type(1)) {
	padding-left: 12px;
}

/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	color: #6a38a7;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

ul,ol {
	margin-bottom: 19px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
#content a {
	color: #7C47B8;
}
