@import "http://fonts.googleapis.com/css?family=Handlee|Open+Sans:300,400,600,700,800";

@import "../js/google-code-prettify/prettify.css";

@import "font-awesome.css";

@import "overwrite.css";

@import "animate.css";

@import "shortcodes.css";

/* ==== Google font ==== */
/* === prettify === */
/* === fontawesome === */
/* ==== overwrite bootstrap standard ==== */
/* Table of content */
/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon 
20. Spacer, margin
21. Media queries 
==================================== */
/* ===================================
1. General
==================================== */
body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	background:#f0f4f7;
	-webkit-font-smoothing: antialiased!important
}

a {
	color:#4b5056
}

a:active,
a:hover {
	outline:0;
	text-decoration:none!important;
}

.clear {
	clear:both
}

h2.heading {
	font-size:32px;
	color:#0e161d;
	letter-spacing:-2px
}

h2.errortitle {
	font-size:64px;
	color:#0e161d;
	letter-spacing:-2px
}

.bold {
	font-weight:900
}

.et-wrapper {
	width:200px;
	height:200px
}

.et-page:nth-child(1) {
	background:red
}

.et-page:nth-child(2) {
	background:blue
}

.et-page:nth-child(3) {
	background:purple
}

h4.title {
	letter-spacing:-1.5px
}

table {
	text-align:left
}

tr {
	border:1px solid #ddd
}

th {
	padding:10px 15px;
	border-right:1px solid #ddd
}

td {
	padding:10px;
	border-right:1px solid #ddd
}

.full-width {
	width:100%!important
}

a.blue-gradient {
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003668),color-stop(1,#0D1C57));
	background:-o-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-moz-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-webkit-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-ms-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:linear-gradient(to bottom,#003668 0%,#0D1C57 100%);
	color:#fff;
	padding:10px 15px;
	float:left;
	display:block
}

a.blue-gradient:hover {
	color:#fff;
	text-decoration:none;
	background:#085683
}

.blue-gradient {
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003668),color-stop(1,#0D1C57));
	background:-o-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-moz-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-webkit-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-ms-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:linear-gradient(to bottom,#003668 0%,#0D1C57 100%);
	color:#fff;
	padding:10px 15px
}

.upper-bold {
	font-weight:800
}

/* ===================================
2. layout
==================================== */
.container {
	padding:0 20px;
	position:relative;
	clear:both
}

#wrapper {
	width:100%;
	margin:0;
	padding:0
}

#wrapper.boxed {
	width:1230px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:#fff
}

.row {
}

.row .row {
	margin-bottom:30px
}

.row.nomargin {
	margin-bottom:0
}

/* ===================================
3. Responsive media
==================================== */
.video-container,.map-container,.embed-container {
	position:relative;
	margin:0 0 15px;
	padding-bottom:51%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:none
}

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

iframe {
	border:none
}

img.img-polaroid {
	margin:0 0 20px
}

.img-box {
	max-width:100%
}

.first {
	margin-left:0!important
}

/* ===================================
4. Header
==================================== */
/* --- header -- */
header {
	margin:0;
	position:relative;
	padding:20px 0 0;
	z-index:2000;
	height: 130px;
	background:#0f5b98 url('../img/header-bg.jpg') no-repeat;
	background-size: cover;
}

header .container .row {
	padding-top: 0;
	overflow: hidden;
	height: 130px;
}

header .top {
	padding:11px 0;
	margin:0 0 10px;
	background:#a92612;
	border-bottom:1px solid #721001
}

header .top .span6 {
	width:740px;
	margin-left:300px
}

header .top .span6 p {
	text-align:right;
	color:#fff;
	font-weight:700;
	margin:0;
	font-size:16px
}

header .top p.topcontact {
	color:#ddd;
	font-size:12px
}

header .top p.topcontact i {
	color:#ddd
}

header .logo {
	float:left;
	width: 100%
}

header .logo img {
	max-width: 100%;
}

header .logo a {
	color:#fff;
	font-size:20px;
	line-height:32px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:8px
}

header .logo a strong {
	font-size:32px;
	display:block;
	clear:both;
	font-weight:400
}

header .logo a:hover {
	text-decoration:none
}

img.animated.fadeIn.header-featured-image {
  margin-left: 30px;
}

header .span4 {
	float:left
}

header .span4.right-header {
	float:right;
	text-align:right;
	color:#fff;
	margin-left:6px!important;
	margin-right:0;
}

header .span4.right-header p.call-to-action {
	color:#fff;
	letter-spacing:.5px;
	float:right;
	clear:both;
	text-transform:uppercase
}

header .span4.right-header p.phone img {
	margin-right:4px;
	margin-top:-3px
}

header .span4.right-header p.phone a {
	color:#fff
}

header .span4.right-header p.phone.local {
	color:#3e8bc7;
	font-size:18px;
	font-weight:700;
	text-align:left;
	float:left;
	width: 180px;
	margin-left: 5px;
	clear:none;
	letter-spacing:1px
}

header .span4.right-header p.phone.local a,header .span4.right-header p.phone.local a:hover {
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 2px #333;
}

header .span4.right-header p.phone.local strong {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #9dc1de;
    letter-spacing: initial;
}

header .span4.right-header p.phone.toll-free {
	font-size:26px
}

header .span4.right-header p.alt-text {
	margin-top:-55px;
	margin-left:40px;
	float:left;
	width:150px;
	text-align:center;
	display:block
}

header .span4.right-header p.alt-text span {
	display:block;
	font-style:italic;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
	font-size:18px
}

header .span4.right-header p.alt-text span.bottom-text {
	text-align:center;
	border-bottom:0;
	padding-bottom:0;
	font-style:normal
}

header .span4.right-header p.alt-text hr {
	width:150px;
	margin:35px 35px 0
}

/* --- top area --- */
header .top .row {
	margin-bottom:0
}

header .slogan {
	font-weight:400!important;
	font-size:16px!important;
	float:left;
	padding-left:53px
}

ul.topmenu {
	list-style:none;
	margin:0
}

ul.topmenu li {
	display:inline
}

ul.topmenu li a {
	font-size:12px;
	color:#ddd;
	font-weight:600
}

ul.topmenu li a:hover {
	text-decoration:none
}

ul.social-network {
	float:right;
	list-style:none;
	margin:0
}

ul.social-network li {
	display:inline;
	margin:0 5px
}

ul.social-network li a:hover {
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out
}

/* --- menu --- */
header .navigation {
	width: 1000px;
	margin: 0 auto;
}

header .navbar {
	margin-top: 0;
	float: left;
	clear: none;
	width: 100%;
	display: block;
	background: #247abf;
	height: 55px;
}

header ul.nav li {
	border:none;
	margin:0;
	position:relative;
	padding:16px 0;
}

.navbar .nav > li.last a {
	border:0
}

header ul.nav li a {
	text-transform:uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	line-height: 23px;
    border-right: 1px solid #348cd3;
}

header ul.social-links {
	float: right;
	margin-right: 25px;
}

header ul.social-links li {
	float: left;
	list-style: none;
	display: inline-block;
	margin: 10px 5px;
	width: 36px;
	height: 36px;
}

/*
.navbar .nav > li > a {
	font-size: 16px;
	color: #fff;
	text-shadow: none;
}
*/
header ul.nav li a i {
	color:#656565
}

header ul.nav li a:hover i {
	color:#fff
}

header ul.nav li.active a i {
	color:#fff
}

header ul.nav li ul.dropdown-menu li a i {
	color:#fff
}

.navbar .nav a:hover {
	background:none
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	font-weight:600
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:600
}

.navbar .nav li .dropdown-menu {
	z-index:1000
}

.navbar .nav li:hover .dropdown-menu {
	display:block;
	left:0;
	top:50px;
	background:#243444;
	text-align:left
}

header ul.nav li ul li {
	padding-top: 0;
	padding-bottom:0
}

header ul.nav li ul li a {
	font-weight:400;
	font-size:13px;
	color:#fff;
	text-transform:none;
	border:0;
	line-height:26px
}

header ul.nav li ul li a:hover {
	background:none
}

.navbar .nav li.dropdown:hover .dropdown-menu .dropdown-menu {
}

.navbar .nav li .dropdown-menu .dropdown-menu {
	display:none;
	position:absolute;
	left:150px;
	top:0
}

.navbar .nav li .dropdown-menu li:hover .dropdown-menu {
	display:block!important
}

header ul.nav li ul {
	margin-top:-3px;
	display:none
/* margin-left: 10px; */
}

header ul.nav li ul li ul {
	margin:1px 0 0 1px
}

.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px
}

.navbar .nav > li > .dropdown-menu:before {
	display:inline-block;
	border-right:none;
	border-bottom:none;
	border-left:none;
	border-bottom-color:none;
	content:none
}

.navbar .nav > li > .dropdown-menu:after {
	display:inline-block;
	border-right:none;
	border-bottom:none;
	border-left:none;
	content:''
}

ul.nav li.dropdown a {
	z-index:1000;
	display:block
}

ul.nav ul li.dropdown ul li.dropdown ul.dropdown-menu {
	display:none
}

ul.nav ul li.dropdown ul li.dropdown:hover ul.dropdown-menu {
	display:block
}

ul.nav li.dropdown ul li ul.dropdown-menu {
	margin-left:0
}

ul.nav li.dropdown ul li i {
	margin-right:20px
}

select.selectmenu {
	display:none
}

/* ===================================
5. Section: Featured
==================================== */
#featured {
	position:relative;
	height:400px;
	padding:0;
	background:url(../img/featured-bg.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	clear: both;
}

#featured div.span12 {
	float:none;
	margin:0 auto;
	width: 100%;
}

#featured div.span12 p {
	font-size:42px;
	color:#fff;
	line-height:46px;
	padding:0;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.bxslider li {
	height: 400px;
}

.slider-caption {
  margin: 150px auto;
  width: 980px;
}

.slider-caption * {
	position: relative;
	z-index: 2;
}

.slider-image {
	width: 100%;
	position: absolute;
}

.bx-controls * {
	z-index: 100;
}

.bx-wrapper img {
    height: 100%;
}

#featured div.span12 .actions {
	text-align: center;
	margin: 30px auto;
	width: 320px;
	display: block;
}

#featured div.span12 a.featured-contact {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background: #1c6daf;
	padding: 15px 25px;
	border-radius: 40px;
	margin-right: 20px;
	text-decoration: none;
	float: left;
}

#featured div.span12 a.featured-contact:hover {
	text-decoration: none;
}

#featured div.span12 a.html5lightbox {
  float: right;
  width: 145px;
  line-height: 46px;
}

#featured div.span12 a.html5lightbox img {
	float: left;
}

#featured div.span12 img {
	margin-right: 10px;
}

#featured div.span12 a {
	color: #fff;
	text-decoration: underline;
}

#featured div.span12 p .blue {
	color:#3e8bc7
}

#featured div.span12 p span {
}

#featured div.span12 div.span5 {
	margin:35px 0 0;
	width:570px
}

#featured div.span12 p span.sub-text {
	font-size:28px;
	clear:both;
	text-transform:none;
	margin-top:10px;
	display: block;
}

#featured div.span12 p span.sub-text img {
	margin-right:15px;
	float:left
}

#featured div.span12 p span.sub-text em {
	font-style:normal!important;
	float:left;
	line-height:1.5;
	vertical-align:middle;
	display:block;
	margin-top:27px
}

#featured div.span12 p span.sub-text .blue {
	font-weight:700;
	color:#237fc1
}

#featured div.span12 p a {
	color:#fff;
	font-size:12px;
	font-weight:700;
	padding:5px 40px;
	border-radius:40px;
	margin-top:30px;
	display:block;
	float:left;
	text-shadow:1px 1px 3px #555;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#268CC7),color-stop(1,#2073BB));
	background-image:-o-linear-gradient(bottom,#268CC7 0%,#2073BB 100%);
	background-image:-moz-linear-gradient(bottom,#268CC7 0%,#2073BB 100%);
	background-image:-webkit-linear-gradient(bottom,#268CC7 0%,#2073BB 100%);
	background-image:-ms-linear-gradient(bottom,#268CC7 0%,#2073BB 100%);
	background-image:linear-gradient(to bottom,#268CC7 0%,#2073BB 100%)
}

#featured div.span12 p a:hover {
	text-decoration:none
}

#featured .row {
	margin-bottom:0
}

#featured div.span12 div.span4 img {
	position:absolute;
	bottom:0
}

#featured div.span4 {
	float:right
}

#featured div.span4 a {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	line-height:50px;
	font-size:14px;
	display:block;
	width:290px;
	height:50px;
	margin-top:-35px;
	margin-bottom:20px;
	text-decoration:none
}

#featured div.span4 a:hover {
	text-decoration:none
}

#featured div.span4 a em {
	font-size:25px;
	font-style:normal;
	color:#3E8BC7;
	margin-left:13px;
	position:absolute;
	margin-top:-3px
}

#featured div.span4 a:hover span.bg {
	background:#035390
}

#featured div.span4 a span.bg {
	position:absolute;
	background:#0b60a2;
	display:block;
	width:290px;
	height:50px;
	-webkit-transform:skew(-20deg);
	-moz-transform:skew(-20deg);
	-o-transform:skew(-20deg);
	left:0;
	top:0;
	z-index:0
}

a.call-to-action {
	background: #0b60a2;
	display: block;
	padding: 15px 25px;
	position: relative;
	z-index: 1;
	color: #fff!important;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	width: 270px;
	margin: 60px 0;
}

a.call-to-action:hover {
	text-decoration:none
}

a.call-to-action em {
	font-size:25px;
	font-style:normal;
	color:#3E8BC7;
	margin-left:13px;
	position:absolute;
	margin-top:-3px
}

#featured div.span4 a span.text {
	position:relative;
	z-index:1;
	-webkit-transform:skew(0deg)!important;
	-moz-transform:skew(0deg)!important;
	-o-transform:skew(0deg)!important
}

#featured.featured-inner {
	height:0!important;
	background-position: center -125px;
}

#featured.featured-inner img {
	width:135px!important;
	margin:0 auto 0 80px;
	display:block
}

#featured.featured-inner div.span12 div.span5 {
	margin:45px 0 0
}

#featured.featured-inner div.span12 div.span5 h1 {
	color:#fff
}

.blog-posts h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #0F5790;
}

/* Shore more styles */
.showmore {  height: auto!important; }
.showmore_content		{ 
	position:relative; 
	height: auto;
	overflow:hidden; 
	display: block;
}

.showmore_content.no-gradient:after {
	display: none;	
}

.showmore_trigger 		{ width:100%; height:30px; line-height:30px; cursor:pointer; }
.showmore_trigger span	{   
  background: #0b60a2;
  display: block;
  padding: 0px 11px;
  position: relative;
  z-index: 1;
  color: #fff!important;
  font-size: 13px;
  font-weight: 700;
  width: auto;
  margin: 7px auto;
  float: left; }

video#video {
  margin-bottom: 30px;
}

.no-bottom-margin {
	margin-bottom: 5px!important;
}

#Filters {
	margin-bottom: 50px;
}

#Filters a{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  cursor: pointer;
  line-height: 19px;
  padding: 7px 0;
  margin-right: 15px;
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  font-size: 13.5px!important;
  color: #247abf!important;
  width: 100%;
  background: none;
  text-align: left;
}

#Filters a:before {
  content: "";
  display: block;
  background: url('../img/list-image.jpg');
  width: 10px;
  height: 3px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}

#Filters a#Reset:before {
	display: none;	
}

#Filters a#Reset {
	margin-top: 20px;
	border: 0;
}

#Filters a.active, #Filters a:hover {
  color: #333!important;
  font-weight: bold;
  text-decoration: none;
}

#Filters a:focus{
  outline: 0 none;
}

#Filters a:first-of-type{
  margin-left: 0;
}

#Filters a:last-of-type{
  margin-right: 0;
}
 
#Filters a:focus{
  outline: 0 none;
}
 
#Filters .controls{
}
 
#Filters fieldset{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.mix, .gap{
  display: inline-block;
}

.mix{
  display: none;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #81B4DC;
}

.mix:last-child {
	border-bottom: 0;
}

/* Landing page */
.landing {
	padding:50px 0
}

.parent-item {
	font-weight: bold;
}

.indent-item {
	margin-left: 15px!important;
	width: 93%!important;
}

/* ===================================
6. Sliders
==================================== */
/* camera slider */
#slideshow-wrapper {
	width:100%;
	background:#fcfcfc;
	float:left
}

#camera-slide {
	height:425px!important
}

.camera_wrap .slide-content {
/*
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 2px #888;
	text-align: right;
	*/
	position:relative
}

.camera_wrap h2 {
	color:#306AFF;
	font-size:21px;
	font-weight:700;
	margin-bottom:15px
}

.camera_caption p {
/* 
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
	*/
}

.camera_prev {
	left:0;
	top:50%
}

.camera_next {
	right:0;
	top:50%
}

.camera_prev > span:before {
	content:"\f104";
	font-family:'FontAwesome';
	color:#fff;
	padding:20px 20px 20px 10px;
	font-size:32px;
	display:block
}

.camera_next > span:before {
	content:"\f105";
	font-family:'FontAwesome';
	color:#fff;
	padding:20px;
	font-size:32px;
	display:block
}

.camera_wrap .span6 {
	float:right;
/* color: #fff; */
	width:100%;
	display:none;
	position:relative
}

.camera_wrap .span6 p {
	padding-bottom:0;
	margin-bottom:0
}

/* --- layerslider --- */
#layerslider-container {
	width:100%;
	min-width:300px;
	max-width:1170px;
	margin:0 auto
}

#layerslider-container-fw {
	width:100%;
	margin:50px auto
}

.ls-highlighted-h.color {
	padding:4px 8px;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}

/* --- flexslider --- */
#main-slider.flexslider {
	margin-bottom:40px;
	background:#fff;
	border:none;
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	zoom:1
}

.flexslider {
	background:#fff;
	border:none;
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	zoom:1
}

/* ===================================
7. Section: Content
==================================== */
div.core-services {
	background:#003992;
	width:auto;
	border-top:1px solid #2E2E2E;
	box-shadow:2px 2px 4px #777;
	margin-bottom:20px
}

div.core-services .row {
	width:1000px;
	margin:0 auto
}

div.core-services .row ul {
	width:1170px;
	margin:0 auto
}

div.core-services .row ul li {
	list-style:none
}

div.core-services .row ul li a {
	display:block;
	width:22%;
	float:left;
	color:#fff;
	padding:20px 30px;
	border-right:1px solid #0E468D;
	text-align:center;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003668),color-stop(1,#0D1C57));
	background:-o-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-moz-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-webkit-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-ms-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:linear-gradient(to bottom,#003668 0%,#0D1C57 100%);
	font-weight:400;
	font-size:20px;
	border-top:2px solid #222;
	text-transform:uppercase
}

div.core-services .row ul li a:hover {
	text-decoration:none;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#003668),color-stop(1,#0D1C57));
	background:-o-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-moz-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-webkit-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:-ms-linear-gradient(bottom,#003668 0%,#0D1C57 100%);
	background:linear-gradient(to bottom,#003668 0%,#0D1C57 100%);
	border-top:2px solid #000
}

div.home-3-step-process {
	width:580px!important;
	cursor:pointer;
	margin-left:-30px!important
}

div.home-3-step-process .row {
	margin-bottom:0
}

div.home-3-step-process .span4 {
	width:200px;
	margin-left:0
}

div.home-3-step-process .span4 .text {
	width:100%
}

div.home-3-step-process .span4 .box .icon {
	margin:0 auto;
	margin-left:72px;
	margin-bottom:10px
}

#content {
	position:relative;
	padding:25px 0 0
}

.inner-content {
}

#content ul {
	padding-left:0;
	margin-bottom:15px
}

#content .home-list li {
	padding: 15px 0;
}

#content article li {
	line-height: 19px;
	padding: 7px 0;
	margin-right: 15px;
	margin-left: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#content .numbered {
	padding: 0 0 0 15px;
	margin-left: 15px;
}

#content .numbered li {
	list-style: decimal;
	list-style-type: decimal;
	line-height: 1.6;
}

#content article ul li:before {
	content: "";
	display: block;
	background: url('../img/list-image.jpg');
	width: 10px;
	height: 3px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

#content li.title {
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	list-style:none;
	list-style-image:none;
	margin-left:-10px
}

#content li.title a,#content li.title a:hover {
}

#content div.column {
	float:left;
	width:50%
}

#content img {
	max-width:89%;
	height:auto
}

#content .span12 a {
	color:#0B60A2;
	text-decoration:none
}

#content .span12 a:hover {
	text-decoration:underline
}

#content img.float-left-image {
	float:right;
	margin:0 0 20px 20px
}

.pagination {
	list-style: none;
}

.pagination>li {
	display: inline-block;
	margin: 2px;
}

.pagination>li>a {
	display: block;
	background: #0b60a2;
	color: #fff!important;
	padding: 3px 9px;
	border-radius: 4px;
	border: 2px solid transparent;
}

.pagination>li:hover>a,
.pagination>li.active>a {
	color: #0b60a2!important;
	background: #fff;
	border-color: #0b60a2;
	text-decoration: none!important;
}

ul.featured-preatice-areas {
	clear:both;
	width:980px;
	position:absolute;
	bottom:-35px
}

ul.featured-preatice-areas li {
	display:inline-block;
	background:rgba(0,0,0,0.8);
	list-style:none;
	margin-right:20px;
	width:23%;
	text-align:right;
	padding-right:40px
}

ul.featured-preatice-areas li a {
	position:relative;
	font-weight:700;
	font-size:15px;
	line-height:65px;
	width:100%;
	display:block;
	color:#fff
}

ul.featured-preatice-areas li a:hover {
	text-decoration:none;
	color:#3e8bc7
}

ul.featured-preatice-areas li a span {
	color:#3e8bc7;
	font-size:25px;
	font-weight:700;
	position:absolute;
	right:-18px;
	top:-1px
}

ul.featured-preatice-areas li a img {
	position:absolute;
	top:-20px;
	left:15px;
	border:3px solid #849db1
}

#content .span12 div.home-text {
	width:580px;
	margin-left:100px;
	float:left
}

#content .span12 form.home-contact {
/* width: 400px; */
	float:right;
	margin-right:25px
}

#content .span12 form.home-contact div.form-div {
	float:left;
	margin-right:8px
}

#content .span12 form.home-contact legend {
	margin-bottom:0
}

#content .span12 form.home-contact textarea {
}

#inner-headline .span12 {
	width:930px;
	margin:0 auto;
	float:none
}

#inner-headline .row {
	margin-left:0
}

body.inner-pg #content {
	position:relative;
	padding:0;
	width:980px;
	margin:0 auto 20px;
	color:#111
}

body.inner-pg #content .container {
	padding:50px 0 0;
	/*padding: 0*/
	width:auto
}

body.inner-pg #content .row {
	margin-left:0
}

body.inner-pg #content .span12 {
	width:690px;
	float:left;
	margin:0
}

body.inner-pg #content.contact-page .span12 {
	width: 610px;
}

div.right-side {
	width:330px;
	float:right;
	margin-right:100px
}

div.sidebar .form-container {
	background:#fff;
	padding:10px 15px;
	margin-bottom:30px;
	border-radius: 5px;
}

div.sidebar {
	float:right;
	width:240px;
	z-index:100;
	position:relative;
	color:#fff;
	padding:0 0 30px
/*padding: 0 30px 100px;*/
}

div.sidebar.contact-page {
	float:right;
	width:350px!important;
}

div.sidebar h3 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 9px;
  color: #000;
  font-weight: normal;
  text-align: center;
}

div.sidebar h3 .upper-hold {
	font-weight: bold;
}

div.sidebar ul {
	text-align:
}

div.sidebar ul li {
}

div.sidebar ul li a {
	color:#fff;
	font-size:16px
}

div.sidebar ul li a:hover {
	text-decoration:underline
}

div.sidebar form {
	padding:0;
	margin:0
}

div.sidebar img {
	text-align:center;
	margin:0 auto 25px;
	display:block
}

div.sidebar a.membership-logo img {
	text-align:center;
	margin:0 auto 10px;
	display:block
}

div.sidebar.home a.membership-logo img {
    margin: 0px auto 20px;
    width: 50%;
}

div.sidebar a.membership-logo {
	display:inline-block;
	width:49%
}

div.sidebar.home a.membership-logo {
    width: 100%;
}

div.sidebar a.membership-logo.full {
	width:100%
}

div.sidebar a.membership-logo.full img {
	width:70%
}

div.sidebar form legend {
	margin-bottom:10px
}

div.sidebar form div.input-append {
	width:105%
}

div.sidebar form div.form-div {
	float:left;
	width:136px;
	margin-right:16px
}

div.sidebar form div input {
  background: #f0f4f7;
  border: 0;
  line-height: 26px;
  font-size: 14px;
  border-radius: 4px;
  color: #263643!important;
}

div.sidebar form div textarea {
	width:273px;
	height:100px;
	border-radius:4px;
	float:left;
	clear:both;
	background:#f0f4f7;
	border: 0;
	line-height:30px;
	font-size:14px;
	color:#263643!important
}

div.sidebar form {
}

button#contactSubmit {
	color:#fff;
	font-size:13.5px;
	font-weight:700;
	padding:10px 40px;
	border-radius:5px;
	margin-top:15px;
	text-transform:uppercase;
	display:block;
	float:left;
	width:100%;
	border:0;
	margin-top:0;
	text-shadow:0 0 0;
	background:#033c69
}

div.sidebar form div input::-webkit-input-placeholder,div.sidebar form div textarea::-webkit-input-placeholder {
	color:#263643;
	font-size:13.5px
}

div.sidebar form div input:-moz-placeholder,div.sidebar form div textarea:-moz-placeholder {
/* Firefox 18- */
	color:#263643;
	font-size:13.5px
}

div.sidebar form div input::-moz-placeholder,div.sidebar form div textarea::-moz-placeholder {
/* Firefox 19+ */
	color:#263643;
	font-size:13.5px
}

div.sidebar form div input:-ms-input-placeholder,div.sidebar form div textarea:-ms-input-placeholder {
	color:#263643;
	font-size:13.5px
}

div.sidebar .event-scroller li {
	padding:10px 15px;
	border:1px solid #ddd;
	border-width:0 1px 1px;
	margin-bottom:10px;
	width:100%
}

a.more-schedules {
	font-weight:700;
	text-decoration:underline;
	padding-left:16px
}

ul.cases-list {
	margin:0
}

ul.cases-list li {
	list-style:none;
	float:left;
	width:50%;
	margin-bottom:15px
}

/* --- Call to action --- */
.cta-box {
	background:#fcfcfc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}

.cta-text {
	padding:20px;
	margin-top:10px
}

.cta-text h2 {
	font-weight:900;
	line-height:1.1em
}

.cta-btn {
	float:right;
	padding:20px;
	margin-top:10px
}

.cta-box .cta-btn a.btn {
	padding:15px 20px;
	font-size:28px;
	font-weight:900;
	letter-spacing:-1px;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

.cta-box .cta-btn a.btn i {
	color:#fff;
	margin-left:20px
}

.cta-box .cta-btn a.btn:hover {
	color:#fff
}

.cta-text h3 {
	font-size:32px;
	letter-spacing:-2px
}

/* --- box --- */
.box {
	width:100%
}

.box .text h4 {
	letter-spacing:-1.5px
}

.box:hover .text h4 {
}

.box .icon {
	float:left;
	margin-bottom:20px
}

.box .text {
	margin-left:0;
	text-align:center;
	width:50%;
	float:left;
	clear:both
}

.box .text p {
	text-align:center!important;
	font-weight:700;
	font-size:14px
}

.box a {
	text-decoration:none;
	font-weight:700
}

.box a i {
	color:#4b5056
}

/* ---- features ---- */
.features {
	width:100%;
	overflow:hidden;
	margin:20px 0 0
}

.features .feat {
	width:50%;
	float:left;
	display:inline-block;
	margin-bottom:20px
}

.features i {
	float:left;
	margin-right:20px
}

.features h5 {
	font-weight:600
}

div.intro-animation {
	margin-left:60px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px 10px;
	margin-bottom:20px
}

div.intro-animation .row {
	margin-bottom:0
}

div.intro-animation div.span4 {
	width:auto
}

div.intro-animation div.icon {
	cursor:pointer
}

div.intro-animation div.animation-text p {
	font-size:44px;
	font-weight:700;
	line-height:70px;
	color:#000
}

div.intro-animation div.animation-text p.uppercase {
}

div.inner-intro-animation {
	cursor:pointer;
	padding-left:0
}

div.inner-intro-animation .row {
	margin-bottom:0
}

div.inner-intro-animation div.span4 {
	width:auto;
	margin-left:0;
	margin-right:10px
}

div.inner-intro-animation div.icon {
	cursor:pointer
}

div.inner-intro-animation div.animation-text p {
	font-size:18px;
	font-weight:700;
	line-height:26px;
	color:#000
}

div.intro-animation div.animation-text p.uppercase {
}

ul.alt-list {
	margin:0
}

ul.alt-list li {
	list-style:none;
	float:left;
	width:30%;
	margin-right:18px
}

ul.alt-list li p {
	text-align:left!important
}

ul.alt-list li small {
	color:#003992
}

/* ===================================
9. Section: works
===================================== */
#works {
	background:#fcfcfc;
	padding:50px 0 30px
}

/* home works */
.grid {
	margin:0 auto;
	list-style:none;
	text-align:center;
	padding:0
}

.grid .item {
	margin:0;
	text-align:left;
	position:relative;
	padding:0
}

.grid figure {
	margin:0;
	position:relative
}

.grid figure img {
	max-width:100%;
	display:block;
	position:relative
}

.grid figcaption {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	color:#ed4e6e
}

.grid figcaption div {
	padding-top:30%
}

.grid figcaption span {
	display:block;
	text-align:center;
	margin-bottom:20px
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow:hidden
}

.cs-style-3 figure img {
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}

.no-touch .cs-style-3 figure:hover img,.cs-style-3 figure.cs-hover img {
	-webkit-transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px)
}

.cs-style-3 figcaption {
	height:100px;
	width:100%;
	top:auto;
	bottom:0;
	opacity:0;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s .3s;
	-moz-transition:-moz-transform 0.4s,opacity .1s .3s;
	transition:transform 0.4s,opacity .1s .3s
}

.no-touch .cs-style-3 figure:hover figcaption,.cs-style-3 figure.cs-hover figcaption {
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s;
	-moz-transition:-moz-transform 0.4s,opacity .1s;
	transition:transform 0.4s,opacity .1s
}

.cs-style-3 figcaption p {
	text-align:center;
	margin-top:20px
}

.cs-style-3 figcaption p i {
	color:#fff
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective:1700px;
	-moz-perspective:1700px;
	perspective:1700px;
	-webkit-perspective-origin:0 50%;
	-moz-perspective-origin:0 50%;
	perspective-origin:0 50%
}

.cs-style-4 figure {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d
}

.cs-style-4 figure > div {
	overflow:hidden
}

.cs-style-4 figure img {
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}

.no-touch .cs-style-4 figure:hover img,.cs-style-4 figure.cs-hover img {
	-webkit-transform:translateX(25%);
	-moz-transform:translateX(25%);
	-ms-transform:translateX(25%);
	transform:translateX(25%)
}

.cs-style-4 figcaption {
	height:100%;
	width:50%;
	opacity:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s .3s;
	-moz-transition:-moz-transform 0.4s,opacity .1s .3s;
	transition:transform 0.4s,opacity .1s .3s
}

.no-touch .cs-style-4 figure:hover figcaption,.cs-style-4 figure.cs-hover figcaption {
	opacity:1;
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s;
	-moz-transition:-moz-transform 0.4s,opacity .1s;
	transition:transform 0.4s,opacity .1s
}

/* Caption Style 5 */
.cs-style-5 figure img {
	z-index:10;
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}

.no-touch .cs-style-5 figure:hover img,.cs-style-5 figure.cs-hover img {
	-webkit-transform:scale(0.4);
	-moz-transform:scale(0.4);
	-ms-transform:scale(0.4);
	transform:scale(0.4)
}

.cs-style-5 figcaption {
	height:100%;
	width:100%;
	opacity:0;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	transform:scale(0.7);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:-webkit-transform 0.4s,opacity .4s;
	-moz-transition:-moz-transform 0.4s,opacity .4s;
	transition:transform 0.4s,opacity .4s
}

.no-touch .cs-style-5 figure:hover figcaption,.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}

.cs-style-5 figure a {
	position:absolute;
	bottom:20px;
	right:20px
}

/* Caption Style */
.cs-style-4 li {
	-webkit-perspective:1700px;
	-moz-perspective:1700px;
	perspective:1700px;
	-webkit-perspective-origin:0 50%;
	-moz-perspective-origin:0 50%;
	perspective-origin:0 50%
}

.cs-style-4 figure {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d
}

.cs-style-4 figure > div {
	overflow:hidden
}

.cs-style-4 figure img {
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}

.no-touch .cs-style-4 figure:hover img,.cs-style-4 figure.cs-hover img {
	-webkit-transform:translateX(25%);
	-moz-transform:translateX(25%);
	-ms-transform:translateX(25%);
	transform:translateX(25%)
}

.cs-style-4 figcaption {
	height:100%;
	width:50%;
	opacity:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s .3s;
	-moz-transition:-moz-transform 0.4s,opacity .1s .3s;
	transition:transform 0.4s,opacity .1s .3s
}

.no-touch .cs-style-4 figure:hover figcaption,.cs-style-4 figure.cs-hover figcaption {
	opacity:1;
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transition:-webkit-transform 0.4s,opacity .1s;
	-moz-transition:-moz-transform 0.4s,opacity .1s;
	transition:transform 0.4s,opacity .1s
}

.cs-style-4 figcaption a {
	margin-bottom:10px
}

/* Caption Style 6 */
.cs-style-6 figure img {
	z-index:10;
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}

.no-touch .cs-style-6 figure:hover img,.cs-style-6 figure.cs-hover img {
	-webkit-transform:translateY(-50px) scale(0.5);
	-moz-transform:translateY(-50px) scale(0.5);
	-ms-transform:translateY(-50px) scale(0.5);
	transform:translateY(-50px) scale(0.5)
}

.cs-style-6 figcaption {
	height:100%;
	width:100%
}

.cs-style-6 figcaption h3 {
	margin-top:60%
}

.cs-style-6 figcaption a {
	position:absolute;
	bottom:20px;
	right:20px
}

/* ===================================
9. Section: Bottom
==================================== */
#bottom {
	background:#fcfcfc;
	padding:50px 0 0
}

/* ===================================
10. Inner - Section: page headline
==================================== */
#inner-headline {
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:20px 0 10px
}

#inner-headline .inner-heading h2 {
	color:#333;
	margin:0;
	font-size:32px;
	font-weight:700;
	letter-spacing:-2px
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:0;
	float:none;
	background:none
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0
}

#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#888;
	text-shadow:none
}

#inner-headline ul.breadcrumb li i {
	color:#ababab
}

#inner-headline ul.breadcrumb li a {
	text-decoration:none
}

#inner-headline ul.breadcrumb li a:hover {
	text-decoration:none;
	color:#aaa
}

/* ============================
11. Forms
============================= */
/* --- contact form  ---- */
form#contactform input[type="text"] {
	width:100%;
	min-height:40px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

form#contactform textarea {
	width:100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

form#contactform .validation {
	font-size:12px
}

#sendmessage {
	background:#fff;
	border:1px solid #eee;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px
}

#okmessage {
	border:1px solid #306AFF;
	text-align:center;
	padding:15px 12px 15px 50px;
	margin:10px 0 0;
	font-weight:700;
	color:#000
}

#okmessage p {
	font-size:14px;
	margin:0
}

#sendmessage.show,.show {
	display:block
}

ul.contact-info a {
	color:#306AFF;
	text-decoration:none
}

ul.contact-info a:hover {
	text-decoration:underline
}

/* --- comment form ---- */
form#commentform {
	margin-top:20px
}

form#commentform input[type="text"] {
	width:100%;
	min-height:40px;
	padding-left:20px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px;
	border-radius:2px 2px 2px 2px
}

form#commentform textarea {
	width:100%;
	padding-left:20px;
	padding-top:10px;
	font-size:13px;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px;
	border-radius:2px 2px 2px 2px
}

/* --- search form --- */
.search {
	float:right;
	margin:35px 0 0;
	padding-bottom:0
}

#inner-headline form.input-append {
	margin:0;
	padding:0
}

/* ===============================
12. Portfolio
================================ */
#thumbs {
	margin:0;
	padding:0
}

#thumbs li {
	list-style-type:none
}

.item-thumbs {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	cursor:pointer
}

.item-thumbs .hover-wrap .overlay-img {
	background:#2fe2bf
}

.item-thumbs a + img {
	width:100%
}

.item-thumbs .hover-wrap {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 450ms ease-out 0;
	-moz-transition:all 450ms ease-out 0;
	-o-transition:all 450ms ease-out 0;
	transition:all 450ms ease-out 0;
	-webkit-transform:rotateY(180deg) scale(0.5,0.5);
	-moz-transform:rotateY(180deg) scale(0.5,0.5);
	-ms-transform:rotateY(180deg) scale(0.5,0.5);
	-o-transform:rotateY(180deg) scale(0.5,0.5);
	transform:rotateY(180deg) scale(0.5,0.5)
}

.item-thumbs .hover-wrap a {
	text-decoration:none
}

.item-thumbs:hover .hover-wrap,.item-thumbs.active .hover-wrap {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:rotateY(0deg) scale(1,1);
	-moz-transform:rotateY(0deg) scale(1,1);
	-ms-transform:rotateY(0deg) scale(1,1);
	-o-transform:rotateY(0deg) scale(1,1);
	transform:rotateY(0deg) scale(1,1)
}

.item-thumbs .hover-wrap .overlay-img {
	position:absolute;
	width:100%;
	height:100%;
	opacity:.8;
	filter:alpha(opacity=80)
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position:absolute;
	top:50%;
	left:40%;
	margin:-16px 0 0 -16px;
	color:#fff;
	line-height:1em;
	opacity:1;
	filter:alpha(opacity=100)
}

.item-thumbs .hover-wrap .overlay-img-thumb.font-icon-plus {
}

.item-thumbs .hover-wrap .overlay-img-thumb.font-icon-link {
	margin:-16px 0 0 20px
}

/* --- Portolio filter --- */
ul.portfolio-categ {
	margin:10px 0 30px;
	padding:0;
	float:left;
	list-style:none
}

ul.portfolio-categ li {
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600
}

ul.portfolio-categ li a {
	display:block;
	padding:35x 0;
	color:#353535;
	font-size:16px;
	text-decoration:none;
	font-weight:700
}

ul.portfolio-categ li.active a:hover,ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0
}

/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px
}

.related-works .item figcaption h3 {
	font-size:16px
}

/* ===============================
13. Elements
================================ */
/* --- blockquote --- */
blockquote {
	font-size:16px;
	font-weight:400;
	padding-left:0;
	color:#a2a2a2;
	line-height:1.6em;
	border:none
}

blockquote:before {
	font-family:'FontAwesome';
	font-size:36px;
	vertical-align:middle;
	content:"\f10d";
	margin-right:10px;
	color:#bcbcbc
}

blockquote cite {
	display:block;
	font-size:12px;
	color:#666;
	margin-top:10px
}

blockquote cite:before {
	content:"\2014 \0020"
}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
	color:#555
}

/* --- pullquotes --- */
.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px
}

/* --- list style --- */
ul.general {
	list-style:none;
	margin-left:0
}

ul.link-list {
	margin:0;
	padding:0;
	list-style:none
}

ul.link-list li {
	margin:0;
	list-style:none
}

footer ul.link-list li a {
	color:#ddd;
	font-weight:300
}

/* --- Heading style --- */
h4.heading {
	font-weight:300
}

h4.heading strong {
	font-weight:700
}

.heading {
	margin-bottom:20px
}

.heading {
	position:relative
}

aside .widgetheading {
	position:relative;
	text-transform:none;
	font-weight:600;
	letter-spacing:-1px;
	margin-bottom:20px
}

.contact-us-info {
	width:1000px;
	margin:0 auto
}

/* --- Map --- */
.map {
	position:relative;
	margin-top:-25px;
	margin-bottom:40px;
	position:absolute;
	width:100%;
	height:450px
}

.map iframe {
	width:100%;
	height:450px;
	border:none
}

.map-grid iframe {
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px;
	padding:0
}

/* ===============================
14. Blog & article
================================ */
.post-list_item {
	width:100%;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
	padding-bottom:10px
}

article.single {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0
}

article.noborder {
	border-bottom:none;
	padding-bottom:0
}

article .post-heading h3 {
	margin-bottom:20px
}

article .post-heading h3 a {
	font-weight:700;
	letter-spacing:-1.5px;
	text-decoration:none
}

article .post-heading h3 a:hover {
	text-decoration:none;
	color:#353535
}

article a.btn.btn-theme i {
	color:#fff;
	margin-left:10px
}

/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0
}

.post-meta i {
	margin:0
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600
}

.post-meta .comments {
	padding:10px 0
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700
}

.post-meta .comments a:hover {
	text-decoration:none
}

/* --- post format --- */
.post-image {
	margin-bottom:20px
}

.post-quote {
	margin-bottom:20px
}

.post-video {
	margin-bottom:20px
}

.post-audio {
	margin-bottom:20px
}

.post-link {
	margin-bottom:20px
}

.post-slider {
	margin-bottom:20px
}

.post-quote blockquote {
	font-size:16px;
	color:#999;
	line-height:1.6em
}

.meta-post {
	margin:0 0 20px;
	padding:0
}

.meta-post a:hover {
	text-decoration:none
}

.meta-post ul {
	list-style:none;
	margin:0
}

.meta-post ul li {
	display:inline;
	margin-right:10px
}

.meta-post ul li {
	font-size:12px
}

.post-entry a.readmore {
	font-size:13px;
	color:#898989
}

.post-entry a.readmore:hover {
	text-decoration:none
}

.meta-bottom {
	border-top:1px dotted #ddd;
	padding-top:30px;
	list-style:none;
	margin:30px 0 0
}

.meta-bottom li {
	display:inline;
	margin-right:20px;
	font-size:12px;
	color:#aaa
}

.meta-bottom li i {
	color:#666
}

.meta-bottom li a {
	color:#666;
	font-weight:600
}

.meta-bottom li a:hover {
	text-decoration:none
}

a.thumbnail:hover,a.thumbnail:focus {
	-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
	box-shadow:0 1px 4px rgba(0,105,214,0.25)
}

/* --- single post --- */
.bottom-article {
	float:left;
	width:100%;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:10px 0;
	margin-top:20px
}

/* --- author info --- */
.about-author {
	padding:20px;
	float:left;
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	margin-bottom:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

.about-author h5 {
	margin-bottom:10px
}

.about-author h5 a {
	text-decoration:none
}

/* --- Comment --- */
.comment-area {
	float:left;
	width:100%;
	margin-top:30px
}

.comment-area h4 {
	font-weight:700;
	letter-spacing:-1px
}

.media-content {
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px
}

.media-content h6 {
	font-size:14px;
	font-weight:700
}

.media-content span {
	color:#666;
	font-size:14px;
	font-weight:300
}

.media-content a.align-right {
	text-decoration:none;
	font-weight:600;
	font-size:13px
}

.comment-area .thumbnail > img {
	display:block;
	width:60px;
	height:60px
}

.filter-list {
	margin-top:20px
}

/* --- pagination --- */
#pagination a,#pagination span {
	display:block;
	float:left;
	margin:0 7px 0 0;
	padding:7px 10px 6px;
	font-size:12px;
	line-height:12px;
	color:#888;
	font-weight:600;
	text-decoration:none
}

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

#pagination span.current {
	background:#333;
	color:#fff;
	font-weight:700
}

/* ===============================
15. Aside, sidebar
================================ */
aside {
	position:relative;
	margin-bottom:40px
}

.sidebar-nav {
	float:left;
	width:100%
}

.right-sidebar {
	border-left:1px solid #e9e9e9;
	padding:0 0 0 30px
}

#contact-table {
	width:380px
}

.left-sidebar {
	border-right:1px solid #e9e9e9;
	padding:0 30px 0 0
}

.left-sidebar .widget h3,.left-sidebar .widget .widget-content {
	padding-right:20px
}

aside .widget {
	margin-bottom:40px
}

ul.popular {
	list-style:none;
	margin:0
}

ul.popular li {
	float:left;
	clear:left;
	border-bottom:1px dotted #e9e9e9;
	padding-bottom:10px;
	margin-bottom:20px;
	display:block;
	width:100%
}

ul.popular li a {
	font-weight:600
}

ul.popular li a:hover {
	text-decoration:none;
	color:#464646
}

ul.popular li span {
	font-size:12px
}

ul.cat,ul.recent,ul.folio-detail,ul.contact-info {
	margin:0;
	padding:0;
	list-style:none
}

ul.cat li,ul.recent li,ul.folio-detail li,ul.contact-info li {
	margin:0 0 15px;
	list-style:none
}

ul.recent li p:before {
	font-family:'FontAwesome';
	content:"\f00c";
	margin-right:10px
}

ul.recent li a:hover {
	text-decoration:none
}

ul.contact-info li label {
	font-weight:700
}

ul.cat li a,ul.folio-detail li a {
	color:#656565;
	text-decoration:none
}

ul.folio-detail li label {
	font-weight:700
}

ul.cat li a:hover,ul.folio-detail li a:hover {
	text-decoration:none
}

ul.folio-detail li label {
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:700
}

.widget ul.recent li {
	margin-bottom:20px
}

ul.recent li h6 {
	margin:0 0 10px
}

ul.recent li h6 a {
	color:#353535;
	font-size:14px;
	text-transform:none;
	text-decoration:none;
	font-weight:600
}

.widget ul.tags {
	list-style:none;
	margin:0
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block
}

.widget ul.tags li a {
	text-decoration:none;
	background:#333;
	color:#fff;
	padding:5px 10px
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff
}

/* ===== Widgets ===== */
/* --- flickr --- */
.widget .flickr_badge {
	width:100%
}

.widget .flickr_badge img {
	margin:0 9px 20px 0
}

footer .widget .flickr_badge {
	width:100%
}

footer .widget .flickr_badge img {
	margin:0 9px 20px 0
}

.flickr_badge img {
	width:50px;
	height:50px;
	float:left;
	margin:0 9px 20px 0
}

/* --- latest tweet widget --- */
.twitter ul {
	margin-left:0;
	list-style:none
}

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

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

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

.twitter li:last-child {
	border:none
}

/* --- Recent post widget --- */
.recent-post {
	margin:20px 0 0;
	padding:0;
	line-height:18px
}

.recent-post h5 a:hover {
	text-decoration:none
}

.recent-post .text h5 a {
	color:#353535
}

ul.time-post {
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color:#0e0f0f
}

ul.time-post li {
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px;
	padding:0
}

ul.time-post li a img:hover {
	opacity:.8;
/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80)
}

ul.time-post li.time {
	float:none;
	padding:5px 0;
	text-shadow:none
}

.recent-post ul.time-post li.time {
	color:#121214
}

.post-meta {
	margin-bottom:20px
}

.post-meta span {
	padding:0 10px;
	margin-bottom:10px
}

.post-meta span a {
	color:#919191
}

.post-meta strong {
	font-weight:200px;
	color:#c7c7c7
}

.item .text {
	margin-left:140px;
	margin-bottom:20px
}

/* ===============================
16. Footer
================================ */
.latest-news-row {
	background:#fff;
	padding-top:40px
}

.latest-news-row h3 {
	text-align:center;
	margin-bottom:40px
}

.latest-news-row ul {
}

.latest-news-row ul li {
	display:inline-block;
	width:30%;
	padding:0 15px
}

.latest-news-row ul li img {
	margin-bottom:15px
}

.latest-news-row ul li strong {
	font-size:18px
}

.latest-news-row ul li a {
	color:#0b60a2
}

footer {
	background:#1c6daf;
	padding-top:0
}

footer,footer a {
	position:relative;
	color:#cddae4;
	font-size:14px
}

footer .container {
	padding:0 0 5px
}

footer .locations {
	padding:20px 0 0;
	margin-left:40px
}

footer .contact-info {
	width:240px;
	margin-top:-20px;
	padding:20px 30px;
	text-align:right;
	height:130px;
	float:right
}

footer .contact-info h5 {
	font-weight:400!important;
	font-size:18px
}

footer .row {
	margin:0 auto
}

footer a {
	text-decoration:none
}

footer a:hover {
	text-decoration:underline!important;
	color:#fff!important
}

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

footer .span6 p.phone.local {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	float: right;
	margin-top: 35px;
	width: 220px;
	margin-left: 15px;
	clear: none;
	letter-spacing: 1px;
}

footer .span6 p.phone.local strong {
	display:block;
	font-weight:400;
	font-size:12px;
	color:#fff
}

footer .span6 p.address {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	float: left;
}

footer .span6 p.address a {
	font-size: 12px;
	color: #fff;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
	color:#2b373f;
	text-transform:uppercase
}

footer .span4,footer .span3 {
	margin:0
}

footer .span4 img {
	margin-top:-10px;
	margin-bottom:0
}

footer h3 {
	font-weight:600;
	text-align:right
}

footer h4 {
	font-size:14px
}

footer .footer_logo {
	margin-bottom:20px
}

footer .footer_logo h3 {
	color:#fff;
	letter-spacing:-1px;
	font-size:2.2em;
	font-weight:900;
	margin:0
}

footer .footer_logo h3 a {
	color:#fff
}

footer .footer_logo h3 a:hover {
	text-decoration:none
}

footer address {
	line-height:1.6em
}

footer h5.widgetheading {
	text-transform:none;
	font-weight:600;
	margin-bottom:10px
}

footer .widget {
	line-height:19px
}

footer .widget i {
	color:#eee
}

footer h5 a:hover,footer a:hover {
	text-decoration:none
}

#sub-footer {
	text-shadow:none;
	padding:10px 0 0;
	margin:0
}

#sub-footer p {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

#sub-footer span {
}

#sub-footer .copyright-container {
	width:auto;
	padding-bottom:10px;
	line-height:19px
}

#sub-footer .container {
	border-top:1px solid #3A85C3;
	padding-top:15px
}

.address {
    color: #fff;
    font-size: 13px;
    margin: 15px;
}

.address a {
    color: #fff;
    font-size: 13px;
}

.copyright p {
	text-align:left
}

.copyright a {
}

.credit {
	text-align:right;
	font-size:12px
}

#sub-footer ul.social-network {
	float:right
}

.addthis_toolbox {
/*float: left;*/
	margin-top:15px
/*margin-left: 30px;*/
}

div.locations {
}

div.locations div.location {
	float:left;
	width:220px;
	margin-right:35px;
	line-height:20px
}

div.locations div.location.last {
	margin-right:0
}

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */
.bs-docs-example {
	margin:0 0 10px
}

.demobtn a.btn {
	margin:0 10px 10px 0
}

section.demogrid .span1,section.demogrid .span2,section.demogrid .span3,section.demogrid .span4,section.demogrid .span5,section.demogrid .span6,section.demogrid .span7,section.demogrid .span8,section.demogrid .span9,section.demogrid .span10,section.demogrid .span11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0
}

section.demogrid .show-grid .row {
	margin-bottom:0
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0
}

section.demogrid .span12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0
}

.demoinline p {
	display:inline;
	margin-right:20px
}

/* --- demo animations --- */
.demo a.btn {
	margin:0 10px 10px 0
}

/* ===============================
17. Divider, Line & Misc
================================ */
.solidline {
	border-top:1px solid #e9e9e9;
	margin:0 0 10px
}

.dottedline {
	border-top:1px dotted #e9e9e9;
	margin:0 0 10px
}

.dashedline {
	border-top:1px dotted #e9e9e9;
	margin:0 0 10px
}

.blankline {
	height:1px;
	margin:0 0 10px
}

.blankline20 {
	height:20px;
	margin:0
}

.blankline30 {
	height:30px;
	margin:0
}

/* scroll to top */
.scrollup {
	position:fixed;
	width:32px;
	height:32px;
	bottom:20px;
	right:20px
}

a.scrollup {
	outline:0;
	text-decoration:none;
	z-index:100
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none
}

a.scrollup i:hover {
	text-decoration:none
}

/* =============================
18. Position & alignment
============================= */
.absolute {
	position:absolute
}

.relative {
	position:relative
}

.aligncenter {
	text-align:center
}

.aligncenter span {
	margin-left:0
}

.floatright {
	float:right
}

.floatleft {
	float:left
}

.floatnone {
	float:none
}

.aligncenter {
	text-align:center
}

/* --- Image allignment style --- */
img.pull-left,.align-left {
	float:left;
	margin:0 15px 15px 0
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0
}

img.pull-right,.align-right {
	float:right;
	margin:0 0 15px 15px
}

article img.pull-left,article .align-left {
	float:left;
	margin:5px 15px 15px 0
}

article img.pull-right,article .align-right {
	float:right;
	margin:5px 0 15px 15px
}

/* =============================
19. Custom icon from custom font icon 
============================= */
/* ============ font awesome icons ===================== */
a i.icon-bglight,a i.icon-bgdark,a i.icon-bgprimary,a i.icon-bgwarning,a i.icon-bgsuccess,a i.icon-bginverse,a i.icon-bgdanger {
	display:inline-block
}

a i.icon-bglight:hover,a i.icon-bgdark:hover,a i.icon-bgprimary:hover,a i.icon-bgwarning:hover,a i.icon-bgsuccess:hover,a i.icon-bginverse:hover,a i.icon-bgdanger:hover {
	color:#fff
}

[class^="icon-"].icon-white,[class*=" icon-"].icon-white {
	color:#fff
}

[class^="icon-"],[class*=" icon-"] {
	color:#404040
}

a [class^="icon-"]:hover,a:hover [class^="icon-"],a [class*=" icon-"]:hover,a:hover [class*=" icon-"] {
	text-decoration:none
}

ul.the-icons {
	list-style:none;
	margin-left:0
}

.demoicon [class^="icon-"],.demoicon [class*=" icon-"],[class^="icon-"].left,[class*=" icon-"].left {
	float:left
}

/* ==================================================
   Icons Example
================================================== */
.icons-example ul {
	margin:0 0 0 -20px;
	padding:0;
	text-align:center
}

.icons-example ul li {
	display:inline-block;
	margin:0 0 20px 20px;
	list-style:none;
	cursor:pointer;
	line-height:1.6em
}

.icons-example ul li a {
	display:inline;
	-webkit-transition:all 400ms ease-out 0;
	-moz-transition:all 400ms ease-out 0;
	-o-transition:all 400ms ease-out 0;
	transition:all 400ms ease-out 0
}

.icons-example ul li a span {
	display:inline-block;
	margin:0;
	color:#111;
	font-size:32px;
	line-height:70px
}

/* =============================
20. Spacer, margin
============================= */
.clear-marginbot {
	margin-bottom:0
}

.marginbot10 {
	margin-bottom:10px
}

.marginbot20 {
	margin-bottom:20px
}

.marginbot30 {
	margin-bottom:30px
}

.marginbot40 {
	margin-bottom:40px
}

.clear-margintop {
	margin-top:0
}

.margintop10 {
	margin-top:10px
}

.margintop20 {
	margin-top:20px
}

.margintop30 {
	margin-top:30px
}

.margintop40 {
	margin-top:40px
}

/* =============================
21. Media queries 
============================= */
@media (min-width: 979px) and (max-width: 1200px) {
#wrapper.boxed {
	width:1000px;
	margin:0 auto
}
}

@media (min-width: 768px) and (max-width: 979px) {
#wrapper.boxed {
	width:784px;
	margin:0 auto
}

header .logo {
	margin-top:0;
	float:none
}

nav ul li {
	display:none
}

select.selectmenu {
	display:block;
	width:100%;
	margin-top:0;
	color:#111;
	margin-right:20px;
	line-height:30px;
	font-size:13px
}

select.selectmenu .bold {
	font-weight:700
}

.camera_caption a.btn {
	margin-bottom:10px
}

a.detail {
	background:none;
	width:100%
}

footer .widget form input#appendedInputButton {
	display:block;
	width:91%;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px;
	border-radius:4px 4px 4px 4px
}

footer .widget form .input-append .btn {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:10px
}
}

@media (max-width: 768px) {
#wrapper.boxed {
	width:90%;
	margin:0 auto
}

body {
	padding-right:0;
	padding-left:0
}

header .logo {
	float:none;
	text-align:center;
	margin:0!important
}

ul.social-network {
	float:none
}

nav ul li {
	display:none
}

header .navigation {
	margin:0 auto;
	text-align:center;
	width:90%;
	float:none
}

select.selectmenu {
	display:block;
	width:100%;
	float:left;
	margin-bottom:0;
	color:#111;
	margin-right:20px;
	line-height:30px;
	font-size:13px;
	border:0
}

select.selectmenu .bold {
	font-weight:700
}

.cta-box .cta-btn {
	float:none;
	text-align:center
}

.camera_caption a.btn {
	margin-bottom:10px
}

#camera-slide {
	height:400px!important
}

.camera_caption img {
	max-width:50%;
	height:auto
}

.bxslider blockquote {
	padding:0 20px
}

.bxslider blockquote:before {
	content:''
}

.bxslider blockquote:after {
	content:''
}

#inner-headline .inner-heading h2 {
	margin:20px 0 0;
	margin-bottom:0
}

.breadcrumb > li {
	font-size:13px
}

article {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px
}

#pagination {
	clear:left;
	margin-bottom:30px
}

video {
    width: 100%;
    height: auto;
}

.left-sidebar {
	border-right:none;
	padding:0;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:40px
}

.right-sidebar {
	margin-top:30px;
	border-left:none;
	border-top:1px solid #ddd;
	padding:0;
	padding-top:50px
}

footer .span1,footer .span2,footer .span3,footer .span4,footer .span5,footer .span6,footer .span7,footer .span8,footer .span9,footer .span10,footer .span11,footer .span12 {
	margin-bottom:20px
}

#sub-footer .copyright p,#sub-footer p.credit {
	text-align:left
}

[class*="span"] {
	margin-bottom:20px
}

/*-------------
  		 New Code 
  	----------------*/
header {
	height:auto!important
}

header .top .span6 {
	width:100%!important;
	margin-left:0;
	margin-bottom:0!important
}

header .top .span6 p {
	text-align:left!important;
	line-height:21px;
	margin-bottom:0
}

#featured {
	display:none
}

#content .span12 div.home-text {
	width:100%!important;
	margin-left:0!important
}

div.right-side {
	float:none;
	margin-right:0;
	width:auto
}

/* Footer */
footer {
	float:left!important;
	width:100%
}

footer .container .row {
	width:auto
}

#sub-footer span {
	padding-bottom:10px
}

footer .copyright {
	width:100%;
	margin:0
}

#sub-footer span.branding {
	float:left!important;
	padding-left:0!important;
	margin-top:15px
}

#content img.doctor-img {
	float:none!important;
	margin:0 auto 10px;
	display:block
}

#inner-headline .span12 {
	width:auto
}

body.inner-pg #content .container {
	padding:0 20px
}

body.inner-pg #content {
	width:100%;
	margin:0!important
}

body.inner-pg #content .row {
	float:left;
	width:100%
}

body.inner-pg #content .row .span12 {
	width:100%
}

div.sidebar {
	float:left;
	margin:10px 0;
	width:100%
}

.contact-us-info {
	width:100%
}

#contact-table {
	width:100%
}
}

@media (max-width: 480px) {

header .logo {
	margin:0 auto;
	text-align:center;
	float:none
}

header .logo img {
	margin-bottom:10px
}

header .span4.right-header p.phone.local {
    float: left!important;
    width: 140px;
    margin-left: 0;
    letter-spacing: 0;
}

header .span4.right-header p.phone.local:last-child {
	width: 190px!important;
}

body #featured.featured-inner {
	display: none!important;
}

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

.top p.topcontact {
	text-align:center
}

ul.topmenu {
	text-align:center
}

ul.social-network {
	text-align:center
}

.flexslider .slide-caption {
	display:none
}

#camera-slide {
	height:200px!important
}

.camera_caption {
	text-align:center
}

.camera_caption img {
	display:none
}

.camera_caption p,.camera_caption form,.camera_caption a.btn {
	display:none
}

article .post-entry {
	margin-left:0
}

.cta-text {
	margin:0 auto;
	text-align:center
}

.features .feat {
	width:100%;
	float:left;
	display:inline-block;
	margin-bottom:30px
}

.cta.floatright {
	float:none;
	margin:0 auto;
	text-align:center
}

footer .span4 img {
    margin: 15px 0 0;
}

footer .span6 p.phone.local {
    margin-top: 0;
}

footer .span6 p.phone.local a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.address {
    margin: 0;
}

div.locations, footer .span6 {
	margin-bottom: 0;
}

h3 {
    font-size: 18px;
}

}

@media (max-width: 360px) {

}

/* ============== options panel for live preview ======================= */
#t_options {
	position:fixed;
	top:80px;
	left:-230px;
	width:230px;
	background:#fcfcfc;
	color:#464646;
	box-shadow:0 0 3px rgba(0,0,0,0.12);
	box-shadow:0 1px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 6px rgba(0,0,0,.2);
	-o-box-shadow:0 1px 6px rgba(0,0,0,.2);
	z-index:5000;
	font-size:11px
}

#t_options hr {
	margin:20px 0;
	border:0;
	border-top:none;
	border-bottom:1px dotted #ddd
}

#t_options h6 {
	color:#464646;
	font-size:14px
}

#t_options input {
	width:60px
}

#t_options .col {
	width:50px;
	margin:0 10px
}

.colorpicker {
	z-index:5001
}

.options_inner {
	position:relative;
	width:100%;
	height:100%
}

.options_box {
	margin:0 14px;
	padding:10px 0 20px;
	overflow:hidden;
	color:#444
}

.options_box .solidline {
	margin-bottom:10px
}

.options_box h6 {
	text-align:center;
	font-weight:700
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px
}

.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px
}

.options_box .fourcol.color a {
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px
}

.options_box .halfcol .wideboxed h6 {
	font-size:11px;
	font-weight:600
}

.options_toggle_holder {
	position:absolute;
	right:-40px
}

.options_toggle {
	margin:6px 0 0 4px;
	width:40px;
	height:40px;
	cursor:pointer;
	border:1px solid #111;
	border-left:none;
	display:block;
	background:#111
}

.options_toggle span .icon {
	margin:10px 0 0 7px;
	display:block;
	color:#fff
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active {
	outline:0;
	text-decoration:none
}

.options_heading {
	color:#444;
	margin-top:5px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd
}

/* colors */
.options_box a.t_default {
	background:#e96b56
}

.options_box a.t_stamp {
	background:#D2391D
}

.options_box a.t_jeans {
	background:#446f7f
}

.options_box a.t_retro {
	background:#a6a390
}

.options_box a.t_romantic {
	background:#ea6d75
}

.options_box a.t_asphalt {
	background:#34495e
}

.options_box a.t_pomegranate {
	background:#c0392b
}

.options_box a.t_pumpkin {
	background:#d35400
}

.options_box a.t_lightorange {
	background:#f39c12
}

.options_box a.t_red {
	background:#c14c4b
}

.options_box a.t_green {
	background:#44a582
}

.options_box a.t_cocoa {
	background:#d6c05d
}

.options_box a.t_purple {
	background:#c81dbe
}

.options_box a.t_yellow {
	background:#fcdd45
}

.options_box a.t_blue {
	background:#467da2
}

.options_box a.t_cocoa {
	background:#d6c05d
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6
}

#accent_color {
	color:#fff;
	background:#ef5523;
	border:none;
	text-transform:uppercase;
	margin-left:2px;
	text-align:center;
	outline:0
}

#bodybg_color {
	color:#fff;
	background:#ccc;
	border:none;
	text-transform:uppercase;
	margin-left:2px;
	text-align:center;
	outline:0
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6
}

.bgr .bg.bg1 {
	background:url(../img/bodybg/bg1.png) repeat left top
}

.bgr .bg.bg2 {
	background:url(../img/bodybg/bg2.png) repeat left top
}

.bgr .bg.bg3 {
	background:url(../img/bodybg/bg3.png) repeat left top
}

.bgr .bg.bg4 {
	background:url(../img/bodybg/bg4.png) repeat left top
}

.bgr .bg.bg5 {
	background:url(../img/bodybg/bg5.png) repeat left top
}

.bgr .bg.bg6 {
	background:url(../img/bodybg/bg6.png) repeat left top
}

.bgr .bg.bg7 {
	background:url(../img/bodybg/bg7.png) repeat left top
}

.bgr .bg.bg8 {
	background:url(../img/bodybg/bg8.png) repeat left top
}

.bgr .bg.bg9 {
	background:url(../img/bodybg/bg9.png) repeat left top
}

.bgr .bg.bg10 {
	background:url(../img/bodybg/bg10.png) repeat left top
}

/* Theme Styler :: End */
ul.footer-icons {
}

ul.footer-icons li {
	width:32px;
	float:left;
	margin:5px
}

.icon img.area-icon {
	width:42px;
	margin-top:5px
}

.row .margin-b {
	margin-bottom:10px!important
}

.contact-number {
	position:absolute;
	top:245px;
	z-index:9999;
	right:0;
	color:#003668;
	font-size:31px;
	font-weight:400
}

.contact-number.white {
	color:#fff
}

.contact-number.top-100px {
	top:100px
}

.contact-number i {
	color:#306AFF
}

.phone-num {
	font-weight:700;
	font-size:16px
}

.branding {
	padding: 0;
    width: 300px;
    display: block;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #fff;
}

.branding span {
	font-size:12px
}

.branding img {
	width:100px;
	height:40px;
	/* margin-top:-10px */
}

.contact-content .container {
	margin-top:460px
}

div#html5-watermark {
  display: none!important;
}

p.date {
  color: #247ABF!important;
  font-style: italic;
}

.contact-page .form-group {
  width: 45%;
  float: left!important;
  clear: none;
  padding: 0 7px;
}

h1.animated.fadeIn {
  color: #000;
  padding-left: 11px;
  border-left: 5px solid #247ABF;
  line-height: 28px;
}

body div div.sidebar ul.blog-list {
	margin-bottom: 40px!important;
}

body div div.sidebar ul.blog-list li {
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

body div div.sidebar ul.blog-list li:last-child {
	border-bottom: 0!important;
}

body div div.sidebar ul.blog-list li a {
  font-size: 12px!important;
  color: #247abf!important;
}

body div div.sidebar ul.blog-list li a:hover {
	color: #000!important;
	text-decoration: none;
}

h3.sidebar-article-title {
  float: left;
  margin-bottom: 0!important;
  color: #213341!important;
  line-height: 40px;
  font-weight: bold!important;
  font-size: 22px!important;
}

body #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 480px!important;
	height: 300px!important;
	margin: 0 auto;
}

div.title-container {
	height: 53px!important;
	overflow: hidden;
	position: relative!important;
	
}

h2.mix {
    background: #0D5793;
    color: #fff;
    width: 96%;
    padding: 10px 15px;
    border: 0;
    margin-bottom: 25px;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .logo a {margin-top: 25px;}
	header .span4.right-header {width: 370px;}
}

@media screen and (max-width: 1019px) {
	body.inner-pg #content, header .navigation {width: 100%;}
}

@media screen and (max-width: 991px) {
	header ul.social-links, img.animated.fadeIn.header-featured-image {display: none;}
	header .span4, header .span4.right-header {width: 100%; float: none; text-align: center;}
	header .logo a {margin-top: -5px;}
	header .span4.right-header p.phone.local {float: none; display: inline-block;}
	.mobile-menu {display: block!important;}
	.navbar .nav {display: none;}
}