@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}

.container-gutter {
    padding-left:15px;
    padding-right:15px;
}

.row-5-gutter{
    margin-left: -10px;
    margin-right: 0px;
}

.col-5-gutter{
    padding-left: 10px;
    padding-right: 10px;
}
.col-0-gutter{
    padding-right: 0px;
}
}

.content {
    padding-top: 0px;
}

.content.content-padding {
    padding-top: 30px;
}

::selection
{
background:#35598b;
color:#fff;
}

html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
    background: #0d152b;
    background: #501818;

}

@media only screen and (min-width : 1601px) {
	body {
    	background-size: 1920px 1280px!important;
    }
}

@media only screen and (min-width : 992px) {
	body {
    	background: #501818;
    	background-size: cover;
    	background-position: top center;
    	background-repeat: no-repeat;
    }
}

@media only screen and (max-width : 767px) {
	body {
    	background-size: 1280px 853px!important;
    }
}


.row {
	margin-right: -15px;
	margin-left: -15px;
}

p {
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', arial, sans-serif;
    font-weight: 700;
	color: #343434;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2a2a2a;
}
h1 {
	font-size: 25px;
}
h2 {
   	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

a {
	color: #778BC5;
    background-color: transparent;
    text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #5688ea;
    text-decoration: none;
}
a:focus,
a:active {
	outline: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.m-auto {
   margin: auto; 
}
.m-t-15 {
    margin-top: 15px!important;   
}
.m-t-20 {
    margin-top: 20px!important;   
}
.m-t-30 {
    margin-top: 30px!important;   
}
.m-b-15 {
    margin-bottom: 15px!important;   
}
.m-b-20 {
    margin-bottom: 20px!important;   
}
.m-b-30 {
    margin-bottom: 30px!important;   
}
.p-l-10 {
    padding-left: 10px!important;
}
.p-r-10 {
    padding-right: 10px!important;
}

label {
	margin-bottom: 2px;
}

input {
    line-height: 16px;
    padding: 12px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}

select {
    line-height: 16px;
    padding: 12px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}

textarea {
    padding: 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.boxed:not(.active) {
/*	background: #e9eaed; */
}

.active.boxed {
	max-width: 1200px;
	margin: 0px auto;
	background: #EEEFF1;
    -webkit-box-shadow: 0px 3px 5px 6px rgba(180, 180, 180, 0.08);
    -moz-box-shadow:    0px 3px 5px 6px rgba(180, 180, 180, 0.08);
    box-shadow:         0px 3px 5px 6px rgba(180, 180, 180, 0.08);
	padding: 0px;
	min-height: 100%;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.logo {
    padding: 10px auto;
	max-width: 220px;
	margin: 0px auto;
	z-index: 1;
	position: relative;
}

.logo img {
    display: block;
    margin-left: 0px;
    margin-right: auto;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.logo {
		max-width: 220px;
		margin: 10px auto;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.logo {
		max-width: 220px;
		margin: 10px auto 10px;
	}
}

@media only screen and (max-width : 767px) {
	.logo {
		max-width: 120px;
		margin: 15px 0;
	}
}

.motto {
    padding: 0px;
	margin: 10px auto;
	z-index: 1;
	position: relative;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.motto {
    	margin: 6px auto 7px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.motto {
    	margin: 5px auto 10px;
    }
}

@media only screen and (max-width : 767px) {
	.motto {
    	margin: 0px auto;
    }
}

.header {
	padding: 0px;
    margin: 0px;
}

@media only screen and (min-width : 1201px) {
	.header {
    	min-height: 127px;
    }
}

.header .row{
    margin-left: 0;
    margin-right: 0;
}


.top-bar {
	top:0;
	width:100%;
	height:32px;
	font-family: 'Titillium Web', arial, sans-serif;
    background: rgb(133, 11, 11);
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
}

@media only screen and (max-width : 767px) {
	.top-bar {
		border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	}
}

.top-bar.first-top-bar {
	background: none;
	box-shadow: none;
}

.top-bar-logo {
    float: left;
    padding: 6px 15px;
}

.top-bar-logo img {
    width: 140px;
	display: inline-block;
}

.top-bar-menu {
    float: left;
    padding: 9px 15px;
}

.top-bar-menu a {
    color: #7a8ead;
    margin-right: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.top-bar-menu a:hover {
    color: #ffffff;
}

.top-bar-menu a i {
	margin-right: 5px;
}

.top-bar-menu a i img {
	display: inline-block;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.top-bar-menu a {
        margin-right: 10px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.top-bar-menu a {
        margin-right: 15px;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width : 767px) {
	.top-bar-menu a {
        margin-right: 5px;
    }
}

@media only screen and (max-width : 480px) {
	.top-bar-menu a {
        letter-spacing: 0px;
    }
}

.top-bar-menu.right {
    float: right;
	padding: 9px 12px;
}

.top-bar-menu.right a {
	background: #f1983b; 
    color: #ffffff;
    padding: 8px 10px;
	margin-right: 0px;
	display: inline;
	border: 1px solid #fdc271;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.top-bar-menu.right a:hover {
	color: #4871d3;
}

.top-bar-menu.right a i {
    width: 15px!important;
}

.top-bar-socials {
    float: right;
    padding: 9px 0px;
}

.top-bar-socials a {
    color: #b5c6e1;
	margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.top-bar-socials a:hover {
    color: #ffffff;
}

@media only screen and (max-width : 767px) {
	.top-bar-logo {
		padding: 6px 10px!important;
	}
	
	.top-bar-menu {
		padding: 9px 10px!important;
	}
	
	.top-bar-socials a {
        color: #f5f5f5;
    	margin-left: 7px;
        margin-right: 7px;
        font-size: 16px;
    }
}

.menu-navbar {
  font-family: 'Titillium Web', arial, sans-serif;
  margin-bottom: 15px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
  border-radius: 0px;
  text-align: center;
  margin-bottom: 0px;
}

@media only screen and (max-width : 767px) {
    .menu-navbar {
      margin-bottom: 0px;
    }

	.navbar-default {
		margin-top: -85px;
	}
}

.navbar-nav > li {
  margin-left: 10px;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-nav > li {
      margin-left: 5px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .navbar-nav > li {
      margin-left: 5px;
    }
}

@media only screen and (max-width : 767px) {
	.navbar-nav > li {
      margin-left: 0px;
    }
}

.navbar-nav > li:first-child {
  margin-left: 0px;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 44px;
  padding-right: 43px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #343434;
}

.navbar-nav.navbar-right > li > a {
  padding-left: 24px;
  padding-right: 23px;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-nav > li > a {
		padding-left: 29px;
		padding-right: 28px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.navbar-nav > li > a {
		padding-left: 24px;
		padding-right: 23px;
		font-size: 13px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width : 767px) {
	.navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
		border-radius: 4px 4px;
		-moz-border-radius: 4px 4px;
		-webkit-border-radius: 4px 4px;
		margin-top: 5px;
	}
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #f1983b;
    color: #f5f5f5 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #f1983b;
    color: #f5f5f5 !important;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #f1983b;
    color: #f5f5f5 !important;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
	border-radius: 4px 4px 0px 0px;
  	-moz-border-radius: 4px 4px 0px 0px;
  	-webkit-border-radius: 4px 4px 0px 0px;
}

@media only screen and (max-width : 767px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    }

    .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
    	border-radius: 5px;
      	-moz-border-radius: 5px;
      	-webkit-border-radius: 5px;
    }
}

.navbar-default .navbar-nav > .active > a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0; 
  	height: 0; 
	margin-left: -4px;
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-bottom: 6px solid #fdc271;
}

/* mobile version */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle {
    position: relative;
    top: 15px;
	margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
	width: 28px;
	height: 3px;
}

.navbar-default .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

.menu-anchor-hidden {
    height:0px;
    z-index:-999;
    position:relative;
}

.menu-anchor-hidden ul {
    margin: 0;
}

.menu-anchor-hidden ul li {
    display: inline;
    font-size: 8px;
}

@media only screen and (max-width : 767px) {
    .menu-anchor-hidden ul li {
        display: none;
    }
}

.navbar-collapse {
	margin-top: 0px;
	margin-left: -15px!important;
	margin-right: -15px!important;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-collapse {
		margin-top: 0px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.navbar-collapse {
		margin-top: 0px;
	}
}

@media only screen and (max-width : 767px) {
    .navbar-collapse {
		margin-top: 18px;
		margin-left: 0px!important;
	    margin-right: 0px!important;
	    border-top: 0px;
	    box-shadow: inset 0 0 0 rgba(255,255,255,0);
	    -moz-box-shadow: inset 0 0 0 rgba(255,255,255,0);
	    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0);
	}
	
	.navbar-default .navbar-nav > .active > a {
		color: #ffffff !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.navbar-default .navbar-nav.navbar-right > .active > a {
	    background: #1e2a48;
	}
	
	.navbar-nav .open .dropdown-menu {
        max-width: 100%;
    }
}

@media only screen and (max-width : 767px) {
}


.slider {
    position: relative;
    overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
}

figure.effect-milo {
	background: #132c63;
    background: #343434;
    background: #501818;
}

figure.effect-milo img {
	max-width: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0) scale(1.1);
	transform: translate3d(0,0,0) scale(1.1);
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slider-item {
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 7px;
}

.slider-item figure {
	position: relative;
	overflow: hidden;
	background: #501818;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 3px rgba(233, 16, 16, 0.5);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
}

@media only screen and (min-width: 1201px) {
    .slider-item figure {
        min-height: 361px;
    }
}

.slider-item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	opacity: 1;
}

.slider-item figure figcaption {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-item figure figcaption,
.slider-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-item figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.slider-item figure .title {
    color: #ffffff;
	line-height: 1.2;
    font-size: 14px;
	background: rgba(0,0,0,0.45);
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.4em;
}

.slider-item figure .title span {

}

.slider-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.slider-item.owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
	margin-top: 0;
}

.slider-item.owl-theme .owl-controls .owl-prev, .slider-item.owl-theme .owl-controls .owl-next {
	position: absolute;
	border-radius: 0px;
	padding: 12px 20px;
	background: rgba(0,0,0,0.2);
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}

.slider-item.owl-theme .owl-controls .owl-prev {
	left: 0;
}

.slider-item.owl-theme .owl-controls .owl-next {
	right: 0;
}

.slider-item.owl-theme .owl-controls .owl-prev:hover, .slider-item.owl-theme .owl-controls .owl-next:hover {
	opacity: 1;
}

.slider-item.owl-theme .owl-controls .owl-prev i, .slider-item.owl-theme .owl-controls .owl-next i {
	font-size: 18px;
}

.slider {
    background: #501818;
	padding-top: 7px;
}

.slider .row {
	margin-left: 0px;
	margin-right: 0px;
}

.slider .row .col-md-12 {
	padding-left: 8px;
	padding-right: 8px;
}

@media only screen and (max-width : 480px) {
    .slider-item figure .title {
		display: none;
    }
    .slider-item figure p {
    	display: none;
    }
    figure.effect-milo p {
        display: none;
    }
}

/* Main header title
---------------------------------- */
.sub-heading {
  color: #99b8ec;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.member-form-content-full {
    padding: 20px 20px;
    background: rgb(10,10,10);
    background: -moz-linear-gradient(left,  rgb(10, 10, 10) 0%, rgb(133, 11, 11) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
    background: -webkit-linear-gradient(left,  rgb(10, 10, 10) 0%, rgb(151,37, 22) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
    background: linear-gradient(to right, rgb(10, 10, 10) 0%, rgb(133, 11, 11) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d152b', endColorstr='#0d152b',GradientType=1 );
	background-size: cover;
	background-position: center center;
	border-top: 4px solid #343434;
	border-bottom: 4px solid #343434;
}

@media only screen and (min-width : 1181px) {
	.member-form-content-full {
		min-height: 300px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.member-form-content-full {
		min-height: 330px;
	}
}

@media only screen and (max-width : 767px) {
	.member-form-content-full {
		padding: 30px 15px;
        background: rgb(10,10,10);
        background: -moz-linear-gradient(left,  rgb(10, 10, 10) 0%, rgb(133, 11, 11) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
        background: -webkit-linear-gradient(left,  rgb(10, 10, 10) 0%, rgb(151,37, 22) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
        background: linear-gradient(to right, rgb(10, 10, 10) 0%, rgb(133, 11, 11) 35%, rgb(133, 11, 11) 65%, rgb(10, 10, 10) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d152b', endColorstr='#0d152b',GradientType=1 );
	}
}

.page-404 {
    text-align: center;
    margin-bottom: 50px
}
.page-404 h3 {
    font-size: 190px;
    color: #ddd;
}


table, th, td {
  border: 2px solid #dedede;
  padding: 5px;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.button {
    border: 1px solid;
    border-color: #abb7db;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    padding: 7px 20px 7px;
    margin: 5px 8px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    display: inline block;
}

.buttons .button {
	background: #B8B8B8;
}

.buttons .button.checkout {
	background: #7ebb84;
}

.button:hover {
    background:#ABB7DB;
    color:#fff;
    border:1px solid;
    border-color:#ABB7DB;
    opacity: 0.8;
}

.button:active {
    background:#ABB7DB;
    color:#fff;
    border:1px solid;
    border-color:#ABB7DB;
}

.whatsapp-button {
 position: fixed;
 width: 60px;
 height: 60px;
 left: 10px;
 bottom: 15px;
}

.register-button img {
    margin: 0 auto;
    padding-top: 10px;
}

@-webkit-keyframes hue-rotate {
    from {
      -moz-filter: hue-rotate(0);
      -ms-filter: hue-rotate(0);
      filter: hue-rotate(0);
    }
    to {
      -moz-filter: hue-rotate(360deg);
      -ms-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg);
    }
  }
  
  @keyframes hue-rotate {
    from {
      -moz-filter: hue-rotate(0);
      -ms-filter: hue-rotate(0);
      filter: hue-rotate(0);
    }
    to {
      -moz-filter: hue-rotate(360deg);
      -ms-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg);
    }
  }
  .intro {
    background: url("assets/banner.jpg"), linear-gradient(333deg, #ffffff, #ff0000, #ff0000, #ffffff);
    width: 100%;
    background-size: cover;
    background-blend-mode: screen, luminosity;


    -webkit-animation: hue-rotate 3s linear infinite;
            animation: hue-rotate 3s linear infinite;
  }
  