@media screen and (min-width:980px) and (max-width:1200px){
	.container{
		width:1000px;
	}
	.header #menu-main-menu ul li a{
		padding:0 20px!important;
	}
	.features .feature{
		width:27%;
	}
	.content1_right .content1_right_wrap_content{
		width:55%;
	}
	.content1_right h2{
		font-size:23px;
		line-height:33px;
	}
	.content2 .content2_wrap ul li{
		font-size:25px;
	}
	.content3 p, .content3 li{
		font-size:13px;
	}
	.content4Content{
		width:154px;
	}
}
@media screen and (min-width:768px) and (max-width:979px){
	/***Header***/

#wrapper{
	width:100%;
	margin:0 auto;
}

.container{
	width:98%;
}

.header .number {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}


.header #menu-main-menu ul li a{
	font-size:15px;
	padding:0 10px!important;
}

#hero_image ul li .image_content p:first-child{
	margin-top:-15%;
	margin-left:5%;
	font-family:'Oswald',sans-serif;
	color:#30B6CF;
	font-size:20px;
	position:absolute;
}

#hero_image ul li .image_content p:nth-child(2){
	margin-top:-11%;
	margin-left:5%;
	font-family:'Lato',sans-serif;
	color:#BF3386;
	font-size:30px;
	font-weight:bold;
	position:absolute;
}

.header #menu-main-menu {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.header #menu-main-menu ul li a{
	font-size:14px;
}

.header #menu-main-menu ul{
	width:760px;
	margin:0 auto;
}

h3.menu-toggle{
	display:none;
}



/***Content***/

/**Features**/

.features .feature {
    width: 30.4%;
    padding: 15px 10px;
    height:100px;
}

.features .feature .feature_content {
    margin-left: 12px;
}



/**Content 1**/

.content1_left {
    float: left;
    width: 100%;
}

.content1_left h2 {
    width: 100%;
}


.content1_right {
    width: 100%;
    float: left;
    margin-top: 42px;
}

.content1_right_wrap {
    padding: 20px 15px;
    float: left;
}

.content1_right img {
    float: left;
}

.content1_right .content1_right_wrap_content {
    float: left;
    margin-top: 60px;
    width: 80%;
    margin-left: 13px;
}


/***Content2***/

.content2 .content2_wrap ul li {
    font-size: 20px;
    line-height: 23px;
}

.content2 .content2_wrap ul:first-child {
    margin-left: 0px;
    margin-right: 30px;
}

.content2 .content2_wrap ul {
    float: left;
    margin: 45px 30px 22px;
    width: 30%;
}

.content2 .content2_wrap ul:last-of-type {
    margin-left: 24px;
    margin-right: 0px;
    width: 20%;
}

/** Content 3**/

.content3 p{
    width: 100%;
}

.content3 .content3_left {
    float: left;
    width: 100%;
}

.content3 .content3_left ul li {
    line-height: 32px;
    float: none;
}

.content3 .content3_right {
    margin-top: 42px;
    float: left;
    width: 100%;
}

.content3 .content3_right ul {
    width: 30%;
}

.content3 .content3_right ul li {
    line-height: 32px;
    float: none;
}

.content3 p, .content3 li {
    font-size: 15px;
}


/****Content 4***/

.content4 .content4_image {
    background: none repeat scroll 0% 0% #FFF;
    padding: 28px 28%;
}

.content4Content {
    float: left;
    margin-left: 25px;
    width: 31%;
    margin-bottom: 10px;
}

.content4Content:nth-child(4){
    margin-left: 0px;
}


/***Content 5***/

.content5 .accor h3{
	width:94%;
	font-size:20px;
}


/***Footer***/

.footer .footer_wrap .address {
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap .phone {
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap .mail{
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap h2 {
    margin-top: 30px;
}

.footer .footer_wrap img:last-of-type {
    float: right;
    margin-top: -88px;
    margin-right:0;
}

.footer .footer_wrap .contact_details {
    float: left;
    width: 65%;
}

/**Footer Bottom**/

.footer_bottom .payment_cards img {
    float: left;
    margin-right: 5px;
}

.footer_bottom .payment_cards {
    margin-top: 18px;
    margin-right: 0;
}

#hero_image ul li .image_content{
	display:none;
}

}

/********************************************************
			MOBILE VIEW
*********************************************************/


@media (max-width:767px){
	/***Header***/

#wrapper{
	width:100%;
	margin:0 auto;
}

#header{
	height: 188px;
	border-bottom: 3px solid #C23488;
	position:static;
}
.header-height{
	display:none;
}
.container{
	width:98%;
}

#logo {
    background: url("../images/logo.png") no-repeat scroll 0% 0% transparent;
    width: 300px;
    height: 70px;
    display: block;
    float: left;
    background-size: contain;
}

.header .number {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    width:100%;
}

h3.menu-toggle {
    background: url("../images/menu_icon.png") no-repeat scroll right center #C23488;
    color: #000;
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 36px;
    margin: 10px auto;
    padding: 0px 0px 0px 10px;
    width: 40px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    clear: both;
}

.header #menu-main-menu ul li{
	width:100%;
	text-align:center;
}

.header #menu-main-menu ul li a{
	font-size:15px;
	padding:0 0!important;
	width:100%;
	text-align:center;
	float:left;
}


.header #menu-main-menu {
    float: left;
    margin-top: 0;
    width: 100%;
    display:none;
}

.header #menu-main-menu ul{
	width:100%;
	margin:0 auto;
}

.navi{
	background:none;
	position:static!important;
}

.bx-wrapper {
    float: left !important;
    position: relative !important;
    width:100% !important;
}

#hero_image ul li img {
    width: 100%;
    height: 280px;
}

#hero_image ul li{
	width:320px;
}

#hero_image ul li .image_content p:nth-child(2),#hero_image ul li .image_content p:first-child{
display:none;
}
.bx-wrapper .bx-viewport {
    height: auto !important;
}

/***Content***/

/**Features**/

.features .feature {
    width: 93%;
    padding: 15px 10px;
    height: 100px;
}

.features .feature .feature_content {
    margin-left: 12px;
}

.features .feature1 {
    border-right: none;
}

.features .feature2,.features .feature3{
	border:none;
}

.features .feature .feature_content h3 {
    width: 100%;
}


/**Content 1**/

.content1_left {
    float: left;
    width: 100%;
}

.content1_left h2 {
    width: 100%;
    line-height:40px;
}

.content1_left img {
    float: left;
    width: 98%;
    height: 2px;
}


.content1_right {
    width: 98%;
    float: left;
    margin-top: 42px;
}

.content1_right_wrap {
    padding: 20px 15px;
    float: left;
}

.content1_right img {
    float: left;
    width: 20%;
}

.content1_right .content1_right_wrap_content {
    float: left;
    margin-top: 0px;
    width: 70%;
    margin-left: 20px;
    text-align: justify;
}

.content1_right h2 {
    font-size: 28px;  
}


/***Content2***/

.content2 .content2_wrap {
    padding: 20px 0;
}

.content2 .content2_wrap ul li {
    font-size: 20px;
    line-height: 23px;
    margin:0;
}

.content2 .content2_wrap ul:first-child {
    margin:0 auto;
    width:72%;
}

.content2 .content2_wrap ul {
    float: left;
    margin: 45px auto;
    width: 72%;
    float:none;
}

.content2 .content2_wrap ul:last-of-type {
    margin:0 auto;
    width: 72%;
}

.content2_divider{
	display:none;
}

/** Content 3**/

.content3 .content3_left img {
    width: 98%;
    height: 2px;
}

.content3 p{
    width: 100%;
}

.content3 .content3_left {
    float: left;
    width:95%;
}

.content3 .content3_left ul li {
    line-height: 32px;
    float: none;
    background-position: left 13px;
}

.content3 .content3_right {
    margin-top: 42px;
    float: left;
    width: 100%;
}

.content3 .content3_right ul {
    width: 100%;
}

.content3 .content3_right ul li {
    line-height: 32px;
    float: none;
}

.content3 p, .content3 li {
    font-size: 14px;
}


/****Content 4***/

.content4 .content4_image {
    background: none repeat scroll 0% 0% #FFF;
    padding:2%;
    text-align:center;
}

.content4Content {
    float: left;
    margin-left:0;
    width:100%;
}

.content4Content:nth-child(3),.content4Content:nth-child(5){
    margin-left: 0px;
}


/***Content 5***/

.content5 .accor h3 {
    width: 90%;
    font-size: 18px;
    padding: 20px 0px;
    padding-right: 10%;
    line-height:22px;
}


/***Footer***/

.footer .footer_wrap .address {
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap .phone {
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap .mail{
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-right:0;
}

.footer .footer_wrap h2 {
    margin-top: 30px;
}

.footer .footer_wrap img:last-of-type {
    float: right;
    margin-top: -88px;
    margin-right:0;
    display:none;
}

.footer .footer_wrap .contact_details {
    float: left;
    width: 65%;
}

/**Footer Bottom**/

.footer_bottom p {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
    width:100%;
}

.footer_bottom{
	height:105px;
}

.footer_bottom .payment_cards img {
    float: left;
    margin-right: 5px;
}

.footer_bottom .payment_cards {
    margin: 0px auto;
    float: none;
    width: 193px;
}

}
