body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
}

.wrapper {
	overflow: hidden;
}
.container {
    margin: 0 auto;
}

/** Margins **/

.mar-top-5 {
    margin-top:5px;
}

.mar-top-10 {
    margin-top:10px;
}

.mar-top-15 {
    margin-top:15px;
}

.mar-top-20 {
    margin-top:20px;
}

.mar-top-25 {
    margin-top:25px;
}

.mar-top-30 {
    margin-top:30px;
}

.mar-top-35 {
    margin-top:35px;
}

.mar-top-40 {
    margin-top:40px;
}

.mar-top-45 {
    margin-top:45px;
}

.mar-top-50 {
    margin-top:50px;
}

.mar-top-55 {
    margin-top:55px;
}

.mar-top-60 {
    margin-top:60px;
}

.mar-top-70 {
    margin-top:70px;
}

.mar-top-80 {
    margin-top:80px;
}

.mar-top-90 {
    margin-top:90px;
}

.mar-top-100 {
    margin-top:100px;
}

.mar-top-120 {
    margin-top:120px;
}

.mar-top-200 {
    margin-top:200px;
}

/** test Sizes **/

h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #ed1e24;
}

/** Buttons **/

.btn {
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.btn.btn-red {
	background-image: url(../images/button-tail.gif);
    -webkit-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
	overflow: hidden;
	position: relative;
	padding: 10px 50px 10px 30px;
}

.btn.btn-red:after {
	position: absolute;
	content: "";
	right: 12px;
    top: 10px;
	background-image: url(../images/button-marker.gif);
	width: 20px;
	height: 20px;
}

.btn.btn-black {
	background-image: url(../images/button2-tail.gif);
    -webkit-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.38);
	overflow: hidden;
	position: relative;
	padding: 10px 50px 10px 30px;
	margin-bottom: 5px;
}

.btn.btn-black:after {
	position: absolute;
	content: "";
	right: 12px;
    top: 10px;
	background-image: url(../images/marker-2.png);
	width: 20px;
	height: 20px;
}

.btn.btn-red:hover {
	color: #000;
}

.btn.btn-black:hover {
    background: #010101;
}

/** Header **/
header {
	position: relative;
    border-top: 5px solid #1a1a1a;
}

.header .logo {
    margin-top: 73px;
    margin-bottom: 0px;
}

.header .logo img {
	-webkit-transition: background-color all 0.2s ease;
	-moz-transition: background-color all 0.2s ease;
	-o-transition: background-color all 0.2s ease;
	transition: background-color all 0.2s ease;
}

/**  Menu  **/

nav {
    padding: 0;
    margin-top: 89px;
}

nav ul {
	float: right;
}

nav ul li {
	display: inline-block;
	float: left;
}

nav ul li:not(:first-child) {
	margin-left: 0px;
}

nav ul li a {
	font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #585858;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

nav ul li a:hover {
	color: #da251d;
	text-decoration: none;
}

nav ul li a.active {
    color: #da251d;
}

#nav:checked + .nav-open {
	transform: rotate(45deg);
}

#nav:checked + .nav-open i {
	background: #4d4d4d;
	transition: transform 0.2s ease;
}

#nav:checked + .nav-open i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-open i:nth-child(2) {
	opacity: 0;
}

#nav:checked + .nav-open i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-container {
	z-index: 9990;
	opacity: 1;
	display: block;
}

#nav:checked ~ .nav-container ul li a {
	opacity: 1;
	transform: translateY(0);
}

.hidden {
	display: none;
}

/** Menu **/
/** footer **/
.footer {
    padding-top: 25px;
    padding-bottom: 45px;
    background: #f7f7f7;
    line-height: 25px;
    color: #808080;
}

.footer .text-dark {
    color: #4d4d4d;
}

.footer .heading {
    color: #4d4d4d;
}
.footer a {
    text-decoration: none;
    color: #808080;
    display: inline-block;
}
.footer a:hover {
    color: #ed1e24;
}

.footer .arrow-list a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.footer .arrow-list a:before {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-left: 5px solid #ed1e24;
    position: absolute;
    left: 0;
    top: 8px;;
}

/** charges **/
.charge-table {

}
.charge-table .item {
    padding-left: 120px;
    position: relative;
    margin-top: 28px;
}

.charge-table .item .price {
    position: absolute;
    left: 0;
    top:0;
    width: 90px;
    height: 70px;
    border-radius: 20px;
    border: solid 1px #FFF;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    padding: 0px 10px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #808080;
}
.charge-table .item .price .small {
    font-size: 15px;
}

/** home Text **/
.home-text-img {
    float: left;
    margin-right: 10px;
}


/** Banner ***/

.banner-wrapper {
    margin-bottom: 50px;
	position: relative;
}

.banner-wrapper:after {
	position: absolute;
	content: "";
	top: 77px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    background: #f5f5f5;
	z-index: -1
}

.banner-wrapper .slider .slide {
    padding: 0;
    position: relative;
    z-index: 6;

}
.banner-wrapper .slider .slide .banner-item {
    position: relative;
}

.banner-wrapper .slider .slide .caption {
	z-index: 2;
	position: absolute;
	left: 550px;
	top: 135px;
}

.banner-wrapper .slider .slide .caption h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-weight: 800;
}

.banner-wrapper .slider .slide .caption p {
    font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 28px;
    color: #808080;
}

.banner-wrapper .slider .slide .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 540px;
    height: 800px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 999;

}
.banner-wrapper .slider .slide .image.slide-1 {
    background-image: url(../images/slide-1.jpg);
}

.banner-wrapper .slider .slide .image.slide-2 {
    background-image: url(../images/slide-2.jpg);
}

.banner-wrapper .slider .slide .image.slide-3 {
    background-image: url(../images/slide-3.jpg);
}

/** BX slider resets **/
.bx-wrapper {
    box-shadow: 0 0 0 #FFF;
    border: 0 none;
    background: transparent;
}
.bx-viewport{
    overflow: auto !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    z-index: 0;
}

/** BX Slider Pager **/

.bx-controls.bx-has-pager {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.bx-controls.bx-has-pager .bx-pager.bx-default-pager {
    position: absolute;
    bottom: 105px;
    right: 0;
    text-align: right;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #f5f5f5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
}

.bx-wrapper .bx-pager.bx-default-pager a.active:after {
    position: absolute;
	content: "";
	width: 10px;
	top: 5px;
	height: 10px;
	background-color: #d54549;
	left: 5px;
	border-radius: 50%;
}

/*
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #565656;
	background-image: url(../images/slider-pagination.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
*/

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #f5f5f5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
}

.bx-wrapper .bx-pager.bx-default-pager a:after {
	position: absolute;
	content: "";
	width: 10px;
	top: 5px;
	height: 10px;
	background-color: #6f6f6f;
	left: 5px;
	border-radius: 50%;
}


/* Content */

.left-side h3{
	line-height: 35px;
    font-size: 30px;
    font-weight: 800;
	display: inline-block;
    letter-spacing: -1px;
	margin: 0 0 10px;
}

.heading-multiple-lines {
	display: inline-block;
}

.heading-multiple-lines img {
	display: inline-block;
}

.heading-multiple-lines h3 {
    line-height: 35px;
    font-size: 30px;
    font-weight: 800;
	display: inline-block;
    letter-spacing: -1px;
    vertical-align: middle;
    margin: 20px 0 0;
}

.right-side p {
	line-height: 22px;
}

@media only screen and (max-width: 1199px) {
	
	.banner-wrapper .slider .slide .caption h1 {
		font-size: 48px;
	}
	
}

@media only screen and (max-width: 991px) {
	
/*	Header */
	
	.header .logo {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	header.sticky {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
		background-color: rgba(255,255,255,0.85);
	}
	
	header.sticky .logo img {
		width: 200px;
	}
	
	header.sticky .logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	header.sticky .nav-open {
		top:11px;
	}
	
/*	 Menu */
	
	nav {
		margin: 0px;
	}
	
	.nav-container {
		position: relative;
		height: 100%;
		width: 100%;
		z-index: -1;
		display: none;
		transition: all .5s ease 0s;
		-webkit-transition: all .5s ease 0s;
		-moz-transition: all .5s ease 0s;
		-o-transition: all .5s ease 0s;
		-ms-transition: all .5s ease 0s;
	}
	
	.nav-container.active {
		position: fixed;
	}

	.nav-container ul {
		position: relative;
		width: 100%;
		padding-top: 140px;
    	padding-right: 15px;
	}

	.nav-container ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}

	.nav-container ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}

	.nav-container ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}

	.nav-container ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}

	.nav-container ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}

	.nav-container ul li:not(:first-child) {
		margin-left: 0;
	}

	.nav-container ul li a {
		padding: 0px;
		opacity: 0;
		color: #4d4d4d;
		font-size: 22px;
		font-weight: 300;
		 -ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		transition: all 0.2s ease;
	}

	.nav-open {
		position: fixed;
		right: 10px;
		top: 46px;
		display: block;
		width: 48px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	}

	.nav-open i {
		display: block;
		width: 20px;
		height: 2px;
		background: #1f2227;
		border-radius: 2px;
		margin-left: 14px;
	}

	.nav-open i:nth-child(1) {
		margin-top: 16px;
	}

	.nav-open i:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.nav-open i:nth-child(3) {
		margin-top: 4px;
	}
	
	
/*	 Banner*/
	
	.banner-wrapper {
		margin: 0px;
	}
	
	.bx-wrapper img {
		max-width: 300px;
	}
	
	.banner-wrapper:after {
		top: 44px;
	}
	
	.banner-wrapper .slider .slide .caption {
		z-index: 2;
		position: absolute;
		left: 350px;
		top: 60px;
	}
	
	.banner-wrapper .slider .slide .caption h1 {
		font-size: 36px;
		line-height: 36px;
	}
	
	.banner-wrapper .slider .slide .caption p {
		font-size: 18px;
		margin-top: 10px;
		line-height: 22px;
	}
	
	.banner-wrapper .slider .slide .caption a.btn.btn-red.mar-top-40 {
		margin-top: 20px;
	}
	
	.bx-controls.bx-has-pager .bx-pager.bx-default-pager {
		bottom: inherit;
		right: 0;
		text-align: center;
	}

.list-2 li {
	line-height:20px; 
	padding:5px 0 5px 20px; 
	background:url(../images/marker-3.png) 0 11px no-repeat;
}
	.list-2 li a {
		display:inline-block;
		color:#4d4d4d;
	}
	.list-2 li a:hover {color:#ed1e24; text-decoration:underline;}	
/* content */
	
	.charge-table .item .price {
		width: 75px;
		height: 65px;
		padding: 4px 10px;
		font-size: 20px;
	}
	
	.charge-table .item {
    	padding-left: 90px;
	}
	
	.col.grid-8.right-side.order-1 {
		margin-bottom: 50px;
	}
	
}


@media only screen and (min-width: 768px) {
    .container {
        width: 90%;
        max-width: 960px;
		overflow: hidden;
    }
    .banner-wrapper .container {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 767px) {
    
	.nav-container ul {
		padding-top: 15px;
	}
	
	.container {
        width: 90%;
    }
    .banner-wrapper .slider .slide .image {
        display: none;
    }
    .banner-wrapper .slider .slide .caption {
        padding-left: 0;
    }
	
	.banner-wrapper .slider .slide .caption {
		left: 275px;
	}	
}

@media only screen and (max-width: 640px) {
	
	.banner-wrapper .slider .slide .caption h1 {
		font-size: 24px;
		line-height: 26px;
	    letter-spacing: -1px;
	}
	
	.banner-wrapper .slider .slide .caption p {
		font-size: 14px;
		margin-top: 6px;
		line-height: 16px;
	}
	
	.banner-wrapper .slider .slide .caption a.btn.btn-red.mar-top-40 {
		margin-top: 12px;
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 480px) {
	
/*	 Header */
	
	.header .logo img {
		width: 240px;
	}
	
	.nav-open {
		top: 39px;
	}
	
	/* Banner */
	
	.bx-wrapper img {
		max-width: 225px;
	}
	
	.banner-wrapper:after {
		top: 30px;
	}
	
	.banner-wrapper .slider .slide .caption {
		left: inherit;
    	top: 45px;
    	right: 15px;
	    width: calc(100% - 200px);
	}
	
	.banner-wrapper .slider .slide .caption h1 {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -1px;
	}
	
	.banner-wrapper .slider .slide .container {
		width: 100%;
	}
	
}

@media only screen and (max-width: 359px) {
	
/*	 Header */
	
	.header .logo img {
 	   width: 220px;
	}
	
	.nav-open {
		top: 37px;
	}
	
/*	 Banner */
	
	.banner-wrapper .slider .slide .caption h1 {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: -1px;
	}
	
	.banner-wrapper .slider .slide .caption p {
		font-size: 12px;
		margin-top: 4px;
		line-height: 12px;
	}
	
	.banner-wrapper .slider .slide .caption a.btn.btn-red.mar-top-40 {
		padding: 8px 35px 8px 14px;
		font-size: 10px;
	}
	
	.btn.btn-red:after {
    	right: 8px;
    	top: 6px;
	}
	
}


