@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html{
	overflow-x: hidden !important;
}
body{
	font-family: 'Lato', sans-serif;
}
p{
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
a{
	font-size: 16px;
}
a:hover{
	text-decoration: none;
}
li{
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
	list-style: none;
}

.panel-heading{
	margin: 0 auto;
	padding: 10px 0px;
}
.panel-heading h2{
	color: #000;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.panel-heading p{
	text-align: center;
	color: #333;
	width: 75%;
	margin: 0 auto;
	font-weight: 300;
}
.img-c{
	display: block;
	margin: 0 auto;
}
.pink-btn{
	background-color: #f01e91;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border:1px solid #f01e91;
	border-bottom: 3px solid #87084e !important;
	border-radius: 3px;
	padding: 10px 20px;
	width: 20%;
	margin: 0 auto;
	display: block;
}
.slick-prev::before, .slick-next::before{
	width: 35px !important;
	height: 62px !important;
}







/*================================== header-bar ==================================*/
.header-bar {
	background-color: #f01e91;
}
.header-bar .header-bar-left {
	float: left;
}
.header-bar-left a {
	display: inline-block;
	border-right: 1px solid #666;
	padding: 12px 12px 12px 0px;
	margin-right: 5px;
	color: #fff;
}
.header-bar-left a:last-child{
	margin-right: 20px;
}
.header-bar p {
	color: #fff;
	margin-top: 12px;
	margin-left: 0px;
	display: inline-block;
}
.header-bar .header-bar-right {
	float: right;
}
.header-bar-right a {
	display: inline-block;
	font-size: 20px;
	padding: 2px 0px 8px 0px;
	color: #fff;
	border-radius: 20px;
	margin-right: 8px;
}
.header-bar-right a:first-child{
	border-right: 1px solid #666;
	padding-right: 8px;
	border-radius: 0px;
}
.header-bar-right a:first-child i{
	background-color: #f01e91;
	color: #fff;
	font-size: 20px;
}
.header-bar-right a i {
	font-size: 22px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	top: 7px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: #f01e91;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}








/*================================== navbar-default ==================================*/
.navbar-default{
	background-color: transparent;
	margin: 0 auto;
	border: none;
}
.navbar-header .navbar-brand{
	height: auto;
}
.navbar-default .navbar-nav{
	margin: 20px 0px;
}
.navbar-default .navbar-nav > li{
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > a{
	color: #444;
	font-size: 14px;
	font-weight: 400;
	border-top: 2px solid transparent;
	padding: 5px 18px 0px !important;
	transition: all 0.3s;
	margin-top: 8px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #f01e91;
}
.navbar-default .navbar-nav > .active > a,
 .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover{
  	color: #f01e91;
  	background-color: transparent;
  	border-color: #f01e91;
}





/*================================== banner ==================================*/
.banner img{
	width: 100%;
	background-repeat: no-repeat;
}





/*================================== products panel ==================================*/
.products-col .p-img{
	width: 175px;
	height: 190px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.products-col .p-img img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.products-col a h6{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.products .row:nth-child(3) {
	border-top: 1px solid #ccc !important;
}
.products .row .col-md-3{
	border-right: 1px solid #ccc;
}
.products .row .col-md-3:last-child{
	border-right: none;
}
.products-button{
	padding: 20px 0px;
}
.products-button a{
	margin-top: 20px;
}





/*================================== we believe ==================================*/
.believe{
	background-image: url(../img/10.jpg);
	background-size: cover;
	padding: 20px 0px 60px;
}
.believe .panel-heading h2{
	color: #fff;
	font-weight: 700;
}
.believe .panel-heading p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.believe .col-md-6 div{
	padding: 10px 0px;
}
.believe .col-md-6:nth-child(2) a, .believe .col-md-6:nth-child(3) a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 9px 20px 8px;
	width: 30%;
	border-radius: 3px;
}
.believe .col-md-6:nth-child(2) a{
	border: 2px solid #fff;
	background-color: transparent;
	float: right;
}
.believe .col-md-6:nth-child(3) a{
	background-color: #0099ff;
	border: 2px solid #0099ff;
	padding-top: 8px;
	border-color: transparent;
	border-bottom:3px solid #035083;
	float: left;
}








/*================================== fun to design ==================================*/
.design{
	background-image: url(../img/11.png);
	padding: 50px 0px;
}
.design .design-img{
	width: 100%;
	height: 390px;
	float: right;
	margin: 0 auto;
	overflow: hidden;
}
.design .col-md-5 a{
	width: 32%;
}
.design .design-img img{
	width: 100%;
	height: 100%;
}
.design .panel-heading h2{
	text-align: left;
	color: #f01e91;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}
.design .panel-heading p{
	text-align: left;
	width: 100%;
	font-size: 24px;
}
.design .design-ul{
	padding-left: 0px;
}
.design .design-ul li{
	font-size: 18px;
	margin-bottom: 7px;
	color: #333;
}
.design .design-ul li i{
	font-size: 22px;
	margin-right: 10px;
}
.design .col-md-6:last-child a{
	float: left;
	width: 30%;
	margin-top: 20px;
}









/*================================== testimonial ==================================*/
.testimonial{
	background-image: url(../img/13.jpg);
	background-size: cover;
	padding: 20px 0px  40px;
}
.testimonial .panel-heading h2{
	color: #f01e91;
	font-weight: 700;
}
.testimonial .testimonial-col{
	background-color: rgba(255,255,255,0.6);
	padding: 15px 20px;
	border-radius: 3px;
	box-shadow: 0px 3px 12px -3px #000;
	margin: 10px 0px;
}
.testimonial-col p{
	text-align: center;
	font-weight: 300;
	line-height: 1.6em;
}
.testimonial-col h4{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
}
.testimonial-col h6{
	text-align: center;
	font-size: 15px;
	font-weight: 300;
}









/*================================== how it works ==================================*/
.howit-works{
	padding: 30px 0px 60px;
}
.howit-works .panel-heading h2{
	color: #0099ff;
	font-weight: 700;
}
.howit-works .works-img,
 .howit-works .works-img img {
	margin: 0 auto;
	display: block;
}
.howit-works .works-img{
	width: 285px;
	height: 218px;
	overflow: hidden;
}
.howit-works .col-md-4:nth-child(2)::after,
 .howit-works .col-md-4:nth-child(3)::after {
	content: '';
	background-image: url(../img/17.png);
	display: block;
	position: absolute;
	top: 75px;
	right: -30px;
	z-index: 500;
	height: 70px;
	width: 40px;
	background-repeat: no-repeat;
}
.howit-works .col-md-4:nth-child(3) .works-img,
 .howit-works .col-md-4:nth-child(4) .works-img {
 	padding-top: 21px;
}









/*================================== enjoy ==================================*/
.enjoy .panel-heading h2{
	color: #f01e91;
}
.enjoy .container-fluid{
	padding: 0px;
}
.enjoy .container-fluid .col-md-6{
	padding: 30px 15px;
	height: 337px;
}


/*================= enjoy left =================*/
.enjoy .container-fluid .col-md-6:nth-child(1){
	background-color: #0099ff;
}
.container-fluid .enjoy-left{
	float: right;
	width: 65%;
}
.enjoy-left .enjoy-left-img{
	width: 200px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
.enjoy-left .enjoy-left-img img, .enjoy-right .enjoy-right-img img{
	width: 100%;
	height: 100%;
}
.enjoy-left .enjoy-left-heading{
	padding-left: 15px;
	display: inline-block;
	margin-top: 10px;
}
.enjoy-left .enjoy-left-heading h3{
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}
.enjoy-left .enjoy-left-heading h2{
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	margin-top: 0px;
}
.enjoy-left .enjoy-left-text{
	display: block;
	margin-top: 39px;
}
.enjoy-left .enjoy-left-text p{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 7px;
	border-bottom: 1px solid #0a76bf;
}
.enjoy-left .enjoy-left-text p span{
	float: right;
}
.enjoy-left .enjoy-left-text a{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

/*================= enjoy right =================*/
.enjoy .container-fluid .col-md-6:nth-child(2){
	background-image: url(../img/20.jpg);
	background-size: cover;
}
.enjoy-right .enjoy-right-img{
	width: 270px;
	height: 250px;
	overflow: hidden;
	float: left;
	padding: 25px 25px 0px 0px;
}
.enjoy-right .enjoy-right-heading {
	display: inline-block;
	padding-left: 30px;
}
.enjoy-right .enjoy-right-heading h2{
	font-size: 46px;
	font-weight: 700;
	color: #fff;
}
.enjoy-right .enjoy-right-text{
	margin-top: 120px;
	padding-left: 30px;
	display: block;
}
.enjoy-right .enjoy-right-text h4{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
	margin-left: 60px;
}
.enjoy-right .enjoy-right-text h3{
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: grid;
	padding-left: 30px;
}






/*================================== newsletter ==================================*/
.newsletter{
	padding: 20px 0px 60px;
}
.newsletter .panel-heading h2{
	color: #0099ff;
	font-weight: 700;
}
.newsletter .panel-heading p{
	font-size: 20px;
}
.newsletter .news-mail{
	margin: 0px auto;
	display: block;
	width: 50%;
	margin-top: 20px;
}
.newsletter .news-mail input{
	width: 75%;
	height: 50px;
	background-color: #f1f1f1;
	padding-left: 15px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #ccc;
	border-radius: 3px 0px 0px 3px;
	font-weight: 300;
}
.newsletter .news-mail a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 8px 20px 10px;
	margin: 0 auto;
	display: inline-block;
	width: 25% !important;
	border-radius: 0px 3px 3px 0px;
	background-color: #0099ff;
	border: 1px solid #0099ff;
	border-color: transparent;
	border-bottom:2px solid #035083;
	margin-left: -5px;
}







/*================================== last panel ==================================*/
.last-panel{
	padding: 30px 0px;
	background-color: #f1f1f1;
}
.last-panel .footer-col h3{
	color: #0099ff;
	font-weight: 400;
	font-size: 26px;
}
.footer-col .footer-ul{
	padding-left: 0px;
}
.footer-col .footer-ul li{
	margin-bottom: 8px;
}
.footer-col .footer-ul li a{
	color: #333;
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
	font-size: 18px;
	transition: all 0.2s;
}
.footer-col .footer-ul li a:hover,
 .footer-col .footer-ul li a:focus,
  .footer-col .footer-ul li a:active{
  	padding-left: 4px;
  	color: #696969;
  	border-color: #f01e91;
  }
.last-panel .footer-col h4{
	margin-top: 0px;
	font-size: 26px;
	font-weight: 400;
	color: #0099ff;
	margin-bottom: 7px;
}
.last-panel .footer-col p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
.last-panel .footer-col .footer-ul li a span{
	float: right;
	transition: all 0.2s;
}
.footer-col .footer-ul li a:hover span,
 .footer-col .footer-ul li a:focus span,
  .footer-col .footer-ul li a:active span {
  	padding-right: 4px;
}
.footer-col .footer-social {
	padding-left: 0px;
}
.footer-col .footer-social li{
	display: inline-block;
	padding: 0px 2px;
}






/*================================== footer ==================================*/
.footer {
	background-color: #494949;
	padding: 20px 0px;
}
.footer .footer-left p {
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.footer .footer-right {
	float: right;
}
.footer .footer-right a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: 15px;
}









/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						  MEDIA QUERIES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 320px) and (max-width: 767px) {
	p{
		font-size: 14px;
	}
	a{
		font-size: 14px;
	}
	li{
		font-size: 14px;
	}
	.panel-heading{
		padding: 5px 0px;
	}
	.panel-heading h2{
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	.panel-heading p{
		text-align: center;
		color: #333;
		width: 90%;
		margin: 0 auto;
		font-weight: 300;
		font-size: 15px;
	}
	.pink-btn{
		width: 70%;
	}




	/*===================== header bar =======================*/
	.header-bar{
		padding-bottom: 10px;
	}
	.header-bar .header-bar-left{
		width: 290px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.header-bar .header-bar-left a{
		padding: 8px 8px 8px;
		margin: 0px;
	}
	.header-bar-left a:last-child{
		margin-right: 0px;
		border-right: none;
	}
	.header-bar p {
		text-align: center;
		display: block;
	}
	.header-bar .header-bar-right {
	    float: none;
	    width: 290px;
	    margin: 0 auto;
	}
	.header-bar-right a{
		margin-right: 5px;
		font-size: 16px;
	}
	.header-bar-right a:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}





	/*===================== navbar =======================*/
	.navbar-brand > img{
		width: 90%;
	}
	.navbar-default .navbar-toggle {
		margin-top: 23px;
		margin-bottom: 22px;
		margin-right: 20px;
		border-radius: 5px;
		border-color: #f01e91;
		transition: all 0.2s;
	}
	.navbar-default .navbar-toggle:hover,
	 .navbar-default .navbar-toggle:focus,
	  .navbar-default .navbar-toggle:active{
	  	border-color: #0099ff;
	  	background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #f01e91;
		transition: all 0.2s;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	 .navbar-default .navbar-toggle:focus .icon-bar,
	  .navbar-default .navbar-toggle:active .icon-bar {
	  	background-color: #0099ff;
	}
	.navbar-default .navbar-nav > li > a{
		text-align: center;
		display: block;
	}
	.navbar-default .navbar-nav > li{
		display: inline-block;
		width: 49%;
		margin-left: 0px;
	}
	.navbar-default .navbar-nav > li:last-child{
		width: 100%;
	}




	/*===================== banner =======================*/
	.banner img{
		height: 180px;
	}



	/*===================== products =======================*/
	.products .panel-heading{
		margin-bottom: 20px;
	}
	.products .row .col-md-3{
		border-right: none !important;
	}
	.products .row:nth-child(3){
		border-top: none !important;
	}



	/*===================== believe =======================*/
	.believe{
		padding-bottom: 30px;
	}
	.believe .col-md-6:nth-child(2) a{
		float: left;
	}
	.believe .col-md-6:nth-child(2) a, .believe .col-md-6:nth-child(3) a{
		margin: 0px auto;
		display: block;
		width: 70%;
		float: none;
	}




	/*===================== design =======================*/
	.design .design-img img{
		width: 100%;
		height: 100%;
	}
	.design .col-md-6{
		padding: 0px;
	}
	.design .panel-heading h2{
		display: inline-block;
		text-align: center;
		margin-top: 20px;
	}
	.design .col-md-6:last-child a{
		width: 50%;
	}
	.slick-prev, .slick-next{
		top: 110% !important;
	}
	.slick-prev {
	    left: 80px !important;
	}
	.slick-next {
	    right: 80px !important;
	}



	/*===================== how it work =======================*/
	.howit-works{
		padding: 20px 0px 0px;
	}
	.howit-works .col-md-4:nth-child(2)::after,
	 .howit-works .col-md-4:nth-child(3)::after {
		display: none;
	}
	.howit-works .works-img {
		width: 100%;
	}
	.howit-works .panel-heading{
		margin-bottom: 20px;
	}
	.howit-works .col-md-4:nth-child(2) img{
		width: 260px !important;
	}



	/*===================== enjoy =======================*/
	.enjoy .panel-heading{
		margin-bottom: 20px;
	}
	.container-fluid .enjoy-left{
		width: 100%;
	}
	.enjoy .container-fluid .col-md-6{
		height: auto;
		overflow: hidden;
	}
	.enjoy-left .enjoy-left-img{
		width: 180px;
		height: 90px;
		margin-top: 0px;
	}
	.enjoy-left .enjoy-left-heading h3{
		font-size: 26px;
		margin-bottom: 0px;
	}
	.enjoy-left .enjoy-left-heading h2{
		font-size: 42px;
		margin-bottom: 0px;
	}
	.enjoy-left .enjoy-left-text{
		margin-top: 10px;
	}
	.enjoy-left .enjoy-left-text p{
		font-size: 17px;
		padding-bottom: 5px;
		margin-bottom: 8px;
	}
	.enjoy-left .enjoy-left-text a{
		margin-top: 10px;
	}
	.enjoy-right .enjoy-right-img{
		width:185px;
		height: 150px;
		padding: 0px;
	}
	.enjoy-right .enjoy-right-heading h2{
		font-size: 42px;
		margin-top: 10px;
	}
	.enjoy-right .enjoy-right-text{
		margin-top: 0px;
	}
	.enjoy-right .enjoy-right-text h4{
		margin: 5px 0px 0px;
		padding-left: 30px;
	}
	.enjoy-right .enjoy-right-text h3{
		padding: 0px;
		margin: 0px;
		padding-left: 30px;
	}



	/*===================== newsletter =======================*/
	.newsletter{
		padding: 10px 0px 40px;
	}
	.newsletter .news-mail{
		width: 100%;
		margin-top: 10px;
	}
	.newsletter .news-mail input{
		width: 72%;
	}
	.newsletter .news-mail a{
		font-size: 16px;
		width: 28% !important;
		padding: 12px 0px 12px;
	}
	.footer .col-md-6{
		padding: 0px;
	}
	.footer .col-md-6 p{
		font-size: 15px;
		text-align: center;
	}
	.footer .col-md-6 a{
		margin-top: 5px;
		margin-left: 0px;
		text-align: center;
	}
	.footer .footer-right {
	    float: none;
	}
	.footer .col-md-6 a:nth-child(1){
		float: left;
		margin-left: 20px;
	}
	.footer .col-md-6 a:nth-child(2){
		float: right;
		margin-right: 20px;
	}


}


@media screen and (min-width: 600px) and (max-width: 767px) {
	.banner img{
		height: 280px;
	}
	.newsletter .news-mail{
		width: 60%;
	}
	.pink-btn, .design .col-md-6:last-child a, .believe .col-md-6:nth-child(2) a, .believe .col-md-6:nth-child(3) a {
    	width: 30%;
	}
	
}



@media screen and (min-width: 768px) and (max-width: 991px){
	.header-bar-left a{
		font-size: 14px;
		padding: 12px 8px 12px 0px;
		margin-right: 4px;
	}
	.slick-prev, .slick-next{
		top: 110% !important
	}
	.slick-prev {
    	left: 100px !important;
	}
	.slick-next {
    	right: 100px !important;
	}
	.header-bar p{
		font-size: 14px;
	}
	.header-bar .header-bar-right {
    	float: none;
    	display: block;
    	margin: 0 auto;
    	width: 320px;
    	overflow: hidden;
    	margin-top: 5px;
	}
	.navbar-default .navbar-nav > li{
		margin-left: 0px;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 5px 15px 0px !important;
	}
	.banner img	{
		height: 280px;
	}
	.products .col-md-3{
		border: none !important;
		border-right: none !important;
	}
	.products .row{
		border: none !important;
	}
	.products .row:nth-child(3) {
	border-top: none !important;
	}
	.products .row .col-md-3{
		border-right: none;
	}
	.products .row .col-md-3:last-child{
		border-right: none;
	}
	.pink-btn{
		width: 30%;
	}
	.products .products-col{
		border: 1px solid #ccc;
		margin: 10px auto;
		padding: 10px 0px 0px;
	}
	.believe .col-md-6:nth-child(2) a, .believe .col-md-6:nth-child(3) a{
		width: 50%;
	}
	.design .col-md-6:last-child a{
		width: 50%;
	}
	.design .design-img img{
		width: 100%;
		height: 300px;
		margin-top: 75px;
	}
	.howit-works .works-img{
		padding-top: 21px;
	}
	.howit-works .col-sm-4{
		padding: 0px 5px !important;
	}
	.howit-works .col-md-4:nth-child(2)::after, .howit-works .col-md-4:nth-child(3)::after{
		right: -50px;
	}
	.howit-works .col-sm-4:nth-child(2) .works-img{
		width: 100% !important;
		height: auto !important;
		overflow: hidden !important;
	}
	.howit-works .col-sm-4:nth-child(2) .works-img img{
		width: 100%;
		height: auto;
	}
	.container-fluid .enjoy-left{
		width: 100%;
	}
	.enjoy .container-fluid .col-md-6{
		height: 350px;
		overflow: hidden;
	}
	.enjoy-left .enjoy-left-img{
		width: 180px;
		height: 90px;
		margin-top: 0px;
	}
	.enjoy-left .enjoy-left-heading h3{
		font-size: 26px;
		margin-bottom: 0px;
	}
	.enjoy-left .enjoy-left-heading h2{
		font-size: 42px;
		margin-bottom: 0px;
	}
	.enjoy-left .enjoy-left-text{
		margin-top: 10px;
	}
	.enjoy-left .enjoy-left-text p{
		font-size: 17px;
		padding-bottom: 5px;
		margin-bottom: 8px;
	}
	.enjoy-left .enjoy-left-text a{
		margin-top: 10px;
	}
	.enjoy-right .enjoy-right-img{
		width:185px;
		height: 150px;
		padding: 0px;
	}
	.enjoy-right .enjoy-right-heading h2{
		font-size: 42px;
		margin-top: 10px;
	}
	.enjoy-right .enjoy-right-text{
		margin-top: 0px;
	}
	.enjoy-right .enjoy-right-text h4{
		margin: 5px 0px 0px;
		padding-left: 30px;
	}
	.enjoy-right .enjoy-right-text h3{
		padding: 0px;
		margin: 5px 0px 0px;
		padding-left: 30px;
	}
	.newsletter .news-mail{
		width: 65%;
	}
	.last-panel .col-sm-6{
		height: 300px;
	}

}




@media screen and (min-width: 992px) and (max-width: 1199px){
	.header-bar .header-bar-left{
		margin-left: 65px;
	}
	.header-bar .header-bar-right {
    	float: none;
    	display: block;
    	margin: 0 auto;
    	width: 320px;
    	overflow: hidden;
    	margin-top: 5px;
	}
	.pink-btn{
		width: 25%;
	}
	.believe .col-md-6:nth-child(2) a, .believe .col-md-6:nth-child(3) a{
		width: 36%;
	}
	.design .design-img img{
		width: 100%;
		height: auto;
		margin-top: 35px;
	}
	.enjoy .container-fluid .col-md-6{
		height: 400px;
	}
	.container-fluid .enjoy-left{
		width: 80%;
	}
	.enjoy-left .enjoy-left-text{
		margin-top: 10px;
	}
	.enjoy-right .enjoy-right-img {
    	width: 260px;
    	height: 200px;
    	overflow: hidden;
    	float: left;
    	padding: 0px 25px 0px 0px;
	}
	.enjoy-right .enjoy-right-text{
		margin: 0px;
		padding: 0px;
	}
	.enjoy-right .enjoy-right-text h4{
		margin-left: 30px;
	}
	.enjoy-right .enjoy-right-text h3{
		margin: 0px;
	}
	.enjoy-left .enjoy-left-text a{
		margin-top: 10px;
	}
	.design .col-md-5 a{
		width: 40%;
	}
	.design .panel-heading h2{
		font-size: 31px;
		margin-bottom: 0px;
	}
	.design .design-ul li{
		margin-bottom: 4px;
	}
	.design .design-img{
		height: 310px;
	}
	.footer-col .footer-social li{
		width: 45px;
	}
	.footer-col .footer-social li img{
		width: 100%;
	}
	.enjoy-right .enjoy-right-heading{
		float: left;
		width: 100%;
	}
	.enjoy-right .enjoy-right-text{
		width: 100%;
		overflow: hidden;
	}

}


@media screen and (min-width: 1200px) and (max-width: 1580px){
	.container-fluid .enjoy-left{
		width: 500px;
	}
}






























