html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Exo 2', Helvetica, sans-serif !important;
}

/* Defaults*/
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.block-title-gray {
	font-size: 34px;
    font-weight: 300;
    /*color: #a0a0a0;*/
    color: #E61C23;
    text-transform: uppercase;
}
.flex-block {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
/* ------- */
.wrapper {
	max-width: 960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.logo {
	margin-left: 15px;
}
.phone-numb {
	text-align: right;
	font-size: 20px;
	color: #221f1f;
	font-weight: 400;
	margin-top: 10px;
	display: block;
}
.phone-numb:hover {
	color: #221f1f;
	text-decoration: none;
}
.main-slider {
	margin-top: -20px;
	height: calc(100% - 72px) !important;
}
.main-big-image {
    height: 100%;   
    background: url("../img/main-image.jpg") no-repeat left;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
}
.main-big-image .row {
	height: 100%;
	margin: 0;
}
.main-slide-2 {
	background: url("../img/main-slide-2.jpg") no-repeat center;
}
.pattern-mask, .pattern-mask-dark-layout {
	background: url("../img/pattern-mask.png") repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.pattern-mask-dark-layout {
	background: rgba(0, 0, 0, 0.5);
}
.main-label-block {
    width: 100%;
}
.main-label-block
.text-white {
	color: #fff;
}
.main-label-text {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 55px;
}
.main-label-untext {
	font-size: 30px;
	font-weight: 300;
}
.main-label-text span {
	font-weight: 400;
}
.pattern-white {
    width: 80%;
    height: 10px;
    display: block;
    background: url('../img/pattern-white.png');
    margin: 15px auto 15px auto;
    border: none;
}
.pattern-dark {
	background: url('../img/pattern-mask.png');
}
.pattern-bold {
	width: 340px;
	max-width: 100%;
	height: 15px;
}
.portfolio-item-img {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	margin: 10px;
}
.pii-1 {
	background-image: url("../img/p-img-1.jpg");
}
.pii-2 {
	background-image: url("../img/p-img-2.jpg");
}
.pii-3 {
	background-image: url("../img/p-img-3.jpg");
}
.pii-4 {
	background-image: url("../img/p-img-4.jpg");
}
.pii-5 {
	background-image: url("../img/p-img-5.jpg");
}
.pii-6 {
	background-image: url("../img/p-img-6.jpg");
}
.portfolio-item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.portfolio-item-img:hover .portfolio-item-inner {
	opacity: 1;
}
.portfolio-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.6);
}
.portfolio-sub-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #fff;
	font-size: 14px;
}

.slick-slider, .slick-track, .slick-list {
	height: 100%;
}
.slick-slide {
	outline-style: none;
}

/* About */
.about {
	padding-bottom: 40px;
	background-color: #fff;
}
.about p {
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
}
.arena-video {
	height: 300px;
	width: 100%;
	border: 2px solid #424242;
}
.about-button, .about-button:visited, 
.about-button:hover, .about-button:active, .about-button:focus,  
.about-button:focus, .about-button:active:hover {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    border: 2px solid #fff;
    color: #FFFFFF;
    display: block;
    outline-style: none;
    text-shadow: none;
    font-weight: 400;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 #424242;
    background: #E61C23;
    text-transform: uppercase;
    font-size: 15px;
}
.arena-title {
	font-size: 34px;
}
.arena-title span {
	font-size: 28px;
    font-weight: 300;
}

.call-to-btn {
    width: 90%;
    display: block;
    margin: 15px auto 0 auto;
    max-width: 270px;
}

/* Portfolio */
.portfolio {
	padding: 40px 0;
	background-color: #fff;
}

/* Title block */
.title-block {
	padding: 40px 0;
}
.title-un-text {
	font-weight: 300;
}

/* Pot types */
.pot-types {
	background: url("../img/p-img-1.jpg") no-repeat center;
	padding: 40px 0;
	padding-top: 0;
	background-size: cover;
	/*background-attachment: fixed;*/
	color: #fff;
	position: relative;
}
.pot-title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 34px;
	color: #E61C23;
	margin: 0;
}
.adv-img {
	display: block;
	margin: 0 auto;
    max-width: 180px;
}
.pot-types p {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 4px 10px #000000;
}
.pot-title-white-bg {
	background-color: #fff;
	padding-bottom: 20px;
}

/* Some text */
.some-text {
	padding-top: 30px;
	/*background-image: url("../img/p-img-4.jpg");*/
	/*background-attachment: fixed;*/
	background-position: center;
	background-size: cover;
	position: relative;
}
.some-title {
	color: #fff;
}
.some-text h2 {
	font-size: 22px;
	font-weight: 400;
	color: #000;
}
.some-btn, .some-btn:visited,
.some-btn:hover, .some-btn:active, .some-btn:active:hover, .some-btn:active:focus {
    width: 270px !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
    border: 2px solid #fff;
    color: #FFFFFF;
    display: block;
    outline-style: none;
    text-shadow: none;
    font-weight: 400;
    border-radius: 15px;
    box-shadow: 0 0 10px 3px #000;
    background: #E61C23;
    text-transform: uppercase;
    font-size: 13px !important;
}

/* CONTACTS */
.contacts {
	padding: 40px 0;
}
.cont-title {
	margin-bottom: 5px;
	font-size: 20px;
}
.cont-text {
	font-size: 16px;
	font-weight: 300;
}
.contacts-row {
	margin-bottom: 10px;
	overflow: hidden;
}
.contacts-row:last-child {
	margin-bottom: 0;
}

/* Form area */
#contacts-form {
	margin-top: 20px;
}
.form-area-title {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 300;
	color: #E61C23;
}
.form-sbm, .form-sbm:hover, .form-sbm:active, .form-sbm:visited {
	border-radius: 0;
    background: #E61C23;
    color: #fff;
    padding: 6px 33px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    box-shadow: none;
    text-shadow: none;
    outline-style: none;
    transition: all .1s ease;
    border: none;
    margin-top: 14px;
    box-shadow: 0 1px 2px 0 #424242;
}
.contacts-area .block-title-gray {
	margin: 0;
	margin-top: 8px;
}
.cont-form-area {
	padding-bottom: 0;
}
.error {
	color: #FF6D72;
	font-weight: 300;
}

/*=============================
		Bootstrap edit
=============================*/
.navbar-collapse {
	float: right;
}
.navbar-brand {
	padding: 0;
    display: block;
    height: 100%;
}
.nav li a {
	text-transform: uppercase;
}
.navbar-brand>img {
	height: 36px;
    margin: 18px;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin: 10px 0;
}

.form-control {
	border-radius: 0;
	width: 340px;
	max-width: 100%;
	height: 46px;
	border: 1px solid #636363;
	color: #636363;
	font-size: 18px;
	font-weight: 300;
}
.form-sbm-sended, .btn-default[disabled] {
	background: #00BD80;
	opacity: 1;
}

/* ==================================
				MEDIA
====================================*/
@media only screen and (max-width: 1200px),
only screen and (max-device-width: 1200px) {
	.about p {
		font-size: 19px:;
	}
	.about p:first-child {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 992px),
only screen and (max-device-width: 992px) {
	.form-area {
		padding: 0 15px;
		margin-top: 20px;
	}
	.form-area-title {
		text-align: center;
	}
	.form-control {
		width: 100%;
	}
	.contacts-area .block-title-gray {
		margin: 0;
		margin-top: 30px;
	}
	.call-me-button, .call-me-button img {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {
	.portfolio {
		padding-top: 0px;
	}
	.main-label-text {
		margin: 0;
	}
	.phone-numb {
		margin: 10px 0;
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		text-align: center;
		color: #221F1F;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		width: 100%;
	}

	.navbar-default .navbar-toggle {
		border: none;
		background: transparent;
		margin-top: 18px;
	}
	.navbar-toggle .icon-bar {
		width: 32px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
	}
	.navbar-brand>img {
	    margin: 18px 10px;
	}
	.pattern-white {
		width: 90%;
	}
	.main-label-text {
		font-size: 22px;
	}
	.main-label-untext {
		font-size: 18px;
	}
	.some-btn {
		margin: 20px auto 0 auto;
		font-size: 13px;
		width: 270px;
	}
	.title-un-text {
		font-size: 18px;
	}
	.title-block {
		padding: 20px 0;
	}
	.some-text h2 {
		font-size: 18px;
    	font-weight: 300;
	}
	.contacts {
		padding: 20px 0;
	}
	.mobile-marg-min {
		margin-top: 0px;
	}
}
