/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-family: "Open Sans", Verdana, sans-serif;
}
.text-muted {
	color: #ffffff;
}
.text-01 {
	color: #ffffff;
}
.text-02 {
	color: #000000;
}
.text-primary {
	color: #fed136;
}
p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
}
p.large {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
a {
	color: #3f8ed1;
	text-decoration:none;
}
a:hover, a:focus, a:active, a.active {
	color: #3f8ed1;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
}
.img-centered {
	margin: 0 auto;
}

.btn-primary {
	border-color: #fed136;
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #fed136;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: #f6bf01;
	color: #fff;
	background-color: #fec503;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #fed136;
	background-color: #fed136;
}
.btn-primary .badge {
	color: #fed136;
	background-color: #ffffff;
}
.btn-xl {
	padding: 20px 40px;
	border-color: #fed136;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	background-color: #fed136;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	border-color: #f6bf01;
	color: #ffffff;
	background-color: #fec503;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	border-color: #fed136;
	background-color: #fed136;
}
.btn-xl .badge {
	color: #fed136;
	background-color: #ffffff;
}
/*********************************************************/
.bg_blue {
	background: #3f8ed1;
}
.tx_left { text-align:left;}
.text_white { color:#ffffff;}
.shadow_01 {
	-webkit-box-shadow: 0px 9px 22px 5px rgba(153,153,153,1);
	-moz-box-shadow: 0px 9px 22px 5px rgba(153,153,153,1);
	box-shadow: 0px 9px 22px 5px rgba(153,153,153,1);
}
.shadow_02 {
	-webkit-box-shadow: 0px 12px 25px 3px rgba(191,191,191,0.75);
	-moz-box-shadow: 0px 12px 25px 3px rgba(191,191,191,0.75);
	box-shadow: 0px 12px 25px 3px rgba(191,191,191,0.75);
}
.shadow_03 {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	}
.shadow_04 {
-webkit-box-shadow: 0px 12px 38px -1px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 12px 38px -1px rgba(0,0,0,0.53);
box-shadow: 0px 12px 38px -1px rgba(0,0,0,0.53);
}
.shadow_06 {
-webkit-box-shadow: 0px -2px 28px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 0px -2px 28px 0px rgba(0,0,0,0.37);
box-shadow: 0px -2px 28px 0px rgba(0,0,0,0.37);
}
.pad_00 {
	padding: 0;
}
.pad_00_left {
	padding-left: 0;
}
.pad_00_right {
	padding-right: 0;
}
.pad_bottom_01 {
	padding-bottom: 10px;
}
.screen-reader-text {
	display: none;
}
.marg_top_01 { margin-top:16px;}
.marg_bottom_01 { margin-top:10px;}
.left { float:left;}
.ln_00 { line-height:0;}
.more-link { 
	color:#2e6fa6;
	font-weight:700;
}
/*********************************************************/
.navbar {
	border-radius: 0;
	margin: 0;
}
.navbar-default {
	border-color: transparent;
}
.navbar-default .navbar-brand {
	font-family: "Open Sans", Verdana, sans-serif;
	color: #fed136;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #fed136;
	background-color: #fed136;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fed136;
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	outline: 0;
	color: #fed136;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #ffffff;
	background-color: #fed136;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background-color: #fec503;
}
/*************************************************************************/
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}
ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}
.nav-menu li {
	display: inline-block;
	position: relative;
}
.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	/*background-color:;*/
	color: #dabc02;
	font-weight: 400;
}
.nav-menu .sub-menu, .nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	background-color: #3f8ed1;
	font-weight: 700;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #ffffff;
	font-style: italic;
	font-weight: 700;
}
.menu-toggle {
	display: none;
}



#img-home  { 
    /*width:auto;
    height:100%;*/
    overflow: hidden;
    
    min-width: 668px;
    min-height: 466px;
    /*width: auto;
    height:100% ;*/
}


/*************************************************************************/


@media(min-width:768px) {
	
	#img-home  { 
    
    overflow: hidden;
    max-width: 98%;
    height: auto;
    width: 100%;
    
}





	
.navbar-default {
	padding: 0 0;
	border: 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	font-family: "Open Sans", Verdana, sans-serif;/*	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.50);*/
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0px;
}
.navbar-default.navbar-shrink {
	padding: 10px 0;
	background-color: #222;
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
header {
	text-align: center;
	color: #000000;
	background-attachment: scroll;
	/*background-image: url(img/banner.png);*/
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: auto;
	-o-background-size: auto;
	/*height: 335px;*/
	margin-top: 9px;
	z-index: 100;
	position: relative;
}
.top {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	/*width:1366px;
	height:288px;
	/*background:url(img/banner.png) 0 0 no-repeat;*/
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	margin: 0 auto;
}
.top img {
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	width: 100%;
	max-height:330px;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
	margin-bottom: 0;
}
header .intro-text .intro-lead-in .logo-image img {
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	margin-left: 20px;
	margin-top: 40px;
}

header .intro-text .intro-heading {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
header .intro-text {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: -295px;
}
.bg_container {
	background: #3f8ed1;
	z-index: 10;
	position: relative;
}
.container .motto {
	height: 58px;
	padding-left: 10px;
}
.container .motto .site-title {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 5px;
	text-align: right;
}
.site-title a, .site-title a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
@media(min-width:768px) {
header .intro-text {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: -205px;
	height:auto;
}
header .intro-text .intro-lead-in {
	margin-bottom: 0px;
}
header .intro-text .intro-heading {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
}
}
section {
	padding: 100px 0;
}
section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
}
section h3.section-subheading {
	margin-bottom: 75px;
	text-transform: none;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

@media(min-width:768px) {
section {
	padding: 15px 0;
}
}
h2.service-heading {
	margin: 0 0;
	text-transform: uppercase;
	padding: 38px 36px 5px;
	font-size: 32px;
	font-size: 3.2rem;
	color: #ffffff;
	font-style: italic;
}
.service p {
	margin: 0 0;
	padding: 10px 36px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 17px;
}
.service p.text-02 {
	padding-top: 20px;
}
p.text-01 {
	max-height: 250px;
	min-height: 250px;
	overflow: hidden;
	line-height: 1.2;
}

.text-link:hover{
	text-decoration:none;
}

p.text-02 {
	min-height: 20px;
	color: #bc360a;
}
/*******************************************/
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(254,209,54,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 25px;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
}
#portfolio * {
	z-index: 2;
}

@media(min-width:767px) {
#portfolio .portfolio-item {
	margin: 0 0 30px;
}
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #f1f1f1;
}
.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background-color: #fed136;
}
.timeline>li .timeline-image h4 {
	margin-top: 12px;
	font-size: 10px;
	line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}

@media(min-width:768px) {
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	margin-top: 16px;
	font-size: 13px;
	line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media(min-width:992px) {
.timeline>li {
	min-height: 150px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px;
}
}
.team-member {
	margin-bottom: 10px;
	text-align: center;
	height:auto;
	float:left;
}
.team-member img {
	margin: 0 auto;
	}
.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}
.team-member p {
	margin-top: 0;
}
aside.clients img {
	margin: 50px auto;
}
section#contact {
	background-color: #222;
	background-image: url(img/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
}
section#contact .section-heading {
	color: #fff;
}
section#contact .form-group {
	margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px;
}
section#contact .form-group input.form-control {
	height: auto;
}
section#contact .form-group textarea.form-control {
	height: 236px;
}
section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}
 section#contact::-webkit-input-placeholder {
 text-transform: uppercase;
 font-family:"Open Sans", Verdana, sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact:-moz-placeholder {
 text-transform: uppercase;
 font-family:"Open Sans", Verdana, sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact::-moz-placeholder {
 text-transform: uppercase;
 font-family:"Open Sans", Verdana, sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact:-ms-input-placeholder {
 text-transform: uppercase;
 font-family:"Open Sans", Verdana, sans-serif;
 font-weight: 700;
 color: #bbb;
}
section#contact .text-danger {
	color: #e74c3c;
}
footer {
	padding: 0;
	text-align: center;
	margin-bottom:15px;
}
footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	font-family: "Open Sans", Verdana, sans-serif;
	line-height: 40px;
}
footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	font-family: "Open Sans", Verdana, sans-serif;
	line-height: 40px;
}
ul.social-buttons {
	margin-bottom: 0;
}
ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #fed136;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}

::-moz-selection {
 text-shadow: none;
 background: #fed136;
}
::selection {
	text-shadow: none;
	background: #fed136;
}
img::selection {
	background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: #fed136;
}
/**********************************************/
.container_01 {
	-webkit-box-shadow: 0px 1px 11px 12px rgba(191,191,191,0.75);
	-moz-box-shadow: 0px 1px 11px 12px rgba(191,191,191,0.75);
	box-shadow: 0px 1px 11px 12px rgba(191,191,191,0.75);
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
/* Search widget */
.search-form .search-submit {
	display: none;
}
.search-field {
	background-color: transparent;
	background-image: url(img/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 1px;
}
.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
input {
	max-width: 165px;
	color:black;
}
section#portfolio {
	padding-top: 1px;
}
/******************************************/
.chpcs_foo_content {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	margin-right: 10px;
	padding: 0;
}
.chpcs_image_carousel {
 font-family:
}
.chpcs_title {
	background-color: #3f8dcf;
	padding: 7px;
	text-align: left;
	text-transform: uppercase;
	min-height:40px;
	max-height:40px;
}
.chpcs_title a {
	font-size: 12px;
	color: #ffffff;
}
#portfolio .flex-viewport { padding-left:20px;}

p.area_team {
	text-align:left;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	font-size:1,6rem;
	line-height:20px;
	padding:5px 0;
		}
p.area_team_01 {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	font-size:1,2rem;
	padding:3px;
	background:#003d70;
	margin-top:15px;
		}
p.area_team_01 a {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	font-size:1,2rem;
	color:#ffffff;
	text-decoration:none;
		}
div.area_team p {
	text-align:left;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	font-size:1,6rem;
	line-height:20px;
	padding:5px 0;
		}
h4.service-title {
	font-size:12px;
	font-size:1,2rem;
	color:#ffffff;
	padding:5px 5px 27px;
	display: inline-block;
	height:30px;
	line-height:13px;
	overflow:hidden;
	}
 h4.service-title a {
	font-size:12px;
	font-size:1,2rem;
	color:#ffffff;
	display: inline-block;
	text-decoration:none;
	}
.title_news p {
	font-size:16px;
	font-size:1,6rem;
	color:#ffffff;
	}
.title_news p a {
	font-size:16px;
	font-size:1,6rem;
	color:#ffffff;
	}
.text_news {
	height:36px;
	}
.text_news .text_news_01 {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	font-size:1,2rem;
	padding:3px;
	background:#003d70;
	margin-top:7px;
	}
.text_news .text_news_01 a {
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	background:#003d70;
	font-size:10px;
	font-size:1,0rem;
	}
h1.title_news_page {
	font-size:16px;
	font-size:1,6rem;
	padding:10px;
	color:#ffffff;
	}
.page_news .border_01 {
	border-bottom:1px solid #c0daef;
	padding-bottom:10px;
	}
.page_news h2 {
	font-size:16px;
	font-size:1,6rem;
	padding:10px;
	color:#000000;
	}
.top-title-wrapper h1.h1-page-title {
	font-size:24px;
	font-size:2,4rem;
	margin-top: 30px;
	}
.body-news {
	padding-top:10px;
	}
.body-news .date_news { 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left:15px;
	font-family: "Open Sans", Verdana, sans-serif;
} 	
.body-news .content-box-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	font-family: "Open Sans", Verdana, sans-serif;
	padding-top:10px;
	margin-bottom:10px;
	text-align:justify;
	}
.body-news .content-box-text p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	font-family: "Open Sans", Verdana, sans-serif;
	text-align:justify;
	}
.body-news a { 
	color:#3f8ed1;
}

/*
.body-news .twitter-share {
		float: left;
		padding-left:36px;
		margin-top:35px;
		padding-left:10px;
	}
.body-news  .fcbk_share {
	margin-top:25px;
	padding-left:10px;
}
.page_news .twitter-share {
	margin-top:10px;
}

.twitter-share {
		float: left;
		padding-left:36px;
}
	
#twitter-widget-0{
	margin-left:10px;
	margin-top:35px;
}
	
.page_news #twitter-widget-0 {
	margin-top:10px;
}

.service #twitter-widget-0 {
	margin-top:10px;
}
	
.fcbk_share {
	float: left;
  padding-left: 36px;
  padding-top: 10px;
}
*/

.share_div{
    text-align: left;
    padding-left: 40px;
}

.share-icon{
		margin-top:40px;
}

.fcbk_share {
	margin-top: 5px;
  margin-bottom: 5px;
}

.credits a {
	font-size:12px;
	}
.credits a:hover {
	color:#1f81d0;
	}

/***************************************************/
footer {
	padding-top: 25px;
	text-align: left;
	color:white;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	color: white;
}
.login-class {
	padding: 20px;
	border: 2px;
	border-color: white;
	border-style: solid;
	margin-top:20px;
	margin-bottom:20px;
	
}
footer a {
	color:black;
	font-size:13px;
}

footer a:hover { 
    color: #fed136;
}


#user-submit{
	color: #3f8ed1 ;
	width:100px;
} 

/*input{
	max-width:100%;
	width: 100%;
}*/

#rememberme{
	width: 25px;
}
footer label{
	color:white;
}

.footer-class-col{
	margin-top:20px;
	margin-bottom:20px;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
    margin-top:10px;
}
#subscription-toggle {
	position: relative;
	right: 0px;
	top: 15px;
	left: 50px;
	font-size: 15px;
}
.newsletter_footer .newsletter_text { font-size:12px;}
input.wpcf7-submit {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background:#FFFFFF;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
		background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
		border:1px solid #3278BE;
}
input.wpcf7-submit:hover {
		color:#fff;
		border-color:1px solid #3278BE;
		background:#4195DD;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#afc1d0), to(#1e64a0));
		background:-moz-linear-gradient(0% 90% 90deg, #1e64a0, #afc1d0);
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #0091d4;
}


/*****************************************/
@media (max-width: 320px)  {
header .intro-text .intro-lead-in .logo-image img {
	display: block;
	max-width: 30%;
	height: auto;
	margin-top:0;
	position:absolute;
	top:0px;
	left:0px;
}
header .intro-text {
    padding-top: 10px;
    padding-bottom: 5px;
	margin-top: 0;
}
.container .motto {
	height: auto;
	
}
/*header {
	height:220px;
}*/
.container .motto .site-title {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 5px;
}
section {
    padding: 20px 0;
}
p.text-01 {
    /*max-height: 150px;
    min-height: 150px;*/
    overflow: hidden;
}
.pad_00_left {
    padding-left: 15px;
}
.pad_00_right_320 {
    padding-right: 15px;
}
.wid_320 {
	width:229px;	
	}
.text_news .text_news_01 {
    margin-top: 0px;
	margin-bottom:10px;
}
.text_news {
    height: 50px;
}
.marg-bott_01_320 {
margin-bottom: 10px;
}
.nav-menu li {
    display: block;
}
#subscription-toggle {
    top: 1px;
	left: 1px
}
.page_news .border_01 {
    border-bottom: 0px solid #c0daef;
    padding-bottom: 10px;
}
}
@media (min-width: 321px) and (max-width: 480px) {
header .intro-text .intro-lead-in .logo-image img {
	display: block;
	max-width: 30%;
	height: auto;
	margin-top:0;
	position: absolute;
	top:5px;
	left: 5px;
}
header .intro-text {
    padding-top: 10px;
    padding-bottom: 5px;
		margin-top: 0;
}
.container .motto .site-title {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 5px;
}
.container .motto {
    height: 30px;
    padding-left: 10px;
}
.pad_00_left {
    padding-left: 15px;
}
.pad_00_right {
    padding-right: 15px;
}
section {
    padding: 25px 0;
}
.wid_320 {
    width: 229px;
}
.marg-bott_01_320 {
margin-bottom: 10px;
}
.text_news {
    height: 50px;
}
.tx_left {
    padding-left: 100px;
}
.nav-menu li {
    display: block;
}
#subscription-toggle {
    top: 1px;
	left: 1px
}
.page_news h2 {
    margin-top: 30px;
}
.page_news .border_01 {
    border-bottom: 0px solid #c0daef;
    padding-bottom: 10px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
	
		.container .motto .site-title {
		    font-family: "Open Sans", Verdana, sans-serif;
		    font-size: 28px;
		    text-transform: uppercase;
		    color: #FFFFFF;
		    font-weight: 400;
		    margin-top: 0px;
		    padding-top: 5px;
		}
		header .intro-text {
		    margin-top: -180px;
		}
		#subscription-toggle {
		    top: 1px;
			left: 1px;
		}
		.page_news h2 {
		    margin-top: 30px;
		}
}
@media (min-width: 768px) and (max-width: 1023px) {
header {
	height:300px;
}
p.text-01 {
    /*max-height: 100px;
    min-height: 100px;*/
    overflow: hidden;
}
.pad_00_left {
    padding-left: 15px;
}
.left_01 {
	float:left;
	}
.text_news {
    height: 58px;
}
.wid_320 {
    width: 229px;
}
.tx_left {
    padding-left: 120px;
}
}

@media (min-width: 1024px) and (max-width: 1200px) {
header .intro-text {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: -295px;	
}
.container .motto .site-title {
    font-size: 24px;
	text-align:right;
}
header {
	height:262px;
}
p.text-01 {
    /*max-height: 120px;
    min-height: 120px;*/
    overflow: hidden;
}
header {
	height:250px;
	}
.float_1024 {
float: left;
}
}
@media (min-width: 1200px) {
header .intro-text {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	margin-top: -295px;
}

.container .motto .site-title {
    text-align: right;
}
}



.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width:20%;
}
.gallery img {
    border: 2px solid #cfcfcf;
    width:80%;
    height:80%;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }


.img-news{
	height:102px;
	width:229px;
}

/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/*div.crop_image {  
     
}*/




.fb_iframe_widget{
	z-index: 100;
}
	


.pad_00_left a{
	color: white;
}



.area_team_link{
	color:#ffffff;
}

.area_team_link:hover{
	color:#ffffff;
	text-decoration: none;
}

.chpcs_more{
		font-size:14px;
		font-weight:bold;
}

.nav-links{
		font-size:14px;
}

.img-article{
	margin-top:10px;
}
