@font-face {
    font-family: 'DigitalSerialRegular';
    src: url('/assets/fonts/digital_serial-regular-webfont.eot');
    src: url('/assets/fonts/digital_serial-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fonts/digital_serial-regular-webfont.woff') format('woff'),
url('/assets/fonts/digital_serial-regular-webfont.ttf') format('truetype'),
url('/assets/fonts/digital_serial-regular-webfont.svg#DigitalSerialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 13px;
}

h1 {
	font-family: 'DigitalSerialRegular', Arial, Helvetica, sans-serif;
}
.digital {
	font-family: 'DigitalSerialRegular', Arial, Helvetica, sans-serif !important;
}

.white, .white:hover {
	color: #fff;
}


.nav-tabs, .nav-pills {
    float: right;
}
.nav li a {
	color: #666;
}
.nav li .active {
	background-color: #FFF;
}

.nav li a:hover {
	color: #666;
}

ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #EAEAEA;
    color: #666666;
}
h2 {
	font-size: 19px;
	font-weight: normal;
}
h2 a {
	text-decoration: none !important;
}
h2 a:hover {
	text-decoration: underline !important;
}
h3 {
	font-size: 17px;
   font-weight: normal;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
	font-size: 12px;
	color: #666;
}
.testimonials_bg {
	background: url(/assets/img/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: auto;
	height: 30px;
}

.testimonials_author {
	color: #FFFFFF;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}
.testimonials_author_page span {color:#a0a0a0}

/* Testomonials Carousel */
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #c0c0c0 !important;
	display: block;
	position: absolute;
}
.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(/assets/img/carousel-next.png);
	background-color: #6b6b6b;
	display: block;
	position: absolute;
	right: 10px;
}
.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(/assets/img/carousel-prev.png);
	background-color: #6b6b6b;
	display: block;
	right: 33px;
	position: absolute;
}
.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -40px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.mr-rotato-prev:hover, .mr-rotato-next:hover {
	background-color: #FF6600;
}

.footer_quote {
	color: #fff;
	margin-top: 50px;
	padding-right: 30px;
}
/** Address block in footer **/

.address_block {
	color: #FFF;
	font-size: 11px;
	padding: 0 0 0 24px;
}
.address_block i {
	margin-left: -24px;
	width: 24px;
	background-repeat: no-repeat !important;
}

.footer_quote blockquote {
    background-image: url("/assets/img/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 50px;
	font-family: Arial;
	border-left: 0;
}

blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}

blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

#lastline, #lastline a, #lastline a:hover  {
	color: #EEE;
	font-size: 11px;
}
.services-inner a {
	cursor: pointer;
    z-index: 1000000;
}
.services-inner a:hover {
	text-decoration: none;
}
.services-inner a {
	color: #666 !important;
    font-size: 11px;
    line-height: 14px;
}
.services-header {
    font-size: 14px;
    font-weight:  bold;
    display: block;
    margin: 5px 0 7px 0;
}

.services-outer:hover
{
	background-image: url(/assets/img/layout/svc_block_bg_ro.jpg);
}
/*================================================= */
/* Back To Top
================================================== */
#backtotop {
    position: fixed;
    right:0px;
    display:none;
    bottom: 20px;
    margin: 0 20px 0 0;
}

#backtotop a {
    text-decoration:none;
    border:0 none;
    display:block;
    width:45px;
    height:45px;
    background: url(/assets/img/back_to_top_btn.png) no-repeat 50% 50%;
    background-color:#c0c0c0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#backtotop a:hover {background-color: #81b600;}

/** Alert box (see base) */
.alert {
    margin: 5px 0;
}
blockquote.testimonial {
	border-left: 5px solid #d8d1ca;
	margin-bottom: 50px;
}


#sidebar .greybox, #sidebar .greybox_img {
    background: none repeat scroll 0 0 #F5F5F5;
}
#sidebar .greybox {
    padding: 10px;
}
#sidebar .greybox_img p, #sidebar .greybox_img a {
    font-size: 12px;

}
#sidebar .greybox_img {
	padding: 20px 10px 10px 55px;
	min-height:50px;
  	 height:auto !important;
  	 height:50px;
}
#sidebar .greybox_img img {
	margin-left: -50px;
	float: left;
}

/*==== Tables ====*/
/*
table
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
}
table td, table th
{
	padding: 4px 8px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	vertical-align: top;
}
table.planning td {
	background-color: #fce1cd;
	color: #333;
}
table.planning th {
	background-color: #F47B20;
	color: #FFF;
	text-align: left;
} */
/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:-1px;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:25px;
	overflow: hidden;
	position: relative;
	font-size:14px;
	text-transform:uppercase;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	font-family:'DigitalSerialRegular', Arial;
}

.tab-content {padding: 20px 0; overflow: visible !important; }

ul.tabs li:hover{}
#tab-body{padding:0 20px;}

/* Tabs */
ul.tabs li {
	background:#f8f8f8;
	border:1px solid #eaeaea;
	border-width:1px 1px 1px 0px;
}
ul.tabs li:first-child{border-left:solid 1px #eaeaea;}
ul.tabs li a {color:#4e5b70;}
ul.tabs li.active{background:#fff; border-bottom:solid 1px #fff}
html ul.tabs li.active a{ color:#dc3c00; }
#tab-body{border:solid 1px #eaeaea;}

.pointer {
    cursor: pointer;
}

/* Jquery toggle */
.toggle_header.trigger span {
    background: url("/assets/img/arrow-left.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 23px;
    line-height: 24px;
    padding-left: 30px;
    text-decoration: none;
}
.toggle_header.active span {
    background: url("/assets/img/arrow-down.png") no-repeat scroll 0 0 transparent;
}
.toggle_header.active {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
}
.toggle_container {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.toggle_container .block {
    padding: 0 0 0 30px;
}
.toggle_container .block p {
    margin: 0;
    padding: 0;
}






