/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html, body
{
    margin: 0px;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: "·L³n¥¿¶ÂÅé" , "Open Sans" , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}

body
{
    padding-top: 50px;
    font-family: Roboto,Arial;
    background-color:#FFFFFF
}

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

.img-hover:hover {
    opacity: 0.8;
}

h1,h2,h3,h4
{
    color: #FFFFFF;
    font-weight:500;
    font-family: Roboto,Arial;
}

a{color:#FFFFFF; text-decoration:none;}
a:hover{color:#FFFFFF;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

.page-header
{
    border-width: 1px;
    border-color: #006600;
    border-bottom-style: dotted;
}
.active
{
    color: #FFFFFF !important;
    font-weight: bold;
}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #FFFFFF;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#00a9c6;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#1BC0DC;box-shadow: none;}

/*works*/
#works{}
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;color: #FFFFFF}
/*works*/

@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
	.grid figure h1{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}

@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#works {}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}



	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.process ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */



/* Responsive Styles */

/*========================
==== Footer Section ======
==========================*/

.footer-widget-wrapper
{
    padding: 57px 0 20px;
    border-top: 1px solid #dfdfdf;
    position: relative;
    background-size: cover;
}

.footer-widget-wrapper:before {
	position: absolute;
	top: -4.5px;
	left: 50%;
	margin-left: -4.5px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #f0f0f0;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h1
{
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    margin: 3px 0 30px;
    color: #009900;
}

.footer-widget h1:before,
.footer-widget h1:after {
	position: absolute;
	content: "";
}

.footer-widget h1:before
{
    top: 9px;
    right: 0;
    width: 40%;
    height: 1px;
    background: #009900;
}

.footer-widget h1:after {
	width: 5px;
	height: 5px;
	right: 40%;
	top: 6.5px;
	margin-right: -2.5px;
	border-radius: 50%;
}

.footer-widget h1 span {
	font-weight: 300;
}

.contact-widget i, .twitter-widget i {
	font-size: 24px;
	margin-right: 12px;
}

.footer-logo {
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 130px;
}

.text-widget p {
	margin-bottom: 22px;
}


.footer-bottom
{
    margin: 0px;
    padding: 15px 0 5px 0;
    background-color: #00691C;
}

.footer-bottom a, .footer-bottom p {
	color: #fff;
}

.footer-bottom a:hover {
	color: #000;
}

.footer-menu li {
	padding: 0 20px;
}

.footer-menu li:first-child {
	padding-left: 0;
}

.footer-menu li:last-child {
	padding-right: 0;
}

.footer-menu li a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {}

.copy-right p strong {
	font-weight: 900;
}

.copy-right a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copy-right a:hover {
	color: #fff;
}

/*----------- Img --------------*/


/*B&W*/
.img
{
    border-width: 1px;
    border-color: #C0C0C0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-bottom-style: solid;
   
}
.img:hover
{
    -webkit-filter: grayscale(50%);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,255,34,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,255,34,1);
box-shadow: 0px 0px 15px 0px rgba(0,255,34,1);
   
}

/*------Tab ----------*/
.tab-pane p
{
    font-weight: normal;
    color: #666666;
}
.nav-tabs li a
{
    color: #000000;
}
.hrsmallleft
{
    margin: 0px auto 45px auto;
    padding: 0px;
    width: 20%;
    border-bottom-style: double;
    border-width: 3px;
    border-color: #006600;
}
.btn-label
{
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 10px;
    background: rgba(0,0,0,0.15);
    border-radius: 2px 0 0 2px;
}
.btn-labeled
{
    padding-top: 0;
    padding-bottom: 0;
}
.few
{
    padding-top: 4px; padding-bottom: 2px
}
.paddingin
{
    padding-right: 10px;
    padding-left: 10px;
}
.paddingin .img
{
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin: 0px;
}
.common
{
    margin: 0px;
    padding: 50px 0px 20px 0px;
}
.style
{
   resize: none;
}


.back-to-top
{
    position: fixed;
    bottom: 25%;
    right: 0px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    padding: 1em;
    display: none;
    font-weight: bold;
    background-color: rgb(51, 153, 102);
}
.back-to-top:hover
{
    background-color: #99CC00;
    text-decoration: none;
    color: #FFFFFF;
}	