/* Fonts */
@font-face {
    font-family: 'pacificoregular';
    src: url('fonts/pacifico/pacifico-webfont.eot');
    src: url('fonts/pacifico/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pacifico/pacifico-webfont.woff') format('woff'),
         url('fonts/pacifico/pacifico-webfont.ttf') format('truetype'),
         url('fonts/pacifico/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans/opensans-bold-webfont.eot');
    src: url('fonts/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('fonts/opensans/opensans-bolditalic-webfont.eot');
    src: url('fonts/opensans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-bolditalic-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans/opensans-italic-webfont.eot');
    src: url('fonts/opensans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans/opensans-light-webfont.eot');
    src: url('fonts/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/opensans/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-lightitalic-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans/opensans-regular-webfont.eot');
    src: url('fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global Styles */

*{
  outline: 0!important;
}

html, body {
  height:100%;
  font-family: 'open_sansregular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	margin: 0;
	padding: 0;
  color: #666;
}

a {
  color: #3498db;
}

a:hover, a:focus {
  color: #144e82;
  text-decoration: none;
}

.placeholder { 
  color: #aaa; 
}

.container-int{
  margin-bottom: 50px;
}

#topcontrol{
  background-color: #000;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 20px;
  color: #9B9B9B;
  z-index:1001;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'open_sanslight';
  color:#144e82;
}

h4, h5, h6, .h4, .h5, .h6{
  font-family: 'open_sansbold';
}

h2.section-title{
  margin: 0px 0 30px 0;
  font-size: 25px;
}

h3.section-title{
  margin: 0px 0 20px 0;
  font-size: 20px;
}

h1.post-title, h2.post-title{
  font-family: 'open_sansbold';
  font-size: 24px;
  margin-top: 0;
}

p {
  margin: 0 0 25px 0;
  line-height: 23px;
}

/* ===== news list ===== */
@media (max-width: 767px) {
	#newslist {
	margin-top:20px;
	margin-bottom:0;
	padding-top:30px;
	padding-bottom:0;
	background:url(../img/shadow_h_250x30.png) no-repeat center top;
}
}	
@media (min-width: 768px) {
#newslist {
	margin-top:-3%;
	margin-bottom:-3%;
	padding-top:3%;
	padding-bottom:3%;
	padding-left:30px;
	background:url(../img/shadow_v_30x250.png) no-repeat left center;
}
}

.learnmore {
	font-size:0.6em;
	font-weight:bold
	}

header.h2 {
	color:#144e82;
	margin-bottom:8px;}
	
.newslist ul{
  margin-top:8px;
  padding: 0;;
  list-style: none;
  font-size: 13px;
}

.newslist ul li a{
  color: #666;
  padding: 6px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #bababa;
}

.newslist ul li a:hover{
  color: #333;
}
	
blockquote {
  padding: 15px 20px;
  border-left: 5px solid #3498db;
  background: #f0f0f0;
}

blockquote p {
  font-size: 15px;
  line-height: 24px;
}
/* ===== header ===== */

.header{
	  /* can be treated like a fallback */
  background-color: #145084;
  background-image:
    linear-gradient(to right, #175892, #042840);
	border-bottom: 1px solid #145084;
	width: 100%;
	height: 120px;
	font-size: 0.9em;
	z-index: 999;
}

.header-brand{
	height: 120px;
	padding-top:30px;
	width:100%;
}
.header-brand:hover,
.header-brand:focus {
  text-decoration: none;
}

.header-brand .container .pull-right {
	padding-top:20px;
}
@media (max-width: 767px) {
		.header-brand .container .pull-right {
			display:none;
		}
}	
@media (min-width: 768px) {
	.header-brand .container .pull-right {
	padding-top:20px;
	display:block;
}
	.header-brand{
	background: url(../img/sacC_wave.svg) left top no-repeat;
	background-size:100% 150px;
	height: 120px;
	padding-top:30px;
	width:100%;
}
}


@media (min-width: 1200px) {
	.header-brand{
	background: url(../img/sacC_wave.svg) left top no-repeat;
	background-size:100% auto;
	height: 120px;
	padding-top:30px;
	width:100%;
}
}

@media (max-width: 767px) {
.header-brand > .container {
margin-left:auto;
margin-right:auto;
width:290px;
}
}

/*----search ----*/
.searchbar {
	width: 100%;
	}

.searchbar >.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff;
  vertical-align: middle;
  background-color: rgba(20, 81, 132, 0.50);
  border: 1px solid rgba(225, 225, 225, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.searchbar >.form-control:focus, .searchbar >.form-control:hover {
  border-color: rgba(225, 225, 225, 0.6); /*-#66afe9-*/
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/*.searchbar >.form-control:-moz-placeholder {
  color: #fff;
}*/
.searchbar >.form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}

.searchbar >.form-control::-ms-input-placeholder {
  color: #587e9d;
  opacity: 0.3;
}

.searchbar >.form-control::-webkit-input-placeholder {
  color: #587e9d;
    opacity: 0.3;
}
/*-- search sm-- */
@media (max-width: 767px) {
 .container >.navbar-collapse > .searchbar {
	display:block;
	width:100%;
	margin-top:10px;
}

form .form-control{
  background: rgba(255,255,255,0.6);
  border: none;
  color: #666;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

form .form-control:focus,
form .form-control:hover {
  background: #ECF0F1;
  color: #000;
  border:solid 1px #145084; 
  box-shadow: none;
  -webkit-box-shadow: none;
}

form .input-group-btn .btn{
  height: 34px;
}

form .form-control::-moz-placeholder {
  color: #999;
}

form .form-control::-ms-input-placeholder {
  color: #587e9d;
}

form .form-control::-webkit-input-placeholder {
  color: #587e9d;
}

}
@media (min-width: 768px) {
 .container >.navbar-collapse > .searchbar {
	display:none;
}
}

/*-- search Buttons-- */
.searchbar > .btn{
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none; 
}

.btn-trans {
  color: rgba(225, 225, 225, 0.6);
  background-color: rgba(225, 225, 225, 0.2);
}

.btn-trans:hover, .btn-trans:focus, .btn-trans:active, .btn-trans.active, .open .dropdown-toggle.btn-trans{
  background-color: #3498db;
}
/*----end of search btn --*/
/*----end of search --*/

/*----nav bar --*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	left: -75px;
	top: 32px;
}
	.navbar{
  margin: 0;
  border: none;
  border-bottom: 2px solid #d36424;
  border-radius: 0;
  z-index: 1000;
}


@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}

@media (max-width: 767px) {
nav >.container{
	padding:0;
}
  /*-- double check--*/
  .container >.navbar-collapse { 
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
	position:relative;
	width:100%;
}
}
/*-- double check--*/
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
}

.navbar-toggle {
	margin-right: 30px;
}

.navbar-inverse {
  background-color: #ff792c;
  border-color: #d36424;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 15px 12px;
  font-family: 'open_sansbold';
  letter-spacing:0.05em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #d36424;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #d36424;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #d36424;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
  background-color: #d36424;
}

.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:visited
{
  background-color: transparent;
}

.navbar-inverse .textonly:hover
{
  background-color: #d36424;
  color:#fff;
  opacity:0.8;
}
.navbar-inverse .textonly
{
  color:#fff;
  opacity:0.5;;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .textonly
 {
  border-color: #d36424;
  outline: none;
}

.navbar-toggle {
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-left: 30px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.textonly {
	padding: 2px 10px;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 30px;
	background-color: transparent;
	background-image: none;
	display:block;
	color:#fff;
	border: 1px solid transparent;
	border-radius: 4px;
}
.textonly i:hover,
.textonly i:focus
{
	color:#fff;
}

@media (max-width: 767px) {
  .textonly {
	margin-right: 30px;
  }
}


i.fa.fa-angle-down {
	font-weight:bold;
	}

.dropdown-menu{
  background-color: #d36424;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.dropdown-menu > li > a{
  color: #fff;
}

#FYI {
	position: relative;
	background:url(../img/shadow-divider.png) no-repeat center top;
	background-color:white;
	margin-top:-30px;
	padding-top:30px;	
	}

@media (max-width: 767px) {
#FYI .container {
width:100%;
}
}

/* FYI & small carousel */

#scroller.item,
#scroller.item active, #scroller.carousel,
#scroller.carousel-inner {
  height: auto;
}
/*img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: 100%;
  width:auto;
}
*/
#slidernav {
	margin:-20px 0 10px 0;
	}

.footer-after > .container > .row {
margin:auto;
width:100%;
text-align:center;	
	}
.link-portfolio{
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 15px;
  height:200px;
}

.link-portfolio .overlay-portfolio{
  background: rgba(0, 0, 0, 0.71);
  padding: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #E9E9E9;
  opacity: 0;
  filter: alpha(opacity=0);
}

.link-portfolio .overlay-portfolio h3{
  font-size: 14px;
  font-family: 'open_sansbold';
  margin: 0 0 20px 0;
}

.social-networks li{
  padding: 0;
}

.social-networks li a{
  width: 30px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
}

.social-networks div.icon-social{
  width: 30px;
  text-align: center;
  color: #FFF;
  padding: 6px 0 7px 4px;
  font-size: 15px;
  line-height: 15px;
}

.social-networks div.icon-social.icon-social-facebook.normal{
  background: #3B5998;
}

.social-networks div.icon-social.icon-social-twitter.normal{
  background: #00CEFD;
}

.social-networks div.icon-social.icon-social-google-plus.normal{
  background: #D64136;
}

.social-networks div.icon-social.icon-social-pinterest.normal{
  background: #C32021;
}

.social-networks div.icon-social.icon-social-linkedin.normal{
  background: #0077B5;
}

.social-networks div.icon-social.icon-social-youtube.normal{
  background: #CF3427;
}

.social-networks div.icon-social.hover{
  background: #2c3e50;
}

.latest-tweets{
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-tweets li{
  margin-bottom: 15px;
}

.latest-tweets i.fa.fa-twitter{
  color: #00CEFD;
  margin: 0 5px 0 0;
}

address i.fa{
  margin: 0 5px 0 0;
}

.clients img{
  padding: 10px 0;
}

p.legal{
  text-align: right;
}

.breadcrumb{
  background: none;
  padding: 0;
}

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
}

.panel-default {
  border-color: #EBEBEB;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-title {
  font-size: 14px;
}

.panel-default > .panel-heading {
  color: #666;
  background-color: #F8FAFA;
}

.well{
  padding: 20px;
  background: #f0f0f0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.well.well-lg{
  padding: 24px;
}

.well.well-sm{
  padding: 9px;
}

div.list-posts{
  padding: 0;
}

div.list-posts ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

div.list-posts ul li{
  margin: 0;
}

div.list-posts ul li a{
  color: #95A5A6;
  padding: 8px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

div.list-posts ul li a:hover{
  background: #BDC3C7;
  color: white;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #169D83;
}

.post{
  border-bottom: 1px solid #EEE;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.img-post{
  margin: 0 0 25px 0;
  display: block;
}

.img-post img{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.post-meta .fa{
  margin: 0 5px 0 15px;
  color: #16A085;
}

.post-meta .fa.first{
  margin: 0 5px 0 0;
}

/* comments */
.comment-author-icon{
  background: #ECF0F1;
  padding: 18px 20px;
  border-radius: 50px;
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 20px;
}

.comment-content{
  width: 85%;
  margin: 0 0 0 3%;
}

/* pagination */

.pagination{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #16A085;
}

/* tags */

.tags a{
  background: #1ABC9C;
  padding: 6px 15px;
  margin: 0 0 10px 0;
  display: inline-block;
  color: #f0f0f0;
  font-size: 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.tags a:hover{
  background: #16A085;
}

/* Tabs */
.nav-tabs{
  border-bottom: none;
}

.nav-tabs > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #f0f0f0;
  border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ECF0F1;
}

.nav-stacked > li + li{
  margin-top: 0;
}

.nav-pills li a{
  padding: 7px;
  border-bottom: 1px solid #EDEDED;
}

.tab-pane {
  margin-top: 1px;
  background: #f0f0f0;
  padding: 15px;
}

.label-default {
  background-color: #1ABC9C;
}

/* Buttons */
.btn{
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  outline: none; 
}

.btn-lg {
  padding: 10px 35px;
}
.btn-primary {
  color: #FFF;
  background-color: #3498db;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background-color: #144e82;
}

.btn-info{
  background-color: #2C3E50;
}

.btn-info:hover{
  background-color: #95A5A6;
}

.input-group-btn:last-child > .btn {
  padding: 7px 12px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 30px 0;
}

.section-colored {
	background-color: #34495E;
}

.section-colored.home{
  background: #e2e2e2;
}

.section-colored.home h3{
  margin: 0;
  color: #4d4d4d;
  line-height:1.6em;
}

.section-header {
  background-color: #ECF0F1;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar h4{
  margin: 0 0 25px 0;
}

.sidebar .tab-content{
  margin-bottom: 20px;
}

.form-control{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  resize: none;
  background: #FCFCFC;
  border-color: #E4E4E2;
}

.form-control:focus{
  border-color: #1ABC9C;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* Carousel Customization */
.carousel {
  height: 330px;
  /*background: #34495e;*/
}

.carousel-control.left, .carousel-control.right{
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  filter: none;
}

.carousel-control.left i{
	left: 1px;
}

.carousel-control.right i{
  right: 0;
}

.carousel-control.left i, .carousel-control.right i{
	position: absolute;
	top: 120px;
	font-size: 25px;
	background: black;
	line-height: 40px;
	padding: 0 15px;
}

.carousel-indicators li, .carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 1px;
}

.carousel-caption {
  position: absolute;
  display: table;
  float:left;
  height:100%;
  right: 5%;
  bottom: 0;
  left: 12%;
  margin:-50px 0 20px 0;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);

}
.captionText{
    vertical-align:middle;
    display: table-cell;
	width:auto;
    height:330px;
}
.carousel-caption a{
  font-family: 'open_sansregular';
  font-size: 42px;
  line-height: 58px;
  margin:0;
  color: #fff;
  background-color:rgba(0,0,0,0.7);
  padding: 0 10px 0 10px;
}

.carousel-caption a:hover,
.carousel-caption a:focus{
  color: #fff;
  background-color:rgba(0,0,0,0.9);
}

.carousel-caption .button{
  border: 2px solid white;
  -webkit-border: 2px solid white;
  -moz-border: 2px solid white;
  padding: 10px 40px;
  border-radius: 2px;
  color: white;
  font-family: 'open_sansbold';
  margin: 30px 0 0 0;
  display: inline-block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.carousel-inner > .item {
	display: block;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-caption .button:hover{
  text-decoration: none;
  background: rgba(255, 255, 255, 0.13);
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* -- image link reacts on hover --*/
a:hover .fill {
    opacity: 0.8;
}
.block-icon{
	width: 70px;
	height: 70px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 70px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	box-shadow: 6px 6px 8px -5px #666;
}

	
.blue{
	background: #3498db;
	}
.yellow{
	background: #efb11d;
	}
.red{
	background: #e74c3c;
	}
.green{
	background: #1ABC9C;
	}

/* block-icon offset for large sreens */
@media (min-width: 768px){
  .block-icon {
    margin-top: -50px;
  }
}

@media (max-width: 767px){
  .block-icon ul{
    margin-top: -50px;
  }
}

.block-body ul{
  margin-top:8px;
  padding: 0;;
  list-style: circle;
  font-size: 13px;
}

@media (max-width: 767px){
  .block-body ul{
    padding-left: 20px;
  }
}

.block-body ul li a{
  color: #666;
  padding: 4px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.block-body ul li a:hover{
  color: #333;
}
.block-body h2{
  font-family: 'open_sanslight';
  font-size: 19px;
  text-align: center;
}

.block-body p{
  text-align: left;
  font-size: 13px;
  color: #7F8C8D;
}

.line-subtitle{
  height: 1px;
  width: 70px;
  margin: 17px auto;
  background: #DBDBDB;
}

/* Liz's btn-link */
	
.btn-link {
  color: #3498db;
}
.btn-link:hover,
.btn-link:focus {
  color: #144e82;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
h3.error-404{
  font-size: 250px;
  font-family: 'open_sansbold';
  color: #159C81;
}

img.monster{
  max-width: 125px;
}

/* Pricing Page Styles */
.price {
  font-size: 45px;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

.pricing-table .panel-default > .panel-heading{
  background-color: #16A085;
  color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}

.pricing-table .panel-default > .panel-body{
  background-color: #1ABC9C;
  color: #FFF;
}

.list-group-item {
  background-color: #f0f0f0;
  border: 1px solid #ECEBEB;
}


/* Footer Styles */
footer {
  background: #34495E;
  padding: 0 0 30px 0;
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

.footer-brand{
  font-family: 'pacificoregular';
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-brand:hover{
  color: #fff;
  text-decoration: none;
}

footer ul{
	list-style:none;
     padding: 0;
	 margin-bottom:10px;
	}

footer ul li a{
  padding: 4px 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

footer a {
  /*color: rgba(255,255,255,0.5);*/   
  /* ----mute every link in the footer, so that the footer elements will NOT stand out too much, they are NOT the focus */ 
  color:#fff;
  opacity:0.5;
}

footer a:hover{
  /*color: rgba(255,255,255,1);*/
  color:#fff;
  opacity:1;
}

footer h3 a {
  color: #3498db;
  opacity: 1;
}

footer p{
  color: #BDC3C7;
  font-size: 12px;
  line-height: 18px;
}

footer h3{
  font-family: 'open_sansbold';
  margin: 20px 0 15px 0;
  color: #FFF;
  font-size: 14px;
}

footer .form-control{
  height: 30px;
  padding: 3px 6px;
  background: #2C3E50;
  border: none;
  color: #ecf0f1;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

footer .form-control:focus{
  background: #ECF0F1;
  color: #000;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

footer .input-group-btn .btn{
  height: 30px;
}
footer .input-group-btn:last-child > .btn {
  padding: 5px 8px;
}

footer .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}

footer .form-control::-ms-input-placeholder {
  color: #587e9d;
}

footer .form-control::-webkit-input-placeholder {
  color: #587e9d;
}
.translate {margin:10px 0;}

.translate ul li a{
  padding: 0;
}	
.translate span a{
  color: #3498db;
  opacity:1;
}

.translate span a:hover{
  color: #fff;
  opacity:1;
}

.footer-after{
  background: #2c3e50;
  padding: 20px 0;
  font-size: 12px;
}

.footer-after p{
  color: #fff;
  margin: 0;
}

.footer-after a{
  color: #FFF;
}

.footer-after a:hover{
  color: #7f8c8d;
  text-decoration: none;
}

@media (min-width: 1200px){
  .container {
    width: 970px;
  }
}

/* Small devices Tablets  */
@media (max-width: 991px) {
  p.legal{
    text-align: left;
  }
}


/* Extra small devices Phones */
@media (max-width: 767px) {

  .carousel {
    height: 330px;
  }

  .carousel-caption {
    top: 4%;
  }

  .carousel-control.left i, .carousel-control.right i {
    top: 120px;
  }

  .section-colored.home h2 {
    margin-bottom: 30px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #149178;
  }

  h3.error-404{
    font-size: 150px;
  }

  .sidebar{
    margin-top: 30px;
  }

  .comment-content {
    width: 65%;
  }

}
:-ms-input-placeholder {color:#587e9d;}