@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo-300-regular.eot');
    src: url('../fonts/museo-300-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo-300-regular.woff2') format('woff2'),
         url('../fonts/museo-300-regular.woff') format('woff'),
         url('../fonts/museo-300-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo-500-regular.eot');
    src: url('../fonts/museo-500-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo-500-regular.woff2') format('woff2'),
         url('../fonts/museo-500-regular.woff') format('woff'),
         url('../fonts/museo-500-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo-700-regular.eot');
    src: url('../fonts/museo-700-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo-700-regular.woff2') format('woff2'),
         url('../fonts/museo-700-regular.woff') format('woff'),
         url('../fonts/museo-700-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background-color: rgba(83, 53, 32, 0.5);
    color: #FFF;
}

::-moz-selection {
    background-color: rgba(83, 53, 32, 0.5);
    color: #FFF;
}

body {
	font-family: 'museo300';
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #666;
}

body > iframe {
	display: none
}

h1, h2, h3, h4, h5, h6 {
	color: #facd19;
}

a,
a:focus,
a:active {
	transition: all .3s;
	color: #533520;
	margin: 0 7px;
	font-family: 'museo500';
	text-decoration: none;
}

a:hover {
	transition: all .3s;
	text-decoration: underline;
	color: #facd19;
}

p a,
p a:focus,
p a:active {
	margin: 0 !important;
}

img {
	max-width: 100%;
	width: 100%;
}

strong {
	font-weight: 400;
}

hr {
	background-color: #f2f2f2;
	height: 1px;
	border: 1px solid #f2f2f2;
}

.auto-width {
	width: auto !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.middle {
	vertical-align: middle !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.important {
	color: #fff;
    font-family: 'museo500';
    font-size: 1.2em;
    background-color: #533520;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
}

.auto-width {
	width: auto !important;
}

.wrapper {
}

.container {
	width: 70%;
	margin: 0 auto;
}

.icon:before {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.icon.buy:before {
	background-position: 0 0;
}

.icon.buy:hover:before {
	background-position: -20px 0;
}

.icon.movie:before {
	background-position: 0 -20px;
}

.icon.movie:hover:before {
	background-position: -20px -20px;
}

.icon.menu:before {
	background-position: 0 -60px;
}

.icon.menu:hover:before {
	background-position: -20px -60px;
}

.icon.form:before {
	background-position: 0 -80px;
}

.icon.form:hover:before {
	background-position: -20px -80px;
}

.icon.download:before {
	background-position: 0 -100px;
}

.icon.download:hover:before {
	background-position: -20px -100px;
}

form {
	width: 70%;
	margin: 30px auto 50px;
}

form label {
	display: block;
	margin-top: 20px;
}

form input,
form textarea,
form select {
	width: 100%;
	border: 2px solid #eee;
	border-radius: 6px;
	padding: 10px 15px;
	resize: none;
	color: #533520;
	transition: all .3s;
}

form input:focus,
form textarea:focus,
form select:focus {
	border-color: #FACD19;
	outline: none;
	transition: all .3s;
}

form label:before {
	color: #f00000;
	content: '*';
	margin-right: 4px;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
}

form .captcha img {
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}

form .captcha input {
	display: inline-block;
	width: 60%;
}

.message-box {
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}

.message-box.error {
	border: 2px solid #FF6262;
    color: #FF6262;
}

.message-box.success {
	border: 2px solid #69D271;
    color: #69D271;
}

form .button {
	margin-top: 40px !important;
}

header .banner img {
	display: block;
	width: 100%;
}

header .logo {
    position: absolute;
    right: 12%;
    background-color: rgba(83,53,32,0.9);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

header .logo img {
	width: 300px;
}

header .mobile-menu {
	display: none;
}

header .mobile-menu a {
	display: block;
	margin: 0;
	cursor: pointer;
}

header nav {
	background-color: #facd19;
	font-family: 'museo500';
	box-shadow: 0 0px 6px #888;
	margin-bottom: 50px;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	transition: all .3s;
}

header nav ul li {
	display: inline-block;
	padding: 0;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li.buy {
	display: inline-block;
	padding: 0;
}

header nav a {
	color: #533520;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	text-decoration: none;
	min-width: 120px;
}

header nav a:hover,
header nav a.active {
	background-color: #533520;
	color: #facd19;
	text-decoration: none;
}

section p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

section .title {
	color: #facd19;
	font-size: 42px;
	font-family: 'museo700';
	margin: 0;
	text-align: center;
}

section .subtitle {
    color: #fff;
    font-size: 22px;
    font-family: 'museo500';
    margin: 0 20px 10px;
    text-align: center;
    background-color: #533520;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
}

section .columns {
	width: 100%;
	text-align: center;
	margin: 0;
	clear: both;
	display: table;
}

section .columns:after {
	clear: both;
}

section .columns [class^="column-"] {
	display: table-cell;
	margin: 0;
	padding: 30px 0 20px;
	vertical-align: top;
}

section .columns .column-30 {
	width: 33.3333%;
}

section .columns .column-40 {
	width: 39.9999%;
}

section .columns .column-50 {
	width: 49.9999%;
}

section .columns .column-60 {
	width: 59.9999%;
}

section .columns .column-70 {
	width: 66.666%;
}

section .columns .column-100 {
	width: 100%;
}

section .button {
	border-radius: 6px;
	box-shadow: 1px 1px 3px #999;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	border: 1px solid #533520;
	color: #533520;
	width: 60%;
	text-decoration: none;
	font-family: 'museo500';
	background: rgb(251,219,90);
	background: -moz-linear-gradient(top, rgba(251,219,90,1) 0%, rgba(250,211,52,1) 50%, rgba(232,190,23,1) 51%, rgba(242,198,24,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,219,90,1) 0%,rgba(250,211,52,1) 50%,rgba(232,190,23,1) 51%,rgba(242,198,24,1) 100%);
	background: linear-gradient(to bottom, rgba(251,219,90,1) 0%,rgba(250,211,52,1) 50%,rgba(232,190,23,1) 51%,rgba(242,198,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdb5a', endColorstr='#f2c618',GradientType=0 );
	margin: 10px 5px;
	transition: all .3s;
}

section .button:hover {
	color: #FACD19;
	background: rgb(132,110,95);
	background: -moz-linear-gradient(top, rgba(132,110,95,1) 0%, rgba(105,79,61,1) 50%, rgba(105,79,61,1) 50%, rgba(77,49,29,1) 51%, rgba(80,51,31,1) 100%);
	background: -webkit-linear-gradient(top, rgba(132,110,95,1) 0%,rgba(105,79,61,1) 50%,rgba(105,79,61,1) 50%,rgba(77,49,29,1) 51%,rgba(80,51,31,1) 100%);
	background: linear-gradient(to bottom, rgba(132,110,95,1) 0%,rgba(105,79,61,1) 50%,rgba(105,79,61,1) 50%,rgba(77,49,29,1) 51%,rgba(80,51,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#846e5f', endColorstr='#50331f',GradientType=0 );
	transition: all .3s;
}

section img {
	transition: all .3s;
}

section img:hover {
	opacity: 0.85;
	transition: all .3s;
}

section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

section ul li {
	margin: 8px 4px;
}

section ul.list > li:before {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 0 -36px;
	width: 18px;
	height: 18px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

footer {
	background: url(../img/footer.jpg) repeat-x top center;
	height: 120px;
	width: 100%;
	clear: both;
	margin-top: 20px;
	box-shadow: 0 -1px 8px #999;
}