@charset "utf-8";
/* CSS Document */
@import url(../assets/font-awesome-4.0.3/css/font-awesome.min.css);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(fonts.css);
@import url(common.css);
/* top navigation starts here */
body {
	font-family:"open_sansregular", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.wrapper {width:100%; margin:0px;}
.topnav { margin-top:8px; }
.dessellogo img { display:inline; }
.socialmedia {
	list-style-type:none;
	padding:0px;
	z-index:9999;
}
.socialmedia li {float:left; display:inline; margin-right:5px;}
.phoneno { 
	font-size:1.5em;
	color:#428bca;
	font-weight:700;
	margin-right:10px;
}
.social_facebook {
	background:url(../images/facebook.png) no-repeat;
	background-position:0 -38px !important;
}
.social_facebook:hover {
	background-position:0 0px !important;
}
.social_googleplus {
	background:url(../images/googleplus.png) no-repeat;
	background-position:0 -38px !important;
}
.social_googleplus:hover {
	background-position:0 0px !important;
}
.social_linkedin {
	background:url(../images/linkedin.png) no-repeat;
	background-position:0 -38px !important;
}
.social_linkedin:hover {
	background-position:0 0px !important;
}
.social_twitter {
	background:url(../images/twitter.png) no-repeat;
	background-position:0 -38px !important;
}
.social_twitter:hover {
	background-position:0 0px !important;
}
.socialmedia li>a {
width: 28px;
height: 28px;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
	

/* top navigation ends here */

.topborder {border-top:solid 2px #eee; margin-top:1px;}
.carousel-caption {
left: 5% !important;
right: auto !important;
padding-bottom: 50px !important;
min-width: 400px;
background-color: #010101;
color: #f5bc13!important;
text-align: left;
padding: 20px 20px 0px 10px;
height: 37px;
text-shadow: none !important;
bottom: 150px !important;
font-size: 20px;
border-left: 2px solid #f5bc13;
opacity: 0.8;
filter: alpha(opacity=80);
}
.carousel-caption p {
	color:#f5bc13 !important;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

/*Service*/
.service {
	margin-bottom: 10px;
	padding-left: 5px;
}
.service li {
	background: #201f1f;
	padding:10px 0px 5px 0px;
	color:#fff;
	border-right:1px solid #fff;
}
.service li:last-child {
	border-right:none;
}
.service li a {color:#fff; text-decoration:none; font-weight:700; }
.service li:hover {
	background: #f5bc13;
	color:#010101;
}
.service:hover i {
	color: #fff;
}

.welcometext p {
	font-size:1.1em;
	color:#206a99 !important;
	padding-top:10px;
}
.features {
	font-size:1.1em !important;
}
h3 { 
	font-size:40px !important;
	font-weight:700 !important;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.color-yellow {color:#f5bc13;}
.margin-top {margin-top:20px; }

/*Block Headline*/
.headline {
	display: block;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.headline h2, 
.headline h3, 
.headline h4 {
	color: #585f69;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #f5bc13;
}
.headline h2 {
	font-size: 23px;
}

.headline-md h2 {
	font-size: 21px;
}

.headline-md {
	margin-bottom: 15px;
}



/*Purchase Block*/
.purchase {

	box-shadow: inset 0 0 4px #eee;
	background: url(../img/breadcrumbs.png) repeat;
	margin:10px 0 10px 0;
	text-align:center;
	padding-bottom:20px;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #f5bc13;
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:8px;
}
.purchase a.btn-buy {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 12px;
	font-weight: bold;
	background: #f5bc13;
	display: inline-block;
	text-decoration: none;
	padding: 12px 26px 9px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color: #fff;
	background: #f5bc13;
	text-decoration: none;
	box-shadow: 0 0 5px #c0c2c1;
} 

/* inner page css starts here */

.page-heading {
	font-family:"bebas_neueregular", Helvetica, Arial, sans-serif !important;
	font-size:4em !important;
	color:#707070;
	text-transform:uppercase;
	line-height:1.2em;
	
}
.page-heading span, .page-heading i { color:#ed1c24; }

/* Recent Work  */
ul.recent-work { list-style-type:none; padding:0px; margin:0px;}
ul.recent-work li { padding:0px; margin:0px; padding-right:20px;}
.recent-work a {
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #f5bc13;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Footer*/
.footer {
	color: #dadada;
	margin-top: 40px;
	padding: 20px 0 30px;
	background: #201f1f;
}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow: none;
	font-weight: normal !important; 
} 

.footer p,
.footer a {
	font-size: 14px;
} 
.footer p {
	color: #dadada;
} 

.footer a {
	color: #dadada !important;
}
.footer a:hover {
	color: #f5bc13 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2, 
.footer h3,
.footer h4 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Blog Posts*/
.footer .blog-list {
	margin: 0;
	padding: 0;
	color: #dadada;
	list-style: none;
}

.footer .blog-list li {
	padding: 0 0;
	margin-bottom: 7px; 
}
.footer .blog-list li span {
	color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border: none !important;
	background: none !important;
}
.footer .dl-horizontal a {
	color: #dadada;
}
.footer .dl-horizontal a:hover {
	color: #a8f85f !important;
}
.footer .dl-horizontal img {
	border-color: #888 !important;
}

/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	background: #010101;
	border-top: solid 1px #777;	
}

.copyright p {
	color: #dadada;
}

.copyright p.copyright-space {
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
	color: #f5bc13;
}
.copyright a:hover {
	color: #a8f85f;
}

/* inner page css starts here */

.titlebg {
	background:url(../images/titlebg.jpg) repeat-x;
	color:#fff;
	min-height:100px;
	margin-left: 0 !important;
margin-right: 0 !important;
margin-top:2px;

}
.titlebg h1 { 
	font-size:2em !important;
	margin-top:30px;
}

ul { list-style-type:none; margin:0px; padding:0px;
	
}
.categories>li {
position: relative;
display: block;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
background-position: 9px 16px;
background-repeat: no-repeat;
border-bottom: 1px solid #EDEDDE;
padding: 10px 0;
transition: all 0.3s;
list-style:none;
font-size:1.1em
}

.categories>li a:hover {
text-decoration:none;
}

.effect2 {
position: relative;
}
.box {
background: #f7f7f7;
padding: 22px;
}
.box h4 {
	font-size:1.5em;
	font-weight:700;
}
input, button, select, textarea {
background-image: none;
border: 1px solid #e1e1e1;
padding: 7px;
margin-bottom: 15px;
font-size: 12px;
}
.btn-default {
background: #f5bc13 !important;
color: #fff !important;
border:none !important;
}
.btn-default:hover {
background: #2e2e2e !important;
color: #fff !important;
}
.cc-calc {
margin: 40px auto;
padding: 30px;
background: #a6a6a6;
color: #FFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}