@media (min-width: 768px) and (max-width: 991px) {
	.header a.header_logo {
		float: left;
		background: url(../images/logosm.png) no-repeat 0px 0px;
		display: block;
		width: 155px;
		height: 31px;
		margin-right: 12px;
		padding: 0px;
		position: relative;
		top: 8px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small1 {
    font-size: 13px;
    float: left;
    position: absolute;
    top: 42px;
    color: rgb(0, 68, 105);
}
}

@media (min-width: 768px) and (max-width: 991px) {
nav.header_nav {
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    top: 18px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
    padding: 9px 7px 0 0;
    line-height: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone {
    float: right;
    position: relative;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 23px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
    top: 2px;
	left: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header .header_phone__small:before {
	content: '';
	position: absolute;
	background: none!important;
	display: block;
	width: 23px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	left: -30px;
	top: -10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
nav.header_nav a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 9px;
    padding: 10px 0px 0px;
}
}

@media (max-width: 767px) {
.header a.header_logo {
    float: left;
    background: url(../images/logo.png) no-repeat 0px 0px;
    display: block;
    width: 251px;
    height: 50px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 767px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 58px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    overflow: inherit;
    background: #fff;
	position: relative;
    top: 30px;
    min-height: 170px;
    padding-left: 20px;
}
}

@media (max-width: 767px) {
nav.header_nav {
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 0 10px 0;
    top: 0;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
nav.header_nav a {
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
}
}

@media (max-width: 767px) {
	nav.header_nav a:hover {
		padding: 9px 0px;
		border-top: 2px solid #f45349;
	}
}

@media (max-width: 767px) {
nav.header_nav a.active {
    padding: 8px 0px 10px 0px;
    border-top: 2px solid #f45349;
}
}

@media (max-width: 767px) {
.header .header_phone {
    float: right;
    position: relative;
    left: 0;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 35px;
    top: 18px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
}


button.accordion {
		background-color: #f45349;
		cursor: pointer;
		padding: 10px;
		width: 100%;
		border: none;
		text-align: center;
		outline: none;
		transition: 0.4s;
		color: #fff;
		font-size: 16pt;
		border-radius: 30px 0;
		display: block;
	}

	button.accordion.active, button.accordion:hover {
		background-color: #213950;
		color: #fff;
	}



	div.panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: 0.8s ease-in-out;
		opacity: 0;
	}

	div.panel.show {
		opacity: 1;
		max-height: 100%;
	}


}

@media (max-width: 480px) {
.header .header_phone {
    float: right;
    position: relative;
    left: 0;
    display: block;
    color: #203c58;
    font-family: 'RussoOne-Regular';
    font-size: 25px;
    top: 18px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    cursor: help;
    text-decoration: none;
}
}

@media (max-width: 480px) {
.header .header_phone__small {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 17px;
}
}

@media (max-width: 480px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 15px;
    padding: 10px 10px 0 0;
    line-height: 21px;
}
}


@media (max-width: 480px) {
.header .header_phone__small:before {
	content: '';
	position: absolute;
	background: none!important;

}
}

@media (max-width: 480px) {
.header a.header_logo {
    float: left;
    background: url(../images/logoxs.png) no-repeat 0px 0px;
    display: block;
    width: 200px;
    height: 40px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 480px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 45px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header a.header_logo {
    float: left;
    background: url(../images/logoxs.png) no-repeat 0px 0px;
    display: block;
    width: 200px;
    height: 40px;
    margin-right: 30px;
    padding: 0px;
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header .header_phone__small1 {
    font-size: 17px;
    float: left;
    position: absolute;
    top: 45px;
    color: rgb(0, 68, 105);
    margin-left: 10px;
}
}

@media (max-width: 340px) {
.header .header_phone {
    font-size: 20px;
	}
}

@media (max-width: 340px) {
.header .header_phone__small {
    font-size: 15px;
}
}

@media (max-width: 340px) {
.head_phone {
    position: relative;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 12px;
    padding: 10px 10px 0 0;
    line-height: 15px;
}
}

@media (max-width: 340px) {
nav.header_nav a {
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.static {
	width: 750px;
    margin: 0px auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 27px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: 65%;
	line-height: 28px;
	z-index: 2;
    position: relative;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 10px 0px 0px 0px;
    width: 340px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static p span {
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 33px 8px 0px 0;
    padding: 10px;
    border-radius: 15px;
    top: 0px;
    right: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.placeholder .static > aside > form:before {
    content: '';
    position: absolute;
    background: url(../images/arrow_form.png) no-repeat 0px 0px !important;
    display: block;
    width: 502px;
    height: 291px;
    margin: 0px;
    top: 0px;
    right: -115px;
	z-index: 0;
}
}

@media (max-width: 767px) {
.static {
    width: auto;
    margin: 0px auto;
}
}

@media (max-width: 767px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: 49%;
    line-height: normal;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    width: 340px;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 37px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 0px;
    right: 0px;
}
}

@media (max-width: 480px) {
.placeholder .static {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 26px 0px 0px 0px;
}
}

@media (max-width: 480px) {
.placeholder .static .ttl {
    display: block;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
    margin-bottom: 10px;
    padding: 0px;
    width: auto;
    line-height: normal;
    margin-left: 20px;
}
}

@media (max-width: 480px) {
.placeholder {
    position: relative;
    background: #F32927 url(../images/placeholder_bgxs.jpg) repeat top center;
    width: 100%;
    height: 752px;
    border-bottom: 7px solid #203c58;
    margin: 80px 0px 0px 0px;
}
}

@media (max-width: 480px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 24px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 163px;
    right: 0px;
}
}

@media (max-width: 480px) {
.placeholder .static p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    width: auto;
    margin-left: 20px;
}
}

@media (max-width: 480px) {
.placeholder .static span {
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 340px) {
.placeholder .static > aside {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    x-overflow: hidden;
    display: inline-block;
    margin: 37px 37px 0px 0px;
    padding: 7px;
    border-radius: 15px;
    top: 165px;
    left: 20px;
}
}

@media (max-width: 340px) {
.placeholder .static > aside > form {
    position: relative;
    display: block;
    width: auto;
    padding: 10px;
    border: 2px solid #f45349;
    border-radius: 10px;
    box-shadow: inset 0px 100px 100px rgba(255,255,255, 0.7);
    z-index: 1;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.price_table {
    position: relative;
    width: auto;
    margin: 0px auto;
    padding: 44px 0px 44px 0px;
    overflow: hidden;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.zag {
    color: #f45349;
    font-size: 24px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    padding: 25px 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.left_table {
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.right_table {
    float: right;
    display: block;
    width: auto;
    margin: 18px 44px 0px 10px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.price_table {
    position: relative;
    width: auto;
    margin: 0px auto;
    padding: 44px 0px 44px 0px;
    overflow: hidden;
}
}

@media (max-width: 767px) {
.zag {
    color: #f45349;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    padding: 25px 20px;
}
}

@media (max-width: 767px) {
.right_table {
    float: right;
    display: block;
    width: auto;
    margin: 20px 0 0px 10px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.left_table {
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.zag {
    color: #f45349;
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding: 25px 20px;
}
}

@media (max-width: 480px) {
.boxes table th {
    color: #fff;
    line-height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 0px;
    background: #203c58 url(../images/highlight.png) repeat;
    border-left: 2px solid #CBC7C7;
    border-right: 2px solid #CBC7C7;
    border-bottom: 2px solid #CBC7C7;
    text-align: center;
}
}

@media (max-width: 340px) {
.zag {
    color: #f45349;
    font-size: 15px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding: 25px 20px;
}
}

@media (max-width: 340px) {
.boxes table th {
    color: #fff;
    line-height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 0px;
    background: #203c58 url(../images/highlight.png) repeat;
    border-left: 2px solid #CBC7C7;
    border-right: 2px solid #CBC7C7;
    border-bottom: 2px solid #CBC7C7;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li {
    float: left;
    width: auto;
    margin: 0px 23px 0px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: auto;
    height: 123px;
    margin: 0px 17px 0px 0px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 220px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 12px;
    margin: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.reviews ul li .overview .date {
    display: none;
    color: #e2fcfe;
    font-family: 'OpenSansRegular';
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    clear: both;
}
}

@media (max-width: 480px) {
.title {
    display: block;
    font-size: 20px;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 6px 0px 33px 0;
	line-height: 22px;
}
}

@media (max-width: 480px) {
.reviews ul li {
    float: left;
    width: auto;
    margin: 0px 0 0px 0px;
}
}

@media (max-width: 480px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: 107px;
    height: 96px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.reviews ul li .img:before {
    content: '';
    position: absolute;
    background: url(../images/reviews_glassxs.png) no-repeat 0px 0px !important;
    display: inline-block;
    width: 107px;
    height: 96px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
}

@media (max-width: 480px) {
.reviews ul li .img img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 81px;
    height: 80px;
    margin: 6px 7px;
    border-radius: 14px;
    border: 2px solid #f45349;
    z-index: 1;
}
}

@media (max-width: 480px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 215px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 12px;
    margin: 0px;
}
}

@media (max-width: 340px) {
.title {
    display: block;
    font-size: 15px;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 6px 0px 33px 0;
}
}

@media (max-width: 340px) {
.reviews ul li .img:before {
    content: '';
    position: absolute;
    background: url(../images/reviews_glassxxs.png) no-repeat 0px 0px !important;
    display: inline-block;
    width: 70px;
    height: 63px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 3;
}
}

@media (max-width: 340px) {
.reviews ul li .img img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 47px;
    height: 48px;
    margin: 6px 7px;
    border-radius: 14px;
    border: 2px solid #f45349;
    z-index: 1;
}
}

@media (max-width: 340px) {
.reviews ul li .img {
    float: left;
    position: relative;
    display: inline-block;
    width: 69px;
    height: 68px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}
}

@media (max-width: 340px) {
.reviews ul li .txt {
    float: left;
    display: block;
    width: 207px;
    color: #e2fcfe;
    line-height: normal;
    font-family: 'OpenSansLightItalic';
    font-size: 11px;
    margin: 0px;
}
}

@media (max-width: 340px) {
.reviews ul li .overview .name {
    float: left;
    display: inline-block;
    width: auto;
    color: #f45349;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.preim_media .preim {
    width: auto;
    margin: 0px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.preim_media .gallery {
    width: auto;
    margin: 15px 0 0 0;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.gallery ul li {
    float: left;
    overflow: hidden;
    display: block;
    width: 216px;
    height: 124px;
    margin: 0px 0 10px 10px;
    padding: 0px;
    border: 3px solid #203c58;
    border-radius: 15px;
}
}

@media (max-width: 767px) {
.gallery ul li {
    float: left;
    overflow: hidden;
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 0px;
    border: 3px solid #203c58;
    border-radius: 15px;
}
}

@media (max-width: 767px) {
.preim_media .preim {
    width: auto;
    margin: 0px;
    padding: 0px;
}
}

@media (max-width: 767px) {
.preim_media .gallery {
    width: auto;
    margin: 10px 0 0 0;
    padding: 0px;
}
}

@media (max-width: 480px) {
.preim ul li {
    float: none;
    position: relative;
    display: block;
    x-width: 175px;
    color: #203c58;
    font-size: 12px;
    margin: 0px 40px 20px 0px;
    padding-left: 45px;
    padding-right: 20px;
}
}

@media (max-width: 340px) {
.preim ul li {
    float: none;
    position: relative;
    display: block;
    x-width: 175px;
    color: #203c58;
    font-size: 12px;
    margin: 0px 40px 20px 0px;
    padding-left: 45px;
    padding-right: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.service ul li {
    float: left;
    display: block;
    width: auto;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.service ul li .srvice_txt {
    float: left;
    display: block;
    overflow: hidden;
    width: 460px;
    line-height: normal;
    font-size: 15px;
    margin-left: 20px;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.service ul li .srvice_price {
    float: right;
    position: relative;
    background: url(../images/icon_button.png) no-repeat 0px 0px;
    display: inline-block;
    width: 98px;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: 0px 1px 0px #203c58;
    margin: 12px 0 0 0;
    padding: 0px 10px 0px 0px;
}
}

@media (max-width: 480px) {
.service ul li {
    float: left;
    display: block;
    width: 360px;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.service ul li .srvice_txt {
    float: left;
    display: block;
    overflow: hidden;
    width: 165px;
    line-height: 19px;
    font-size: 12px;
    margin-left: 5px;
    padding: 0px;
}
}

@media (max-width: 480px) {
.service ul li .srvice_txt h2, strong {
    color: #f45349;
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
}
}

@media (max-width: 480px) {
	.service ul li .srvice_price {
		float: none;
		font-size: 12px;
	}
}

@media (max-width: 340px) {
.service ul li {
    float: left;
    display: block;
    width: 300px;
    margin: 0px 60px 40px 0px;
    padding: 0px;
}
}

@media (max-width: 340px) {
.service ul li i.icon-1 {
    float: left;
    position: relative;
    background: none;
    display: inline-block;
    width: 0;
    height: 0;
}
}

@media (max-width: 340px) {
	.service ul li i.icon-2 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 340px) {
.service ul li i.icon-3 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 340px) {
.service ul li i.icon-4 {
		float: left;
		position: relative;
		background: none;
		display: inline-block;
		width: 0;
		height: 0;
	}
}

@media (max-width: 480px) {
.clearfix_txt h3{
	font-size: 19px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.copy {
    color: #DCFFF4;
    width: 300px;
    font-size: 11px;
    float: left;
    position: absolute;
    margin-top: -42px;
    margin-left: 8px;
}
}

@media (max-width: 767px) {
	footer .footer {
		padding: 10px 0px;
		margin-left: 7px;
	}
}

@media (max-width: 767px) {
.copy {
    color: #DCFFF4;
    width: auto;
    margin: -32px 7px 8px;
    font-size: 11px;
}
}

@media (max-width: 767px) {
nav.footer_nav a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 12px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (max-width: 767px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 8px;
}
}

@media (max-width: 340px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 0;
}
}

@media (max-width: 340px) {
nav.footer_nav a {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (max-width: 480px) {
nav.footer_nav {
    float: left;
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 0;
}
}


@media (max-width: 480px) {
	nav.footer_nav a {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 0px 0px;
    color: #fff! important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.item {
    width: auto;
    line-height: 18px;
}
}

@media (max-width: 767px) {
.item {
    width: auto;
    line-height: 16px;
    font-size: 12px;
}
}

@media (max-width: 480px) {
.preview {
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    width: 85px;
    height: 63px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 30px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#phone_button .l2 {
    font-size: 43px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#phone_button {
    text-align: center;
    line-height: 70px;
    background: #f45349;
    padding: 40px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}


@media (max-width: 767px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 30px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 767px) {
#phone_button .l2 {
    font-size: 38px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -15px;
}
}

@media (max-width: 767px) {
#phone_button {
    text-align: center;
    line-height: 70px;
    background: #f45349;
    padding: 40px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}



@media (max-width: 480px) {
#phone_button .l1 {
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-shadow: 0px 1px 1px #333;
}
}

@media (max-width: 480px) {
#phone_button .l2 {
    font-size: 22px;
    color: #203c58;
    font-family: 'RussoOne-Regular';
	position: relative;
    top: -10px;
}
}

@media (max-width: 480px) {
#phone_button {
    text-align: center;
    line-height: 30px;
    background: #f45349;
    padding: 15px;
    width: auto;
    font-family: 'OpenSansRegular';
}
}

@media (min-width: 768px) and (max-width: 991px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: right;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: 28px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 61px;
    color: #fafafa;
    right: 48px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: 500px;
    margin-left: 9px;
    display: block;
    margin-top: -24px;
}
}

@media (max-width: 480px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: left;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}
}

@media (max-width: 480px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 110px;
    color: #fafafa;
    left: 8px;
	right: 0;
}
}

@media (max-width: 480px) {
.copy {
    color: #DCFFF4;
    width: auto;
    margin: 6px 8px 8px;
    font-size: 11px;
}
}

@media (max-width: 480px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: auto;
    margin: 0 8px 10px;
    display: block;
}
}

@media (max-width: 767px) {
.forbidden {
    font-size: 11px;
    color: #fafafa;
    position: relative;
    width: auto;
    margin: 22px 5px 11px;
    display: block;
}
}

@media (max-width: 767px) {
.logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(../images/mtsite.png) no-repeat;
    float: right;
    z-index: 20;
    position: relative;
    cursor: pointer;
    margin-top: -36px;
}
}

@media (max-width: 767px) {
.design_site {
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
    position: absolute;
    margin-top: 45px;
    color: #fafafa;
    right: 37px;
}
}


@media (max-width: 767px) {
	.footer .logo_footer{    display: none;}
	
	footer{display: none;}
	
}