		/*Menu */

/*
	1. Homepage
		Fonts
		Section bg_sands
		Navbar
		dropdown in navbar
		Top Img section 
		carousel_section
		footer

	2. Login
		price_section
		spinner
		
	3. getInTouch forms	

	4. Responsive @media

*/
.formDivider img{
	width:100%;
}


	/*  1 homepage   */

@font-face {
	font-family: "SegoeUIRegular";
	src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
	src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
	url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
		}

@font-face {
	font-family: "SegoeUIBold";
	src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
	src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
	url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
		}

@font-face {	/*Icons*/
	font-family: 'vendorIcons';
	src:  url('../fonts/vendorIcons.eot?lh5qar');
	src:  url('../fonts/vendorIcons.eot?lh5qar#iefix') format('embedded-opentype'),
	url('../fonts/vendorIcons.ttf?lh5qar') format('truetype'),
	url('../fonts/vendorIcons.woff?lh5qar') format('woff'),
	url('../fonts/vendorIcons.svg?lh5qar#vendorIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="vIcon-"], [class*=" vIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vendorIcons' !important;
  color: #676767;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vIcon-beauty-and-spa:before {content: "\e900";/*&#xe900 */}
.vIcon-coordinator:before {content: "\e901";/*&#xe901 */}
.vIcon-florist:before {content: "\e902";/*&#xe902 */}
.vIcon-musician-ceremony:before {content: "\e903";/*&#xe903 */}
.vIcon-musician-reception:before {content: "\e904";/*&#xe904 */}
.vIcon-officiant:before {content: "\e905";/*&#xe905 */}
.vIcon-other:before {content: "\e906";/*&#xe906 */}
.vIcon-photographer:before {content: "\e907";/*&#xe907 */}
.vIcon-rentals-and-decor:before {content: "\e908";/*&#xe908 */}
.vIcon-tour-excursion:before {content: "\e909";/*&#xe909 */}
.vIcon-transportation:before {content: "\e90a";/*&#xe90a */}
.vIcon-videographer:before {content: "\e90b";/*&#xe90b */}


html, body {
	/*font-size: 24px;*/
	font-family: 'SegoeUIRegular';
	background: #fff;
	color: #676767;
}
/*.formHeader h2 {
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	font-family: 'SegoeUIBold';
	color: #676767;
}*/
.formHeader h3{
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-size:18px;
	font-family: 'SegoeUIBold';
	color:#1298dd;
}
/*p {
	color: #000;
}*/
/*img {
	width: 100%;
}*/
label{
	font-weight: normal;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
textarea{
	resize: vertical; max-height: 200px;
}

		/*--------bg_sands section-------*/

.bg_sands, .bg_sands2{
	background-color: #fcf1dc;
	padding-top: 35px;
	padding-bottom: 35px;
}
.with_underline , .with_underline:hover{
	text-decoration: underline;
	color: #1298dd;
}
.bg_sands p{
	font-family: 'SegoeUIRegular';
	font-size: 24px;
	color: #1298dd;
	margin-bottom: 26px;
	min-height: 68px;
}
.bg_sands span{
	font-family: 'SegoeUIRegular';
}
p.content_text{
	font-family: 'SegoeUIRegular';
	color: #000;
	font-size: 16px;
	height: 120px;
}
.arr_vertical{
	padding: 80px 0 0px;
}

.for_icons{
	/*margin: 50px auto 50px;*/
}
.icon_card{
	width:68px;
	height: 78px;
	background: url(../images/mainpage/1.svg) no-repeat;
	background-size: 68px 78px;
	margin: 50px auto 50px;
}
.icon_magaz{
	width: 78px;
	height:78px;
	background-size: 78px 78px;
	background: url(../images/mainpage/2.svg) no-repeat;
	margin: 50px auto 50px;
}
.icon_cover{
	width: 78px;
	height:78px;
	background-size: 78px 78px;
	background: url(../images/mainpage/3.svg) no-repeat;
	margin: 50px auto 50px;
}
.margin20{
	margin-top: 20px;
}
.marginCent{
	margin-top:20px;
	margin-bottom:40px;
}
.marginCentButton{
	margin-top:20px;
	margin-bottom:50px;
}
.marginCentButton2{
	margin-top:40px;
	margin-bottom:30px;
}
.icon_left{
	width: 205px;
	height:205px;
	background:url(../images/mainpage/bottom_left.svg) no-repeat;
	background-size: 205px 205px;
	margin: 0 auto;
}
.icon_right{
	width: 205px;
	height:205px;
	background:url(../images/mainpage/bottom_right.svg) no-repeat;
	background-size: 205px 205px;
	margin: 0 auto;
}
.icon_arrow{
	width: 79px;
	height: 20px;
	background:url(../images/mainpage/bottom_arrow.svg) no-repeat;
	background-size: 79px 20px;
	margin: 0 auto;

}

/************ Navbar  *****************/
.navbar, .navbar_default{
	background-color: #fff;
	box-shadow: 0px 1px 2px #bebebe;
	border: 0px;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover{
    color: #010101;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #010101;
    background-color: #fff;
}
.center_btns{
	padding-top: 20px;
	/*margin-top:20px;*/
	text-transform: uppercase;
	font-size: 20px;

}
.center_btns > li > a{
	color: #010101;
}
.log_btn{
	margin-right: 32px;
	color: #676767 !important;
}
.log_btn:hover{
	border-bottom: 2px solid #1298dd;

}
.activePage{
	color: #1298dd !important;
}
.getintouch_btn{
	border: 2px solid #1298dd;
	border-radius: 5px;
	padding-left: 22px !important;
	padding-right: 22px !important;
	color: #010101 !important;
}

.getintouch_btn:hover, .activeButton{/*activeButton - setActivePage*/
	color:#fff !important;
	background-color: #1298dd !important;
	/*border: 2px solid black;*/
}

	/*------Dropdown-------*/

.dropdown-menu{
	top: 52px;
    min-width: 200px;
    padding: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: none;
    font-size:20px;
    text-transform: uppercase;
    color:#000;
}
.dropdown-menu>li>a:hover{
	background-color: #fcf1dc;
}



/********Top img section********/

.topimg_section {
	height: 460px;
	background: url(../images/mainpage/topimage_big.jpg);
	background-size: 2048px 800px;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	

	margin-top: -20px;
}
.topimg_section .container {
	padding: 0;
}
.topcontent_box {
	margin-top: 105px;
	/*text-align: center;*/
	
}
.topcontent_box span {
	font-size: 52px;
	font-family: 'SegoeUIBold';
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px /*20px*/ #707070;
}
.topcontent_box p {
	margin: 5px 0 45px;
	text-transform: uppercase;
	font-size: 38px;
	background-color: #1280bf;
	padding: 0;
	border-radius: 5px;
	color: #fff;
	line-height: 1.3;
/*	letter-spacing: 1px;*/
	text-shadow: 1px 1px 20px #707070;

}
.top_login{
	margin-top: 13px;
}
.top_login p{
	color:#fff;
	font-family: 'SegoeUIRegular';
	font-size: 20px;
	text-shadow: 1px 1px 20px #707070;
	/*background-color: rgba(121,103,62,0.7);*/
	border-radius: 5px;
}
.top_login a{
	text-decoration: underline;
	color:#f39f63;
	cursor: pointer;
	text-shadow: 1px 0px #1298dd;
}
.red_btn{
	font-family: 'SegoeUIRegular';
	font-size: 30px;
	border-radius: 5px;
	background-color: #1298dd;
	color: #fff;
	padding: 10px 40px;
	text-transform: uppercase;
	border: 2px solid #1298dd;
	/*transition: all 2s ease;*/
	cursor: pointer;
	margin: 20px auto;
}
.red_btn:hover{
	background-color: #fff;
	color: #1298dd;
}



/********Carousel section********/

.carousel_section {
	padding: 30px 0;
}
.carousel_section .container {
	position: relative;
	max-width: 1366px;
	width: 100%;
}
.carousel_section p{
	font-size: 24px;
}
.imac_box {
	position: absolute;
    top: 94px;
    left: 50%;
    width: 419px;
    height: 335px;
	margin-left: -209px;
    background: url(../images/mainpage/imac.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.carousel_wrapper {
	margin: 50px 0 85px;
}
.custom_carousel {
	font-size: 24px;
	color: #1298dd;
}
.carousel_item {
	display: inline-block;
	width: 300px;
	margin: 0 35px;
	text-align: right;
	font-family: 'SegoeUIRegular';
}
.slick-slide {
	outline: none;
}
.custom_carousel .slick-current span {
	display: none;
}
.slick-prev,
.slick-next {
	width: 33px;
	height: 62px;
	margin-top: -16px;
	z-index: 3;
}
.slick-prev:before,
.slick-next:before {
	content: "";
}
.custom_carousel .slick-prev,
.custom_carousel .slick-prev:hover,
.custom_carousel .slick-prev:focus {
	left: 31.5%;
	outline: none;
	background: url(../images/mainpage/arrow_left.svg) no-repeat;
}
.custom_carousel .slick-next,
.custom_carousel .slick-next:hover,
.custom_carousel .slick-next:focus {
	right: 31.5%;
    outline: none;
    background: url(../images/mainpage/arrow_right.svg) no-repeat;
}
.custom_carousel .slick-dots {
	bottom: -80px;
}
.slick-dots li {
	width: 19px;
	height: 18px;
	background: url(../images/mainpage/dot.svg) no-repeat;
}
.slick-dots li.slick-active {
	background: url(../images/mainpage/dot_active.svg) no-repeat;
}
.slick-dots li button:before {
	content: "";
}

.logo {
	display: block;
	width: 248px;
	height: 54px;
	background: url(../images/mainpage/WeddingEnterprises.svg) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100% auto;
	background-position: left center;
	float: left;
}



/********Footer********/
.copyright {
	position: relative;
	display: block;
	width: 1170px;
	text-align: center;
	margin: 0 auto;
}
.copyright span {
	vertical-align: super;
	font-family: 'SegoeUIRegular';
	font-size: 16px;
}
.foo_logo {
	margin: auto 0;
	vertical-align: bottom;
	display: inline-block;
	width: 124px;
	height: 46px;
	margin: 0 19px 0 16px;
	background: url(../images/mainpage/WeddingEnterprises-foo.svg) no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left center;
}
.affiliates {
	position: absolute;
	top: 4px;
	left: 0;
}
.btn_top {
	position: absolute;
	top: 4px;
	right: 0;
	height: 22px;
	padding-right: 28px;
	margin-top: 10px;
	cursor: pointer;
	background: url(../images/mainpage/btn_top.png) no-repeat right;
	color:#FFFFFF;
}
.btn_top > a{
	color:#FFFFFF;
}

.footer {
	width: 100%;
	/*position: fixed;*/ /* Фиксированное положение */
    /*left: 0; bottom: 0;*/ /* Левый нижний угол */
	/*margin-top: -40px;*/
	padding: 4px 0 4px;
	font-size: 16px;
	font-family: 'SegoeUIRegular';
	color: #fff;
	background-color: #1298dd;
}

.interestedIn{
	margin:0; 
	padding: 40px 0 0;
}
.interestedIn>p{
	font-family: 'SegoeUIRegular';
	text-align: justify;
	font-size: 16px;
}

				/*2Login*/

			/*price_section*/

.price_section p{
	font-size: 24px;
}
.center_login{
	margin-top: 20px;
}
.center_login p{
	color:#79673e;
	font-family: 'SegoeUIRegular';
	font-size: 20px;
	border-radius: 5px;
}
.center_login a{
	text-decoration: underline;
	color: #1298dd;
	cursor: pointer;
}
.margin_price{
	margin: 25px 0;
}
/*.priceShadow{
	box-shadow: 2px 2px 3px #cccccc;
}
.priceShadow:hover{
	box-shadow: 3px 3px 3px #cccccc;
}*/
.quantSites{
	width: 100%;
	height:98px;
	float:left;
	background-color: #f39f63;
	color:#fff;font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
	margin-top: 30px;
}
.priceSites{
	width: 100%;
	height:162px;
	float:left;
	background-color: #fcf1dc;
	color: #676767;
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
	margin-bottom: 40px;
}


	/*========spinner=========*/
.ui-widget-content{
	border:2px solid #676767;
	border-radius: 7px;
}
#spinner{
	height: 30px;
	width:40px;
	font-size: 18px;
	color: #000;
}
#spinner.form-control{
	border:0 solid #fff;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-family: 'SegoeUIRegular';
}
input[type=text]#spinner.form-control,
input[type=text]#spinner.form-control:focus,
textarea#spinner.form-control:focus{
	border-color: #fff;
	box-shadow: none;
	background-color: #fff;
}

div.required label.control-label:after{
	content: "*";
}


	/*---centerSection--------*/

.centerSection .centerSection label{
	font-size:24px;
	/*min-width: 240px;*/
}
.centerSection .table>thead>tr>th{
	padding:8px 5px 26px;
	border-bottom:0;
}
.centerSection .table>tbody>tr>td{
	padding:14px 5px;
	text-align: left;
	background-color: #79673e;
	text-transform: uppercase;
	color: #fff;
}

	
	/*Error pages*/
.imgErr{
	margin:30px 0px;
}
.imgErrBot{
margin-bottom: 30px;
}



	/*Checkout, purchase Section*/

.check>tr>th{
	text-align: center;
	background-color: #edcf9d;
	color: #79673e;
	font-family: 'SegoeUIBold';
	font-size: 16px;
}
tfoot>tr>td:nth-child(2){
	text-align: left;
}
tfoot>tr>td:nth-child(3){
	font-size: 24px;
}
.check>tr>td{
	font-size: 16px;
	font-family: 'SegoeUIRegular';
}
tfoot>tr>td{
	color:#fff;
	background-color: #1298dd;
	font-family: 'SegoeUIBold';
	font-size: 20px;
}
tfoot>tr>td>span{
	font-family: 'SegoeUIRegular';
	font-size: 16px;
}
tbody>tr>td>a{
	font-family: 'SegoeUIRegular';
	font-size: 9px;
}

.table.table-stripped>tbody>tr:nth-of-type(odd) {
	background-color: #f9cfb1;
}
.table.table-stripped>tbody>tr:nth-of-type(even) {
    
	background-color: #fcf1dc;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 2px solid #fff;
}
.inTable{
	font-size: 18px;
	padding: 5px 15px;
	text-transform: uppercase;
	border: 2px solid #1298dd;
	/*transition: all 2s ease;*/
	cursor: pointer;
	/*margin: 20px auto;*/
}
.brown_btn{
	font-family: 'SegoeUIRegular';
	font-size: 18px;
	border-radius: 5px;
	background-color: #1280bf;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	border: 2px solid #1280bf;
	/*transition: all 2s ease;*/
	cursor: pointer;
	/*margin: 20px auto;*/
}
.brown_btn:hover{
	background-color: #fff;
	color:#1280bf;
}
.button-captcha {
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
}

a.action_Href{
	color:#1298dd;
	text-decoration: underline;
	cursor: pointer;
}
a.action_Href2{
	font-family: 'SegoeUIBold';
	color:#f39f63;
	text-decoration: underline;
	cursor: pointer;
}



	/*Get in touch forms*/

.form-control{
	font-size: 16px;
	height:44px;
}
.formText{
	padding: 10px 15%;
	font-size: 16px;
	font-family: 'SegoeUIRegular';
	background-color: #fff5da;
	margin-top: 20px;
	margin-bottom: 20px;
}
.formText2{
	padding: 10px 10%;
	font-size: 16px;
	font-family: 'SegoeUIRegular';
	background-color: #fcf1dc;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainFont{
	font-family: 'SegoeUIRegular';
	font-size: 16px;
	margin-top:58px;/*for fixed header*/
}
.textBeforeSign{
	margin:20px 0px;
}
.vendor_type_div{
	border: 1px solid #1298dd;
	border-radius: 5px;
	padding-bottom:20px;
}
input[type=text].form-control,
input[type=password].form-control,
textarea.form-control,
select.form-control{
	border: 1px solid #1298dd;
}

input[type=text].form-control:focus,
input[type=password].form-control:focus,
textarea.form-control:focus,
select.form-control:focus{
	border-color: #1298dd;
	box-shadow: 0 0 3px 1px #1298dd;
	background-color: #fff;
}
div.required{
	content:"*";
}



		/*My Profile forms*/

.form-horizontal .control-label{
	text-align: left;
	padding: 0;
}


		/*PlaceHolder style*/

.form-horizontal ::-webkit-input-placeholder {
	color: lightgray;	/*#474747*/
}
.form-horizontal ::-moz-placeholder {
	color: lightgray;
}
.form-horizontal :-moz-placeholder {
	color: lightgray;
}
.form-horizontal :-ms-input-placeholder  {
	color: lightgray;
}


		/*Responsive sizes*/

@media(min-width: 2047px){
	.topimg_section {
		background-size: cover;
	}
}
@media(max-width: 1355px) {
	.row {
		margin: 0;
	}
	.carousel_wrapper {
		max-width: 1170px;
		margin: 50px auto 60px;
	}
	.imac_box {
		top: 91px;
		width: 348px;
		height: 285px;
		margin-left: -174px;
	}
	.imac_box a {
		bottom: 0;
		width: 96px;
		font-size: 24px;
	}
}

@media(max-width: 1200px) {
	.topcontent_box {
		margin-top: 55px;
	}
	.topcontent_box span {
		font-size: 46px;
	}
	.carousel_wrapper {
		width: 970px;
		margin: 40px auto 50px;
	}
	.imac_box {
		top: 88px;
		width: 276px;
		height: 232px;
		margin-left: -137px;
	}
	.imac_box a {
		width: 90px;
		padding: 3px 0;
	}
	.carousel_section,
	.features_section,
	.reviews_section {
		padding: 10px 0 30px;
	}
	.features_list li {
		margin: 30px 30px 0 0;
	}
	.carousel_sm_wrapper,
	.bottom_carousel_wrapper {
		width: 880px;
	}
	.carousel_sm_item {
		height: 300px;
	}
	.carousel_sm_item .comment {
		height: 220px;
	}
	.aboutus_section .col-sm-2 {
		width: 20%;
	}
	.aboutus_section .col-sm-8 {
		width: 60%;
	}
	.aboutus_section .filter_white {
		padding: 15px;
	}
	.copyright {
		width: 100%;
	}
	.affiliates {
		left: 15px;
	}
	.btn_top {
		right: 15px;
	}
	.navbar-nav>li>a {
		padding: 15px 5px;
	}
	.log_btn{
		margin-right: 0px;
	}

}

@media(max-width: 992px) {
	.topimg_section{
		height: 400px;
	}
	.main_wrapp {
		padding-bottom: 0;
	}
	.quotes_text > span {
		display: none;
	}
	.carousel_wrapper {
		width: 740px;
		margin: 40px auto;
	}
	.custom_carousel {
		font-size: 20px;
	}
	.custom_carousel .slick-dots {
		bottom: -70px;
	}
	.imac_box {
		top: 91px;
		width: 192px;
		height: 180px;
		margin-left: -96px;
	}
	.imac_box a {
		width: 80px;
		font-size: 20px;
	}
	.imac_box a:first-child {
		left: -44px;
	}
	.imac_box a:last-child {
		right: -44px;
	}
	.carousel_sm_wrapper,
	.bottom_carousel_wrapper {
		width: 650px;
	}
	.features_section {
		padding: 10px 15px 30px;
	}
	.features_list {
		width: 560px;
		margin: 0 auto;
	}
	.features_list li:nth-child(5n + 5) {
		margin: 30px 30px 0 0;
	}
	.features_list li:nth-child(3n + 3),
	.features_list li:last-child {
		margin: 30px 0 0 0;
	}
	.aboutus_section .col-sm-2 {
		width: 25%;
	}
	.aboutus_section .col-sm-8 {
		width: 50%;
	}
	.ecards_section {
		padding: 10px 0 30px;
	}
	.types_title {
		width: 28%;
	}
	.logo{
		width: 140px;
		height: 35px;
		margin-top: 9px;
	}
	.center_btns{
		font-size: 16px;
		padding-top: 10px;
	}
	.navbar-nav>li>a {
		padding: 15px 8px;
	}
	.dropdown-menu{
		font-size: 16px;
	}
}

@media (max-width: 800px) {
	.main_nav .mob-btn {
		top: -53px;
	}
}

@media(max-width: 767px) {
	h2 {
		font-size: 24px;
	}
	.topimg_section{
		height: 335px;
	}
	.btn_green,
	.btn_purple {
		padding: 9px 11px;
		font-size: 18px;
	}
	.topcontent_box {
		margin-top: 65px;
	}
	.topcontent_box span {
		font-size: 34px;
	}
	.topcontent_box p,
	.quotes_text {
		font-size: 20px;
	}
	.carousel_wrapper {
		width: 400px;
	}
	.carousel_section {
		padding: 10px 0 40px;
	}
	.imac_box {
		top: 72px;
		width: 358px;
		height: 282px;
		margin-left: -180px;
	}
	.imac_box a:first-child {
		left: 0;
	}
	.imac_box a:last-child {
		right: 0;
	}
	.custom_carousel span {
		display: none;
	}
	.custom_carousel .slick-prev,
	.custom_carousel .slick-prev:hover,
	.custom_carousel .slick-prev:focus {
		left: -25px;
	}
	.custom_carousel .slick-next,
	.custom_carousel .slick-next:hover,
	.custom_carousel .slick-next:focus {
		right: -25px;
	}
	.custom_carousel .slick-dots {
		bottom: -93px;
	}
	.features_list {
		width: 440px;
	}

	.features_list li:nth-child(3n + 3),
	.features_list li:last-child {
		margin: 30px 30px 0 0;
	}
	.features_list li:nth-child(2n + 2) {
		margin: 30px 0 0 0;
	}
	.carousel_sm_wrapper,
	.bottom_carousel_wrapper {
		width: 370px;
	}
	.carousel_sm_item {
		height: auto;
	}
	.carousel_sm_item big {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
		text-align: center;
		font-size: 20px;
	}
	.aboutus_section {
		margin-bottom: -40px;
		padding: 15px 0;
	}
	.aboutus_section .col-sm-2,
	.aboutus_section .col-sm-8 {
		width: 100%;
	}
	.aboutus_section .col-sm-2:last-of-type {
		margin-bottom: 40px;
	}
	.aboutus_section .filter_white {
		height: auto;
	}
	.types_title {
		width: 26%;
		font-size: 26px;
	}
	.types_title span {
		font-size: 30px;
	}
	.log_btn:hover{
		border:0;
		color:#1298dd !important;
	}

	.getintouch_btn{
		border: 0;
		border-radius: 0;
		padding-left: 15px !important; 
		background-color: #fff;
	}

	.getintouch_btn:hover{
		color: #1298dd !important;
		background-color: #fff !important;
	}
	.red_btn{
		font-size: 24px;
		padding: 10px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #010101;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #1298dd;
	}
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #1298dd;
	}

}

@media(max-width: 600px) {
	.types_section .img_box {
		height: 320px;
	}
	.types_title {
		display: none;
	}
	.affiliates {
		display: none;
	}
	.btn_top {
		padding-right: 22px;
	}
	.btn_top a {
		display: none;
	}
	.red_btn{
		font-size: 20px;
		padding: 10px 10px;
	}
	.centerSection label{
		font-size:18px;
	}
	#spinner {
		width: 28px;
		font-size: 16px;
		color: #000;
	}
}

@media (max-width: 479px) {
	h2 {
		margin: 27px 0;
		font-size: 18px;
	}
	.topcontent_box span {
		font-size: 26px;
	}
	.carousel_wrapper {
		width: 310px;
		margin: 25px auto 40px;
	}
	.carousel_item {
		margin: 0 5px;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	.imac_box {
		top: 70px;
		width: 316px;
		height: 250px;
		margin-left: -158px;
	}
	.imac_box a:first-child {
		left: 10px;
	}
	.imac_box a:last-child {
		right: 10px;
	}
	.features_list,
	.carousel_sm_wrapper,
	.bottom_carousel_wrapper {
		width: 300px;
	}
	.features_list li,
	.features_list li:nth-child(2n + 2),
	.features_list li:nth-child(3n + 3),
	.features_list li:nth-child(5n + 5),
	.features_list li:last-child {
		margin: 15px 0 0 0;
	}
	.types_section .img_box {
		height: 210px;
	}
	.red_btn{
		font-size: 16px;
		padding: 10px 5px;
	}
	.reserved {
		display:none;
	}
	.centerSection label{
		font-size:16px;
	}
	.table>tbody>tr>td{
		font-size: 18px;
	}

}