.main-menu, .responsive-menu ul, .social-member, .progess-bars, .first-footer .social-footer ul { padding: 0; margin: 0; list-style: none; }
@font-face { font-family: 'flexslider-icon'; src: url("../fonts/flexslider-icon.eot"); src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/BNazanin.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg"); font-weight: normal; font-style: normal; }
body {
	color: #333333;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: "BNazanin";
	font-size:16px;
	line-height: 1.85em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	text-align: justify;
	letter-spacing: 1px;
}
[lang|="fa"] main p { font-family: "BNazanin"; }
a, a:hover, a:focus { text-decoration: none; -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; }

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-size: 1.4em;
}
h4{
	text-align: left;
	color: #007ABA;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main{
	width: 100%;
}
#main h1{
	line-height:100px;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	margin:0px 0px;
	padding:0px;
	text-align: left;
	width:73%;
	float:right;
	color: #7A7A7A;
}
#main h1 span{
	color:#FF6700;
}
#main h2 {
	font-weight: bolder;
	text-transform: uppercase;
	font-family: "BNazanin";
	font-size: 18px;
	letter-spacing: 1px;
	text-align: right;
	font-weight:600;
	line-height:50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left:0px;
	background-image: url(../images/hedline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main h2 span{ color:#ff6700;}
#main-content, .full-width-slider {
	float: right;
	width: 75%;
}
.top-content{
	float: right;
	width: 77%;
}
.footer-content{
	float: right;
	width: 77%;
}

.section-content {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}

.section-title { border-top: 4px solid; margin-bottom: 60px; }
.section-title h2 { display: inline-block; padding: 20px 35px; color: white; text-transform: uppercase; font-weight: 300; margin: 0; font-size: 20px; }

#about .section-title { border-color: #e09d1a; }
#about h2 { background-color: #e9b144; }

#services .section-title { border-color: #7c1fe5; }
#services h2 { background-color: #974dea; }

#portfolio .section-title { border-color: #1dcb7c; }
#portfolio h2 { background-color: #38e395; }

#contact .section-title { border-color: #cb1d62; }
#contact h2 { background-color: #e3387c; }

a.largeButton {
	color: white;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
	border-bottom: 3px solid;
}

.homeBgColor { background: #38a9e3; }
.homeBgColor:hover { background-color: #16709f; }

.portfolioBgColor { background: #0064be; }
.portfolioBgColor:hover {
	background-color: #0689FF;
}

.contactBgColor { background: #0064be; }
.contactBgColor:hover { background-color: #0064be; }

a.largeButton.homeBgColor { border-color: #0064be; }

a.largeButton.portfolioBgColor { border-color: #003a6e; }

a.largeButton.contactBgColor { border-color: #0064be; }

#main-sidebar {
	float: left;
	margin-left:10%;
	height: 100%;
	position: fixed;
	color: white;
	background-image: url(../images/leftbg.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 99;
}
#main-menu-sidebar {
	float: right;
	width: 100%;
	height: 100%;
	
}

.logo {
	padding: 0px;
	margin:0px 5%;
}
.logo img{ max-width:100%;
		
}
/*.main-menu {
	text-align: left;
}
.main-menu li { margin-bottom: 1px; }
.main-menu li a {
	color: white;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/menu-bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.main-menu li a:hover {
	background-color: #0064be;
}*/
.main-menu ul{
	font: normal 12px Verdana;
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:999;

}

.main-menu ul li.borer_bott{	border-bottom:none;}
.main-menu ul li.borer_top{	border-top:none;}
.main-menu ul li{
	position: static; /* menu li items should have position set to static */
	padding: 0px;
	margin: 0px;
	border-top:solid 1px #ed7d34;
	border-bottom:solid 1px #b95311;
}

.main-menu > ul{
	width: 100%; /* width of main menu */
	position: relative;
}

.main-menu > ul li a {
color: #fff;
text-transform: uppercase;
display: block;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
transition: all 150ms ease-in;
letter-spacing: 1px;
padding-top:7px;
padding-right: 14px;
padding-bottom:7px;
padding-left: 35px;
background-image: url(../images/menu-bulet.png);
background-repeat: no-repeat;
background-position: right center;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin-right: 0px;
margin-left: 0px;
line-height: 20px;
}
.main-menu > ul li.line{
	background-image: url(../images/menuline.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}
.main-menu > ul li.hassub > a::after{ /* Arrow to indicate this item has sub menu (LI elements with sub menus have a ".hassub" class). */
	border-left-color:#000; /* Default color of arrow */
	content: '';
	height: 0;
	position: absolute;
	right: 5px;
	top: 35%;
	width: 0;
	
}

.main-menu > ul li.hassub.selected > a::after{ /* Style of arrow when corresponding sub menu is open (LI element has a "selected" class during this state */
	border-left-color: red;
	
}

.main-menu ul li a:hover, .main-menu ul li.hassub.selected > a{ /* style of hover and selected menu item links */
	color: #FFF;
	 background:#ff6700 url(../images/menu-bulet-ul.png) no-repeat -8px center;
	
}

.main-menu ul li > div, .main-menu ul li > ul{ /* Sub menus (Could be a DIV or UL wrapper) style */
	border: 1px solid #0094e0;
	border-radius: 0 8px 8px 0;
	/*box-shadow: 2px 2px 2px gray;*/
	display: none;
	font-weight: normal;
	width: 260px;
	height: auto; /* height of sub menu */
	left: 100%;
	padding: 5px;
	position: absolute;
	top:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
	background-color: #008bd2;
	
}
.main-menu ul li > div ul li a{
	color: #fff;
	font-size: 12px;
	border-bottom: solid 1px #007ebe;
	border-top: solid 1px #0197e3;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left:25px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	background-image: url(../images/menu-bulet-ul.png);
	background-repeat: no-repeat;
	background-position:-8px center;
							}
.main-menu ul li > div ul li a:hover{	color:#fff; background:#ff6700 url(../images/menu-bulet-ul.png) no-repeat -8px center;}
.main-menu ul li > div ul li a.border_bottom{	border-bottom:none;}
.main-menu ul li > div ul li a.border_top{	border-top:none;}
.top{
	width: 50px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
}


/* ###### CSS Media queries ###### */

@media screen and (max-width: 480px){ /* When screen size is 480px */
	.main-menu ul li > div, .main-menu ul li > ul{
		left: 30px; /* Stack the sub menus so they take up less space */
	}

	.main-menu > ul li.hassub.selected::after{ /* Add "veil" to parent menus */
		background: #eee;
		content: '';
		height: 100%;
		left: 0;
		opacity: .8;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
}

li.home a { border-color: #38a9e3; }
li.home a.active { color: #38a9e3; }

li.about a { border-color: #e9b144; }
li.about a.active { color: #e9b144; }

li.services a { border-color: #974dea; }
li.services a.active { color: #974dea; }

li.portfolio a { border-color: #38e395; }
li.portfolio a.active { color: #38e395; }

li.contact a { border-color: #e3387c; }
li.contact a.active { color: #e3387c; }

a.menu-toggle-btn { width: 100%; height: 60px; background-color: #38a9e3; text-align: center; line-height: 60px; display: block; color: white; }
a.menu-toggle-btn i { line-height: 60px; }

.responsive-navigation {
	position: fixed;
	width: 100%;
	display: block;
	z-index: 9999;
	top: 0px;
}
/*responsive menu here*/

.responsive-menu { display: none; background-color: #495054; }
.responsive-menu ul li a { color: white; text-transform: uppercase; display: block; padding: 20px; border-bottom: 1px solid #5a6267; }
.responsive-menu ul li:hover ul{ display:block;}
.responsive-menu ul li ul{	display:none;
							position:relative;
							
	}
.responsive-menu ul li ul li{	float:left; width:100%;}

.main-slider {
	width: 100%;
	height: 390px;
	float: left;
}

.flexslider .slides { height: 570px; }

.slider-caption { position: absolute; vertical-align: middle; width: 100%; text-align: center; height: 100; z-index: 8; color: white; top: 200px; }
.slider-caption h2 { font-size: 48px; text-transform: uppercase; font-weight: 800; margin-bottom: 30px; }
.slider-caption p { font-size: 16px; text-transform: uppercase; letter-spacing: 2px; width: 50%; margin: 0 auto 30px auto; line-height: 1.8em; }

.flexslider {
	background-color: black;
	height: 390px;
	overflow: hidden;
	margin: 0;
}

.flexslider img { position: relative; opacity: 0.9; width: 100%; z-index: 7; }

.flex-control-nav { bottom: 15px; z-index: 9; right:0px; }

.flex-control-paging li a { background-color: white; width:40px; border-raduse:0px; height:8px; }
.flex-control-paging li a:hover { opacity: 1; background: white; }
.flex-control-paging li a.flex-active { opacity: 1; background:#ff6700; }

.top-text {
	padding: 10px;
	text-align: center;
}
.welcome-text {
	padding: 10px;
	text-align: justify;
}
.welcome-text a { color: #38a9e3; }
.welcome-text h2 {
	color: #0064be;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
}
.welcome-text p { color: #aaaaaa; }

.member-item { overflow: hidden; height: auto; }
.member-item:hover .overlay { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.member-thumb { width: 100%; overflow: hidden; height: auto; position: relative; }
.member-thumb img { width: 100%; }
.member-thumb .overlay { position: absolute; top: 0; right: 0; opacity: 0; visibility: hidden; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }

.member-content { margin-top: 10px; overflow: hidden; text-align: center; }
.member-content h4 { text-transform: uppercase; font-size: 16px; color: #e9b144; }
.member-content p { color: #aaaaaa; font-size: 12; }

.social-member li { display: inline; float: left; width: 40px; height: 40px; background-color: #e9b144; text-align: center; margin-right: 1px; }
.social-member li a { display: block; line-height: 40px; color: white; }
.social-member li:hover { background-color: #e5a424; }

.our-story { margin-top:0px;
 }
.our-story h3 {
	color: #0d74ae;
	font-weight: bolder;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.our-story h1.business{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f6f6f6 30%, #ececec 87%, #ececec 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(30%,#f6f6f6), color-stop(87%,#ececec), color-stop(87%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f6f6f6 30%,#ececec 87%,#ececec 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f6f6f6 30%,#ececec 87%,#ececec 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f6f6f6 30%,#ececec 87%,#ececec 87%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f6f6f6 30%,#ececec 87%,#ececec 87%); /* W3C */






filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f6f6f6;
	border-bottom-color: #f6f6f6;

			}
			
.our-story h1.business img{	padding:0px;}
.story-image { margin-top: 30px; overflow: hidden; }
.story-image img { width: 100%; height: auto; }

.service-item {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f2f2 42%, #dbdbdb 81%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(42%,#f2f2f2), color-stop(81%,#dbdbdb), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f2f2f2 42%,#dbdbdb 81%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f2f2f2 42%,#dbdbdb 81%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f2f2f2 42%,#dbdbdb 81%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to right,  #f2f2f2 42%,#dbdbdb 81%,#dbdbdb 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 */
	color: #007aba;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.service-item .service-icon {
	width: 26%;
	float: left;
	height: 100%;
}
.service-item .service-content {
	width: 70%;
	overflow: hidden;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 4%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009CF0;
}
.service-item .service-content h3 { margin: 0; font-size: 20px; color:#007aba; }

.our-skills { margin-top: 80px; }
.our-skills h3 { color: #974dea; font-weight: 300; text-transform: uppercase; font-size: 24px; margin: 0 0 20px 0; }

.progress-bar { background-color: #974dea; text-transform: uppercase; font-size: 12px; }

.portfolio-thumb {
	overflow: hidden;
	position: relative;
}
.portfolio-thumb img {
	height: auto;
}
.portfolio-thumb .overlay-p { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.portfolio-thumb .overlay-p a {
	top: 0%;
	left: 0%;
	color: white;
	display: block;
	height: 100%;
	width: 100%;
}

.portfolio-item {
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(../images/imageshadow.png);
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.portfolio-item:hover .overlay-p { visibility: visible; opacity: 1;  background:rgba(12,52,113,.7);-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;-webkit-font-smoothing:antialiased; }

.portfolio-title { width: 100%; text-align: center; }

.portfolio-title a { color: #38e395; font-size: 18px; text-transform: uppercase; }

.load-more { width: 100%; text-align: center; margin-left:14px; }

.map-holder { border: 1px solid #d5dbe0; padding: 6px; background-color: #fafafa; }


.submit-btn { margin-top: 30px; }

.first-footer {
	padding: 0px;
}
.site-footer {
	padding: 0px;
	width: 100%;
	clear: both;
	height: 100%;
	background-image: url(../images/footerbg.jpg);
	background-position: top;
}
.first-footer .social-footer ul li { display: inline; }
.first-footer .social-footer ul li a { width: 40px; height: 40px; -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; /* stops bg color from leaking outside the border: */ background-color: #313639; text-align: center; line-height: 40px; color: white; }
.phone-icon{
	background: url(../images/mobile.png) no-repeat left center;
	padding-left: 35px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
.email-icon{
	background: url(../images/email.png) no-repeat left center;
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.email-icon a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007ABA;
}
.bottom-footer {
	background-color: #313639;
	color: #949da2;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
}
.bottom-footer a { color: white; }
.bottom-footer .credits { text-align: right; }
.footer-head{
	font-size: 17px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c6ba0;
	margin-right: 25px;
	margin-bottom: 0px;
	background-image: url(../images/footermenu_head.png);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
	padding-left: 22px;
	text-align: left;
}
.footer_menu{
	width: 100%;
	background-image: url(../images/footer_sections.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.contentlist{
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.contentlist li {
	margin-right: 35px;
	text-align: right;
	list-style: outside none none;
	background-image: url(../images/bullet-icon.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 38px;
	color: #1F1C1C;
	padding-right:45px;
}
ul.footer-menu{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #148dd0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.footer-menu li{
	margin-right: 25px;
	list-style: none;
	background-image: url(../images/f_menu-bule.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #1f1c1c;
}
ul.footer-menu li a{
	color: #89d6ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
}
ul.footer-menu li a:hover{
	text-decoration: none;
	color: #FFF;
}
.footer_contactus{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer_contactus{
	color: #89d6ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

@media (max-width: 991px) { #main-content { width: 100%; }
  .first-footer { border-left: 0; }
  .flexslider .slides, .flexslider, .main-slider { height: auto; }
  .service-item { margin-bottom: 30px; }
  .progess-bars { margin-top: 40px; } }
@media (max-width: 767px) { .slider-caption a, .slider-caption p { display: none; top: 50px !important; } }
@media (max-width: 581px) { .slider-caption { display: none; } }
.image_margin{
	margin-right: 15px;
}
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom:20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
	/*border-top:1px solid #FFF;*/
  position: relative;
  z-index: 10;
 
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #0d74ae;
  border-bottom:solid 1px #0c5b87;
  border-top:solid 1px #1286c8;
  padding: 10px;
  font-size: 13px;
  color:#b6dfff;
  display: block;
  cursor: pointer
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #F9F9F9;
  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  /*border-radius: 3px 3px 0 0;*/
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  /*border-radius: 0 0 3px 3px;*/
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #ececec;
  color:#000;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 40px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left:10px;
}
.clear_style{	clear:both;}
.dropcap{
	line-height: 50px;
}
/*--------------*/
.clientbox{	background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(left,  #e8e8e8 0%, #f6f6f6 6%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(6%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e8e8e8 0%,#f6f6f6 6%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e8e8e8 0%,#f6f6f6 6%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e8e8e8 0%,#f6f6f6 6%); /* IE10+ */
background: linear-gradient(to right,  #e8e8e8 0%,#f6f6f6 6%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */

			border:solid 1px #fff;
			-webkit-box-shadow: 2px 2px 3px 0.3px rgba(120,110,100,100);
			box-shadow: 2px 2px 3px 0.3px rgba(120,110,100,100);}
ul.clientslist{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.clientslist li{
	list-style: none;
	background-image: url(../images/clients.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #1f1c1c;
	margin-left: 10px;
}
/*--bottom scroll--*/
.clients_scroller{	width:100%;
					border-bottom:solid 1px #e2e2e2;
					border-top:solid 1px #e2e2e2;
					padding-bottom:18px;
					overflow:hidden;}
.carousel-control.left {
    background-image: none !important;
    background-repeat: repeat-x;
}				
.carousel-control.right {
right: 0;
left: auto;
background-image: none;
background-repeat: repeat-x;
}
.carousel-control {
    width: 30px;
    font-size: 20px;
	top:45%;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.9;
}
.footer-line{
	margin-top:10px;
	border-top:1px solid #e2e2e2;
	text-align: right;
}
ul.contact{	margin:0px;
padding:0px;
}
ul.contact li{
	list-style:none;
	line-height:25px;
	margin-bottom:12px;
	font-size: 13px;
				}
ul.contact li span{	color:#FF6700;
					text-transform:uppercase;
					font-weight : 600;}
#contact-page .btn-primary {
color: #fff;
background-color:#ff6700;
border-color: #d05400;
}
.trasalater-button {
    width: 145px;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 150px;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    z-index: 99;
    padding-top: 5px;
}
.trasalater-button a{ list-style:none;
					  text-align:center;
					  padding:10px;
					  font-size:14px;
					  color:#333;
					  font-weight:700;}
.trasalater-button a:hover{ color:#FF6700;}
