/*
Theme Name: D'lite
Theme URI: http://tanshcreative.com/dlite-lp-preview/index.html
Description: D'lite landing page is designed and developed by Tansh.
Author: Tansh
Version: 1.0
*/

/*============================================================*/
/*---------- Import Bootstrap override ----------*/
/*============================================================*/
@import url('bootstrap-override.css');
/*============================================================*/
/*---------- Searching for particular element? ----------*/
/*============================================================*/
/*
Here is CSS structure...

1. TEMPLATE SETUP
	1.1 General styles
	1.2 Typography 
	1.3 Button styles 
	1.4 List styles
	1.5 Divider, spacers, margin at bottom
	1.6 Image styles
	
2. TEMPLATE STRUCTURE
	2.1 Commons 
	2.2 Header
	2.3 Content 
	2.4 Footer
	2.5 Tabs
	2.6 Subscribe forms

3. Media queries
    	
/*============================================================*/
/*---------- 1. TEMPLATE SETUP ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 1.1 General styles -----*/
/*----------------------------------------*/
body {
	background: url(../img/body-bg.jpg) repeat #fff;
	font-size: 14px;
	color: #525252;
	font-weight: 400;
	line-height: 1.6em;
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
}
video {
	width: 100% !important;
	height: auto !important;
}
iframe {
	border: none !important;
}
/*----------------------------------------*/
/*----- 1.2 Typography -----*/
/*----------------------------------------*/
/*only font families are specified here - font sizes and weights are in respective section*/
body, h1, h2, h3, h4, h5, h6, .mybtn, label, input, button, select, textarea, input[type="text"], .sub-submit {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
/*Other typography*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.3em;
	font-style: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1em;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h5 span {
	font-size: 12px;
	font-weight: 400;
	display: block;
}
h6 {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
a {
	color: #e51f27;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #525252;
	text-decoration: none;
}
.color {
	color: #e51f27 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
	display: inline !important;
}
.text-center {
	text-align: center;
}
/*----------------------------------------*/
/*----- 1.3 Button styles -----*/
/*----------------------------------------*/
.mybtn {
	background: #e51f27;
	padding: 17px 30px 20px 30px;
	margin-top: 10px;
	font-size: 24px;
	color: #fff !important;
	line-height: 24px;
	font-weight: 600;
	width: auto;
	height: auto;
	border: none;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 30px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 30px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 30px 0 0 rgba(255, 255, 255, .12) inset;
	display: inline-block;
	cursor: pointer;
	outline: none;
	behavior: url(PIE.htc);
}
/*----------------------------------------*/
/*----- 1.4 List styles -----*/
/*----------------------------------------*/
/*checkmark list*/
.list-checkmark li {
	background: url(../img/list-bullet-checkmark.png) no-repeat 0 6px;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
}
/*unstyled list*/
.list-unstyled li {
	margin-bottom: 10px;
	background: none;
	list-style-type: none;
	display: block;
}
/*----------------------------------------*/
/*----- 1.5 Divider, spacers, margin at bottom -----*/
/*----------------------------------------*/
.divider {
	background: url(../img/divider.png) no-repeat;
	width: 940px;
	height: 12px;
	margin: 30px auto;
	display: inline-block;
}
/*use suitable height' spacer to separate rows*/
.spacer-20px, .spacer-30px, .spacer-40px {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}
.spacer-30px {
	height: 30px !important;
}
.spacer-40px {
	height: 40px !important;
}
/*margin to bottom*/
.mar-btm {
	margin-bottom: 30px;
}
/*----------------------------------------*/
/*----- 1.6 Image styles -----*/
/*----------------------------------------*/
.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}
/*============================================================*/
/*---------- 2. TEMPLATE STRUCTURE ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 2.1 Commons  -----*/
/*----------------------------------------*/
/*----- 3, 4, 6 column list -----*/
.list-3col, .list-4col, .list-6col {
	margin-left: -20px;
}
.list-3col li {
	width: 300px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
.list-4col li {
	width: 220px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
.list-6col li {
	width: 140px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
}
/*----- row-color -----*/
.row-color {
	background: #fff;
	padding: 30px 0px;
	margin-bottom: 30px;
	border: 1px solid #e4e6e7;
	border-width: 1px 0px 1px 0px;
}
/*----------------------------------------*/
/*----- 2.2 Header  -----*/
/*----------------------------------------*/
#header {
	background: url(../img/header-img.png) no-repeat center top;
	padding-top: 10px;
	font-size: 16px;
}
/*----- circles  -----*/
.circle {
	background: #e51f27;
	height: 170px;
	width: 170px;
	padding: 40px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 250px;
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	cursor: pointer;
	float: left;
	position: relative;
	behavior: url(PIE.htc);
}

.circle1 {
	background: #e51f27;
	height: 150px;
	width: 150px;
	padding: 40px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 10px solid #C60072;
	border-radius: 230px;
	-moz-border-radius: 230px;
	-webkit-border-radius: 230px;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	cursor: pointer;
	float: left;
	position: relative;
	behavior: url(PIE.htc);
}

.circle:hover {
	margin-top: 2px;
}
.circle h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.circle img {
	margin-bottom: 10px;
}

.circle1:hover {
	margin-top: 2px;
}
.circle1 h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.circle1 img {
	margin-bottom: 10px;
}


/*----- list for circles -----*/
.list-circle {
	margin-left: -95px;
}
.list-circle li {
	margin-left: 95px;
	background: none;
	list-style-type: none;
	float: left;
}
/*----- logo -----*/
.logo {
	margin-bottom: 50px;
	margin-top: 30px;
}
/*----- relative-to -----*/
.relative-to {
	min-height: 560px; /*min-height of image = original height of image (here - 620px) - top of ".relative-to img" (here - 60px) */
	position: relative;
}
.relative-to img {
	position: absolute;
	top: -60px; /*adjust 'top' as per your image*/
	left: 0;
}
/*----------------------------------------*/
/*----- 2.3 Content  -----*/
/*----------------------------------------*/
#content {
	padding: 30px 0px;
}
/*----- gallery  -----*/
.gallery li {
	margin-bottom: 20px;
}
.gallery img {
	background: #fff;
	padding: 9px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.thumb {
	position: relative;
}
.zoom {
	background: url(../img/zoom.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: auto;
	bottom: 15px;
	left: auto;
	right: 15px;
}
/*----- box  -----*/
.box {
	background: #fff;
	padding: 20px;
	text-align: center;
	border: 3px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(PIE.htc);
}
.box .list-unstyled {
	margin: 0;
}
.box .list-unstyled li {
	width: auto;
	margin: 0px 0px 5px 0px;
	display: block;
	float: none;
}
/*----- team  -----*/
.team {
	text-align: center;
}
.team img {
	background: #fff;
	padding: 9px;
	margin-bottom: 15px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
/*----------------------------------------*/
/*----- 2.4 Footer  -----*/
/*----------------------------------------*/
#footer {
	background: #fff;
	padding: 30px 0px;
	border-top: 1px solid #e4e6e7;
	font-size: 10px;
	color: #525252;
}
#footer p {
	margin: 0;
	float: right;
}
/*----- social -----*/
.social li {
	margin-right: 1px;
	background: none;
	list-style-type: none;
	float: left;
}
/*----- footer-menu -----*/
.footer-menu {
	display: block;
	float: right;
}
.footer-menu li {
	margin-left: 15px;
	font-size: 12px;
	font-weight: 600;
	background: none;
	display: inline-block;
	list-style-type: none;
}
/*----------------------------------------*/
/*----- 2.5 Tabs  -----*/
/*----------------------------------------*/
.nav-tabs {
	border-bottom: 0px solid transparent;
	text-align: center;
}
.nav-tabs > li {
	margin-bottom: 0px;
	float: none;
	display: inline-block;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
	background: #fff;
	padding: 10px 25px 10px 25px;
	margin-top: 0px;
	font-size: 13px;
	color: #000 !important;
	line-height: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	width: auto;
	height: auto;
	display: inline-block;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	outline: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background-color: #e51f27;
	padding: 10px 25px 10px 25px;
	margin-top: 0px;
	font-size: 13px;
	color: #fff !important;
	line-height: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	width: auto;
	height: auto;
	display: inline-block;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 15px 0 0 rgba(255, 255, 255, .12) inset;
	outline: none;
}
/*----------------------------------------*/
/*----- 2.6 subscribe form  -----*/
/*----------------------------------------*/
form {
	margin: 0;
	padding: 0;
	z-index: 0;
}
form label.error {
	display: none !important;
}
form input.error, form textarea.error {
	border-color: #b94a48 !important;
	box-shadow: none;
}
input[type="text"] {
	width: 280px;
	height: 14px;
	padding: 17px 5px;
	margin-right: 10px;
	font-size: 14px;
	color: #999;
	line-height: 14px;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	float: left;
	display: inline-block;
	behavior: url(PIE.htc);
}
textarea:focus, input[type="text"]:focus {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
:-moz-placeholder {
 font-size: 14px;
 color: #999;
}
:-ms-input-placeholder {
 font-size: 14px;
 color: #999;
}
::-webkit-input-placeholder {
 font-size: 14px;
 color: #999;
}
.sub-submit {
	background: #e51f27;
	padding: 17px 15px;
	font-size: 14px;
	color: #fff !important;
	line-height: 14px;
	font-weight: 600;
	width: auto;
	height: auto;
	border: none;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 20px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 20px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow:  0 1px 0 0 rgba(0, 0, 0, .3), 0 20px 0 0 rgba(255, 255, 255, .12) inset;
	cursor: pointer;
	display: inline-block;
	outline: none;
	behavior: url(PIE.htc);
}
#subresult {
	width: 100%;
	display: block;
}
/*============================================================*/
/*---------- 3. Media queries ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 3.1 Mobile (Portrait) / Design for a width of 320px -----*/
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
body {
padding: 0;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.list-3col, .list-4col, .list-6col {
margin-left: 0;
}
.list-3col li, .list-4col li {
width: 100%;
margin-left: 0px;
margin-bottom: 30px !important;
display: block;
float: none;
}
.divider {
display: none;
}
.list-circle {
 margin-left: 0;
}
.list-circle li {
 margin-left: 0;
 background: none;
 list-style-type: none;
 float: none;
}
.circle, .circle:hover {
 margin: 20px auto 0px auto;
 float: none;
}
.relative-to {
 min-height: auto !important;
}
.relative-to img {
 position: relative;
 top: 30px;
 margin-bottom: 20px;
}
.logo {
margin-bottom: 30px;
}
#footer p {
 margin: 0;
 float: left;
}
.footer-menu {
 display: block;
 float: left;
}
.footer-menu li {
 margin-left: 0px;
 margin-right: 10px;
 margin-top: 10px;
 font-size: 12px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
margin-bottom: 10px;
}
}


/*----------------------------------------*/
/*----- 3.2 Mobile (Landscape) / Design for a width of 480px -----*/
/*----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*All properties will be same as Portrait view */
	
}


/*----------------------------------------*/
/*----- 3.3 Tablet (Portrait) / Design for a width of 768px -----*/
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.list-3col li {
width: 228px;
}
.list-4col li {
width: 166px;
}
.circle {
 background: #e51f27;
 height: 170px;
 width: 170px;
 padding: 29px;
 margin: 10px 0px 0px 0px;
 font-size: 14px;
 color: #fff;
 text-align: center;
 border-radius: 250px;
 -moz-border-radius: 250px;
 -webkit-border-radius: 250px;
 -webkit-transition: margin 0.5s ease-out;
 -moz-transition: margin 0.5s ease-out;
 -o-transition: margin 0.5s ease-out;
 cursor: pointer;
 float: left;
 behavior: url(PIE.htc);
 position: relative;
}
.circle:hover {
 margin-top: 2px;
}
.list-circle {
 margin-left: -20px;
}
.list-circle li {
 margin-left: 20px;
 background: none;
 list-style-type: none;
 float: left;
}
.relative-to {
 min-height: auto !important;
 position: relative;
}
.relative-to img {
 position: relative;
 top: 0;
 left: 0;
}
.divider {
border-top: 1px solid #e4e4e4;
background: none;
width: 100%;
}
input[type="text"] {
 width: 190px;
}
}
