@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
    .clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding-top: 80px;
    font-size: 14px;
    color: #0F1837;
}
body h1, body h2, body h3, body h4, body .created {
    font-family: sans-serif;
    font-weight: normal;
	color: #1F3565;
	font-size: 23px;
}
body h5, body h6 {
    margin: 0;
}
body h3, body h4 {
    margin-top: 0;
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-link {
    color: #1F3565;
    padding: 0;
}
.btn.btn-link:hover {
    text-decoration: none;
}
.btn-primary {
    background-color: #1F3565;
}
.btn-primary:hover {
    background-color: #E74C23;
}
a {
    color: #1F3565;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
body>section {
    padding: 50px 0;
}
body>section#slide-show {
    padding: 0;
}
#recent-works {
    background: #1F3565;
    color: #fff;
}
#recent-works .links>a {
    background: #fff;
    color: #1F3565;
    text-shadow: none;
}
#clients {
    background: #fff;
}
#clients h4 {
    color: #999;
}
#clients .carousel {
    margin-bottom: 0;
}
#clients .clients ul.thumbnails {
    margin: 0;
}
#clients .clients ul.thumbnails>li {
    text-align: center;
    margin-bottom: 0;
}
#clients .prev, #clients .next {
    color: #999;
}
.title {
    color: #000;
    padding: 20px 0;
	background: url('img/cmpt-left.jpg'), url('img/cmpt-right.jpg');
	background-position: left, right;
	background-repeat: no-repeat,no-repeat;
	background-size: contain, contain;
}
}
.center {
    text-align: center;
}
.box {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress {
    margin-bottom: 10px;
}
.progress, .progress .bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 30px;
    line-height: 30px;
}
.label, .badge {
    font-weight: 300;
    font-size: 90%}
ul.breadcrumb {
    margin: 12px 0 0;
    background: transparent;
}
ul.breadcrumb>li {
    text-shadow: none;
}
ul.breadcrumb>li>a, ul.breadcrumb>li .divider {
    color: #E64825;
}
ul.breadcrumb>li.active {
    color: #E75224;
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0;
}
.btn-social {
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.btn-social.btn-facebook {
    background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
    background: #789bde;
}
.btn-social.btn-twitter {
    background: #5bceff;
}
.btn-social.btn-twitter:hover {
    background: #8eddff;
}
.btn-social.btn-linkedin {
    background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
    background: #49b9e3;
}
.btn-social.btn-google-plus {
    background: #dc422b;
}
.btn-social.btn-google-plus:hover {
    background: #e36957;
}
.btn-social:hover {
    color: #fff;
}
header.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header #logo {
    width: 145px;
    height: 200px;
    padding: 12px;
    background: url(../public/db_images/company/company_logo_1.jpg) no-repeat;
    background-size: contain;
    position: absolute;
	z-index: 10;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
	}
.logo-fixed{
	width: 35px!important;
    height: 55px!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	}
header.navbar {
    margin-bottom: 0;
	height: 80px;
    border-bottom: 2PX SOLID #E64825;
    background: #fff;
}
header.navbar .nav {
    margin-top: 35px;
}
header.navbar .nav>li {
    margin-left: 1px;
}
header.navbar .nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #E64825;
    font-family: sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: none;
	font-weight:600;
}
header.navbar .nav>li>a:hover {
    background: transparent;
    color: #1F3565;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header.navbar .nav>li.active>a, header.navbar .nav>li.active>a:hover {
    background: transparent;
    color: #1F3565;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header.navbar .nav>li.dropdown.open>a.dropdown-toggle {
    background: transparent;
    color: #1F3565;
}
header.navbar .nav>li.login>a {
    border-left: 1px solid #e5e5e5;
}
header .dropdown-menu {
    margin-top: 20px;
}
header .dropdown-menu:before {
    display: none!important;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
    color: #1F3565;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #1F3565;
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: #E64825;
}
.main-info {
    color: #0F1837;
}
.main-info h4 {
    color: #999;
}
.icon-medium {
    font-size: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    background: #1F3565;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}
.modal {
    border: 0;
}
.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}
.modal .modal-header {
    border: 0;
    padding: 20px 20px 0;
}
.modal .modal-header>h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0;
}
.modal .modal-body {
    padding: 20px;
}
.modal input[type="text"], .modal input[type="password"] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px;
}
.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.modal button {
    margin-left: 10px;
    border: 0;
}
.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}
.no-margin {
    margin: 0;
    padding: 0;
}
#services {
    background: #252525;
    color: #999;
}
#services h1, #services h2, #services h3, #services h4, #services h5, #services h6 {
    color: #fff;
}
#main-contents {
    margin-top: 20px;
}
#main-contents .blog-news .created {
    font-size: 18px;
    color: #1F3565;
}
.registration-form {
    border: 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block;
}
#bottom {
    background: #213467;
    color: #fff;
}
#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
    color: #fff;
}
#bottom a {
    color: #fff;
}
#bottom a:hover {
    color: #1F3565;
}
#bottom ul.address>li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}
#bottom ul.address>li:first-child {
    margin-top: 0;
}
#bottom ul.address>li>i {
    position: absolute;
    top: 3px;
    left: 0;
}
#bottom ul.thumbnails {
    margin-bottom: 0;
}
#bottom ul.thumbnails li {
    margin-bottom: 5px;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
    margin-right: 5px;
}
ul.arrow li::before {
    content: "\f105"}
ul.arrow-double li::before {
    content: "\f101"}
ul.tick li::before {
    content: "\f00c"}
ul.cross li::before {
    content: "\f00d"}
ul.star li::before {
    content: "\f006"}
ul.rss li::before {
    content: "\f09e"}
#footer {
    background: #0F1837;
    padding-top: 10px;
    padding-bottom: 1px;
    color: #8D8D8D;
}
#footer a {
    color: #666;
}
#footer a:hover {
    color: #1F3565;
}
#footer #gototop {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background: #1d1d1d;
    font-size: 24px;
    color: #fff;
}
#footer #gototop:hover {
    background: #2b2b2b;
    text-decoration: none;
}
#footer .cp {
    margin-top: 11px;
}
ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.social>li {
    display: inline-block;
    margin: 0 5px;
}
ul.social>li>a {
    font-size: 24px;
    color: #666;
}
ul.social>li>a:hover {
    color: #999;
}
.box-border {
    padding: 15px;
}
.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700;
}
.accordion-inner {
    border-top: 0;
}
.blog .blog-item h2 {
    margin-top: 0;
}
.blog .blog-item .date span {
    display: block;
    text-align: center;
}
.blog .blog-item .date span.day {
    font-size: 50px;
    line-height: 50px;
    padding-top: 10px;
    font-family: sans-serif, sans-serif;
}
.blog .blog-item .date span.month {
    font-size: 18px;
}
.blog .blog-item .tag {
    margin-top: 5px;
}
.blog .blog-item .avatar {
    margin-top: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
    padding: 0 15px;
    border: 2px solid #616A8E;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #1F3565;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input-block-level {
    min-height: 50px;
}
textarea#message {
    padding: 10px 15px;
    height: 219px;
}
.widget {
    margin-bottom: 30px;
}
.widget>h3 {
    font-size: 16px;
    margin-top: 0;
}
.widget h5 {
    margin-top: 10px;
}
.widget .date {
    margin-top: 5px;
    padding: 8px 10px;
    background: #1F3565;
}
.widget .date>span {
    display: block;
    text-align: center;
    font-family: sans-serif;
    color: #fff;
}
.widget .date>span.month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget .date>span.day {
    font-size: 18px;
    line-height: 18px;
}
#pricing-table {
    margin-top: 20px;
    margin-bottom: 30px;
}
@media(max-width:800px) {
    
	body {
    padding-top: 0px;
}
 /*FIX HEADER ON MOBILE/TABLET*/
}

/* Adding the phone number to appear under the logo */

#tel {
	position:relative;
	float:left;
	clear:both;
	display: none;
	}

.tel {
	color:pink;
	font-size: 24px;
	padding:5px;
	margin-top:5px;
}
.tel:hover{color:pink;text-decoration:none;font-weight:bold}
.tel:visited{
	color: pink;
	text-decoration:none
}
.tel:link{
	color: pink;
	text-decoration:none
}

.breadcrumb_h1 {
	color:#1F3565;
	font-size: 25px;
    margin: 20px 0;
}
.well h4{
	color: #fff;
	line-height: 1.3;
}
.home-gallery{
	margin: 0 10px!important;
}
.home-gallery a img:hover{
	opacity: 0.6;
    filter: alpha(opacity=60);
}

.info_heading{
	font-weight: bold;
}
.master_image{
	width:150px;
}
.master-type-heading{
	background: #E95923;
	color: white;
	padding: 3px;
	text-align: center;
}
.master-listing-main{
	border-bottom: 1px solid #E95923;
    padding: 8px 0;
}
.master-listing{
	/*border-bottom: 1px solid #E95923;*/
    padding: 8px 0;
}


.apply a{
	padding:8px 10px;
	border-radius: 1px;
	background:#212D60;
	color: #fff;
}
.apply a:hover{
	background:#E64825;
}

.terms{
	padding-left: 44px;
    padding-top: 30px;
	padding-right:10px;
	padding-bottom:8px;
    background: #FAEBD7;
}

.reminder{
	font-size: 12px;
    position: absolute;
    top: 20px;
    left: -1px;
	height:8px;
}

.uploads label{
	font-weight:bold;
}

.whatneeddo{
	background:#FAEBD7;
	padding-left:320px;
}
.whatneeddo ul{
	list-style-image: url('../images/orange_square.png');
}
#contact-page{
	margin-top: 115px;
}
.well-btn{
	padding: 30px 20px;
}
.banner-item, .breadcrumb_h1 {
    background: rgba(255, 255, 255, 0.56);
}
.page-footer{
	margin-top: 30px;
}
.previous_comments_area {
	border: solid 2px grey;
	background: #FFF;
	padding-left: 6px;
}

.author_area{
	position: relative;
    background: #EAE7E5;
	color: #E64825
}
.breadcrumb_h1{
	text-align: right;
}
.title{
	margin-bottom: 40px;
}
.profile{
	background: #142343;
	color: #fff;
	padding: 5px;
}
.log-out{
	background:#E64825;
	color: #fff;
	padding: 5px;
	border: none;
}
.log-out:hover{
	background: #142343;
}
.home-contact{
	background:#E64825;
	color: #fff;
	padding: 10px;
}
.home-contact h4{
	color: #fff;
	line-height: 1.2;
}
.nav-collapse {
    z-index: 30;/* iphone */
}
.img-link:hover{
	opacity: 0.7;
    filter: alpha(opacity=70); 
}
.dropdown-menu{
	border: 1px solid #E64825;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}
/* CUSTOM RESPONSIVE */
@media screen and (max-width:1199px) {
	header.navbar .nav>li>a{
		font-size: 14px;
		padding: 10px 5px;
	}
	.navbar .nav{
		margin: 0;
	}
	.breadcrumb_h1 {
		width: 70%;
		float: right;
	}
}
@media screen and (max-width:979px) {
	body{
		padding-top: 0;
	}
	.banner-item img{
		width: 65%;
	}
	.sl-slide, .sl-slides-wrapper, .sl-slide-inner{
		height: 80%;
	}
	.sl-slider-wrapper{
		height: 400px!important;
	}
	header #logo {
		width: 130px;
		height: 180px; 
	}
	.sl-slider h2 {
		padding: 170px 20px 0!important;
		font-size: 25px!important;
	}
	.whatneeddo{
		padding-left: 10px;
	}
}
@media screen and (max-width:767px) {
	.info_heading{
		display: none!important;
	}
}
@media screen and (max-width:600px) {
	.sl-slider-wrapper {
		height: 315px!important;
	}
	.sl-slider h2 {
		padding: 140px 20px 0!important;
		font-size: 17px;
	}
	header #logo {
		width: 100px;
		height: 145px;
	}
}
@media screen and (max-width:500px) {
	header #logo {
		width: 70px;
		height: 100px;
	}
	.sl-slide-horizontal .sl-slide-inner, .title{
		background-image: url('img/cmpt-left.jpg')!important;
	}
	.banner-item img{
		width: 100%;
	}
	.main-footer{
		padding: 5px 10px;
	}
	.sl-slider-wrapper{
		height: 450px!important;
	}
	.title {
		padding: 0 10px;
	}
	ul.breadcrumb{
		display:none;
	}
	.sl-slider h2 {
		padding: 170px 20px 0!important;
		font-size: 20px!important;
		width: 85%!important;
	}
}
@media screen and (max-width:380px) {
	.breadcrumb_h1 {
		font-size: 19px;
}
