body {
	overflow-x: hidden;
}
:focus {outline-style: none;}

.styled-select select {
   background: url(../images/new_arrow.png) no-repeat right #181818;
   padding: 6px;
   border: 1px solid #fff;
   border-radius: 0;
   height: 44px;
   -webkit-appearance: none;
   }

.amount span {
	display:inline-block;
	width:43px;
	height:43px;
	background:#181818;
	border: 1px solid #fff;
	cursor:pointer;
	text-align:center;
	padding-top: 8px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.amount span:hover {
	display:inline-block;
	width:43px;
	height:43px;
	background:#cc0001;
	border: 1px solid #cc0001;
	cursor:pointer;
	text-align:center;
	padding-top: 8px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.amount input {
	width:70%;
	text-align:center;
}



#body{}
::-webkit-scrollbar
{
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-track-piece
{
	background-color: #fff;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical
{
	height: 0px;
	background-color: #646464;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal
{
	background-color: #646464;
	-webkit-border-radius: 0px;
}

::selection {
color:#fff; background: #cc0001;
}
::-moz-selection {
color:#fff; background: #cc0001;
}


.alignleft-1 {
	float:left;
	margin: 0px 15px 0 0;
	border: 0px solid #000;
}

h2 {
	margin: 80px 0 0;
	text-transform:uppercase;
	font-weight:700;
}

h4 {
	color: #cc0001;
	margin: 0;
	margin-top:15px;
}

p {
	margin: 0 0 1em;
}

a,
aside i,
button,
.navbar,
.models li a img {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

blockquote {
	border: 0;
	color: #e0e0e0;
	font-family: 'Open Sans', serif;
	font-size: 20px;
	padding: 0 20px 20px;
}

blockquote small {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-top: 5px;
}

section,
footer {
	background: #181818;
	position: relative;
	z-index: 100;
	-webkit-transform: translate3d(0,0,0);
}

section {
	padding: 0 0 60px;
	overflow: hidden;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	position: relative;
}

.divider {
	border-bottom: 1px solid #333;
	color: #cc0001;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 1.5em;
}

.divider i {
	position: relative;
	top: 0.5em;
}

.parallax {
	background-repeat: no-repeat;
	background-position: center center;
	height: 200%;
	left: 0;
	opacity: .25;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

/* TOP NAV
==================================================================*/

.navbar {
	background: #000;
	top: -66px;
}

.navbar-brand {
	height: auto;
	padding: 0px 0px;
}

.navbar-nav .active a {
	color: #cc0001;
}

.blog-nav {
	top: 0 !important;
}
.event-nav {
	top: 0 !important;
}

/* BANNER
==================================================================*/

#banner {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#bgvid {
	background: url(../images/cover.jpg) no-repeat;
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	right: 0;
	width: auto;
	z-index: 1;
}

.tint {
	background: url(../images/pattern-1.png);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#banner .tint {
	z-index: 100;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.welcome h1 {
	line-height: 1em;
	margin: 0;
	padding-bottom: 25px;
}

.welcome span {
	display: block;
	font-size: 30px;
	line-height: 1em;
	margin: 0;
}

.welcome h3 {
	line-height: 1em;
	margin: 0;
}

.welcome a {
	letter-spacing: 3px;
	margin-top: 30px;
	padding: 10px 20px 10px 30px;
}

/* BUTTONS
==================================================================*/

.btn-default {
	border: 1px solid #fff;
	letter-spacing: 0.2em;
	padding: 0.7em 1.3em 0.7em 1.5em;
}

.btn-default:hover,
.btn-default.active {
	border: 1px solid #cc0001;
	background-color:#cc0001;
}

.btn-primary {
	font-weight: bold;
	padding: 0.7em 1.5em;
}

.btn-default1 {
	border: 1px solid #fff;
	letter-spacing: 0.2em;
	padding: 10px 10px 10px 10px;
	font-size:25px;
	font-weight: bold;
}

.btn-default1:hover,
.btn-default1.active {
	border: 1px solid #cc0001;
	background-color:#cc0001;
}

.btn-default2 {
	border: 1px solid #fff;
	letter-spacing: 0.2em;
	padding: 5px 5px 5px 5px;
	font-size:30px;
	font-weight: bold;
}

.btn-default2:hover,
.btn-default2.active {
	border: 1px solid #cc0001;
	background-color:#cc0001;
}

/* ABOUT US
==================================================================*/

#about .owl-carousel {
	margin: 30px 0;
}

#about .owl-carousel .item div {
	margin: 0 30px;
	position: relative;
}

#about .owl-carousel img {
	width: 100%;
}

#about .owl-carousel h5 {
	font-family: "Open Sans", Arial, sans-serif;
	margin: 20px 0 35px;
	text-transform: uppercase;
}

#about .owl-carousel .mask {
	left: 0;
	position: absolute;
	top: 0;
}

/* MODELS
==================================================================*/

.filter-menu {
	margin: 30px;
	padding: 0;
}

.filter-menu li {
	margin: 5px;
}

.models {
	list-style: none;
	margin: 0;
	padding: 0;
}

.models li {
	background: #cc0001;
	border: 1px solid #7d7b79;
	display: none;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 16.3%;
}

#model .gallery {
	list-style: none;
}

#model .gallery li {
	background: #cc0001;
	border: 1px solid #7d7b79;
	float: left;
	margin: 0 3% 3% 0;
	width: 10%;
}

#model .gallery li a img {
	width: 100%;
}

#model .gallery li a:hover img {
	opacity: 0.2;
}

.models li a {
	cursor: url(../images/cursor.gif), pointer;
}

.models li a img {
	width: 100%;
}

.models li a:hover img {
	opacity: 0.2;
}

.profile {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:14px;
}

.profile li,
.gallery li {
	margin: 0 0 5px;
	padding: 0;
}

.profile strong {
	color: #fff;
	font-weight: normal;
	font-size:14px;
}

/* BLOG
==================================================================*/

#blog h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
}

#blog .entry-meta {
	color: #cc0001;
	margin-bottom: 1em;
}

.entry-comments,
.entry-categories,
.entry-tags {
	border-left: 1px solid #333;
	margin-left: 10px;
	padding-left: 10px;
}

#blog .post-thumb {
	margin-bottom: 20px;
}

#blog aside h5 {
	color: #cc0001;
}

#blog aside ul,
#blog .paging {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog aside ul a {
	border-top: 1px solid #222;
	color: #888;
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
	text-transform: uppercase;
}

#blog aside ul a:hover {
	color: #fff;
	background: #111;
}

#blog aside ul a i {
	right: 20px;
	position: absolute;
	top: 12px;
}

#blog aside ul a:hover i {
	right: 10px;
}

.entry-title {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 3em;
}

img.pull-left {
	margin: 5px 20px 0 0;
}

img.pull-right {
	margin: 5px 0 0 20px;
}

.comments {
	margin-top: 30px;
}

.media {
	border-top: 1px solid #333;
	margin-top: 30px !important;
	padding-top: 30px;
}

.media-heading small {
	color: #cc0001;
}

#blog form {
	margin-top: 30px;
}

/* EVENTS
==================================================================*/

#events h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
}

#events .entry-meta {
	color: #cc0001;
	margin-bottom: 1em;
}

.entry-comments,
.entry-categories,
.entry-tags {
	border-left: 1px solid #333;
	margin-left: 10px;
	padding-left: 10px;
}

#events .post-thumb {
	margin-bottom: 20px;
}

#events aside h5 {
	color: #cc0001;
}

#events aside ul,
#events .paging {
	list-style: none;
	margin: 0;
	padding: 0;
}

#events aside ul a {
	border-top: 1px solid #222;
	color: #888;
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
	text-transform: uppercase;
}

#events aside ul a:hover {
	color: #fff;
	background: #111;
}

#events aside ul a i {
	right: 20px;
	position: absolute;
	top: 12px;
}

#events aside ul a:hover i {
	right: 10px;
}

.entry-title {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 3em;
}

img.pull-left {
	margin: 5px 20px 0 0;
}

img.pull-right {
	margin: 5px 0 0 20px;
}

.comments {
	margin-top: 30px;
}

.media {
	border-top: 1px solid #333;
	margin-top: 30px !important;
	padding-top: 30px;
}

.media-heading small {
	color: #cc0001;
}

#events form {
	margin-top: 30px;
}

#events .owl-carousel img {
	width: 100%;
}



/* SOCIAL
==================================================================*/

#social a {
	background: #cc0001;
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	width: 70px;
}

#social a:hover {
	background: #fff;
	color: #cc0001;
}

/* CATALOG
==================================================================*/

#catalog a {
	background: #cc0001;
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	width: 70px;
}

#catalog a:hover {
	background: #fff;
	color: #cc0001;
}

#catalog form .row {
	margin-bottom: 30px;
}

.form-control {
	height: auto;
	padding: 12px;
}


/* CATALOGS
==================================================================*/

#catalogs a {
	background: #cc0001;
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	width: 70px;
}

#catalogs a:hover {
	background: #fff;
	color: #cc0001;
}

#catalogs form .row {
	margin-bottom: 30px;
}

.form-control {
	height: auto;
	padding: 12px;
}


/* FOOTER
==================================================================*/

footer {
	background: #000;
	padding: 20px 0 0;
}

footer span {
	color: #fff;
	padding: 0 20px;
}

footer i {
	color: #cc0001;
	margin-right: 3px;
}

/* MOBILE STYLES
==================================================================*/



@media ( max-width: 767px ) {
	.welcome img {
	width: 232px;
	height: 190px;
	margin-top: 0px;
	}

	.navbar-brand img {
	width: 220px;
	padding: 12px 12px;
	}

#model .gallery {
	list-style: none;
}

#model .gallery li {
	background: #cc0001;
	border: 1px solid #7d7b79;
	float: left;
	margin: 0 3% 3% 0;
	width: 30%;
}

	h1 {
		font-size: 110px;
	}

	.welcome span,
	.welcome h3 {
		font-size: 20px;
	}
	
		h1 {
		font-size: 110px;
	}

	.welcome span,
	.welcome h3 {
		font-size: 20px;
	}

	.models li {
		width: 32%;
	}

	.prices .col-sm-4 {
		padding: 0 15px;
	}

	.price-table,
	.price-table.first,
	.price-table.last {
		margin: 15px 0;
	}

	.price-table .price-title,
	.price-table .price-number,
	.price-table .price-button {
		padding: 15px 30px;
	}

	#contact form {
		margin-bottom: 30px;
	}

	#contact form .col-md-6,
	#contact form .col-md-12 {
		margin-bottom: 10px;
	}

	#contact form .row {
		margin: 0;
	}

	footer span {
		display: block;
	}
	.ru{
    display: block;
    position: fixed;
    left: 0px;
    top: 43%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/ru_activ.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
	.it{
    display: block;
    position: fixed;
    left: 0px;
    top: 49%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/it.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
}

@media ( min-width: 768px ) {
	.welcome img {
	width: 432px;
	height: 357px;
	margin-top: 0px;
	}
	.navbar-brand img {
	width: 220px;
	padding: 12px 12px;
	}
	.ru{
    display: block;
    position: fixed;
    left: 0px;
    top: 46%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/ru_activ.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
	.it{
    display: block;
    position: fixed;
    left: 0px;
    top: 49%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/it.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
}
@media ( min-width: 769px ) {
	.welcome img {
	width: 432px;
	height: 357px;
	margin-top: 0px;
	}
	.navbar-brand img {
	width: 220px;
	padding: 12px 12px;
	}
	.ru{
    display: block;
    position: fixed;
    left: 0px;
    top: 43%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/ru_activ.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
	.it{
    display: block;
    position: fixed;
    left: 0px;
    top: 49%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/it.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
}
@media ( min-width: 992px ) {
	.welcome img {
	width: 432px;
	height: 357px;
	margin-top: 0px;
	}
	.navbar-brand img {
	width: 220px;
	padding: 12px 12px;
	}
	.ru{
    display: block;
    position: fixed;
    left: 0px;
    top: 45%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/ru_activ.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
	.it{
    display: block;
    position: fixed;
    left: 0px;
    top: 49%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/it.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
}
@media ( min-width: 1200px ) {
	.welcome img {
	width: 532px;
	height: 457px;
	margin-top: 0px;
	}
	.navbar-brand img {
	width: 313px;
	padding: 0px 0px;
	}
	.ru{
    display: block;
    position: fixed;
    left: 0px;
    top: 45.5%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/ru_activ.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
	.it{
    display: block;
    position: fixed;
    left: 0px;
    top: 49%;
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 23px 23px 0px 0px;
    background: url('../lang/new/it.png') no-repeat; scroll 0px 0px transparent;
    z-index: 999;
	}
}