/****************** GLOBAL *************************/
body {
  font-family: 'Gafata', serif;
	font-size:13px;
	color: #666;
	/*background: url(../img/blogbg.png) 0px 0px repeat;*/
	background-color: #fff;
}
h1,h2,h3,h4{
	color:#816BA1;
	text-transform:uppercase;
}
.purple{
	color:#816BA1;
}
h3 {
	font-size:15px;
}
a:hover {
	text-decoration:none;
}
footer{
	color:#5a4a79;
	background-color: #7b6aa0;
	height: 50px;
	padding: 40px;
}
footer .socmed-icon img{
	width:40px;
	margin-left:20px;
	margin-top:-10px;
	float:right;
	border:5px solid transparent;
}
footer .socmed-icon img:hover{
	width:50px;
	border:none;
}
footer a{
	color:#5a4a79;
}
footer a:hover{
	color:#ECEBE9;
}
.center{
	text-align: center !important;
}
#contact-us-close {
	margin-right:50px;
	margin-top:20px;
	float:right;
}
#contact-us .btn-submit input {
	background: transparent url(../images/contact-us/bt-send.png) no-repeat 0 0;
	width: 73px;
	height: 35px;
	cursor: pointer;
	cursor: hand;	
	border: none;
}
#contact-us .btn-submit input:hover{
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
	filter: alpha(opacity=0.5);
}

#contact-us .content{
	background-color:#ecebe9;
	height:500px;
}
#contact-us .bottom{
	height:20px;
}
#contact-us .bottom img{
	float:right;
	margin-right:135px;
}
#contact-us .cat-title{
	color:#64428e;
	font-size:20px;
	padding-bottom: 10px;
}
.section-files ul{
	list-style:none;
	text-align: left !important;
	margin:40px 0 0;
}
.section-files li{
	padding-top:10px;
	padding-bottom:5px;
}
#contact-us ul{
	list-style:none;
	text-align: none !important;
}
#contact-us i{
	padding-right:5px;
}
#contact-us .contact-us-form {
	margin-top:100px;
}
#contact-us .input-text{
	background:url("../images/contact-us/form-input-text.png") no-repeat scroll 0 0 transparent;
	border:none;
	box-shadow:none;
	height:32px;
	width:288px;
	font-family: 'Gafata', serif;
	color:#666;
	margin-bottom: 10px;
}
#contact-us .input-textarea{
  font-family: 'Gafata', serif;
	background:url("../images/contact-us/form-input-textarea.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 280px;
	color:#666;
}
.hide{
	display:none;
}
#logo,#get-in-touch-container {
	float:right;	
}
#logo{
	padding-left: 30px;
}
#logo img{
	height:70px;
	margin-right:20px;
	margin-top:20px;
}
#get-in-touch-container {
	margin:15px 10px 0 10px;
	padding:auto 10px;
	height:40px;
}

.container{
	/*max-width:1000px;*/
	width:100%;
}
.row {
	margin-left:0;
}
a {
	color:#282828;
}


/***************** HEADERS **************************/
.page-header{
	/*background: url(../img/linebg.jpg) center center repeat-x;*/
	border-bottom:1px solid #ccc;
}
.page-header.inner-header{
	margin-top:50px;
}
.page-header h3{
	font-size:34.5px;
	color:#e93f33;
	display:inline-block;
	padding:5px 20px 5px 3px;
}
.page-header h3 small{
	font-size:18px;
	float:none;
	display:block;
	
}
/****************** NAVIGATION *************************/

.nav-top.ontop{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.nav-top.fixed{
	position:absolute;
	top:-100px;
	left:0px;
	right:0px;
	z-index:1030;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-top.fixed.action{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:1030;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
			filter: alpha(opacity=100);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
	

}

@media (max-width: 960px) {
	.nav-top.ontop{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:auto;

	}
}
.navbar .nav > li > a {
	float: none;
	padding: 5px 10px;
	color: #666;
	margin-right:5px;
	margin-top:10px;
	text-decoration: none;
	text-shadow: none;
	font-size:14px;
	border:none;
	text-transform:lowercase;
}
.navbar .nav > li > a:hover, #get-in-touch-container a:hover{
	color:#852b83;
	font-weight:bold;
	font-size:18px;
	/*text-transform:uppercase;*/
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	font-size:18px;
	font-weight:bold;
	color: #7E2C88 !important;
	text-decoration: none;
	-webkit-box-shadow:  none;
	-moz-box-shadow:   none;
	box-shadow:  none;
	/*border-top:4px solid transparent;
	border-bottom:1px solid #852b83;*/
	background:none;
}
.navbar .brand {
	padding: 25px 60px 25px 200px;
	margin-left:-200px;
	color:#fff;
	text-shadow:none;
	font-size:26px;
	background:#e93f33;
	font-weight:700;
	transform: skew(-20deg,0deg);
-ms-transform: skew(-20deg,0deg); /* IE 9 */
-webkit-transform: skew(-20deg,0deg); /* Safari and Chrome */
}
.navbar .brand span{
	transform: skew(20deg,0deg);
-ms-transform: skew(20deg,0deg); /* IE 9 */
-webkit-transform: skew(20deg,0deg); /* Safari and Chrome */
display:inline-block;
}
.navbar .brand:hover{
	color:#000;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 8px 10px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 8px 10px rgba(0, 0, 0, 0.15);
}
.navbar-inner {
	padding-right: 20px;
	padding-left: 20px;
	background:none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
}
.dropdown-menu {
	border:none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background:none;
	color: #7E2C88;
}
.dropdown-menu li a:hover{
	background:none;
	color:#7E2C88;
}
.dropdown-menu {
	background-color:#e9e9e9;
	box-shadow:none;
}
.navbar .nav > li > .dropdown-menu:before {
	border:none;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom-color:#e9e9e9;
}
.navbar .pull-right > li > .dropdown-menu {
	/*left:0;*/
}
#top-nav{
}
.navbar .container {
	max-width: 1170px;
}	
/* ################ Carousel sliders section#####################  */
	
/******* TOP SLIDER
**************/
.slider_top {
	padding-top:0;
}
.slider_top .carousel-control {
	position: absolute;
	top: 250px;
}
.slider_top .carousel-control {
	position: absolute;
	top: 340px;
}
.slider_top .btn-control {
	position: relative;
	display: inline-block;
	overflow: visible;
	cursor: pointer;
	outline: 0;
	border: 0;
	/*
	background: #b0b0a4;
	*/
	padding: 18px 8px;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 8px 8px 19px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 8px 8px 19px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25),8px 8px 19px rgba(0, 0, 0, 0.3);
	*/
}
.slider_top .carousel-control.left{
	left:0px;
}
.slider_top .carousel-control.right{
	right:0px;
}
.slider_top .hero-unit {
	padding-top:30px !important;
}
/**********************SECTION SLIDER ***********************/
#slider-section {
	background:url( ../img/blogbg.png) repeat;
}

#slider-section .page-header h3{
	background:url( ../img/blogbg.png) repeat;
}
	
#carousel_vertical_slide.carousel, #carousel_horizontal_slide.carousel{
	min-height:400px;
	margin:0;
}

.span6 #carousel_fade.carousel, .span6 #carousel_fade_2.carousel{
	min-height:280px;
	height:300px;
	margin:40px 0px;
}

.carousel-fade .carousel-control{
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity:0;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.carousel-fade:hover .carousel-control{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#carousel_fade.carousel .carousel-control.right, #carousel_fade_2.carousel .carousel-control.right{
	right:0px;
}

#carousel_fade.carousel .carousel-control.left, #carousel_fade_2.carousel .carousel-control.left{
	left:0px;
}
#_our-clients .carousel-control.btn-control {
	display:inline;
}
.carousel-control.btn-control {
	display:none;
	position: absolute;
	height: auto;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.carousel-inner .item img {
	display: inline-block !important;
}
.carousel-inner .item {
	text-align: center !important;
}
@media (max-width: 570px) {
	.carousel-control.left {
		left: 0;
	}
	.carousel-control.right {
		right: 0;
	}
}
.carousel-control {
	background: none;
	border: none;
	opacity: 1;
}
.carousel-control:hover {
	background: none;
	border: none;
	opacity: 1;
}
.carousel.horizontal .next {
	left: 100%;
}
.carousel.horizontal .prev {
	left: -100%;
}
.carousel.horizontal .active.left {
	left: 100%;
}
.carousel.horizontal .active.right {
	left: -100%;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .item {
    left: 0;
}
.carousel .inactive {
	position: absolute;
	display: block;
	z-index: -1;
}
.carousel .inactive.active {
	position: relative !important;
	z-index: 0;
	
}
.carousel-control.btn-control.left {
	width:25px;
	height:75px;
	left:30px;
	background:url("../images/welcome-slides/left-arrow.png") no-repeat scroll 0 0 transparent;
}
#_our-clients .carousel-control.btn-control.left {
	left:-75px;
}
#_our-clients .carousel-control.btn-control.right {
	right:-75px;
}
#_our-clients .carousel-control {
	position: absolute;
	top: 40%;
}



.carousel-control.btn-control.right {
	width:25px;
	height:75px;
	right:30px;
	background:url("../images/welcome-slides/right-arrow.png") no-repeat scroll 0 0 transparent;
}
.btn-control:hover, .btn-control:focus, .btn-control:active, .btn-control.active {
	color: #333;
	text-decoration: none;
	background-color: #852B83;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc',endColorstr='#dcdcdc',GradientType=0);
	z-index: 100;
	outline: 0;
}
.btn-control i{
	font-size:18px;
}
.left-right-pad-20 {
	margin-left:50px;
	margin-right:50px;
}
.full-width{
}
section{
	padding-top:10px;
	padding-bottom:0px;
	position:relative;
	background-color: #EDEBEA;
}
section .title{
	padding-top:20px;
	padding-bottom:20px;
}
section .section-text{
	padding-right:10px;
}
section .content{
	text-align:justify;
}
section#_who-we-are-02,
section#_who-we-are-04,
section#_our-services-01,
section#_our-services-03,
section#_our-services-05,
section#_our-clients
{
	background-color: #FFF;
}
section#_who-we-are-01 .content{
	position:absolute;
	top:150px;
	right:0;
	width:364px;
	margin-right:85px;
}

section#_who-we-are-01 .section-text{
	height: 220px;
	width: 350px;
}
section#_who-we-are-02 .content{
	position:absolute;
	top:280px;
	right:30%;
	width:470px;	
}
section#_who-we-are-03 .content{
	position:absolute;
	top:150px;
	right:180px;
}
section#_who-we-are-03 .section-text{
	height: 300px;
	width: 430px;
	overflow:auto;
}
section#_who-we-are-04 .row-fluid{
	text-align:center;
	margin-top:40px;
}
section#_who-we-are-04 .figure{
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	height:auto;
	width:100%;
	-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;	
}
section#_who-we-are-04 .figure:hover{
	border-top:0px solid transparent;
	border-bottom:20px solid transparent;
}

section#_our-services .row{
	margin:100px auto;
}
section#_our-services .content{
	margin-top:150px;
	margin-left:50px;
}
section#_our-services .products table{
	width:100%;
}
section#_our-services .products img{
	width:200px;
	border:10px solid transparent;
	-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;		
}
section#_our-services .products img:hover{
	width:220px;
	border:0px solid transparent;
}

section#_our-services-01 .content{
	margin-top:50px;
	margin-left:100px;
	text-align:center;
}
section#_our-services-01 .section-text{
	height: 380px;
	margin-top: 75px;
	text-align: left;
	width: 90%;
}
section#_our-services-01 .content .figure{
}
section#_our-services-02 .content{
	position:absolute;
	width:500px;
	top:50%;
	right:28%;
}
section#_our-services-02 .section-text{
	overflow:auto;
	height:210px;
}
section#_our-services-03 .content{
	margin-top:100px;
}
section#_our-services-03 .section-text{
	overflow:auto;
	height: 355px;
}
section#_our-services-04 .background{
}
section#_our-services-04 .content{
	margin: 100px auto 0;
	position: relative;
	width: 90%;
}
section#_our-services-04 .title{
	position: absolute;
	right: 173px;
	top: 90px;
}
section#_our-services-04 .section-text{
	height: 170px;
	overflow: auto;
	position: absolute;
	right: 100px;
	top: 160px;
	width: 400px;
}
section#_our-services-05 .content{
	margin-top:120px;
	right:200px;
	height:250px;
}

.accordion-toggle:hover {
	color:#6e308e;
}

.nicescroll-rails > div {
}
.modal {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
}
.modal .close {
	color: #816ba1;
	margin-right: 58px;
	font-size:32px;
	background:transparent url("../images/btn-close.png") no-repeat 0 0;
	width:40px;
	height:40px;
	text-indent:-9999px;
}
.modal button.close:hover  {
	color: #fff;
}
.modal .content {
    color: #FFFFFF;
    height: 60%;
    left: 15%;
    overflow-y: scroll;
    padding-right: 10px;
    position: absolute;
    top: 100px;
    width: 70%;
}
.modal-backdrop {
	background-color: #edebec;
}
.container-fluid {
	padding-left:0;
	padding-right:0;
}
.accordion-group {
	border:none;
}
.accordion-heading{
	border-bottom:1px solid #b167a4;
	padding-left:10px;
	font-size:16px;
	line-height:20px;
	background:transparent url( ../images/bullet.png) 0px 10px no-repeat;
}
.accordion-heading a{
	color:#b167a4;
	text-decoration:none;
}
.accordion-inner {
	border:none;
	background-color:none;
}
/******************** MEDIA ********************************/
@media (max-width: 1024px) { 
	
	section [class*="span"] img{
	}
	section [class*="span"]{
		width: 100% !important;
		margin:0 !important;
	}
	section .content{
		top:0 !important;
		right:0 !important;

		width:75% !important;
		height: 100% !important;
		margin:20px auto !important;
		position:relative !important;
	}
	section .section-text{
		height: 100% !important;
		width: 100% !important;
		margin-left:0 !important;
		position:relative !important;
	}

	section#_who-we-are-04  .content,section .container-2{
		width:90% !important;
	}
	section#_who-we-are-04 .figure{
		width:209px !important;
	}
	
	section#_our-services-04 .title{
		position:relative;
		top:auto;
		right:auto;
	}
	section#_our-services-04 .section-text {
    height: auto;
    overflow: auto;
    right: auto;
    top: auto;
    width: auto;
	}	
	section#_our-services-03 .content{
		margin-left:10% !important;
		width:80% !important;
	}
	#contact-us img {
		margin-left:0px !important;
		display:none;
	}
	#contact-us .content{
		padding-left:20px;
		padding-right:20px;
		overflow:auto;
	}
	footer .socmed-icon img{
		float:none;
		margin-top:0px;
	}
	footer {
		text-align:center;
	}
}

@media (max-width: 480px) { 
	.hero-unit h1 span:first-child {
		font-size: 32px;
	}
	.hero-unit h2 {
		font-size: 16px;
		line-height:20px;
		text-align:center;
		display:block;
	}
 }
 
 @media (max-width: 767px) and (min-width: 480px){
 .hero-unit h1 span:first-child {
		font-size: 45px;
	}
	
	.hero-unit h2 {
		font-size: 18px;
		line-height:22px;
		text-align:center;
		display:block;
	}
	
}

@media (max-width: 767px){
	body {
		padding-right: 0px;
		padding-left: 0px;
	}

	.container{
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.btn.btn-action{
		
		text-align:center;
		margin-bottom:30px;
		margin-top:20px;
	}
	
	#team-section [class*="span"]{
		text-align:center;
	}
	.team-caption{
		margin-bottom:30px;
		padding-bottom:20px;
		border-bottom:1px solid #dedede;
	}
	
	.page-header h3 {
		font-size: 26px;
	}
	
}

@media (max-width: 979px){
	.navbar .btn-navbar {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.navbar .nav > li > a:hover, .navbar .nav > li.active > a{
		background:none;
		color:#fff;
	}
	.navbar .nav > li > a{
		padding-left:20px;
		text-align:center;
	}
	.navbar .nav > li.active > a:hover{
		background:#fff;
		border-top:4px solid transparent;
		border-bottom:1px solid transparent;
		color:#e93f33;
	}
	
	.navbar-inner {
		/*background: rgba(0,0,0, 0.8);*/
		background:none;
	}
	.btn.btn-action{
		line-height:24px;
	}
	
	.fa-icon-large {
		font-size: 90px;
	}
	
	#features-section [class*="span"]{
		margin-bottom:30px;
	}
}


@media (max-width: 979px) and (min-width: 767px){
	.hero-unit h1 span:first-child {
		font-size: 60px;
	}
	.hero-unit h2 {
		font-size: 20px;
	}
}
/*-----------------------------*/

