/*----------------------------------------*/
/*----- 1.2 Typography -----*/
/*----------------------------------------*/


/*----- font colors / weights / sizes -----*/
/*typography for -- buttons, menu, tabs , lists, mylabel, blockquote, accordion, pricing and forms -- in their respective sections*/


/*links*/
a:link {
	color: #fff;
	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:visited {
	color: #Fff;
}
a:hover {
	color: #fb8404;
	text-decoration: none;
}
/*headings*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.4em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #403e3d;
}
.heading-light {
	font-weight: 400;
}
/*header*/
#header .inline-right {
	font-size: 13px;
}
#header .inline-right a:link, #header .inline-right a:visited {
	color: #FFF;
}
#header .inline-right a:hover {
	color: #fff;
}
/*content-top*/
#content-top h1 {
	font-size: 34px;
	color: #fff;
}
#content-top {
	font-weight: 600;
}
/*content*/

/*flex sliders*/

/*box-offset*/

/*row-themecolor*/
.row-themecolor {
	color: #fff;
	font-weight: 600;
}
.row-themecolor h1, .row-themecolor h2, .row-themecolor h3, .row-themecolor h4, .row-themecolor h5, .row-themecolor h6, .row-themecolor a:link, .row-themecolor a:visited {
	color: #fff;
}
.row-themecolor a:hover {
	color: #7f7d7b;
}
/*signup-box*/
.signup-box {
	color: #7f7d7b;
	font-weight: 400;
}
.signup-box h1, .signup-box h2, .signup-box h3, .signup-box h4, .signup-box h5, .signup-box h6 {
	color: #7f7d7b;
}
.signup-box a:link, .signup-box a:visited {
	color: #fb8404;
}
.signup-box a:hover {
	color: #7f7d7b;
}
/*footer*/

}

/*----- Other typography -----*/
.color {
	color: #fb8404 !important;
}
.text-big {
	font-size: 18px;
	line-height: 1.5em;
}
.text-small {
	font-size: 12px;
	line-height: 1.5em;
}
/*----------------------------------------*/
/*----- 1.3 Spacers and dividers -----*/
/*----------------------------------------*/
/*use suitable height spacer for vertical spacing*/
.spacer-10px, .spacer-20px, .spacer-40px {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.spacer-20px {
	height: 20px !important;
}
.spacer-40px {
	height: 40px !important;
}
/*horizonal spacer*/
.horz-20px {
	width: 20px;
	height: 1px;
	display: inline-block;
}
/*divider*/

/*----------------------------------------*/
/*----- 1.5 Button styles -----*/
/*----------------------------------------*/
.mybtn, .mybtn-grey {
	background: #fb5c03; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fb8404, #fb5c03); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	padding: 7px 15px;
	margin: 10px 0;
	font-size: 12px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	border: 1px solid #db4e00;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px 0 #db4e00;
	-webkit-box-shadow: inset 0 0 5px 0 #db4e00;
	box-shadow: inset 0 0 5px 0 #db4e00;
}
.mybtn-grey {
	background: #e5e3e1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2f0), to(#e5e3e1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f5f2f0, #e5e3e1); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #f5f2f0, #e5e3e1);
	color: #7f7d7b !important;
	border: 1px solid #d1cfcd;
	-moz-box-shadow: inset 0 0 2px 0 #d6d4d2;
	-webkit-box-shadow: inset 0 0 2px 0 #d6d4d2;
	box-shadow: inset 0 0 2px 0 #d6d4d2;
}
.bigbtn {
	padding: 17px 30px;
}
.mediumbtn {
	padding: 12px 40px;
}
.smallbtn {
	padding: 5px 15px;
}
.mybtn:hover {
	background: #fb8404;
	background: -webkit-gradient(linear, left top, left bottom, from(#fb5c03), to(#fb8404));
	background: -moz-linear-gradient(top, #fb5c03, #fb8404);
	background:  -o-linear-gradient(top, #fb5c03, #fb8404);
}
.mybtn-grey:hover {
	background: #f5f2f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e3e1), to(#f5f2f0));
	background: -moz-linear-gradient(top, #e5e3e1, #f5f2f0);
	background:  -o-linear-gradient(top, #e5e3e1, #f5f2f0);
}
.mybtn img, .mybtn-grey img {
	float: left;
	margin-right: 15px;
}
/*app buttons*/
.mybtn-app {
	background: #fca94f;
	min-width: 130px;
	font-size: 19px;
	line-height: 17px;
	text-align: left;
	text-transform: none;
	border: 1px solid #fca94f;
	box-shadow: none;
}
.mybtn-app span {
	font-size: 11px;
	font-weight: 300;
	display: block;
}
.mybtn-app:hover {
	background: #fb8404;
}
/*disabled button*/
.btn-disabled {
	cursor: default !important;
}
.btn-disabled:hover {
	background: #e5e3e1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2f0), to(#e5e3e1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f5f2f0, #e5e3e1); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #f5f2f0, #e5e3e1);
}
/*----------------------------------------*/
/*----- 1.6 Custom list styles  -----*/
/*----------------------------------------*/
.list-checkmark, .list-checkmark-dark, .list-arrow, .list-arrow-dark, .myunstyled, .inline-right, .inline-left, .blocked-links, .social, .social-dark, .list-arrow-border, .list-skills, .pricing table ul, .twitter li, .filter_nav {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-checkmark ul, .list-checkmark-dark ul, .list-arrow ul, .list-arrow-dark ul, .myunstyled ul, .list-arrow-border ul, .myunstyled ul {
	margin-top: 10px;
}
/*checkmark list*/
.list-checkmark li, .list-checkmark-dark li {
	background: url(../img/bullet-checkmark-light.png) no-repeat 0 -1px;
	padding-left: 33px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.list-checkmark-dark li {
	background: url(../img/bullet-checkmark-dark.png) no-repeat 0 0;
}
/*arrow list*/
.list-arrow li, .list-arrow-dark li {
	background: url(../img/bullet-pointer-light.png) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.list-arrow-dark li {
	background: url(../img/bullet-pointer-dark.png) no-repeat 0 5px;
}
/*arrow and border list*/
.list-arrow-border li {
	background-image: url(../img/bullet-pointer-light.png), url(../img/footer-nav-divider.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left 5px, bottom;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	display: block;
	overflow: hidden;
}
.list-arrow-border li:last-child {
	background-image: url(../img/bullet-pointer-light.png);
}
.list-arrow-border li p {
	margin: 0;
	padding-left: 20px;
}
/*myunstyled list*/
.myunstyled li {
	margin-bottom: 20px !important;
	display: block;
	overflow: hidden;
}
/*inline - left & right aligned list*/
.inline-right {
	float: right;
}
.inline-right li {
	margin-left: 20px;
	display: inline-block;
}
.inline-left {
	float: left;
}
.inline-left li {
	margin-right: 20px;
	display: inline-block;
}
.inline-right img, .inline-left img {
	margin-right: 7px;
	float: left;
}
/*inline links with colored background*/
.blocked-links li {
	margin: 0 3px 3px 0 !important;
	float: left;
}
.blocked-links li a:link {
	background: #e5e3e1;
	padding: 8px 15px;
	font-size: 13px;
	color: #7f7d7b;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.blocked-links li a:hover {
	background: #403e3d !important;
	color: #fff;
}
/*----------------------------------------*/
/*----- 1.7 Label styles -----*/
/*----------------------------------------*/
.mylabel, .mylabel-grey {
	background: #3f3831;
	padding: 3px 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}
.mylabel-grey {
	background: #c4c2c0;
	padding: 1px 10px;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 600;
}
/*============================================================*/
/*---------- 2. TEMPLATE STRUCTURE ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 2.1 Header section -----*/
/*----------------------------------------*/
#header {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#header .inline-right {
	margin: 13px 2px 0 0;
}
/*----------------------------------------*/
/*----- 2.2 Slider / content-top section -----*/
/*----------------------------------------*/

/*----------------------------------------*/
/*----- 2.3 commons / content section -----*/
/*----------------------------------------*/

.box {
	background: #fff;
	padding: 20px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}
.box-inner {
	padding: 20px;
}
.box-side-border {
	border: 1px solid #f2f0ed;
	border-width: 0 1px 0 1px;
	padding: 0px 30px;
}
/*----- feature styles -----*/
/*-- 4 styles [.fr-image, .fr-icon, .fr-circle-icon,  .fr-heading-icon ] --*/

.icon-bg {
	background: #fb8404;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.icon-bg img {
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.icon-circle {
	background: #fff;
	width: 98px;
	height: 98px;
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	border-radius: 98px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}
.icon-circle img {
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	border-radius: 98px;
}
/*----- divs with clouds -----*/

.row-themecolor {
	background: #fb8404;
	padding-top: 40px;
}
.signup-box {
	background: #fff;
	padding: 40px 40px 120px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-promo {
	background: url(../img/preview/img-3.png) no-repeat left 80px;
	min-height: 300px;
	padding-bottom: 100px;
}
/*----- about -----*/


.dl-horizontal dt {
	font-weight: 600;
	font-size: 48px;
	color: #403e3d;
	line-height: 40px;
	width: 140px !important;
	text-align: left !important;
}
.dl-horizontal dt, .dl-horizontal dd {
	padding-bottom: 40px;
}
.dl-horizontal dd {
	margin-left: 0 !important;
}
/*----- contact -----*/
.map iframe {
	width: 100%;
	float: left;
}
/*----- flex slider for reviews and clients*/
.review-slider {
	padding: 0 150px !important;
}
.review-slider span {
	display: block;
	margin-top: 10px;
}
.client-slider img {
	width: auto !important;
	margin-bottom: 20px;
}
/*----- video with prettyPhoto -----*/

.arrow-down {
	width: 0;
	height: 0;
	position: absolute;
	top: auto;
	left: 10px;
	bottom: -35px;
	left:auto;
	border-bottom: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #e5e3e1;
}
/*----- copyright -----*/

.filter_nav li {
	margin: 0 3px 3px 0 !important;
	list-style-type: none;
	float: left;
}
.filter_nav li a:link {
	background: #fb8404;
	padding: 8px 15px;
	margin: 0 10px 20px 0;
	font-size: 12px;
	color: #fff !important;
	font-weight: 600;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.filter_nav li a:hover {
	background: #403e3d !important;
	color: #fff;
}
.filter-content img {
	width: 100%;
}
.item {
	margin-bottom: 30px;
}
/*folio-thumb*/
.folio-thumb {
	background: #fff;
	position: relative;
	overflow: visible;
	height: auto;
}
.folio-thumb .zoom {
	background: url(../img/icons/zoom.png) 0 0 no-repeat transparent;
	width: 29px;
	height: 25px;
	position:absolute;
	outline: none;
	display: none;
	z-index: 99;
	opacity: 1;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -12px;
	bottom: 10%;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	opacity: 1;
}
.folio-thumb .zoom:hover {
	opacity: 0.7;
}
.img-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.5;
}
/*----------------------------------------*/
/*----- 2.6 Pricing -----*/
/*----------------------------------------*/

/*errors*/
label.error {
	display: none !important;
}
input.error, textarea.error, password.error {
	border-color: #C00 !important;
	box-shadow: none;
}
/*label and inputs*/
label {
}
input[type="text"], input[type="password"], select, textarea {
	background-color: #fff;
	width: 95.5%;
	padding: 10px 2%;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #e5e3e1;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	-moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
}

.submit {
	background: #fb5c03; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8404', endColorstr='#fb5c03'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fb8404, #fb5c03); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	width: auto !important;
	height: 50px;
	padding: 0 50px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #db4e00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px 0 #db4e00;
	-webkit-box-shadow: inset 0 0 5px 0 #db4e00;
	box-shadow: inset 0 0 5px 0 #db4e00;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background: #fb8404;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb5c03', endColorstr='#fb8404');
	background: -webkit-gradient(linear, left top, left bottom, from(#fb5c03), to(#fb8404));
	background: -moz-linear-gradient(top, #fb5c03, #fb8404);
	background:  -o-linear-gradient(top, #fb5c03, #fb8404);
}

.nav-tabs {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e3e1;
}
.nav-tabs > li > a {
	background: #fff;
	border: 1px solid #e5e3e1;
}
.nav-tabs > li > a:hover {
	color: #403e3d;
	border: 1px solid #e5e3e1;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: #fff;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a:focus {
	color: #403e3d;
}
.nav-tabs i {
	margin-right: 5px;
}
.tab-content {
	padding: 10px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-image: url(../Lakhotia/poer.jpg);
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nav-tabs .dropdown li a {
	color: #fb8404;
}
.nav-tabs .dropdown li a:hover {
	background: transparent;
	color: #403e3d;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #fff;
	color: #403e3d;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #fff;
	background-image: none;
	color: #403e3d !important;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #403e3d;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	background-color: #fff;
	border-color: #e5e3e1;
	color: #403e3d;
	border-bottom-color: transparent;
}
.dropdown > .dropdown-menu {
	border-color: #e5e3e1;
	margin-top: -1px;
	font-size: 12px;
	box-shadow: none !important;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #fb8404;
	border-top-color: #fb8404;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #403e3d;
	border-bottom-color: #403e3d;
}
/*----- 3.4 Progressbars -----*/
.list-skills li {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: 600;
}
.list-skills li span {
	color: #fb8404;
	padding-left: 10px;
}
.custom-pro {
	background: #c8c8c8;
	height: 5px;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	position: relative;
}
.custom-pro .bar {
	background: #fb8404;
	width: 0;
	height: 5px;
	font-size: 0px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
}
.progress-point {
	background: url(../img/progress-point.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	position: absolute;
	top: -9px;
}
/*----- 3.5 Menu / Navigation -----*/
.ddsmoothmenu {
	width: auto;
	display: block;
	float: right;
}
.ddsmoothmenu em {
	color: #7f7d7b;
	font-weight: normal;
}
/*ul*/
.ddsmoothmenu ul {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
	float: left;
}
.ddsmoothmenu ul li ul {
	background: url(../img/main-nav-arr.png) no-repeat 15px 0;
	padding-top: 7px;
	margin-left: 20px;
	position: absolute;
	left: 0;
	float: none;
	display: none;
	overflow: visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ddsmoothmenu ul li ul li ul {
	margin-left: 1px;
	margin-top: -5px;
	padding: 0;
	top: 0;
	background: none;
}
/*li*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu ul li ul li {
	background: #e5e3e1;
	padding: 0px 6px 0 5px;
	display: list-item;
	float: none;
	box-shadow: none !important;
}
.ddsmoothmenu ul li ul li:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding-top: 5px;
}
.ddsmoothmenu ul li ul li:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding-bottom: 5px;
}
/*a*/
.ddsmoothmenu ul li a {
	padding: 5px 0 5px 40px;
	margin: 0;
	font-size: 17px;
	color: #FFF;
	font-weight: 900;
	line-height: 1em;
	text-decoration: none;
	outline: none;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.31s ease;
	transition: all 0.3s ease;
}
.ddsmoothmenu ul li a:visited {
	color: #FFF;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #fff;
}
.ddsmoothmenu ul li ul li a {
	width: 170px; /*width of sub menus*/
	padding: 13px 8px 13px 8px;
	margin: 0;
	border: 1px solid #e5e3e1;
	font-size: 12px !important;
	color: #000 !important;
	line-height: 1em;
	font-weight: 400;
	border-right: 0px;
	text-transform: none;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.ddsmoothmenu ul li li a:hover, .ddsmoothmenu ul li li a.selected {
	background: #fb5c03;

 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8404', endColorstr='#fb5c03');
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03));
	background: -moz-linear-gradient(top, #fb8404, #fb5c03);
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	border: 1px solid #Fb8404;
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
	box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}
/* CSS classes applied to down and right arrow images */
.downarrowclass {
	display: none;
}
.rightarrowclass {
	display: none;
}
/*Menu select for responsive*/
.selectnav {
	display: none;
}
.js .selectnav {
	background: #222;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff !important;
	border: 1px solid #222;
	outline: none;
	display: none;
	cursor: pointer !important;
}



/*============================================================*/
/*---------- 4. Media queries ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 4.1 Mobile (Portrait) -----*/
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
body {
padding: 0;
}
.container {

}
.sidebar-right {
 padding-left: 0;
}
.sidebar-left {
 padding-right: 0;
}
.mybtn {
margin-bottom: 20px;
}
.horz-20px {
display: none;
}
.dl-horizontal dt {
width: 100%;
padding: 20px 0;
}
.dl-horizontal dd {
margin-left: 0;
padding: 0 0 20px 0;
}
/*menu*/
.ddsmoothmenu ul {
display: none;
}
.ddsmoothmenu {
 float: none;
}
.js #nav {
display: none;
}
.js .selectnav {
width: 100% !important;
margin-top: 20px;
margin-bottom: 15px;
float: left !important;
display: block;
}
/*header & copyrigt*/
#header, #copyright {
text-align: center;
}
#header .inline-right {
float: none;
}

#header .inline-right, #copyright .inline-right {
 margin: 5px 0 0 0;
}
#header .inline-right li, #copyright .inline-right li {
 margin-left: 10px;
 margin-right: 10px;
 display: inline-block;
}
/*accordion*/

.box-offset-wrapper {
 background: #fb8404;
 margin-bottom: 40px;
}
.box-offset {
 padding: 5%;
 width: 90%;
 float: none;
 display: block;
}
.img-hidden {
 padding: 5%;
 width: 90%;
 float: none;
 display: block;
 position: relative;
}
.img-hidden img {
 position: relative;
 top: 0;
 right: 0;
}
.signup-box {
padding: 20px;
margin-bottom: 20px;
}
.signup-box .submit {
float: left;
}

}

/*----------------------------------------*/
/*----- 4.2 Mobile (Landscape) -----*/
/*----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*All are same as Portrait*/
}

/*----------------------------------------*/
/*----- 4.3 Tablet / ipad  -----*/
/*----------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
.ddsmoothmenu ul li a {
 padding: 5px 0 5px 25px;
}
.sidebar-right {
 padding-left: 0;
}
.sidebar-left {
 padding-right: 0;
}
.fr-heading-icon h1, .fr-heading-icon h2, .fr-heading-icon h3, .fr-heading-icon h4, .fr-heading-icon h5, .fr-heading-icon h6 {
 line-height: 1.2em;
}
.dl-horizontal dt {
width: 100%;
padding: 20px 0;
}
.dl-horizontal dd {
margin-left: 0;
padding: 0 0 20px 0;
}
.signup-box {
padding: 20px;
margin-bottom: 20px;
}
.signup-box .submit {
float: left;
}
.review-slider {
 padding: 0 !important;
}
.row-themecolor {
margin-bottom: 40px;
}
 .video-wrapper {
 margin-bottom: 20px;
}
.submit {
 padding: 0 20px;
}
.text-small {
margin-bottom: 10px;
}
}

/*----------------------------------------*/
/*----- 4.4 Large Desktop  -----*/
/*----------------------------------------*/
@media (min-width: 1200px) {
}



/*============================================================*/
/*---------- 5. BROWSER FIXES ----------*/
/*============================================================*/
@media \0screen {
/*arrow and border list*/
.list-arrow-border li {
	background: url(../img/bullet-pointer-light.png) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
}
