/*
Author: S.R Polash
Email: sajjadurrahman22@yahoo.com
*/

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../css/font/ProximaNova-Regular.eot?') format('eot'), 
	     url('../css/font/ProximaNova-Regular.otf')  format('opentype'),
	     url('../css/font/ProximaNova-Regular.woff') format('woff'), 
	     url('../css/font/ProximaNova-Regular.ttf')  format('truetype'),
	     url('../css/font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
body{ font-family: 'Lato', sans-serif;
background-image:url(../images/bg-body.jpg) repeat-x top center;;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 23%, rgba(226,226,226,1) 32%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(23%,rgba(224,224,224,1)), color-stop(32%,rgba(226,226,226,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 23%,rgba(226,226,226,1) 32%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 23%,rgba(226,226,226,1) 32%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 23%,rgba(226,226,226,1) 32%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 23%,rgba(226,226,226,1) 32%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
.container{ width:1170px}

/*Top Header*/
.myheader{background:#262930; color:#fff; padding:5px 10px; margin-bottom:10px}
span.dialler{ color:#7ac142; font-size:16px; font-weight:bold}
.blue{ background:#0B7CC1; color:#fff}
.no-radius{ border-radius:0px}
.myheader ul.topleft li{ float:left; list-style:none; margin-left:0px; margin-right:20px;}
.myheader ul li{ float:right; list-style:none; margin-left:10px;}
.myheader ul li a{ color:#fff; text-decoration:none; font-size:14px}
ul.footer-social li {
float: left;
height: 27px;
width: 28px;
background: #999;
list-style: none;
padding-top: 2px;
margin-right: 5px;
}
ul.footer-social li.fbb:hover  {
background: #3A589B;
}
ul.footer-social li.tww:hover  {
background: #00ABF1;
}
ul.footer-social li.inn:hover  {
background: #0083BE;
}
ul.footer-social li.ytt:hover  {
background: #CF2200;
}
ul.footer-social li a {
color: #fff;
font-size: 17px;
}

.nobg{ background:none !important}
.widebox img {

}
ul.topleft{ padding:0px}
.social { width:30px; height:30px; background:#fff; border-radius:50%}
.top-address{ float:right}
.top-address address{ text-align:right; width:200px; font-weight:bold; margin-bottom:10px; color:#fff}
.top-address address hr{ margin:3px 0px; border-top:1px solid #fff}
/*End Header*/ 
.index-special { background:#0B7CC1; color:#fff; padding:18px; margin:0px 15px}
#testimonial-carousel-example-generic{ border-top:8px solid #81CC58; background:#08649D; padding-right:10px}
.mycarousel-control{ position:inherit; padding:0px;  padding-left:10px; width:auto; opacity:1}
.testimonial-carousel-caption{ color:#fff; text-shadow:none; text-align:left}
.mycaption{ background:rgba(255, 255, 255, 0.55); bottom:auto; top:10%; left:5%; width:35%; padding:10px 30px;
text-align:left;
color:#000;
text-shadow:none;
border-top:10px solid rgba(231, 231, 231, 0.78);
}
.mycaption h2{ color:#fff; font-size:24px}
.badge-logos img{ margin-left:20px; vertical-align:top}
h4.headding_right{ background:#da5f29; margin:0px; padding:10px 0px; text-align:center; color:#fff}
.right_content .media-heading{ margin-top:15px; font-size:13px}

.mycaption .form-control, .mycaption .table>tbody>tr>td{    vertical-align: middle;}


a.left_image{
height: 50px;
width: 50px;
border-radius: 50%;
border: 1px solid #eee;
padding: 12px 5px 5px 10px;
}
.carousel-inner{ }
.heading{ font-size:28px}
.subtitle{ color:#999}
ul.mytopnav{ float:right; margin-top:15px; padding:0px;}
ul.mytopnav li{ padding:0px 0px 0px 15px; list-style:none}
ul.mytopnav li a{ text-decoration:none; color:#000;}

.mytopnav>li{ float:right}
.mynav{ background:none; border:none; margin-bottom:0px; min-height:30px; margin-top:10px}
.mynav ul li a{ font-size:18px;}
.mynav ul li{ padding-bottom:0px;}
.nav>li>a>img {
max-width: none;
height: 20px;
}
.mynav li.dropdown > a:after { 
 	display: inline-block;
    content: "";
	width: 15px;
	height: 14px;
	background-image: url(../images/downarrowNav.png);
	margin-left: 6px;
} 
.mynav li.dropdown:hover > a:after {
	background-image: none;
}
.mynav ul.dropdown-menu{ margin-top:0px; padding-top:15px; background-image: url(../images/downarrow.png);
background-repeat: no-repeat;
background-position: top center;
background-color: #0B7CC1;
padding-bottom:0px;
left:-20%;
min-width:200px;
}
.mynav ul li a.active:hover{ border:none}
.navbar-default .navbar-nav>li>a{ color:#0B7CC1; font-weight:200; font-size:18px; line-height:16px; padding:10px 15px 10px 15px; font-family: 'ProximaNova-Regular';}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background:none; color:#FCEE01;
}
.mynav ul.dropdown-menu{ margin-top:-1px; padding-top:10px}
.mynav .dropdown-menu>li{ border-bottom:none}
.mynav .dropdown-menu>li:hover{ border-bottom:none}
.mynav .dropdown-menu>li>a{
	background-color: none;
font-size:14px;
color: #fff;
padding: 8px 20px;
}
.mynav .dropdown-menu>li>a:hover{background-color: #FCEE01;
    color: #000;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background:none}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{ background:none}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	

}
/*carousel*/
.mycaption{ background:rgba(202, 201, 201, 0.88); bottom:auto; top:10%; left:5%; width:45%; padding:10px 30px;
text-align:left;
color:#000;
font-size:16px;
font-weight:bold;
text-shadow:none;
border-top:none;
}
.mycaption h2{ color:#3E3E3E; font-size:50px; font-family: 'Passion One', cursive; letter-spacing:2px; margin-top:0px;}
.mycaption h5{ color:#0074BF; font-size:20px; font-family: 'Passion One', cursive; letter-spacing:1px}
.carousel-indicators{ right:5%; width:auto; left:auto}
.carousel-indicators li{ width:15px; height:15px; border:none; margin:0px 3px; border-radius:0px; background:#000}
.carousel-indicators .active{ width:15px ; height:15px; background:#428BCA; margin:0px 3px;}
/*End carousel*/
.services .services-individual{text-align:left}
.client_carrosal{ background:#E0DFDF}
.owl-item .client  img{ width:85%}
.index_clients .owl-item{ text-align:center}
.index_clients h2,.index_works h2{ text-transform:uppercase;font-family: 'Montserrat', sans-serif; font-size:26px}

/* Left Cat Menu*/
.all-cat { background:#fff; min-height:448px}
.all-cat .all-cat-heading{ background:#011025;
 color:#fff;
 margin: 0px;
padding: 15px 20px;
 }
.all-cat ul{ padding:0px}
.all-cat ul li{ list-style:none; background:#fff}
.all-cat ul li:hover{ background:#838383;}
.all-cat ul li a{ padding:10px 20px; display:block; color:#000}
.all-cat ul li a:hover{ text-decoration:none; color:#fff}
/*End Cat Menu */
/* Fade Slider CSS */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
 
}
.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 {
  outline:none;
}
/*end carousel fade*/
.service-footer{    
height: 100px;

    position: relative;
    z-index: 999;
    margin-top: -100px;
	padding-top:46px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050101+0,070404+100&amp;0+0,0.82+100 */
background: -moz-linear-gradient(top,  rgba(5,1,1,0) 0%, rgba(7,4,4,0.82) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,1,1,0)), color-stop(100%,rgba(7,4,4,0.82))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(5,1,1,0) 0%,rgba(7,4,4,0.82) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(5,1,1,0) 0%,rgba(7,4,4,0.82) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(5,1,1,0) 0%,rgba(7,4,4,0.82) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(5,1,1,0) 0%,rgba(7,4,4,0.82) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00050101', endColorstr='#d1070404',GradientType=0 ); /* IE6-9 */

}
.service-footer h3{ color:#fff; text-align:center; font-family: 'ProximaNova-Regular';
	text-transform:uppercase;
	font-size:22px;}
/*.curvebg {
background: url(../images/bg.png) no-repeat #eeeeee;
padding-bottom: 30px;
}*/

.more-btn{
background: #fff;
margin-top: -20px;
z-index: 9999;
position: absolute;
margin-top: -20px;
right: 16px;
padding: 0px 5px;
border-radius: 10px 0px 0px 0px;
}
.more-btn a{ color:#FF0000; font-size:10px;}
.index-section-bg{ background:rgba(255, 255, 255, 0.1); margin:0px 15px; border-radius:0px; padding:15px 0px; color:#fff; border:none}
.index-section-bg h3{ margin:0px; font-family: 'Libre Baskerville', serif; font-style: italic;}
.lions-collection img{ margin-right:10px; margin-bottom:10px;}


.read {
text-decoration: underline;
font-size: 13px;
}
/*End Three Box*/

.featured h3{
font-size: 18px;
font-weight: bold;
margin-top:0px;
border-bottom:2px solid #8b0000;
	}
.featured .featured-text{ height:210px}
.innerpage{ margin-top:10px; color:#000}
.innerpage h3{ text-transform: uppercase; font-size:18px; font-family: 'ProximaNova-Regular'; font-weight:600; border-bottom:2px solid #000; 
margin-bottom:20px; margin-top:10px;
color:#000}
.innerpage address{ font-size:14px}
.inner-product{}
.inner-product li{ list-style:none; margin-bottom:30px}
.inner-product li .product-individual{ padding:0px; background:rgba(255, 255, 255, 0.23); text-align:center}
.inner-product li .product-individual-footer{
z-index: 9999;
position: absolute;
bottom: 0px;
background: rgba(178, 178, 178, 0.66);
width: 263px;
color: #000;
}
.inner-product li .product-individual .product-individual-footer .product-title{}
.inner-product li .product-individual-footer span.price{ background:#6F6F6F; padding:10px; float:right; color:#fff; width:50px}
.inner-product li .product-individual-footer .product-name{ vertical-align:middle; position:absolute; margin:10px; color:#000}
.img-table>tbody>tr{ border:none; margin-bottom:20px}
.img-table>tbody>tr>td{ padding:5px 0px; border:none; padding-bottom:30px}
.img-table>tbody>tr>td img{ height:121px; width:121px}
.my-right-form .form-horizontal .control-label{ text-align:left}
.right-image-individual{ padding-bottom:20px}
.right-image-individual img{ float:left}
.right-image-individual-text1{
-webkit-box-shadow: inset 0px 0px 6px 4px rgba(0,74,67,1);
-moz-box-shadow: inset 0px 0px 6px 4px rgba(0,74,67,1);
box-shadow: inset 0px 0px 6px 4px rgba(0,74,67,1);
background: #0c6b63;
height: 75px;
float: right;
width: 162px;

}
.right-image-individual-text2{
-webkit-box-shadow: inset 0px 0px 6px 4px #0f305a;
-moz-box-shadow: inset 0px 0px 6px 4px #0f305a;
box-shadow: inset 0px 0px 6px 4px #0f305a;
background: #224a7a;
height: 75px;
float: right;
width: 162px;

}
.right-image-individual span{ color:#fff; font-size:13px; padding-left:20px; padding-top:10px; display:block;}
.right-image-individual a{ color:#fff; font-size:14px; padding-top:8px; display:block; padding-left:20px }
.locfromdb h4{ font-size:14px;
font-family: 'Lato', sans-serif;
font-weight:normal;
border:none;
 margin-bottom:10px;
 text-transform:none;

}
.locfromdb h4 a{ color:#428bca;}
.locfromdb .rss2html-note{ display:none}

.index-middle-right{margin-top:15px;}

.index-middle-right ul { padding:0px}
.index-middle-right ul li a img{ margin-right:5px}
.index-middle-right ul li a h4{ font-size:18px; font-weight:bold; margin-top:0px; margin-bottom:5px}
.index-middle-right ul li{ 
list-style:none; background:#E0DFDF; margin-bottom:10px; font-size:16px; padding:10px 8px; font-family: 'ProximaNova-Regular';
}
.index-middle-right ul li a p{ margin-bottom:0px}
.index-middle-right ul li a{ color:#333; font-size:14px;}
.index-middle-right ul li a:hover{ text-decoration:none}

/*Inside page*/

.innerpage h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    font-weight: 600;
    border-bottom: 2px solid #102A5D;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #102A5D;
}
#myContainer.size-normal, .size-normal .inside-services ul li {
    font-size: 16px;
}
.inside-services ul li {
    list-style: outside none none;
    font-size: 16px;
    margin-bottom: 4px;
    color: #102A5D;
}
.inside-services ul{padding:0px;}
.inside-services ul li:before{ font-family: FontAwesome;content: "\f00c";color: #0B7CC1;}
.index-right-form h2{ text-transform:uppercase; color:#102A5D; font-size:34px; font-family: 'Hammersmith One', sans-serif; margin-bottom:0px; margin-top:0px;}

.index-right-form h1{ margin-top:0px; font-size:39px; line-height:36px; color: #0B7CC1; margin-bottom:15px; font-family: 'ProximaNova-Regular'; text-transform:uppercase; font-weight:bold;}

.index-right-form .btn{ background:#102A5D; color:#fff}
/* End Inside page*/

/*Left Nav*/
ul.leftnav{ padding:0px; }
.leftnav li{ list-style:none;}
.leftnav li a{ padding:6px 0 6px 30px; text-decoration:none; margin-bottom:5px; display:block; background:#E0DFDF; color:#000; border-left:5px solid #0B7CC1}
.leftnav li a:hover{background:#FCEE01; color:#000;}
ul.mycollapse li a {
background: #0B7CC1;
padding-left: 60px;
border-bottom: 1px solid #ffffff; color:#fff;
}
ul.mycollapse li a:hover{ background:#FCEE01;color:#000;}
.mycollapse .panel-body {
padding: 0px 0px 0px 0px;
}
ul.mycollapse{ padding:0px}
.leftnav li i.myfa{ padding-right:20px; float:right; font-size:12px; margin-top:3px}
/*End Left nav*/
.homewell{ padding:0px 10px; margin-bottom:10px;border-radius:0px;
	border-left:2px solid #0074BF}
.homewell h3{margin:10px 0px;  text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
	}
.testimonial-carousel-caption{ position:static; color:#fff; padding-top:10px; padding-bottom:0px}
.services h3{ margin-top:0px; text-transform:uppercase; font-family: 'ProximaNova-Regular'; }
.service-list h3{ margin-top:0px; }
.office-hour{ background:#7ac142; padding:20px; color:#fff; background-image:url(../images/click.png);
 background-repeat: no-repeat;
    background-position: top right; 
;}
.office-hour h3{ margin-top:0px; font-size:22px}
a.learn{ font-size:12px; text-decoration:underline}
.service-list .media-heading{ color:#0B7CC1;}
h5.deal-heading{ 
background: rgba(255, 255, 255, 0.37);
margin: 0px;
padding: 10px 10px;}
.panel-default>.panel-heading{ background-color:#EDEDED}
.panel-heading a h4.panel-title{ color:#0B7CC1;   font-family: 'ProximaNova-Regular'; text-transform:uppercase; font-size:14px}
a h4.panel-title span.right{ display:block}
a h4.panel-title span.left{ display:none}
a.collapsed h4.panel-title span.right{ display:none}
a.collapsed h4.panel-title span.left{ display:block}
a h4.panel-title span .fa{ font-size:12px}
.panel-heading a:hover, .panel-heading a:focus{ color:#0F2A5C; text-decoration:none}
.static-banner-footer {
position: absolute;
width: 97.5%;
height: 40px;
background-color: rgba(30, 92, 179, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
/* z-index: 999999; */
z-index: 999;
bottom: 0px;
}
.static-banner-footer {
background-color: rgba(16, 19, 19, 0.51) !important;
}
.referral-form-table input{ margin-bottom:5px}
.referral-form hr{ margin:15px 0px; border-top:1px solid #BDBCBC}
.upload-btn
{
	
  background:#0088cc;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fc3e5), to(#0088cc)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #0088cc, #7fc3e5); /* Safari 5.1, Chrome 10+ */
     background: -moz-linear-gradient(top, #0088cc, #7fc3e5); /* Firefox 3.6+ */
      background: -ms-linear-gradient(top, #0088cc, #7fc3e5); /* IE 10 */
       background: -o-linear-gradient(top, #0088cc, #7fc3e5); /* Opera 11.10+ */
	   color:#fff;
	   border:none;
	   padding:3px 12px;
}
.upload-btn:hover{

 background:#7fc3e5;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fc3e5), to(#0088cc)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #7fc3e5, #0088cc); /* Safari 5.1, Chrome 10+ */
     background: -moz-linear-gradient(top, #7fc3e5, #0088cc); /* Firefox 3.6+ */
      background: -ms-linear-gradient(top, #7fc3e5, #0088cc); /* IE 10 */
       background: -o-linear-gradient(top, #7fc3e5, #0088cc); /* Opera 11.10+ */
	   color:#fff;
	   }
.quote-btn{
 background:#ff9500;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffc882), to(#ff9500)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #ffc882, #ff9500); /* Safari 5.1, Chrome 10+ */
     background: -moz-linear-gradient(top, #ffc882, #ff9500); /* Firefox 3.6+ */
      background: -ms-linear-gradient(top, #ffc882, #ff9500); /* IE 10 */
       background: -o-linear-gradient(top, #ffc882, #ff9500); /* Opera 11.10+ */
	   color:#fff;
	   margin-left:15px;
	    border:none;
		padding:3px 12px;
}
.quote-btn:hover
{
background:#ffc882;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9500), to(#ffc882)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #ff9500, #ffc882); /* Safari 5.1, Chrome 10+ */
     background: -moz-linear-gradient(top, #ff9500, #ffc882); /* Firefox 3.6+ */
      background: -ms-linear-gradient(top, #ff9500, #ffc882); /* IE 10 */
       background: -o-linear-gradient(top, #ff9500, #ffc882); /* Opera 11.10+ */
	   color:#fff;
}
.footer-top-five{ width:100%; border:2px solid #7B7A7A; text-align:center; padding:8px}
/*Footer*/
.footertop{
background:#fff;
padding-top:20px; border-bottom:2px solid #CCC; padding-bottom:10px; font-size:13px; 
border-top:5px solid #0B7CC1;
background: url(../images/wrapper-footer-bg.jpg) repeat #3e3e40;
}
.footertop p{ color:#fff}
.footertop h4{ 
color: #fff;
margin: 0px 0px 10px 0px;
font-weight: bold;
 font-size:16px;
 font-family: 'ProximaNova-Regular';
 
 
}

.footertop address{ color:#fff; text-align:right;margin-top: 10px;}
.footertop ul.footer_button{}
.footertop ul.footer_button li{display:inline-block;  margin-left: 10px;}
.footertop ul.footer_button li a{}
.footernav{ padding:0px}
.footernav li{ list-style:none; border-bottom:1px solid #fff}
.footernav li a{ text-decoration:none; color:#fff; font-size:13px; line-height:30px; }
.mywell{ background:#262930; border:none; border-radius:0px; margin-bottom:0px; padding:15px 0px 10px 0px}
.mywell ul{ padding:0px}
.mywell .leftfooter ul li{ float:left; list-style:none; line-height:15px}
.mywell .leftfooter ul li a{ color:#999; text-decoration:none; line-height:0px; font-size:12px}
.mywell .rightfooter ul{ margin-top:-7px}
.mywell .rightfooter ul li{ float:right; list-style:none; margin-left:5px}
.mywell .rightfooter ul li a{ color:#999; padding:0px 5px; font-size:12px; text-decoration:none}
.mywell .rightfooter ul li a:hover{ color:#FFF}
/*Footer End*/
.navbar-default .navbar-nav>li>a {
  display: inline-block;
  position: relative;

  height:40px;
  
}
.navbar-default .navbar-nav>li>a:hover{ color:#000000}
.navbar-default .navbar-nav>li>a:before {
  content: '';
  position: absolute;
  border-bottom: none;
  bottom: 0;
  right: 50%;
  left: 50%;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transition-property:right, left;
  transition-property: right, left;
  margin:0 auto;
  visibility: hidden;
}

.navbar-default .navbar-nav>li>a:hover:before {
  visibility: visible;
  right: 0px;
  left: 0px;
}

.gallerydiv {
float: left;
margin-bottom: 15px;
height:125px;
}
.gallerydiv span{
color: #d65201;
font-size: 12px;

}
.directionform input{ color:#000}

span.prev-left{
position: absolute;
top: 47%;
left: 0px;
margin-top: -27px;
height: 54px;
width: 30px;
background-image: url('../images/img.png');
-webkit-background-size: 120px 112px;
-moz-background-size: 120px 112px;
background-size: 120px 112px;
background-position: -61px -1px;
background-color:#131212;
}
span.next-right{
position: absolute;
top: 47%;
right: 0px;
margin-top: -27px;
height: 54px;
width: 30px;
background-image: url('../images/img.png');
-webkit-background-size: 120px 112px;
-moz-background-size: 120px 112px;
background-size: 120px 112px;
background-position: -90px -1px;
background-color:#131212;
}
.carousel-control.right{
	background:none;
}
.carousel-control.left{
	background:none;
}
.my-icon {
    position: relative;
}
.my-icon > i {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 1.5em solid transparent;
    border-top: 1.5em solid #999999;
    left: 0em;
    top: 0em;
	top:-5px;
	left:20px;
}
.nametest{ position:absolute; top: 175px;left: -23px;}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% .5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.87%;
}
.span_2_of_4 {
	width: 49.75%;
}
.span_1_of_4 {
	width: 24.62%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.mycol {
	display: block;
	float:left;
	margin: 1% 0 1% .5%;
}
.mycol:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.myspan_4_of_4 {
	width: 100%;
}
.myspan_3_of_4 {
	width: 74.87%;
}
.myspan_2_of_4 {
	width: 49.75%;
}
.myspan_1_of_4 {
	width: 24.62%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.mycol {  margin: 1% 0 1% 0%; }
	.myspan_1_of_4, .myspan_2_of_4, .myspan_3_of_4, .myspan_4_of_4 { width: 100%; }
}