/*!
 * ##################### Bootstrap CUSTOM #####################
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Author: Surajit Kayal / Webmagix / surajitkayal@webmagix.co.in ;
 */

/* Regular */
@import url(http://fonts.googleapis.com/css?family=Rokkitt);
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff');
    src: url('../fonts/OpenSans-Regular.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.woff');
    src: url('../fonts/DroidSans.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen.otf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

body {
	background: #ffb540;
	font-size: 14px;
	margin: 0;
	font-family: 'Open Sans', sans-serif, Arial;
	color: #666;
}
a {color: #92051d;}
a:hover {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* HEADER */
.page-header {
    background: url(../img/header-bg.png) bottom repeat-x #93051f;
	border-bottom: 10px solid #c00726;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    /* max-width: 1000px; */
}

.page-header h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 16px;
    text-shadow: none;
    color: #fff;
    text-align: right;
}

.top-social {
	color: #fff;
	float: right;
	margin-bottom: 5px;
}
.phone {
	margin: 0;
	text-align: right;
}
.top-social img {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
}

.top-social img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #05355d;

	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
}

.top-social .facebook {
	background: url("../img/sprite.png")  0 -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .facebook:hover {
	background: url("../img/sprite.png")  0 0px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .linkedin {
	background: url("../img/sprite.png")  -48px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .linkedin:hover {
	background: url("../img/sprite.png")  -48px 2px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .google {
	background: url("../img/sprite.png")  -98px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .google:hover {
	background: url("../img/sprite.png")  -98px 4px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .twitter {
	background: url("../img/sprite.png")  -148px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .twitter:hover {
	background: url("../img/sprite.png")  -148px 6px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px #111111;
	margin: 0;
}

.well {
	overflow: hidden;
	border-radius: 0;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 900px;
	border: 1px solid #fff;
	background: #fff;
	margin-top: 20px;

	-moz-box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555;
	box-shadow: 1px 1px 4px #555;
}

.content-title {
	background: #a80522;
    margin: 10px;
    padding: 3px 0;
    border-top: 8px solid #ce062a;
    color: #fff;
    font-family: 'Rokkitt';
    font-size: 27px;
    text-align: center;
}

.content-title.gray {
	background: #787878;
    border-top: 8px solid #c3c3c3;
}

 /* NAVIGATION */
 #navbar {
 	background: #27b173;
 }
 .navbar {
 	margin-bottom: 0;
 	margin: 0 auto;
 }
 .navbar-inner {
 	background: #27b173;
 	border-radius: 0;
 	box-shadow: none;
 	padding-left: 0;
 	padding-right: 0;
 	border: 0;
 }
 .navbar .nav > li > a {
 	text-shadow: none;
 	text-transform: uppercase;
  	color: #fff;
  	font-size: 21px;
  	font-family: 'Droid Sans';
 	-moz-text-shadow: 1px 1px #222;
	-webkit-text-shadow: 1px 1px #222;
	text-shadow: 1px 1px #222;
	margin: 10px;
 }


.navbar .nav > .active a, .navbar .nav > .active a:hover, .navbar .nav > li > a:hover {
 	text-shadow: none;
 	background: #05355d;
 	color: #fff;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 }

@media (min-width: 320px) and (max-width: 979px) {

	.nav-collapse .nav > li > a {
		color: #fff !important;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	 	background: #05355d !important;
	 }

}

.nav .twitter, .nav .facebook, .nav .shasha {
	display: block;
	width: 24px;
	height: 24px;
	background: #11408E;
	padding: 0;
	margin-left: 5px;
	border-radius: 0;
}
.nav .twitter:hover, .nav .facebook:hover, .nav .shasha:hover {
	background: #CCC;
}

/* CONTENT */
.body-content-slider {
	background: url("../img/intro-bg.png") center repeat-x #929292;
	border: 0;
	padding: 20px 0;
}

.intro-text {
	background: url("../img/trans.png");
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Rokkitt';
    line-height: 22px;
    margin: 0 30px;
    margin-top: 20px;
    padding: 20px;
    border-left: 7px solid #f8ac32;
    text-align: justify;
}

.intro-text span {
	color: #f8ad30;
	font-size: 21px;
}

.body-content-feature {
	background: #fff;
	text-align: center;
	margin-top: 20px;
	border: 1px solid red;
}

.body-content-feature h1 {
	background: #d5d5d5;
	display: block;
	padding: 30px;
	margin: 0 auto;
	border: 7px solid #f0f0f0;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	width: 80px;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.body-content-feature h1:hover {
	background: #54c0ee;
	border: 7px solid #93dbf8;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	/* -moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); */
}

.body-content-feature h4 {
	color: #06406e;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
}

.body-content-feature p {
	margin-bottom: 30px;
}

.body-content-feature .page-title {
	color: #2ecd71;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 26px;
  	font-family: 'Oxygen';
  	font-weight: 300;
}
.body-content-two {
	background: #efefef;
	padding: 20px 0;
}

.body-content-two h4 {
	color: #27b173;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	font-size: 18px;
}

.body-content-two p {
	margin-bottom: 30px;
}

.marketing {
	border: 0px solid red;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.box {
	background: #f6f6f6;
    margin: 10px;
    padding: 5px;
    min-height: 180px;
    font-size: 12px;
    color: #c10727;
    border-bottom: 1px solid #f6f6f6;
}

.box:hover {
	background: #fff;
    border-bottom: 1px solid #a80522;
}

.box h4 {
	font-size: 16px;
	color: #222;
	font-family: 'Rokkitt';
	font-weight: normal;
	background: url("../img/tick.png") top left no-repeat;
	padding-left: 32px;
	line-height: 24px;
	min-height: 30px;
	border-bottom: 1px solid #fff;
}

.box p {
	padding: 0 5px;
}

.box.share {
	background: none;
}
.box.share:hover {
	border: 0;
}

.contactus {
	text-align: center;
	text-transform: uppercase;
}

.contactus .btn {
	font-size: 30px;
	line-height: 40px;
	-moz-text-shadow: 1px 1px #111;
	-webkit-text-shadow: 1px 1px #111;
	text-shadow: 1px 1px #111;
}

.btn {
	border-radius: 0;
	-moz-box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555;
	box-shadow: 1px 1px 4px #555;
}

/* colorof primary button */

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e01135;
  *background-color: #aa0622;
  background-image: -moz-linear-gradient(top, #e01135, #aa0622);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e01135), to(#aa0622));
  background-image: -webkit-linear-gradient(top, #e01135, #aa0622);
  background-image: -o-linear-gradient(top, #e01135, #aa0622);
  background-image: linear-gradient(to bottom, #e01135, #aa0622);
  background-repeat: repeat-x;
  border-color: #aa0622 #aa0622 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe01135', endColorstr='#ffaa0622', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #aa0622;
  *background-color: #aa0622;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #aa0622 \9;
}

/* form */

.modal-header h3 {
    border-bottom: 1px solid #ffb540;
    color: #a80522;
    font-family: 'Rokkitt';
    font-size: 22px;
    text-align: center;
}

.modal-footer {
	text-align: center;
	font-size: 12px;
}
.modal-body label {
    color: #C10727;
    font-size: 16px;
    font-family: 'Rokkitt';
    clear: both;
    display: block;
    float: left;
    margin-bottom: 5px;
    min-width: 180px;
}
.modal-body input {
	border-radius: 0;
}


.video, .subscribe {
	text-align: center;
	margin-top: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* testimonials */

.testimonials .boxt {
	background: url("../img/testi.png") top left no-repeat #f5f5f5;
    margin: 10px;
    padding: 5px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ffb540;
    padding-left: 36px;
}

.testimonials .boxt:hover {
    color: #bf1721;
}

/* FOOTER */

.credits {
	color: #92051d;
	font-size: 13px;
	line-height: 22px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

.credits .well {
	background: none;
	border: 0;
	padding: 5px 10px;
	margin: 0;
}

.credits.first {
	background: #2595c5;
}

.credits.second {
	background: #2e2e2e;
}

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

.social {
	text-align: right;
}

.social img {
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.5;
	text-decoration: none;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.social img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;

	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}


.navbar .btn-navbar {
	background: #05355d !important;
	padding: 10px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
}

.resume .span5:hover {
	background: #2fcc71;
	color: #fff;
}

.resume .span5 p {
	padding: 10px;
	margin: 10px 0;
	text-align: justify;
}

@media (min-width: 320px) and (max-width: 979px) {
	body .row 		{font-size: 13px;}
	h1.logo 		{margin: 0 0 20px; text-align: center;}
	h1.logo a 		{font-size: 28px;}
	.top-social img, .social img 	{width: 32px;}
	.top-social, .phone, .credits.second, .social {text-align: center;}
	.social 		{margin-top: 20px;}
	.body-content-slider h2 {margin-top: 5px;}
	.body-content-slider .carousel-indicators {top: 5px; left: 0; padding: 0 10px;}

.cover img {margin-left: auto; margin-right: auto; position: relative; display: block;}
.box {min-height: 100%;}

}

@media (max-width: 420px) {
	h1.logo a 		{font-size: 20px;}
	.top-social, .phone, .credits.second, .social, .body-content-feature .page-title {text-align: center;}
	.cover img {margin-left: auto; margin-right: auto; position: relative; display: block;}
.box {min-height: 100%;}

}


/* facebook comments */
#fb-root {
display: none;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}