/* font-family: 'Droid Sans', sans-serif; */
@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Droid Sans'), local('DroidSans'),
		url(../../saoluis/font/droidsans/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff)
		format('woff');
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
:focus {
	outline: 0 none !important;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #393939;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
}

header, nav, section, article {
	display: block;
}

figure {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: top;
}

a:focus {
	outline: thin dotted #333;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#sb-site {
	margin: 0;
	padding: 0px;
}

#main {
	color: #393939;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	padding-bottom: 90px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
}

.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.clear {
	clear: both;
}

.clearfix {
	margin-bottom: 25px;
}

.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

.aligncenter {
	text-align: center !important;
}

.span6.no-margin-left {
	margin-left: 0 !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #555555;
	font-family: Tahoma, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	line-height: 22px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 16px;
}

h5 {
	font-size: 14px;
	margin-bottom: 14px;
}

h6 {
	font-size: 12px;
	margin-bottom: 12px;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

* p:last-child {
	margin-bottom: 0 !important;
}

.color, .color2 {
	font-weight: 700;
	padding: 0 2px;
}

.color {
	color: #555;
}

.color2 {
	color: #17649A;
}

/* Link Styles */
a {
	color: #17649A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #005651;
}

.title a {
	color: #17649A;
	font-weight: 600;
	font-size: 12px;
}

h4.title a {
	font-size: 16px;
	font-weight: 400;
}

.title a:hover {
	color: #1d1d1c;
}

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 {
	margin-bottom: 0px;
}

select[multiple], select[size] {
	height: 30px;
}

.btn-mini .caret, .btn-small .caret, .btn-large .caret {
	margin-top: 8px;
}

i[class^="icon-"] {
	line-height: 17px;
}

.login-box {
	background: #fbfbfb;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #ececec;
	-webkit-box-shadow: 0 1px 1px #ececec;
	position: relative;
	border-radius: 2px;
}

.widget-box {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 3px 0;
	border-bottom: 1px solid #CCC
}

.widget-header {
	position: relative;
	min-height: 38px;
	background: #f7f7f7;
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffeeeeee', GradientType=0);
	color: #669fc7;
	border: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	padding-left: 12px;
	text-align: right
}

.widget-body {
	border-top: 0;
	background-color: #FFF
}

.widget-main form {
	padding: 10px 12px 0;
	margin: 0px;
}

.login-box header {
	padding: 17px 0px;
	margin: 0;
	border-bottom-color: rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: #0692e8 url(../img/header.png);
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #0B53A0;
	text-align: center;
}

.login-box header .blue {
	color: #478fca !important;
}

.login-box footer {
	display: block;
	padding: 7px 14px 1px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	background: rgba(248, 248, 248, .9);
	margin: 0px -12px 0px;
}

.login-box label {
	vertical-align: middle;
}

.login-box .input-icon {
	position: relative;
}

.login-box .block {
	display: block !important;
}

.login-box .input-icon.input-icon-right>input {
	padding-left: 6px;
	padding-right: 24px;
}

.login-box .input-icon.input-icon-right>[class*="icon-"] {
	left: auto;
	right: 3px;
}

.login-box .input-icon>[class*="icon-"] {
	padding: 0 3px;
	z-index: 2;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 3px;
	line-height: 28px;
	display: inline-block;
	color: #909090;
	font-size: 16px;
}

.login-box .alert-error {
	margin: 0px 0px 10px;
	list-style: none;
}

.v-center {
	display: table !important;
	height: 60px;
}

.my-content {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.space-32 {
	max-height: 0;
	overflow: hidden;
	margin: 32px 0;
}

.img-50 {
	width: 50px;
}

.hero-login .page-header {
	margin-bottom: 5px;
}

.hero-login h2 {
	color: white;
	text-shadow: 1px 1px 1px #333, 2px 2px 1px #fff, 1px -1px 1px #333;
	font-size: 30px;
}

.hero-login h3 {
	color: white;
	text-shadow: 1px 1px 1px #111;
	font-size: 20px;
}

.login-desc-box-l h4 {
	color: white;
	text-shadow: 1px 1px 2px #000, 2px 2px 2px #000, 1px -1px 2px #000;
	font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: #0692e8 url(../img/header.png);
	border-bottom: 1px solid #2587e1;
}

.logo {
	margin-top: 6px;
	margin-bottom: 7px;
}

.logo img {
	margin: 10px 0;
}

#menu a {
	text-shadow: 1px 1px #f4f4f4;
}

#menu a:hover {
	text-shadow: none;
}

#menu a.btn-warning {
	text-shadow: 1px 1px #777;
}

#menu>ul {
	margin-left: 9px;
	display: block;
	margin-left: 0;
}

#menu>ul>li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0;
	margin-left: -1px;
}

#menu>ul>li.first, #menu>ul>li:first-child {
	margin-left: 0;
}

#menu>ul>li>.item {
	font-size: 12px;
	font-weight: 400;
	color: #555;
	display: block;
	padding: 8px;
}

#menu .dropdown-menu {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#menu .dropdown-toggle, #menu>ul>li>.btn {
	color: #fff;
	border-radius: 0px;
	font-size: 12px;
	padding: 19px 17px 17px;
	line-height: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: none;
	border: 0px;
	box-shadow: none;
	background-color: transparent;
	text-shadow: none;
}

#menu>ul>li>.btn-group>.btn:hover, #menu>ul>li>.open>.btn, #menu>ul>li>.btn:hover
	{
	background-color: #2587e1;
	color: #fff;
}

#menu .btn .caret{
	 border-top-color: #fff;
}

#menu .btn:hover .caret, #menu>ul>li>.open>.btn .caret {
	border-top: 4px solid #fff;
}

#menu li:last .dropdown-toggle, #menu>ul>li:last>.btn {
	/* border-left: 1px;*/
	
}

#menu .dropdown-toggle i, #menu>ul>li>.btn i {
	font-size: 22px;
}

#menu .name {
	display: block;
	color: #4c4c4c;
	text-transform: uppercase;
	font-weight: bold;
}

#menu .desc {
	display: block;
	color: #808080;
}

#menu>ul .item:hover .name, #menu .current .name {
	color: #17649A !important;
}

#menu .dropdown-menu li {
	border-bottom: 1px solid #e5e5e5;
}

#menu .dropdown-menu .msg {
	padding: 3px 10px;
}

#menu .dropdown-menu .msg-title {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu .dropdown-menu .msg-desc {
	font-size: 11px;
	display: block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu .dropdown-menu .msg-last {
	text-align: center;
	padding: 5px 0;
}

#menu .dropdown-menu li {
	margin: 3px 0;
	padding: 0px 7px;
	text-align: left;
	border: 0px;
}

#menu .dropdown-menu li>a {
	padding: 3px 10px;
}

#menu .btn {
	display: inline-block;
}

#menu .count-label {
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 0px 5px;
	border: 1px solid #9f0c0c;
	background: #E95D5D;
	line-height: 17px;
	color: #fff;
	text-shadow: none;
}

#user-menu .dropdown-menu li {
	text-align: center;
}

#user-menu img {
	max-width: 40px;
}

#menu .search-li .btn {
	padding-top: 5px;
}

.search-menu {
	padding: 2px !important;
	width: 100px;
	background: url(../../img/icon-search.png) no-repeat right center;
}

.navbar .nav>li>.dropdown-menu:before {
	content: none;
}

.navbar .nav>li>.dropdown-menu:after {
	content: none;
}

.navbar .dropdown-menu {
	padding: 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.navbar .dropdown-menu li {
	border-bottom: 1px solid #e5e5e5;
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 1)), color-stop(100%, rgba(252, 252, 252, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(252, 252, 252, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#ffffff',
		endColorstr='#fcfcfc', GradientType=0); /* IE6-9 */
}

.navbar .dropdown-menu li>a {
	display: block;
	padding: 8px 18px;
}

/* Search Form */
#search {
	float: right;
	position: relative;
	margin-top: 5px;
}

#search, #search p {
	margin-bottom: 0;
}

#search input[type="text"] {
	color: #454545;
	width: 122px;
	height: 26px;
	border: 1px inset rgba(0, 0, 0, 0.1);
	padding: 4px 25px 4px 10px;
	line-height: 23px;
	background-color: #1e1e1e;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

#search input[type="text"]:focus, #search input[type="text"]:hover {
	width: 190px;
	-webkit-box-shadow: 0px 0px 3px 0px #444;
	box-shadow: 0px 0px 3px 0px #444;
}

#search .search-bt {
	right: 0;
	top: 3px;
	height: 30px;
	width: 30px;
	position: absolute;
	border: none !important;
	cursor: pointer;
	background: url(../../img/search-bt.png) no-repeat center center;
}

.navbar-form {	
	border-bottom: 1px solid #d5d5d5;
	margin: 0px;
	background: rgb(248, 248, 248);
	background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(245, 245, 245, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,
		248, 248, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
	background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(245, 245, 245, 1) 100%);
	background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(245, 245, 245, 1) 100%);
	background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%,
		rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%,
		rgba(245, 245, 245, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',
		endColorstr='#f5f5f5', GradientType=0);
}

.navbar {
	margin: 0;
}

.navbar .navbar-inner .nav>li>a.sb-toggle-left {
	padding: 6px 8px 5px;
	margin-right: 3px;
}

.navbar .navbar-inner .nav>li>a.sb-toggle-left [class^="icon-"] {
	margin-right: 0px;
}

.navbar .navbar-inner .nav>li>a.sb-toggle-left:hover {
	background: #e6e6e6;
}

.navbar-form .sb-toggle-left i {
	font-size: 18px;
}

.navbar .navbar-inner {
	min-height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	background: transparent;
	box-shadow: none;
}

.navbar .navbar-inner .nav>li>a {
	color: #333;
	text-shadow: none;
	padding: 10px 12px 10px;
}

.navbar .navbar-inner .nav li a [class^="icon-"] {
	margin-right: 2px;
}

.navbar .navbar-inner .nav>li.dropdown:hover, .navbar .navbar-inner .nav>li.dropdown:hover>a,
	.navbar .navbar-inner .nav li.dropdown.open>.dropdown-toggle, .navbar .navbar-inner .nav li.dropdown.active>.dropdown-toggle,
	.navbar .navbar-inner .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: #2587e1;
	color: #fff;
}

.navbar .navbar-inner .dropdown-menu>li>a:hover, .navbar-inverse .dropdown-menu>li>a:focus,
	.navbar-inverse .dropdown-submenu:hover>a, .navbar-inverse .dropdown-submenu:focus>a
	{
	background-color: #2587e1;
	background-image: none;
}

.navbar .navbar-inner .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

.navbar .navbar-inner .nav li.dropdown:hover>.dropdown-toggle .caret,
	.navbar .navbar-inner .nav li.dropdown.open>.dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar .navbar-inner .nav .btn-group {
	margin-right: 10px;
}

.navbar .navbar-inner .nav .btn-group>.btn+.dropdown-toggle {
	padding: 4px 8px 12px;
}

.navbar .navbar-inner .nav>li.dropdown-systems>a {
	padding: 4px 8px 4px;
}

.navbar .navbar-inner .nav>li.dropdown.dropdown-systems:hover {
	background-color: transparent;
}

.navbar .navbar-inner .nav>li.dropdown.dropdown-systems:hover>a, .navbar .navbar-inner .nav li.dropdown.dropdown-systems.open>.dropdown-toggle
	{
	background: #e6e6e6;
	color: #333;
}

.navbar .navbar-inner .nav li.dropdown.dropdown-systems:hover>.dropdown-toggle .caret,
	.navbar .navbar-inner .nav li.dropdown.dropdown-systems.open>.dropdown-toggle .caret
	{
	border-top-color: #333;
	border-bottom-color: #333;
}

/* Breadcrumbs */
.breadcrumbs {
	position: relative;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #ffffff;
}

.breadcrumbs h1 {
	font-size: 30px;
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 5px;
	text-transform: capitalize !important;
}

.breadcrumbs div {
	font-size: 10px;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #717171;
	border-bottom: solid 1px #d3d3d3;
}

.breadcrumbs a {
	color: #333333;
	display: inline-block;
}

.breadcrumbs a:hover {
	color: #111;
}

.modal {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.modal-text {
	height: 170px;
	overflow-y: auto;
	margin: -15px;
}

.modal-text-footer {
	margin: 0 -15px -10px;
	padding: 5px 15px;
	border-top: solid 1px #eee;
	font-weight: bold;
	border-top: solid 1px #eee;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.container {
	position: relative;
}

#container {
	position: relative;
	padding-bottom: 15px;
}

#container .container>.row {
	margin-bottom: 10px;
}

#container .row.last {
	margin-bottom: 30px;
}

.row.da-thumbs {
	margin-bottom: 0 !important;
}

/* Video container */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Flex Slider */
section#slider {
	margin-top: 20px;
	margin-bottom: 20px;
}

section#slider .container {
	background-color: #1b1b1b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
}

section#slider .slidertext {
	padding: 10px;
	padding-left: 0;
	margin-left: -20px;
	color: #efefef;
}

section#slider .slidertext .title {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 28px;
	color: #efefef;
}

section#slider .slidertext .text {
	margin-bottom: 15px;
}

section#slider .slidertext .btn {
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}

.flexslider {
	position: relative;
	padding: 10px;
	background-color: #1b1b1b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
}

.slides li {
	position: relative;
}

.slides h3 {
	bottom: 20px;
	left: 20px;
	margin: 0;
	position: absolute;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 18px;
	max-width: 400px;
	padding: 20px;
	background-color: rgba(27, 27, 27, 1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.slides h3 a {
	color: #787878;
	font-weight: normal;
}

.slides li a:hover {
	color: #17649A !important;
}

.slides span {
	font-size: 36px;
	line-height: 36px;
	color: #d0d0d0;
	display: block;
	margin-bottom: 15px;
}

.flex-direction-nav {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.flex-direction-nav li {
	float: left;
	margin-left: 1px;
	list-style: none;
}

.flex-direction-nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 1;
	text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
	background: url(../../img/arrow-slider-left.png) no-repeat 0 0;
}

.flex-direction-nav .flex-next {
	background: url(../../img/arrow-slider-right.png) no-repeat 0 0;
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover
	{
	background-position: 0 100%;
}

.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity =                                   30);
	cursor: default;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

.flex-control-nav, .flex-control-paging {
	position: absolute;
	bottom: 39px;
	/*right: 120px;*/
	right: 40%;
	overflow: hidden;
	list-style-type: none;
}

.flex-control-nav li, .flex-control-paging li {
	float: right;
	margin-right: 10px;
}

.flex-control-nav li a, .flex-control-paging li a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url('../../img/control-nav-paging.png')
		no-repeat 0 0;
}

.flex-control-nav li a:hover, .flex-control-paging li a:hover,
	.flex-control-nav .flex-active, .flex-control-paging .flex-active {
	background-position: 0 100%;
}

/* Tabs */
.nav-tabs {
	margin-bottom: 0;
	border-color: #dadada;
}

.nav-tabs li a {
	background-color: #f6f6f6;
	border: solid 1px #dadada;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover {
	border: solid 1px #dadada;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	background-color: #f6f6f6 !important;
	border: solid 1px #DDD;
	border-bottom: solid 1px #f6f6f6;
}

.nav-tabs>.active>a {
	color: #555;
	font-family: Tahoma, sans-serif;
	font-weight: 800;
}

.tab-content {
	padding: 10px;
	background: #f6f6f6;
	border: solid 1px #dadada;
	border-top: none;
	margin-bottom: 15px;
}

.tab-content div[class*="span"] {
	margin-left: 0px;
}

.tab-content .control-group {
	margin-right: 3px;
}

.tabs-left {
	background: #f6f6f6;
	border: solid 1px #dadada;
	border-left: 0px;
}

.tabs-left .tab-content {
	background: inherit;
	border: none;
}

.tabs-left>.nav-tabs {
	background-color: #fafafa;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: 10px;
}

.tabs-left>.nav-tabs>li>a:hover {
	border: solid 1px #dadada;
}

/* Headset */
.headset .icon {
	float: left;
	width: 60px;
	height: 50px;
	margin: 0 10px 5px 5;
}

.headset h1, .headset h2, .headset h3, .headset h4, .headset h5,
	.headset h6 {
	margin: 0 0 0 70px;
	text-shadow: 1px 1px #ffffff;
}

.headset p {
	margin: 0 0 0 70px;
	text-shadow: 1px 1px #ffffff;
}

/* Welcome Slogan */
#welcome {
	text-align: center;
	padding: 0 150px
}

#welcome h1 {
	line-height: 30px !important;
	margin-bottom: 10px !important;
	font-weight: 700;
	font-size: 22px;
	color: #17649A;
}

#welcome p {
	line-height: 22px;
	font-size: 13px;
	color: #747474;
	margin-bottom: 50px;
}

/* Divider */
.title-divider {
	margin-bottom: 30px;
	position: relative;
}

.title-divider h3 {
	margin-bottom: 0 !important;
	padding-right: 5px;
	position: relative;
	display: inline-block;
	z-index: 1000;
	font-size: 17px;
}

.divider-arrow {
	top: 7px;
	width: 100%;
	position: absolute;
}

/* Features */
.features>div {
	text-align: center;
}

.features h3 {
	margin: 15px !important;
}

/* Bootstrap Carousel */
.carousel {
	position: relative;
}

.carousel-wrapper {
	overflow: hidden;
	padding: 2px 2px 0 2px;
	margin-top: -2px;
}

.carousel-wrapper ul {
	display: none;
}

.carousel-wrapper ul li {
	height: 100%;
	float: left;
	display: block;
}

.btleft .es-nav {
	position: absolute;
	top: 10px;
	left: -63px;
}

.bttop .es-nav {
	position: absolute;
	top: -50px;
	right: 0px;
}

.es-nav span {
	float: left;
	width: 17px;
	height: 17px;
	display: block;
	top: 1px;
	right: 0;
	text-indent: -9999px;
}

.es-nav .es-nav-prev {
	right: 17px;
	background: url(../../img/arrow-left.png) no-repeat right top;
}

.es-nav .es-nav-next {
	background: url(../../img/arrow-right.png) no-repeat left top;
}

.es-nav .es-nav-next:hover {
	background-position: -17px 0px;
}

.es-nav .es-nav-prev:hover {
	background-position: 0px 0px;
}

/* Our Projects */
.our-projects article {
	margin-bottom: 30px;
}

.our-projects article img {
	display: block;
}

.our-projects article h4 {
	margin-bottom: 0;
}

.our-projects article:nth-last-child(-n+4) {
	margin-bottom: 0 !important;
}

/* Our Blog */
.our-blog article p.l-meta {
	width: 100%;
	font-size: 13px;
	color: #b6b6b6;
	padding: 5px 0;
	margin: 0;
	background-color: #1d1d1c;
	font-weight: 100;
	margin-bottom: 20px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.our-blog p {
	margin-bottom: 10px
}

.our-blog article p.l-meta span {
	display: block;
	padding: 0 10px;
}

.our-blog article p.l-meta a {
	color: #b6b6b6;
}

.our-blog article p.l-meta a:hover {
	color: #00a399;
}

.our-blog img {
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

/* Our News */
.our-news {
	position: relative;
}

.our-news p {
	margin-bottom: 10px;
}

.our-news .news-data {
	float: left;
	width: 60px;
	height: 50px;
	color: #b6b6b6;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

.our-news .news-data span {
	display: block;
	font-weight: 900;
	font-size: 42px;
	line-height: 42px;
}

.our-news .title {
	margin-bottom: 5px !important;
}

.divider-blok {
	border-bottom: 1px dashed #efefef;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

article.span3 h4 {
	margin-top: 0px;
}

/* Our Services */
.accordion-group {
	border: 0;
}

.accordion {
	margin-bottom: 0px;
}

.accordion .accordion-toggle {
	font-weight: 900;
	color: #313131;
	padding: 5px 10px;
	background-color: rgb(219, 219, 219);
	position: relative;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
}

.accordion .accordion-toggle:hover {
	background-color: #ccc;
	border-color: #999;
}

.accordion .accordion-toggle span {
	right: 10px;
	top: 5px;
	width: 16px;
	height: 16px;
	position: absolute;
}

.accordion .accordion-body {
	margin-top: -3px;
}

.accordion .accordion-inner {
	border: 1px solid #d5d5d5;
	border-top: 0px;
	padding: 10px 7px 7px;
}

.accordion .accordion-inner.no-padding {
	padding: 0px;
	border: 0px;
}

.accordion .accordion-inner table {
	margin-bottom: 5px;
}

.accordion .accordion-inner .table-bordered caption+thead tr:first-child th:first-child,
	.accordion .accordion-inner .table-bordered caption+tbody tr:first-child td:first-child,
	.accordion .accordion-inner .table-bordered colgroup+thead tr:first-child th:first-child,
	.accordion .accordion-inner .table-bordered colgroup+tbody tr:first-child td:first-child
	{
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

.accordion .accordion-inner .table-bordered caption+thead tr:first-child th:last-child,
	.accordion .accordion-inner .table-bordered caption+tbody tr:first-child td:last-child,
	.accordion .accordion-inner .table-bordered colgroup+thead tr:first-child th:last-child,
	.accordion .accordion-inner .table-bordered colgroup+tbody tr:first-child td:last-child
	{
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}

.accordion .acc-block {
	padding: 20px 10px;
}

.accordion h4 {
	color: #707070;
	text-transform: none;
}

.accordion li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.accordion i.pull-right {
	margin: 3px 0 0 0;
}

/* Twitter */
.twitter {
	margin-top: -5px;
}

.twitter  img {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.twitter span.tweet_time {
	display: block;
	padding-bottom: 5px;
}

.twitter dl {
	border-bottom: 1px dotted #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	list-style: none;
}

.twitter dl:last-child {
	border: none;
}

/* Testimonials */
.testimonials p {
	line-height: 22px;
	font-size: 12px;
	padding: 0 15px 15px 38px;
	background: transparent url('../../img/quotes.png') no-repeat top left;
	border-bottom: 1px dotted #efefef;
}

.testimonials h4 {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #00a399;
}

.testimonials img {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.testimonials small {
	display: block;
	font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
	background: none repeat scroll 0 0 #525559;
	color: #efefef;
}

#footer {
	padding-bottom: 10px;
	min-height: 30px;
}

.top-footer {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #ffffff;
}

.top-footer .aux-text {
	padding: 10px 0;
	color: #222;
	font-size: 12px;
	display: inline-block;
}

.top-footer .top-footer-menu {
	float: right;
}

.top-footer .top-footer-menu>ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-footer .top-footer-menu>ul.menu>li {
	position: relative;
	float: left;
	display: inline-block;
	border-right: 1px solid #eeeeee;
}

.top-footer .top-footer-menu>ul.menu>li:last-child {
	border: 0;
}

.top-footer .top-footer-menu>ul.menu>li>a {
	display: block;
	padding: 10px 15px;
	color: #333333;
}

.top-footer .top-footer-menu>ul.menu>li.dropdown>a:after {
	content: "\f107";
	margin-left: 6px;
	font-family: "FontAwesome";
	position: relative;
	float: right;
}

.top-footer .top-footer-menu ul.menu>li>a>i {
	margin-right: 6px;
}

.top-footer .top-footer-menu ul.menu>li ul.sub-menu {
	display: none;
	min-width: 160px;
	position: absolute;
	right: -1px;
	z-index: 1500;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #eee;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.top-footer .top-footer-menu ul.menu>li:hover ul.sub-menu {
	opacity: 1;
	display: block;
}

.top-footer .top-footer-menu ul.menu>li ul.sub-menu>li {
	border-bottom: 1px solid #eeeeee;
}

.top-footer .top-footer-menu ul.menu>li ul.sub-menu>li:last-child {
	border: 0;
}

.top-footer .top-footer-menu ul.menu>li ul.sub-menu>li>a {
	display: block;
	padding: 6px 15px;
	color: #333;
}

.top-footer .top-footer-menu ul.menu>li ul.sub-menu>li>.language-active
	{
	display: block;
	padding: 6px 15px;
	background: #f8f8f8;
	cursor: default;
}

.top-footer .top-footer-menu ul.menu>li.dropdown:hover .sub-menu {
	display: block;
}

.top-header.top-footer-dark {
	border-bottom: 1px solid #222;
	background: #020202;
}

.top-header.top-footer-dark .aux-text {
	color: #ffffff;
}

.top-header.top-footer-dark .top-footer-menu>ul.menu>li {
	border-color: #222222;
}

.top-header.top-footer-dark .top-footer-menu>ul.menu>li>a {
	color: #ffffff;
}

.top-footer .top-footer-menu .btn-group .btn {
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 20px;
	background: #fff;
	border: 0px;
	box-shadow: 0 0 0;
	padding-left: 7px;
}

.fa-facebook {
	color: #3b5998;
}

.fa-twitter {
	color: #00aced;
}

.fa-youtube {
	color: #dc2725;
}

.fa-flickr {
	color: #333333;
}

.fa-instagram {
	color: #3d6b92;
}

.bottom-footer {
	padding-top: 10px;
	background: #525559;
	color: #ffffff;
}

/* Flickr */
.flickr li {
	list-style: none;
	margin: 0 5px 30px 4px;
	float: left;
	background-color: #c4c4c4;
	line-height: 0 !important;
}

/* Contact Form */
#footer #contact {
	margin-bottom: 0;
}

#footer #contact .control-group {
	margin-bottom: 5px;
}

#footer #contact input[type="text"] {
	color: #737373;
	padding: 10px 15px;
	margin-bottom: 9px !important;
	height: 19px;
	border: solid 1px #333333;
	background-color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 338px;
}

#footer #contact span {
	color: #737373;
	font-size: 13px;
	display: inline-block;
	width: 44px;
}

#footer #contact input:focus, #footer #contact textarea:focus {
	border-color: #efefef;
	color: #efefef;
	background-color: #737373 !important;
}

#footer #contact textarea {
	color: #737373;
	padding: 10px 15px;
	height: 129px;
	overflow: auto;
	margin-bottom: 10px;
	border: solid 1px #333333;
	background-color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	width: 338px;
}

#footer #contact p {
	margin-bottom: 5px;
}

#footer #contact .btn:hover {
	border: solid 1px #efefef;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
}

#footer .form-horizontal .control-label {
	width: 25px;
}

#footer .form-horizontal .controls {
	margin-left: 0;
}

#footer .form-horizontal .controls:first-child {
	*padding-left: 45px;
}

#footer .form-horizontal .form-actions {
	padding-left: 45px;
}

#footer .ferror {
	padding-left: 15px;
	color: #17649A;
}
/* Address icons */
[class^="myicon-"], [class*=" myicon-"] {
	display: inline-block;
	width: 16px;
	height: 12px;
	*margin-right: .3em;
	line-height: 12px;
	margin-right: 8px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	margin-top: 1px;
}

.myicon-phone {
	background-image: url("../../img/phone.png");
}

.myicon-mail {
	background-image: url("../../img/mail.png");
}

#footer .bottom-social {
	margin-bottom: 15px;
}

#footer .bottom-social li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

#footer .bottom-social a {
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	opacity: .5;
}

#footer .bottom-social a:hover {
	opacity: 1;
}

#footer .twitter2 {
	background: url('../../img/icon-f-twitter.png') no-repeat center left;
}

#footer .twitter3 {
	background: url('../../img/icon-f-twitter2.png') no-repeat center left;
}

#footer .rss {
	background: url('../../img/icon-f-rss.png') no-repeat center left;
}

#footer .facebook {
	background: url('../../img/icon-f-facebook.png') no-repeat center left;
}

#loadingModal {
	width: 180px;
	margin: 50px 0 0 -80px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/
/* Categories */
#filtrable {
	margin-bottom: 30px;
	float: right;
}

#filtrable li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

#filtrable a {
	padding: 4px 10px;
	background-color: transparent;
	border: 1px solid #ececec;
	font-size: 0.9em;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#filtrable a:hover, #filtrable .current a {
	border-color: #ddd;
	background-color: #f5f5f5;
	color: #787878;
}

.p-view, .p-link {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s linear;
	-moz-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
}

.p-view:hover, .p-link:hover {
	opacity: 1;
}

.p-view {
	left: 50%;
	margin-left: -39px;
	background: url(../../img/view.png);
}

.p-link {
	right: 50%;
	margin-right: -39px;
	background: url(../../img/link.png);
}

.portfolio h4:last-child {
	margin-bottom: 0 !important;
}

.portfolio article {
	margin-bottom: 30px;
}

.portfolio img {
	display: block;
}

.portfolio h4 a {
	color: #444;
	text-align: center;
	padding: 7px 10px;
	display: block;
	text-transform: none;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eeeeee;
}

.portfolio h3 {
	margin-top: 20px;
	border-bottom: 1px dashed #efefef;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 16px;
}

.portfolio .read-more {
	margin-bottom: 30px;
	color: #ffffff !important;
	display: inline-block !important;
}

/* Pagination */
.pagination li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.pagination a {
	background-color: transparent;
	font-size: 0.9em;
	display: inline-block;
	border-left-width: 1px;
}

/* Dark section */
.dark-section {
	background: #1b1b1b;
	color: #efefef;
	margin-top: 5px;
	margin-bottom: 25px;
}

.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4,
	.dark-section h5, .dark-section h6 {
	color: #efefef;
	text-shadow: 1px 1px #424242;
}

.dark-section .headset {
	margin-bottom: 20px !important;
}

.dark-section .headset h4 {
	margin-bottom: 15px;
	font-size: 24px;
}

.dark-section .headset p {
	text-shadow: none;
	font-size: 13px;
}

.dark-section .topbtitle {
	margin-bottom: 30px !important;
}

.dark-section .topbtitle .title {
	margin-bottom: 5px;
	font-size: 32px;
}

.dark-section .container { /*padding: 45px 0 45px 0;*/
	padding-top: 25px;
	padding-bottom: 0px;
}

/* Price Section */
.price-section {
	padding-bottom: 0px;
}

.price-section .price-block {
	padding: 20px 20px 30px 20px;
}

.price-section .backlit {
	background: #f6f6f6;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
}

.price-section .price-head {
	margin-bottom: 0px;
}

.price-section .price-icon {
	float: left;
	margin: 0 10px 0 5px;
}

.price-section .price-name {
	font-size: 18px;
	font-weight: 600;
	float: left;
	margin-top: 12px;
}

.price-section .price-value {
	margin-top: 10px;
	font-size: 30px;
	float: right;
}

.price-section .price-value sup {
	font-size: 18px;
}

.price-section .price-value sub {
	font-size: 18px;
	top: -1px;
}

.price-section .topbtitle {
	margin-bottom: 0px !important;
}

.price-section .topbtitle .title {
	margin-bottom: 5px;
	font-size: 32px;
}

.price-section .price-block ul {
	margin-bottom: 15px;
	list-style-type: none;
}

.price-section .price-block ul li {
	background: url('../../img/price-li.png') no-repeat 0 8px;
	padding-left: 25px;
}

.price-section .price-block .btn {
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}

.price-section hr {
	margin-bottom: 15px;
}

/* Sidebar */
#sidebar {
	
}

#sidebar h4 {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

#sidebar .title-divider {
	margin-bottom: 10px !important;
}

#sidebar .divider-arrow {
	top: 10px !important;
}

#sidebar li {
	list-style: none;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px dotted #f2f2f2;
}

#sidebar section {
	margin-bottom: 25px;
}

#sidebar section:last-child {
	margin-bottom: 0;
}

#sidebar .ul-col2 {
	width: 110.9489051094891%;
}

#sidebar .ul-col2 li {
	float: left;
	width: 40.13157894736842%;
	margin-right: 09.86842105263158%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #1b1b1b;
}

#sidebar .ul-col2 li:nth-child(odd) {
	
}

#sidebar .ul-col2 li:nth-child(even) {
	margin-right: 0;
}

#sidebar .ul-col2 a {
	color: #888;
}

#sidebar .ul-col2 a:hover {
	color: #222;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/
/* Popular Posts Widget */
.post-widget img {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.post-widget .img {
	display: block;
	margin-bottom: 0;
	line-height: normal;
}

.post-widget a {
	font-size: 1em;
	line-height: 18px;
	margin-bottom: 7px;
}

.post-widget p {
	margin-bottom: 0;
	font-size: 12px;
}

.post-widget li:last-child {
	margin-bottom: 0 !important;
}

/* Tags Widget */
#tags a {
	color: #888;
	font-size: 13px;
	padding: 2px 5px;
	margin: 0 5px 5px 0;
	display: inline-block;
	border: 1px solid #e8e8e8;
}

#tags a:hover {
	color: #fff;
	border-color: #ffa071;
	background-color: #ffaf88;
}

/* Flickr Widget */
.sidebar-flickr ul {
	width: 110.9489051094891%;
}

.sidebar-flickr li {
	border: 0;
	float: left;
	padding: 0 !important;
	border-bottom: none !important;
	margin-bottom: 03.28947368421053% !important;
	margin-right: 03.28947368421053% !important;
	height: 20.06578947368421%;
	width: 20.06578947368421%;
}

/* Latest Projects Widget */
.carousel {
	margin-bottom: 0;
}

.carousel-control {
	border: none;
	position: absolute;
	top: inherit;
	left: inherit;
	bottom: 0;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.carousel-control.post {
	top: 50%;
}

.carousel-control.left.post {
	left: 0;
}

.carousel-control.left {
	right: 17px;
	background: url(../../img/arrow-blog-left.png) no-repeat center center;
}

.carousel-control.right {
	right: 0;
	background: url(../../img/arrow-blog-right.png) no-repeat center center;
}

/* Comments Widget */
.comment-sidebar li:last-child {
	margin-bottom: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/
.blog-post h2.post-title {
	margin-bottom: 10px;
}

.blog-post h2.post-title a {
	line-height: 25px
}

.blog-post img {
	margin-bottom: 30px;
	display: block;
}

.blog-post .meta {
	padding-bottom: 5px;
	border-bottom: 1px dotted #f2f2f2;
	margin-bottom: 15px;
}

.blog-post .meta li {
	list-style: none;
	font-size: 0.9em;
	margin-right: 10px;
	float: left;
}

.blog-post .meta a {
	color: #17649A;
}

.blog-post .meta a:hover {
	color: #777;
}

.blog-post .meta .label {
	color: #ffffff !important;
}

.blog-post .meta .label:hover {
	background-color: #17649A !important;
}

.blog-post.style2 img {
	width: 50%;
	float: left;
	margin-right: 25px;
}

.blog-post.style2 .carousel, .blog-post.style2 .video {
	width: 50%;
	float: left;
	margin-right: 25px;
}

.blog-post.style2 .carousel img {
	width: 100%;
}

.blog-post.style2 p {
	padding-top: 30px;
}

.blog-post.style2 .meta {
	border: none;
}

/* About Us Block */
.aboutus {
	
}

.aboutus h3 {
	margin-bottom: 0;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
}

.aboutus .color2 {
	font-weight: 400;
}

/* Services Block */
.ident-bot-2 {
	margin-bottom: 17px;
}

.figure-1 a.left-image {
	margin-right: 17px;
}

.lightbox-image {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.lightbox-image img {
	position: relative;
	z-index: 2;
}

.img-border-bg {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 0 1px #E7E7E7 inset;
	display: inline-block;
	padding: 5px;
}

.img-border {
	border-radius: 3px 3px 3px 3px;
	width: 100%;
}

.lightbox-image span {
	background: url("../../img/magnify.png") no-repeat scroll 50% 50%
		transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.service {
	margin: 0 5px 10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"] {
	color: #777;
	font-size: 12px !important;
	padding: 5px;
	height: 24px;
	box-shadow: none;
	margin-top: 0;
	height: 35px !important;
	margin-bottom: 0;
	border: 1px solid #ececec;
}

#af-form input[type="text"], #af-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f9f9;
}

#af-form input[type="text"]:focus, #af-form textarea:focus {
	-webkit-box-shadow: 0px 0px 3px 0px #f0f0f0;
	box-shadow: 0px 0px 3px 0px #f0f0f0;
	background-color: #fcfcfc;
}

#af-form textarea {
	color: #777;
	font-size: 12px !important;
	padding: 5px;
	height: 160px !important;
	overflow: auto;
	border: 1px solid #ececec;
	width: 100%;
}

.af-outer {
	margin-bottom: 15px;
}

label {
	font-size: 13px;
}

label.error, label.ferror {
	color: #dc3f35;
	font-size: 13px;
}

#af-form input.error, textarea.error {
	border: 1px solid #ff3f3f;
}

#progress {
	margin-top: 15px;
}

.controls td input[type='checkbox'], .controls td input[type='radio'] {
	margin-top: 5px;
	vertical-align: top;
}

.controls td label {
	vertical-align: bottom;
	margin: 0px 10px 0px 3px;
	display: inline-block;
}

input[type='checkbox'] {
	margin-bottom: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
	border: 1px solid #EDEDED;
	margin-bottom: 40px;
	margin-left: 94px;
	padding: 10px 20px;
	position: relative;
}

.comments .avatar {
	position: relative;
	float: left;
	margin-right: -5px;
}

.comments .comments-list {
	list-style: none !important;
}

.comments .comments-list ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

.comments .meta {
	font: 12px Tahoma, serif;
	color: #666666;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #e2e2e2;
}

.comments ul ul .textarea {
	margin-top: -20px;
}

/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/
.da-thumbs li, .da-thumbs article, .da-thumbs.portfolio span {
	overflow: hidden;
	position: relative;
}

.da-thumbs li img, .da-thumbs.portfolio span {
	display: block;
	position: relative;
}

.da-thumbs li div, .da-thumbs article div {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.da-thumbs li div.da-animate, .da-thumbs article div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.da-slideFromTop {
	left: 0;
	top: -100%;
}

.da-slideFromBottom {
	left: 0;
	top: 100%;
}

.da-slideFromLeft {
	top: 0;
	left: -100%;
}

.da-slideFromRight {
	top: 0;
	left: 100%;
}

.da-slideTop {
	top: 0;
}

.da-slideLeft {
	left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/
.span9, .span6 {
	position: relative;
}

/* Divider */
.divider-arrow, hr, .divider {
	height: 1px;
	clear: both;
}

#container hr {
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: solid 1px #E9E9E9;
	border-bottom: solid 1px #ffffff;
}

#container hr.soft {
	margin: 10px 0;
}

#container .portfolio-single hr, #container .blog-single hr {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Read More */
.read-more {
	display: inline-block;
	color: #17649A;
}

.read-more:hover {
	color: #1d1d1c;
}

/* Portfolio */
.portfolio h4 a {
	color: #444;
	text-align: center;
	padding: 7px 10px;
	display: block;
	text-transform: none;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eeeeee;
}

.portfolio h4 a:hover {
	color: #fff;
	background-color: #ffaf88;
	border-bottom: 1px solid #f79f73;
}

/* Back to Top */
#toTop {
	background: url("../img/ui.totop.png") no-repeat scroll left top
		transparent;
	border: medium none;
	bottom: 6px;
	display: none;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	text-indent: -999px;
	width: 40px;
}

#toTopHover {
	background: url("../img/ui.totop.png") no-repeat scroll left -40px
		transparent;
	display: block;
	float: left;
	height: 40px;
	opacity: 0;
	overflow: hidden;
	width: 40px;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

/* Others */
.dropcap {
	width: 38px;
	height: 38px;
	line-height: 38px;
	float: left;
	margin-right: 15px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	background-color: #FB8B54;
}

blockquote {
	margin: 20px 0;
	padding: 10px 10px 10px 30px;
	border-left: 3px solid #17649A;
}

blockquote p {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Georgia', serif;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.file-title {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
	background-color: #ddd;
	border-radius: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #005580;
}

.file-name {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: -3px;
	padding: 5px 10px;
	background-color: #ccc;
	font-size: 14px;
	border-radius: 2px;
}

.file-view .file-content {
	padding: 20px 10px;
	background-color: #ccc;
	border-radius: 2px;
	margin-bottom: 10px;
}

.file-view .file-menu {
	height: 440px;
	background-color: #ddd;
	border-radius: 2px;
	margin-left: -30px;
	padding: 10px 10px 10px 0px;
}

.file-view .file-menu .file-navigation {
	margin: 3px 0 10px;
	text-align: center;
}

.file-view .file-menu .nav-list>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #ccc;
	font-size: 13px;
}

.file-view .nav-header {
	padding: 0px 15px;
}

.file-view .file-menu .nav li+.nav-header {
	margin-top: 0px;
	padding: 0px 15px;
}

.file-view .file-menu .nav-list>.active>a, .file-view .file-menu .nav-list>.file-view .file-menu .active>a:hover
	{
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(243, 243, 243, 0.6);
	outline: none;
}

#footer .video {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.btleft .es-nav {
		left: -53px;
	}
	#latest-work .carousel-wrapper li {
		width: 340px !important;
	}
	.figure-1 a.left-image {
		margin-right: 5px;
	}
	.service.img-border-bg {
		margin-top: 50px;
	}
	#footer #contact textarea, #footer #contact input[type="text"] {
		width: 268px;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
	#menu>ul>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#menu>ul>li>a, #menu>ul>li>a:hover, #menu>ul>li>.current {
		border-top: none;
	}
	#welcome {
		padding: 0;
	}
	.btleft .es-nav {
		left: -43px;
	}
	#latest-work .carousel-wrapper li {
		width: 252px !important;
	}
	.flickr li {
		width: 68px
	}
	#sidebar .ul-col2 li {
		float: none;
		margin-right: 0;
		width: 90%;
	}
	#footer #contact input[type="text"], #footer #contact textarea {
		width: 196px;
	}
	#footer [class^="icon-"] {
		display: none;
	}
	.service.img-border-bg {
		margin-top: 50px;
	}
	.ident-bot-2 {
		margin-bottom: 0;
	}
	.figure-3 {
		display: none;
	}
}

@media ( max-width : 767px) {
	body {
		padding: 0
	}
	.container {
		padding: 0 20px;
	}
	section#slider .container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	section#slider .slidertext {
		margin-left: 0;
	}
	nav#menu select {
		margin-bottom: 10px;
	}
	#menu>ul>li>.item, #menu>ul>li>.item:hover, #menu>ul>li>.current {
		border-top: none;
	}
	.logo {
		text-align: center;
	}
	.container>.row [class*="span"] {
		margin-bottom: 15px;
	}
	.container>.row>[class*="span"]:last-child {
		margin-bottom: 0 !important;
	}
	#welcome {
		padding: 0;
	}
	.btleft .es-nav {
		bottom: inherit;
		right: 0;
		left: inherit;
		top: -38px;
	}
	#latest-work .carousel-wrapper li {
		max-width: 15em !important;
	}
	.our-projects article:nth-last-child(-n+4) {
		margin-bottom: 30px !important;
	}
	#footer-menu .span4 {
		margin-bottom: 15px;
		text-align: center;
	}
	.breadcrumbs {
		padding: 40px 20px;
		position: relative;
	}
	#sidebar section:last-child {
		margin-bottom: 0;
	}
	#sidebar .ul-col2 {
		width: 100%
	}
	#sidebar .ul-col2 li {
		margin-right: 0;
		width: 50%;
	}
	.alignleft, .alignright {
		float: none !important;
	}
	.file-view .file-menu {
		margin-left: 0px;
	}
	#footer #contact input[type="text"], #footer #contact textarea {
		width: 80%;
	}
	#footer .submit-div {
		float: left;
	}
	figure {
		display: inline-block;
		margin-right: 15px;
	}
}

@media ( max-width : 480px) {
	#footer .form-horizontal .control-group>label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	#footer .form-horizontal .controls {
		margin-left: 0;
		margin-bottom: 10px;
	}
	#footer .form-horizontal .control-list {
		padding-top: 0;
	}
	#footer .form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .submit-div {
		float: left;
	}
}