body{
font-family: "PT Sans", Arial, Helvetica, sans-serif;
font-size:13px;background: url('../images/bg.jpg') repeat-x;
line-height:22px;background-repeat:no-repeat;
background-attachment:fixed;
text-shadow:none !important;
color:#444;background-position:top center;


}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#309ED8;
margin:3px 0px;
padding:3px 0px;
}

hr{
margin:3px 0px 15px 0px;
padding:0px;
border-top:0px;
border-bottom:2px solid #eee;
height:0px;
}

.bor{
height:20px;
margin:20px 0px 15px 0px;
background:url('../images/dot.png') repeat-x;
}

.center{
text-align:center;
}

a:hover,a:active,a:focus {
outline: 0;
}

:focus {outline:none;}

::-moz-focus-inner {border:0;}

.form{
margin:10px 0px;
}


.well{
padding:5px 10px;
background:#eee url('../images/header-back.png') repeat;
}

/* Image alignment for WP */

.alignleft, img.alignleft {
margin-right: 8px;
margin-top:5px;
display: inline;
float: left;
}

.alignright, img.alignright {
margin-left: 8px;
margin-top:5px;
display: inline;
float: right;
}
   
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}

/* Button */

a.btn, a.btn:visited, a.btn:hover{
	color:#333 !important;
}

a.btn-primary,a.btn-primary:visited,a.btn-primary:hover,
a.btn-warning,a.btn-warning:visited,a.btn-warning:hover,
a.btn-danger,a.btn-danger:visited,a.btn-danger:hover,
a.btn-success,a.btn-success:visited,a.btn-success:hover,
a.btn-info,a.btn-info:visited,a.btn-info:hover,
a.btn-inverse,a.btn-inverse:visited,a.btn-inverse:hover{
  color:#fff !important;
}

.container{
	max-width:1000px;
}

/* Header */

header{
padding:8px 0px 0px 0px;
border-bottom:0px solid #ddd;

}

header h1 a, header h1 a:visited, header h1 a:hover{
color:#777;
text-decoration:none;
font-size:45px;
line-height:55px;
}

header span{
font-family:Georgia, "Times New Roman", serif;
}

header .list{
position:relative;
top:-25px;
width:230px;
background:#fff;
padding:7px 10px;
border:1px solid #ddd;
box-shadow:0px 1px 2px #ddd;
border-top:none;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
font-size:12px;
line-height:20px;
color:#777;
}

header .list hr{
margin:2px 0px 6px 0px;
}

/* Navigation */

.navbar{
margin:0px 0px 15px 0px;font-weight:bold;
 font-family: Verdana !important;
}

.navbar > .container{
max-width:1000px;
background:#309ED8; /* Old browsers */

border-top:1px solid #067CC4;


/*background-image: url("../images/background-mainnavnew.png");*/
}

.navbar{
border-radius:0px;
background-image: none;
background-repeat: no-repeat;
filter: none !important;
border-left:0px !important;
border-right:0px !important;
}

.navbar-collapse{
	padding-left:0px;
}

.navbar button{
font-size:12px;
padding:8px 10px;
color:#fff !important;
text-shadow:none !important;
}

.navbar button:hover{
	color: #fff !important;
} 

.navbar-toggle .icon-bar {
	background:#fff;
}

.navbar .caret{
border-top-color:#fff !important;
border-bottom-color:#fff !important;
}

.navbar .brand{
color:#fff !important;
text-shadow:none !important;
}

.navbar .nav > li > a{
text-shadow:none !important;
padding:10px 11px 10px;
color:#fff !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
font-size:13px !important;
}

.navbar .nav > li > a:hover{
color:#fff !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
color: #ffffff;
box-shadow:none;
}


.nav-collapse a{
font-weight:normal !important;
text-shadow:none !important;
}

.dropdown-menu{
border-radius:0px !important;
box-shadow:none !important;
border-bottom:none !important;
padding:0px 0px;
margin:0px;
text-shadow:none !important;
z-index: 2000;
}

.dropdown-menu a{
padding:8px 10px !important;
color:#fff !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
font-size:13px !important;
text-shadow:none !important;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
filter:none !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.dropdown-menu::after, .dropdown-menu::before{
border:none !important;
}

/* Carousel */

.left.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 30px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.right.carousel-control{
	position: absolute;
	top: 50%;
	left:auto;
	right:15px;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 30px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -17px;
	margin-left: -15px;
	font-size: 30px;
	line-height: 30px;
}

.carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -17px;
	margin-left: -15px;
	font-size: 30px;
	line-height: 30px;
}


/* Social */

.social{
font-size:16px;
margin-bottom:10px;
}

.social a, .social a:visited, .social a:hover{
color:#fff;
text-decoration:none;
}

.social i{
display:inline-block;
height:30px;
width:30px;
text-align:center;
line-height:30px;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
border-radius:30px;
}

.social i:hover{
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}



.content ul{
list-style-type: none !important;
padding: 0px;
margin: 0px;
}

.content ul li{
    
    
background-repeat: no-repeat;
background-position: 2px 7px; 
background-size:13px 13px;
padding:0px 0px;
padding-left: 21px;   background-image: url("../images/icon.png");
}

.flexslider  ul li{
background-image:none;
padding:0px;
}

.flexslider{
margin-top:0px;
margin-bottom:10px;
border:0px solid #bbb;
padding:0px;
border-radius:0px;
box-shadow:none;
}

.flexslider .flex-control-nav{
bottom:0px;
}

.flex-control-paging li a{
background:#fff;
box-shadow:0px 0px 3px #555;
}

.flex-control-paging li a:hover{
background:#ccc;
}

.flex-control-paging li a.flex-active{
background:#ccc;
}

.flexslider .slides > li {
position:relative;
}

.flex-caption{
	width: 30%;
	padding: 10px;
	margin: 0 0 50px 20px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	display: block;
	left: 0;font-size:15px; font-weight:bold;
	bottom: 0;
}

.flex-caption h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
	margin:0;
   margin-bottom:3px;
	line-height: 22px;
}

.flex-caption h3 span{
   padding-bottom:3px;
   border-bottom:1px solid #444;
}
	
.flex-caption p {
	margin:0;
	line-height: 19px;
	color: #ddd;
}

/* Home page main */

.main-content .main-meta{
	font-size:20px;
	color:#888;
}

.main-box{
	padding:8px 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 3px solid #eee;
	border-radius: 10px;
}

.main-box h4{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.main-box p{
	margin-bottom:0px;
}

/* Homepage Service */

.services{
margin:20px 0px;
}

.service{
background:#fff;
padding:3px 10px;
border:1px solid #e7e7e7;
margin-bottom:10px;
border-radius:5px;
border-bottom:3px solid #eee;
}

.service h5{
padding:3px 0px 8px 0px;
margin:3px 0px 4px 0px;
border-bottom:1px solid #f1f1f1;
}

.service i{
font-size:20px;
margin-top:3px;
margin-right:8px;
}

/* CTA */

.cta{
background:#f9f9f9;
box-shadow: 0px 0px 1px #ccc;
padding:10px 20px;
border:1px solid #e8e8e8;
border-radius:5px;
margin:20px 0px;
}

.cta p{
padding:3px 0px;
margin:0px;
}

.cta .cbig{
font-size:23px;
color:#555;
}

.cta .csmall{
font-size:15px;
color:#444;
}

.cta a, .cta a:visited{
line-height:30px !important;
font-size:14px !important;
}

/* Recent Posts */

.rposts{
margin:20px auto;

}

.rposts h4{
padding-bottom:8px;
margin-bottom:8px;
border-bottom:1px solid #eee;
}

.rpost1{
width:100%;
border-bottom:2px solid #eee;
margin:0px auto;
margin-bottom:10px;
margin-top:5px;
max-width:220px;
}


.rpost1:hover{
-webkit-transition:border-bottom 1s ease;
-moz-transition:border-bottom 1s ease;
-o-transition:border-bottom 1s ease;
transition:border-bottom 1s ease;
}

.rposts h5{
margin:3px 0px;
padding:3px 0px;
}

.rposts .rdetails{
line-height:22px;
padding:5px;
background:#fafafa;
text-align:center;
}

.rposts .rdetails:hover{
background:#f7f7f7;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

/* Timeline */

.time{
margin:5px 0px 10px 0px;
padding:5px 0px 10px 0px;
border-bottom:1px solid #f4f4f4;
}

.time .tidate{
width:50px;
height:50px;
text-align:center;
line-height:50px;
float:left;
color:#fff;
font-weight:700;
font-size:14px;
border-radius:30px;
}

.time .timatter{
width:80%;
float:right;
background:#fff;
border:1px solid #ddd;
padding:5px 10px;
}

/* Events - Accordion*/

.events .accordion-group{
border-radius:0px;
border:none;
margin:10px 0px;
color:#666;
}

.events .accordion-heading h5{
font-size:16px;
color:#fff;
padding:10px;
}

.events .accordion-heading h5 span{
display:block !important;
font-size:12px !important;
}

.events .accordion-heading .accordion-toggle {
display: block;
padding:0px;
}

.events .accordion-heading i{
background:#f6f6f6;
border:1px solid #eee;
font-size:13px;
height:25px;
width:25px;
padding:0px;
margin:0px;
margin-right:5px;
line-height:22px;
text-align:center;
border-radius:40px;
}

.events .accordion-inner{
border:none;
padding:0px;
background:#fafafa;
padding:10px 10px 0px 10px;
border:1px solid #e8e8e8;
margin-bottom:5px;
}

.events .accordion li{
line-height:20px;
}

.events .accordion-heading a, .events  .accordion-heading a:visited, .events  .accordion-heading a:hover{
border:0px !important;
text-decoration:none;
}

/* FAQ - Accordion*/

.faq .accordion-group{
border-radius:0px;
border:none;
margin:10px 0px;
color:#666;
}

.faq .accordion-heading h5{
font-size:16px;
color:#888;
}

.faq .accordion-heading .accordion-toggle {
display: block;
padding:0px;
}

.faq .accordion-heading i{
display:inline-block;
background:#f6f6f6;
border:1px solid #eee;
font-size:11px;
height:25px;
width:25px;
padding:0px;
margin:0px;
margin-right:5px;
line-height:25px;
text-align:center;
border-radius:40px;
font-weight:normal;
}

.faq .accordion-inner{
border:none;
padding:0px;
background:#fafafa;
padding:10px 10px 0px 10px;
border-radius:5px;
border:1px solid #e8e8e8;
margin-bottom:5px;
}

.faq .accordion li{
line-height:20px;
}

.faq .accordion-heading a,.faq  .accordion-heading a:visited,.faq  .accordion-heading a:hover{
border:0px !important;
text-decoration:none;
}

/* Hero */

.hero{
margin-bottom:20px; 
padding-bottom:0px;background:#fff;
border-bottom:1px solid #eee;border-radius:5px;
}

.hero h3{
padding:0px;
margin:0px;
font-size:18px;
line-height:35px;
color:#309ED8;
background:url('../images/dot.png') left center no-repeat;
background-size:200px 32px;
}

.hero h3 span{
background:#fff url('../images/body-back.png') repeat;
padding-right:8px;
}

.hero p{
color:#309ED8;
}

/* Features */

.feat-a{
width:48%;
float:left;
margin-right:10px;
}

.feat-b{
width:48%;
float:right;
}

.feat{
padding:0px;
border-bottom:1px solid #eee;
}

.feat h4{
font-size:16px;
margin-bottom:5px;
}

.feat h4 i{
font-size:22px;
margin-right:12px;
margin-top:2px;
}

.ifeature{
margin:20px 0px 10px 0px;
}

.ifeature h4{
}

.ifeat{
margin:15px 0px;background:#fff;
padding:15px 0px 40px 0px;
border-bottom:1px solid #eee;
}

.ifeat img{
margin:10px 0px;
}

/* Feature alt */

.afeature{
width:200px;
height:200px;
margin:10px auto;
background:#eee url("../images/header-back.png") repeat;
border-radius:250px;
border:5px solid #fff;
box-shadow:0px 0px 3px #aaa;
text-align:center;
-webkit-transition:border 1s ease;
-moz-transition:border 1s ease;
-o-transition:border 1s ease;
transition:border 1s ease;
}

.afeature:hover{
-webkit-transition:border 1s ease;
-moz-transition:border 1s ease;
-o-transition:border 1s ease;
transition:border 1s ease;
}

.afmatter{
width:80%;
margin:10px auto;
padding-top:15px;
line-height:19px;
font-size:13px;
color:#666;
}

.afmatter i{
font-size:40px;
width:40px;
margin-bottom:12px;
}

/* Blog */


.blog .entry h2{
font-size:25px;
line-height:30px;
}

.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
text-decoration:none;
color:#777;
}

.blog .meta{
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin:8px 0px;
padding:5px 8px;
color:#555;
text-transform:uppercase;
font-size:12px;
background:#eee url('../images/header-back.png') repeat;
}

.blog .meta a, .blog .meta a:visited{
color:#333;
}

.blog .meta i{
margin-left:3px;
}

.blog .bthumb{
margin:10px 0px 5px 0px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2{
float:left;
margin-top:8px;
margin-right:8px;
padding:1px;
box-shadow:0px 0px 1px #777;
}

.blog .bthumb2 img{
margin:0px;
}

.blog .entry{
margin-bottom:20px;
padding-bottom:5px;
border-bottom:1px solid #eee;
}

.posts  .social{
font-size:16px;
}

.posts  .social i{
box-shadow:inset 0px 0px 1px #333;
height:25px;
width:25px;
line-height:25px;
margin:0px 5px 0px 0px;
border-radius:3px;
color:#fff;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
}

.posts i.facebook{
background:#3c5b9b;
}

.posts i.twitter{
background:#2daae1;
}

.posts i.google-plus{
background:#f63e28;
}

.posts i.pinterest{
background:#cb2027;
}

.posts i.linkedin{
background:#0173b2;
}

.posts .social i:hover{
background:#000;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .social a,.posts .social a:visited,.posts .social a:hover{
color:#fff;
text-decoration:none;
}

.posts .tags a{
display:inline-block;
font-weight:normal;
padding:0px 5px;
color:#fff;
border-radius:4px;
font-size:13px;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.posts .tags a:hover{
color:#fff;
text-decoration:none;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

/* Blog #2 */

.blog .pblock .entry h2{
font-size:20px;
line-height:25px;
}

/* Comments */

.comments > ul > li{
background:none;
padding:0px;
}

.comments .comment{
margin:10px 0px;
padding:7px 10px;
background:#fff;
border-radius:5px;
border:1px solid #eee;
border-bottom:2px solid #ddd;
}

.comment .avatar{
margin-top:5px;
margin-right:8px;
padding:1px;
background:#fff;
border:1px solid #aaa;
}

.comment .cmeta{
font-size:12px;
}

.comment p{
margin-top:5px;
}

.comments .reply{
margin-left:15px;
}

.respond .title, .comments .title{
padding:10px 0px;
margin-bottom:10px;
border-bottom:1px solid #eee;
}

/* Sidebar */

.sidebar{
background:#eee url('../images/header-back.png') repeat;
border:1px solid #e1e1e1;
border-radius:8px;
padding:8px;
margin-top:0px;
}

.sidebar h4{
font-size:14px;
color:#309ED8;
line-height:18px;
margin-bottom:5px;
padding-bottom:10px;
text-transform:uppercase;
border-bottom:1px solid #eee;
}

.sidebar .widget{
background:#fff;
padding:8px;
border-radius:8px;
border:1px solid #e1e1e1;
margin-bottom:10px;
}

.sidebar .widget .form-search{
margin-top:10px;
margin-bottom:10px;
}

/* Parallalx Slider */

.da-slide .da-link{
	width:120px;
}

/* Pagination */

.paging {
width:270px;
clear:both;
padding:6px 0;
line-height:17px;
font-size:13px;
}
 
.paging span, .paging a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:5px 8px;
text-decoration:none;
width:auto;
color:#666;
background: #fff;
border:1px solid #ddd;
font-weight:normal;
}
 
.paging a:hover{
color:#fff;
}
 
.paging .current{
padding:5px 8px;
color:#fff;
}

/* Service page*/

.serv-a{
width:48%;
float:left;
margin-right:10px;
}

.serv-b{
width:48%;
float:right;
}

.serv{
padding:5px 10px;
background:#fff;
border-radius:5px;
border:1px solid #eee;
border-bottom:2px solid #ddd;
margin-bottom:20px;
color:#666;
text-align:center;
-webkit-transition:background 2s ease;
-moz-transition:background 2s ease;
-o-transition:background 2s ease;
transition:background 2s ease;
}

.serv:hover{
background:#fafafa;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
}

.serv .simg i{
font-size:50px;
width:45px;
height:50px;
line-height:50px;
margin:0 auto;
}

/* Service Page #2 */

.aserv-list{
margin-bottom:10px;
}

.aserv-l{
width:48%;
float:left;
margin-right:10px;
}

.aserv-r{
width:48%;
float:left;
}

.aserv{
padding:10px 0px 10px 0px;
border-bottom:1px dotted #ddd;
}

.aserv-img{
float:left;
margin-right:6px;
border-radius:30px;
width:34px;
height:34px;
border:4px solid #e7e7e7 !important;
}

.aserv-img i{
display: block;
color:#fff;
background:#777;
width:30px;
font-size:16px;
height:30px;
line-height:30px;
text-align:center;
border:2px solid #fff;
border-radius:30px;
}

.aserv-details{
float:left;
font-size:15px;
font-weight:700;
color:#888;
line-height:35px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.portfolio li{
display:inline !important;
border:none !important;
}

.portfolio li a, .portfolio li a:visited{
color:#fff;
padding:5px 10px;
margin:0px 5px;
font-family:Arial, Helvetica, sans-serif;
}

.portfolio li a:hover{
color:#fff;
}

#portfolio{
text-align:center;
}

#portfolio .element{
border-radius:2px;
border:1px solid #ddd;
margin:10px;
}

#portfolio-alt .element{
margin:4px;
border-radius:2px;
border:1px solid #ddd;
}

#portfolio h5{
margin:4px 0px;
padding:0px;
}

#portfolio .pcap{
background:#eee url("../images/header-back.png") repeat;
border:1px solid #eee;
padding:3px 0px;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover{
color:#555;
text-decoration:none;
}

#portfolio .pcap{
max-width:200px;
margin:0 auto;
}

#portfolio .pcap{
line-height:20px;
}

#portfolio img{
padding:4px;
width:200px;
max-width:200px;
height:150px;
}

#portfolio-alt img{
padding:4px;
width:280px;
max-width:280px;
height:190px;
}

#filters{
margin-left:0px;
}

#filters li{
display:inline;
padding:0px;
background:none;
}

#filters a{
font-size:12px;
}

/* Process */

.process i{
margin-top:3px;
margin-right:2px;
}

.process-meta{
border-bottom:1px solid #eee;
margin-bottom:10px;
}

.process-meta span{
margin:0px 0px 0px 0px;
padding:4px 5px;
color:#fff;
}

/* 404 */

.error-page{
padding:20px 20px;
background:url('../images/header-back.png') repeat;
border:1px solid #ddd;
border-radius:10px;
color:#666;
text-align:center;
}

.error .error-med{
font-size:20px;
line-height:30px;
}

.error .error-big{
font-size:60px;
line-height:70px;
}

.error .error-small{
font-size:15px;
max-width:600px;
margin:0 auto;
}

/* Coming soon */

.csoon-page{
margin:80px 0px;
padding:20px 20px;
background:url('../images/header-back.png') repeat;
border:1px solid #ddd;
border-radius:10px;
color:#666;
text-align:center;
}

.soon-med{
font-size:20px;
line-height:30px;
}

.soon-big{
font-size:60px;
line-height:70px;
}

.soon-small{
font-size:14px;
line-height:20px;
max-width:600px;
margin:10px auto;
}

.soon-tweet{
background:#fff;
border-radius:10px;
border:1px solid #eee;
border-bottom:2px solid #ccc;
padding:12px;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
max-width:600px;
font-size:14px;
}

.soon-tweet ul li{
padding:0px;
margin:0px;
font-style:italic;
}

.content .soon-tweet ul li{
background-image:none;
}

.soon-tweet ul li:before{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}

.soon-tweet ul li:after{
content:'"';
font-size:16px;
font-family:Arial,sans-serif;
color:#888;
}

.csoon-page form input, .csoon-page form button{
font-size:12px;
}

/* Login & Register page */


.logreg{
padding:5px 10px;
background:#eee url('../images/header-back.png') repeat;
border:1px solid #ddd;
border-radius:10px;
box-shadow:inset 0px 0px 3px #eee;
}

.logreg h3{
text-align:center;
}

.logreg-page{
width:450px;
margin:40px auto;
background:#fff;
padding:20px 10px;
border-radius:10px;
box-shadow:0px 0px 3px #aaa;
}

.logreg .lregister{
text-align:center;
}

.logreg .form{
margin-top:30px;
}

/* Button */

.button{
margin:10px 0px;
}

.button a, .button a:visited{
color:#fff;
padding:2px 10px;
font-size:14px;
border-radius:5px;
display: inline-block;
text-align: center;
}

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

/* Price tabel */

.price-a{
width:48%;
float:left;
margin-right:14px;
border-radius:7px;
}

.price-b{
width:48%;
float:right;
border-radius:7px;
}

.pricel{
margin-top:10px;
box-shadow:0px 0px 0px #fff;
-webkit-transition:box-shadow 1s ease;
-moz-transition:box-shadow 1s ease;
-o-transition:box-shadow 1s ease;
transition:box-shadow 1s ease;
}

.phighlight{
border:2px solid #fff;
box-shadow:0px 0px 3px #666;
width:46.5%;
}

.pricel:hover{
box-shadow:0px 0px 4px #aaa;
-webkit-transition:box-shadow 1s ease;
-moz-transition:box-shadow 1s ease;
-o-transition:box-shadow 1s ease;
transition:box-shadow 1s ease;
}

.pricel .phead-top{
margin:0px;
padding:2px;
border-top-left-radius:7px;
border-top-right-radius:7px;
}

.pricel .phead-top h4{
color:#fff;
}

.pricel .phead-bottom{
background:#eee url('../images/header-back.png') repeat;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0px;
padding:10px 10px 0px 10px;
color:#777;
font-weight:700;
font-size:20px;
line-height:27px;
}

.pricel .pst{
font-size:14px;
position:relative;
top:-5px;
font-weight:normal;
}

.pricel .psb{
font-size:14px;
font-weight:normal;
}

.pricel .pbutton{
background:#eee url('../images/header-back.png') repeat;
border:1px solid #ddd;
padding:10px 0px 10px 0px;
color:#777;
font-weight:700;
font-size:20px;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
}

.pricel .plist{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
background:#f9f9f9;
}

.pricel .plist li{
background:none;
padding:10px;
border-bottom:1px solid #e1e1e1;
}

.pricel .plist li:nth-child(even) {
background-color:#f6f6f6;
}

.pricel .plist li:hover{
background:#fff;
}

/* Review */

.review{
padding:10px 13px;
background:#fafafa;
border:1px solid #eee;
border-radius:10px;
}

.reinfo{
width:38%;
float:left;
margin-right:15px;
}

.redetails{
width:53%;
float:left;
background:#eee url('../images/header-back.png') repeat;
padding:8px 10px;
border:1px solid #ddd;
border-radius:10px;
margin-bottom:10px;
}

.redetails .progress{
height:15px;
margin:4px 0px;
}

.redetails h5{
text-transform:uppercase;
line-height:15px;
font-size:12px;
}

.rgood{
padding:6px 10px;
border:1px solid #ddd;
border-radius:10px;
margin-top:10px;
margin-bottom:20px;
margin-right:10px;
width:43.5%;
float:left;
background:#eee url('../images/header-back.png') repeat;
}

.rbad{
padding:6px 10px;
border:1px solid #ddd;
border-radius:10px;
margin-top:10px;
margin-bottom:20px;
width:43.5%;
float:left;
background:#eee url('../images/header-back.png') repeat;
}

.rgood i{
font-size:17px;
margin-right:4px;
color:#46c82d;
}

.rbad i{
font-size:17px;
margin-right:4px;
color:#ee151b;
}

.rgood h5, .rbad h5{
border-bottom:1px solid #eee;
}

.rbox{
background:#eee url('../images/header-back.png') repeat;
padding:8px 10px;
border:1px solid #ddd;
border-radius:10px;
}

/* Gallery */

#gallery img{
padding:4px;
border:1px solid #ddd;
border-radius:5px;
margin:10px;
width:200px;
max-width:200px;
height:150px;
}

/* Career */

.career .nav > li{
background:none;
padding:0px;
}

.nav-tabs > li > a:hover{
color:#fff;
}

/* Products */

.prod h3{
margin:0px;
padding:0px;
font-size:20px;
line-height:30px;
}

.prod{
border-bottom:1px solid #eee;
padding-bottom:0px;
margin-bottom:10px;
}

.pdetails {
padding:10px 10px;
border-radius:0px;background:#fff; 

border-radius:5px;
box-shadow:inset 0px 0px 3px #eee;
margin-top:2px;
color:#fff;
border:1px solid #eee;
}

.pdetails i{
margin-right:2px;color:#fff;
}

.pdetails .ptable{
border-radius:5px;
background:#52B3E5;
border:0px solid #cdcdcd;
margin-bottom:10px;
}

.pdetails .pline{
padding:5px 10px;color:#fff;
border-bottom:1px solid #eee;
}

.pline h4{
color:#fff;
border-bottom:1px solid #eee;

}


.pline a, .pline a:visited
{
color:#fff;
}

.pline a:hover{
color:#C6CB29;
text-decoration:none;
}


/* About */


.about-hero{
padding:15px 20px 10px 20px;
background:#fafafa;
border-radius:4px;
box-shadow:inset 0px 0px 1px #ccc;
border:1px solid #eee;
color:#999;
font-size:23px;
line-height:33px;
}

.about-hero .hightlight{
color:#666;
}

.about .teams{
margin-top:20px;
}

.teams .pic{
margin-bottom:5px;
}

.teams .pic img{
border-radius:6px;
}

.about .details{
margin-top:10px;
margin-bottom:20px;
}

.about .details .name{
font-weight:bold;
line-height:10px;
padding:0px;
margin:0px;
}

.about .details em{
color:#888;
}

.about .asocial i{
display:inline-block;
padding:2px;

text-align:center;
border-radius:4px;
width: 22px;
height: 22px;
line-height: 22px;
font-size:11px;

}

.about .asocial a, .about .asocial a:visited, .about .asocial a:hover{
color:#fff;
border-radius:5px;
text-decoration:none;
}

.about .details .adesc{
max-width:300px;
margin:0 auto;
border-top:1px solid #eee;
margin-top:10px;
}

/* Support */

.support-page{

padding:10px 15px;margin-top:6px;
border-radius:5px;background-color:#fff;
border:1px solid #eee;
}

.support-page hr{
	margin-top:10px;
}

.scontact{
background:#fff url('../images/header-back.png') repeat;
padding:10px 15px;
border-radius:10px;
border:1px solid #eee;
}

#slist p{
display:none;
margin:5px 0px;
padding:5px 10px;
background:#fff;
line-height:25px;
border-radius:5px;
border:1px solid #eee;
}

/* Resume */

.resume h2{
color:#888;
line-height:30px;
}

.resume h2 .rsmall{
font-size:18px;
position:relative;
top:-2px;
}

.resume h4{
color:#fff;
padding:10px;
}

.resume .rblock{
margin:5px 0px 15px 0px;
border-bottom:1px solid #eee;
}

.resume .rinfo{
border-left:4px solid #eee;
padding-left:15px;
border-bottom:1px solid #eee;
padding-bottom:10px;
}

.resume .rmeta{
color:#888;
}

.resume h5{
font-size:20px;
}

.resume .rskills{
max-width:300px;
}

.resume .rskills span{
display:inline-block;
padding:3px 8px;
background:#f3f3f3;
border:1px solid #ddd;
border-radius:5px;
margin:5px 0px;
cursor:pointer;
}

.resume .rskills span:hover{
background:#f9f9f9;
}

/* Testimonial */

.test{
background:#fff;
padding:8px 12px;
margin:5px 0px 0px 0px;
border:1px solid #eee;
color:#777;
font-style:italic;
}

.test-arrow{
  border-style: dashed;
  border-color: transparent;
  border-width: 0.63em;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 12px;
  line-height:0px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  border-top-width: 1em;
  border-top-style: solid;
  top:-6px;
  left:20px;
}

.tauth{
position:relative;
top:-6px;
color:#888;
left:10px;
font-weight:700;
}

.testi{
background:#fff;
border-radius:10px;
border:1px solid #eee;
border-bottom:2px solid #ccc;
padding:12px;
margin-bottom:20px;
}

.testi .tauthor{
font-weight:bold;
color:#777;
}

.testi .tquote{
font-style:italic;
font-size:14px;
line-height:20px;
color:#555;
}

/* Contact */

.contact .gmap{
padding:8px 8px 0px 8px;
background:#fff;
box-shadow:0px 0px 2px #aaa;
border-radius:5px;
margin-bottom:20px;
}

.contact .gmap iframe{
width:100%;
box-shadow:0px 0px 3px #aaa;
padding-bottom:0px !important;
margin-bottom:0px !important;
}

.contact .cwell{
padding:10px 10px;
background:#f9f9f9;
border:1px solid #eee;
border-radius:10px;
margin-bottom:15px;
}

.contact .csoci{
text-align:center;
}

/* Clients */

.clients{
padding:10px;
text-align:center;
background:#fafafa;
border:1px solid #eee;
border-radius:5px;
margin:5px 0px 10px 0px;
}

.clients img{
max-width:120px;
margin:10px 14px;
}

/* Clients page */

.cclient{
background:#eee url("../images/header-back.png") repeat;
border:1px solid #eee;
border-radius:10px;text-align:center;
margin:10px 0px;
text-align:center;
padding:10px 10px;
}

.cimage{
margin:12px;text-align:center;
}

.cclient .cmatter p{
background:#fff;text-align:center;
margin:5px 0px;
border-radius:10px;
padding:10px;
border:1px solid #eee;
line-height:22px;
}

/* Footer */

 footer{

margin-top:10px;  
font-size:13px;border-top:3px solid #309ED8;

padding-top:10px;
background: #F3F3F3 url('../images/fback.png') repeat;

}

footer hr{
border-top:1px solid #97989A;
padding:0px;
border-bottom:0px solid #97989A;
}

footer h4{
font-size:15px;
padding-bottom:6px;
border-bottom:1px solid #ccc;
margin-bottom:4px;font-weight:bold;
color:#309ED8;
}

footer a, footer a:visited{
color:#333333;
}

footer a:hover{
color:#C6CB29;
text-decoration:none;
}

footer ul{
list-style-type: none !important;
padding: 0px;
margin: 0px;
}

footer ul li{
background-repeat: no-repeat;
background-position: 2px 7px; 
background-size:13px 13px;
padding:0px 0px;
padding-left: 0px; 
}

footer .widget{
margin-bottom:10px;
}


.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-image: none;
    color: #E6E6E6;
    font-family: 'FontAwesome';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-indent: 0;
    top: -20px;
    vertical-align: middle;
    width: 11px;
    z-index: 9;
}
.bx-wrapper .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls-direction .bx-next:hover {
    color: #FF3C64;
}
.bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
    content: "";
}
.bx-wrapper .bx-controls-direction .bx-prev {
    left: auto;
    right: 20px;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
    content: "";
}
.tags {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.tags .tag {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F8F7F8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: ease;
}
.tags .tag a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}
.tags .tag:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FF3C64;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.tags .tag:hover a {
    color: #FFFFFF;
}
.accordion .accordion-group {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #615A63;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    position: relative;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:focus {
    outline-style: dotted;
    outline-width: 0;
}
.accordion .accordion-group .accordion-heading .accordion-toggle i {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: 10px;
}
.accordion .accordion-group .accordion-heading.current .accordion-toggle {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.tab-container .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color:#309ED8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #EDEDED;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #EDEDED;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #EDEDED;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #EDEDED;
    border-top-style: solid;
    border-top-width: 1px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tab-container .nav-tabs:before, .tab-container .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
.tab-container .nav-tabs:after {
    clear: both;
}
.tab-container .nav-tabs li {
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #544E56;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    display: inline-block;
    float: left;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: middle;
}
.tab-container .nav-tabs li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 100%;
    line-height: 55px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    text-transform: uppercase;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-property: box-shadow, color, background;
    transition-timing-function: ease, ease, ease;
}
.tab-container .nav-tabs li a i {
    margin-right: 5px;
}
.tab-container .nav-tabs li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #615A63;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #98FF6B;
}
.tab-container .nav-tabs li a:focus {
    outline-color: #FFFFFF;
    outline-style: dotted;
    outline-width: 0;
}
.tab-container .nav-tabs li.active {
    height: 55px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tab-container .nav-tabs li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F7F7F7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    box-shadow: 0 3px #52B3E5 inset;
    color: #474747;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}
.tab-container .nav-tabs li.active a i {
    margin-right: 5px;
}
.tab-container .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color:#F7F7F7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #EDEDED;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #EDEDED;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #EDEDED;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #EDEDED;
    border-top-style: solid;
    border-top-width: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}





/***************************
 *
 * Portfolio CSS
 *
 ***************************/
.folio-image-container {
  overflow: hidden;
  position: relative;
}
.folio-image-container a {
  color: #b32b46;
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}
.folio-image-container a:hover {
  color: #fff;
}
.folio-image-container .folio-social {
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 12;
  opacity: 0;
  filter: alpha(opacity=0);
}
.folio-image-container .folio-social ul {
  position: relative;
  left: -50%;
}
.folio-image-container .folio-social ul li {
  width: auto;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-right: 15px;
}
.folio-image-container .folio-social ul li:last-child {
  margin-right: 0;
}
.folio-image-container img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
.folio-image-container .project-info {
  position: absolute;
  top: 10px;
  left: -100%;
  z-index: 10;
  color: #fff;text-align:center;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
}
.folio-image-container .project-info .project-name {
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}
.folio-image-container .project-info .project-company {
  margin-left: 5px;
  font-style: italic;
}
.folio-image-container .project-info .project-company:before {
  content: '-';
  margin-right: 2px;
}
.folio-image-container .project-page-link,
.folio-image-container .zoom {
  position: absolute;
  top: 65%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: baseline;
}
.folio-image-container .project-page-link a,
.folio-image-container .zoom a {
  display: block;
  margin-top: -50%;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}
.folio-image-container .zoom {
  right: 0;
}
.folio-image-container .project-page-link {
  left: 0;
}
.folio-image-container .sandbox {
  background:    #615A63;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.folio-image-container:hover {
  cursor: pointer;
}
.folio-image-container:hover .project-info {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 10px;
  -webkit-animation: fadeInLeftByLeftProp 0.5s;
  -moz-animation: fadeInLeftByLeftProp 0.5s;
  -ms-animation: fadeInLeftByLeftProp 0.5s;
  -o-animation: fadeInLeftByLeftProp 0.5s;
  animation: fadeInLeftByLeftProp 0.5s;
}
.folio-image-container:hover .project-page-link {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 55%;
  -webkit-animation: fadeInLeftForIcon 0.9s;
  -moz-animation: fadeInLeftForIcon 0.9s;
  -ms-animation: fadeInLeftForIcon 0.9s;
  -o-animation: fadeInLeftForIcon 0.9s;
  animation: fadeInLeftForIcon 0.9s;
}
.folio-image-container:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 55%;
  -webkit-animation: fadeInRightForIcon 0.9s;
  -moz-animation: fadeInRightForIcon 0.9s;
  -ms-animation: fadeInRightForIcon 0.9s;
  -o-animation: fadeInRightForIcon 0.9s;
  animation: fadeInRightForIcon 0.9s;
}
.folio-image-container:hover .folio-social {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 10px;
  -webkit-animation: fadeInBottomForIcon 1.15s;
  -moz-animation: fadeInBottomForIcon 1.15s;
  -ms-animation: fadeInBottomForIcon 1.15s;
  -o-animation: fadeInBottomForIcon 1.15s;
  animation: fadeInBottomForIcon 1.15s;
}
.folio-image-container:hover .sandbox {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-title-banner {
  position: relative;
  overflow: hidden;
}
.portfolio-title-banner img {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.portfolio-title-banner h2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  background: #ff3c64;
  color: #fff;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
  z-index: 99;
  font-size: 28px;
  line-height: 34px;
}
.portfolio-title-banner div.category {
  position: absolute;
  bottom: 60px;
  left: -20px;
  padding: 8px 30px;
  padding-left: 50px;
  background: #615a63;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25em;
  text-transform: uppercase;
  z-index: 99;
}
.portfolio-title-banner .folio-image-container:hover {
  cursor: auto !important;
}
.portfolio-title-banner:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio-title-banner:hover h2 {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.portfolio-title-banner:hover div.category {
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}
.single-portfolio-title {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 10px;
}
.folio-2-column ul {
  margin: 0;
}
.folio-2-column ul li.folio-image-container {
  width: 570px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.folio-2-column ul li.folio-image-container:nth-child(2n) {
  margin-right: 0;
}
#filter {
  margin: 0;
  margin-bottom: 30px;
}
#filter label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background: #615a63;
  color: #fff;
  padding: 5px 15px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#filter label:hover {
  background: #ff3c64;
}
#filter input[type="radio"] {
  display: none;
}
.folio-3-column ul {
  margin: 0;
}
.folio-3-column ul li.folio-image-container {
  width: 250px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.folio-3-column ul li.folio-image-container:nth-child(3n) {
  margin-right: 0;
}
.folio-4-column ul {
  margin: 0;
}
.folio-4-column ul li.folio-image-container {
  width: 270px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.folio-4-column ul li.folio-image-container:nth-child(4n) {
  margin-right: 0;
}
.portfolio-photos {
  *zoom: 1;
}
.portfolio-photos:before,
.portfolio-photos:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfolio-photos:after {
  clear: both;
}
.portfolio-photos ul.gallery li {
  margin: 0;
  margin-right: 30px;
  width: 270px;
  margin-bottom: 30px;
}
.portfolio-photos ul.gallery li:nth-child(3n) {
  margin-right: 0;
}
ul.gallery {
  margin: 0;
  list-style: 0;
}
ul.gallery li.gallery-image-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
}
ul.gallery li.gallery-image-container .sandbox {
  background: #;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
ul.gallery li.gallery-image-container .zoom {
  position: absolute;
  bottom: -30%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  -moz-transition: opacity 0.5s, bottom 0.5s;
  -o-transition: opacity 0.5s, bottom 0.5s;
  transition: opacity 0.5s, bottom 0.5s;
}
ul.gallery li.gallery-image-container .zoom a {
  width: 40px;
  height: 40px;
  background: #ff3c64;
  position: relative;
  left: -50%;
  margin-bottom: -50%;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #b32b46;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}
ul.gallery li.gallery-image-container .zoom a:hover {
  color: #fff;
}
ul.gallery li.gallery-image-container:hover .sandbox {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
ul.gallery li.gallery-image-container:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 50%;
}
.recent-work-widget-inner .bx-viewport {

}
.recent-work-widget-inner .recent-work-widget-slider {
  margin: 0;
  list-style: none;
}
.folio-widget .recent-work-widget {
  margin: 0;
  list-style: none;
}
.folio-widget .recent-work-widget li {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}
.folio-widget .recent-work-widget li .folio-social ul {
  margin: 0;
  list-style: none;
}
.folio-widget .recent-work-widget li .folio-social ul li {
  height: auto;
  margin-right: 10px;
}
.folio-widget .recent-work-widget li .folio-social ul li:last-child {
  margin-right: 0;
}
/***************************
 *
 * Portfolio CSS Ended
 *
 ***************************//********************
 *
 * 404 page css code
 *
 ********************/




/**************************************
 *
 * Widgets CSS
 *
 **************************************/
.bm-header {
  position: relative;border-radius:2px;
  margin-bottom: 10px;background-color:#fff;
  *zoom: 1;padding:2px;
}
.bm-header:before,
.bm-header:after {
  display: table; background-color:#fff;
  content: "";
  line-height: 0;
}
.bm-header:after {
  clear: both;
}
.bm-header .widget-title-bar {
  height: 3px;
  overflow: hidden;background-color:#fff;
  position: relative;
  top: 7px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #e6e6e6;
}
.bm-header .widget-title-bar .color-bar {
  height: 3px;
  width: 80px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.bm-header h2 {
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  float: left;
  margin: 0;
  margin-right: 10px;
  font-size: 21px;
  line-height: 29px;
  text-rendering: auto;
}
.posts {
  max-height: 360px;
  overflow: auto;
  padding: 10px 20px;
  background: #615a63;
}
.posts .post {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  color: #fff;
}
.posts .post:first-child {
  margin-top: 10px;
}
.posts .post .post-type {
  margin-right: 0;
  margin-bottom: 0;
  float: left;
  display: inline-block;
  margin-left: 0;
}
.posts .post .post-type .type-icon {
  background: #615a63;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.posts .post .post-content {
  margin-left: 50px;
}
.posts .post .post-content h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #98ff6b;
}
.posts .post .post-content h3 a {
  color: #98ff6b;
}
.posts .post .post-content .meta {
  color: #ada7af;
  font-style: italic;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dfdce0;
  overflow: hidden;
}
.posts .post .post-content .read-more {
  text-transform: uppercase;
  color: #98ff6b;
  font-weight: 600;
  font-size: 11px;
  line-height: 1em;
}
.posts .post .post-content p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.posts .post:hover .post-type .type-icon {
  background: #ff3c64;
}
.bx-wrapper .bx-viewport {

  border-width: 0;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonial-slider {
  color: #fff;
  padding: 0;
  margin: 0;
}
.testimonial-slider li .client-photo {
  float: left ;
  width: 31%;
}
.testimonial-slider li .client-txt {
  float: right;
  width: 69%;
}
.testimonial-slider li .client-txt .client-comment {
  padding: 10px 10px 5px 10px;
  background: url(../images/testimonial-quote.png) 8px 20px no-repeat;
  font-style: italic;
  font-size: 1.0625em;
  line-height: 1.5625em;
  color: #fff;
}
.testimonial-slider li .client-txt .client-info {
  text-align: left;
  padding: 0 10px;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.625em;
}
.testimonial-slider li .client-txt .client-info small {
  color: #d2cfd3;
}
.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
  background-image: none;
  top: -20px;
  text-indent: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  color: #e6e6e6;
  text-decoration: none;
  width: 11px;
  height: 25px;
  z-index: 9;
}
.bx-wrapper .bx-controls-direction .bx-prev:hover,
.bx-wrapper .bx-controls-direction .bx-next:hover {
  color: #ff3c64;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: auto;
  right: 20px;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.tags {
  margin: 0;
  list-style: none;
}
.tags .tag {
  background: #F8F7F8;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.tags .tag a {
  padding: 7px 15px;
  display: block;
  text-decoration: none;
}
.tags .tag:hover {
  background: #ff3c64;
}
.tags .tag:hover a {
  color: #fff;
}
/**************************************
 *
 * Widgets CSS Ended
 *
 **************************************/


	.banners_cycle { margin: 0; padding-bottom:19px; width:100%; }

.banners_cycle li { width:220px; float:left; margin:10px -72px 0 0; position:relative; top:0; right:0; list-style-type:none; color:white; }

.banners_cycle li.nomargin { margin-top:0; }

.banners_cycle li .inner { padding:10px; }

.banners_cycle li .tail { background-repeat:repeat-y; background-position:left top; }

.banners_cycle li .top { height:6px; overflow:hidden; font-size:0; line-height:0; background-repeat:no-repeat; background-position:left top; }

.banners_cycle li .bot { height:8px; overflow:hidden; font-size:0; line-height:0; background-repeat:no-repeat; background-position:left top; }

.banners_cycle .style-1 { z-index:6; }

.banners_cycle .style-2 { z-index:5; }

.banners_cycle .style-3 { z-index:4; }

.banners_cycle .style-4 { z-index:3; }

.banners_cycle .style-5 { z-index:2; }

.banners_cycle .style-6 { z-index:1; }

.banners_cycle .style-1 .tail { background: none repeat scroll 0 0 #CDCC33; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }

.banners_cycle .style-2 .tail { background: none repeat scroll 0 0 #757575; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }

.banners_cycle .style-3 .tail { background: none repeat scroll 0 0 #A9282D; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }

.banners_cycle .style-4 .tail { background: none repeat scroll 0 0 #FDB813; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }

.banners_cycle .style-5 .tail { background: none repeat scroll 0 0 #AAC846; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }

.banners_cycle .style-6 .tail { background: none repeat scroll 0 0 #FE0000; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; behavior: url(js/PIE.htc); }
 .banners_cycle li:nth-child(5) {
margin-right:-72px;
}

.banners_cycle li h4 { color: #fff; font-size: 20px; margin-bottom: 20px; }

.banners_cycle li p { line-height:18px; }

.banners_cycle li.style-1 h4 { text-shadow:1px 1px 1px #ce4a4a; }

.banners_cycle li.style-2 h4 { text-shadow:1px 1px 1px #d28d48; }

.banners_cycle li.style-3 h4 { text-shadow:1px 1px 1px #bfaa3e; }

.banners_cycle li.style-4 h4 { text-shadow:1px 1px 1px #67992f; }

.banners_cycle li.style-5 h4 { text-shadow:1px 1px 1px #4185c9; }

.banners_cycle li.style-6 h4 { text-shadow:1px 1px 1px #4f3ea6; }

.banners_cycle li .button { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); bottom: 0; color: #FFFFFF; display: none; left: 20px; padding: 6px; position: absolute; border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; behavior: url(js/PIE.htc); }

.banners_cycle li .button:hover { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3); color:#000; }


.break {
    clear: both;
}
.social {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
}
.social span {
    background-repeat: no-repeat;
    display: inline;
    float: left;
}
.social span a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    height: 23px;
    padding-left: 4px;
    position: relative;
    width: 22px;
}
.social span a strong {
    color: #FFFFFF;
    font-size: 0;
    font-weight: normal;
    left: -9px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: absolute;
    top: -1px;
    z-index: 9999;
}
.social span a:hover {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.social1 {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 146px;
}
.social1 li {
    background-repeat: no-repeat;
    display: inline;
    float: left;
}
.social1 li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    display: block;
    height: 29px;
    padding-left: 4px;
    position: relative;
    width: 30px;
}
.social1 li a strong {
    color: #FFFFFF;
    font-size: 0;
    font-weight: normal;
    left: -9px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: absolute;
    top: -1px;
    z-index: 9999;
}
.facebook {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/socialIcon.png");
    background-origin: padding-box;
    background-position: -1px 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.linkedin {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/socialIcon.png");
    background-origin: padding-box;
    background-position: -59px 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.twitter {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/socialIcon.png");
    background-origin: padding-box;
    background-position: -29px 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.google {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/socialIcon.png");
    background-origin: padding-box;
    background-position: -89px 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#css3:hover span {
    opacity: 0.2;
}
#css3 span {
    transition-duration: 500ms;
    transition-property: opacity;
}
#css3 span a strong {
    opacity: 0;
    transition-duration: 300ms;
    transition-property: opacity, top;
}
#css3 span:hover {
    opacity: 1;
}
#css3 span:hover a strong {
    opacity: 1;
    top: -10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
}




/* Responsive */

@media (max-width: 480px){
   header .list .social{
   text-align:center;
   }
   .logo{
   margin:0 auto;
   }
   .da-slide h2{
   width:100%;
   font-size:30px;
   top:40px;
   }
   .da-slide p{
   width:80%;
   font-size:15px;
   top:90px;
   }
   .da-slide .da-link{
   top:180px;
   }
   .da-slide .da-img{
   display:none;
   }
   .serv-a,.feat-a,.price-a{
   width:100%;
   float:none;
   margin-right:0px;
   }
   .serv-b,.feat-b,.price-b{
   width:100%;
   float:none;
   } 
   .blog .meta span{
   float:none !important;
   }
   .feat{
   text-align:center;
   }
   .teams .pic img {
   width:100%;
   max-width:150px;
   }
   .time .tidate{
   float:none;
   margin:0 auto;
   margin-bottom:10px;
   }
   .time .timatter{
   width:92%;
   }
   .aserv-l{
   width:100%;
   float:none;
   margin-right:0px;
   }
   .aserv-r{
   width:100%;
   float:none;
   }   
   
}

@media (max-width: 767px){
	.container{
		max-width:100%;
	}
   header{
   padding-bottom:10px;
   padding-top:15px;
   }
   header .list{
   margin:10px auto;
   position:static;
   top:0px;
   margin-top:10px;
   border-top:1px;
   border-radius:10px;
   box-shadow:0px 0px 2px #ddd;
   }
   .logo{
   text-align:center;
   }
   .navbar .nav{
   border:0px !important;
   }
   .navbar .nav > li > a{
   border:0px !important;
   }
   .navbar-collapse{
		padding-left:15px;
	}
   .dropdown-menu a{
   border-bottom:none !important;
   } 
   .flex-caption{
   display:none;
   }
   .posts .social{
   padding-bottom:10px;
   border-bottom:1px solid #ddd;
   }
   .posts .social, .posts .tags{
   float:none;
   }
   .resume .rinfo{
   margin-top:15px;
   }
   
   .teams{
   text-align:center;
   }
   .teams .pic img{
		width:100%;
		max-width:300px;;
   }
   .error .error-small{
   max-width:300px;
   }  
   .ifeat{
   margin:5px 0px;
   padding:5px 0px 10px 0px;
   }
   .scontact{
   margin-top:20px;
   }
   .entry img{
   display:block;
   float:none;
   margin:0 auto;
   margin-bottom:8px;
   width:100%;
   }    
   .sidebar{
   margin-top:20px;
   }
   .logreg-page{
   width:90%;   
   }
   .reinfo{
   width:100%;
   float:none;
   margin-right:0px;
   }
   
   .form-horizontal .control-label {
		text-align: left;
	}
	
	.prdetails h5{
		margin-top:20px;
	}
   
   .rgood{
   width:92%;
   float:none;
   margin-right:0px;
   }
   .rbad{
   width:92%;
   float:none;
   margin-right:0px;
   }
   .rbox{
   margin-top:20px;
   }
   footer{
   padding:10px 20px;
   } 
}

@media (max-width: 991px){
   .navbar .nav{
   border:0px !important;
   }
   .navbar .nav > li > a{
   border:0px !important;
   }
   
   .dropdown-menu a{
   border-bottom:none !important;
   }
   .form-horizontal .control-label {
		text-align: left;
	}
   .entry img{
   display:block;
   float:none;
   margin:0 auto;
   margin-bottom:8px;
   width:100%;
   }   
 .banners_cycle li.nomargin {
margin-top: 10px;list-style:none; list-style-image: none;
}
 .banners_cycle li {
right: 0 !important;
}
 #myslides {
width: 310px !important;
}
 .small-description-1 h2 {
font: 18px/32px 'Open Sans', sans-serif, serif;list-style-image: none;
}
 .small-description-1 label {
font: 12px/24px 'Open Sans', sans-serif, serif;
}
 .small-description-2 {
width: 310px;
}
 .sidebar {
padding-left: 0;
width: 250px;
}
 .sidebar-left {
padding-right: 0;
width: 250px;list-style-image: none;
}
 .notify h2, .fullwidth .notify h2 {
margin-bottom: 15px;
width: 205px;
}
 .team ul {
width: 275px;
}
 table.table-style2 tr th, table.table-style2 tr th, table.table-style3 tr th, table.table-style4 tr th {
font: italic 11px 'georgia' !important;
}
 td.rates {
font: italic 11px 'georgia' !important;
}
 .tr-none-3 {
display: none;
}
 .tr-none-1, .tr-none-2 {
display: table-row;
}
 .blog ul li, .skills, .testimonials, .how-we-work, .three-columns ul li {
width: 240px !important;
}
 .blog ul li a {
font-size: 14px !important;
}
 .blog ul li img, .fullwidth .blog ul li img {
height: 135px;
width: 230px !important;
}
 span.door {
display: none !important;
}
 .desc {
width: 210px !important;
}
 .sthumbs {
display: none;
}
 #header .menu select {
border: 1px solid #CCCCCC;
display: block;
left: 4px;
position: relative;
top: 205px;
width: 250px;
}
 label.created {
display: block;
float: none;
}
 .blog ul li a span.rollover {
left: 30%;
top: 34%;
}
 .list-style li {
width: 225px !important;
}
 .team li {
margin-bottom: 40px;
text-align: center;
}
 .team h5 {
bottom: -2px;
width: 79px;
}
 .team li img {
width: 102px;
}
 .fullwidth .team li {
margin-bottom: 40px !important;
text-align: center;
}
 .fullwidth .team h5 {
font-size: 12px;
width: 65px;
}
 .fullwidth .team h5 {
bottom: -22px;
font-size: 12px;
width: 65px;
}
 .fullwidth .team li img {
width: 90px;
}
 .skills, .testimonials, .how-we-work, .left, .gallery {
border-bottom: 1px dashed #EEEEEE;
margin-bottom: 30px;
padding-bottom: 10px;
}
 .border-none {
border: 0 none !important;
margin: 0 !important;
padding: 0 !important;
}
 .cols-wrap {
border: 0 none;
margin-bottom: 20px;
}
 .map iframe {
width: 240px;
}
 .two-col-video iframe {
height: 145px;
width: 240px;
margin-bottom: 4px;
}
 .ui-progressbar {
background: url("images/progressbar.png") no-repeat scroll 0 -168px transparent;
height: 26px;
width: 199px;
}
 .ui-progressbar .ui-progressbar-value {
background: url("images/progressbar.png") no-repeat scroll 0pt -210px transparent;
}
 .form input, .form textarea {
width: 120px;
}
 .right .welcome {
margin: 0;
}
 span.tail {
display: block;
}
 .categories ul li {
margin-right: 8px;
}
 .gallery {
padding-bottom: 30px;
}
 .gallery ul li a span.rollover-zoom {
left: 40%;
top: 30%;
}
 .two-columns, .three-columns, home-rc .four-columns {
padding-bottom: 0;
}
 .two-columns ul li, .three-columns ul li {
margin-bottom: 25px;
}
 .two-columns ul li a span.rollover-zoom {
left: 35%;
top: 30%;
}
 .three-columns ul li a span.rollover-zoom {
left: 43%;
top: 30%;
}
 .fullwidth .one-columns ul li {
display: inline-block;
float: left;
width: 100%;
}
 .fullwidth .one-columns ul li img {
width: 100%;
}
 .fullwidth .one-columns ul li .gallery-one-columns-text {
margin: 10px 0 0 0;
float: left;
width: 256px;
}
 .fullwidth .two-columns ul li {
float: left;
margin: 0 20px 16px 0;
width: 249px;
}
 .fullwidth .two-columns ul li img {
width: 239px;
}
 .fullwidth .three-columns ul li {
margin: 0 27px 20px 0;
width: 249px;
}
 .fullwidth .three-columns ul li img {
width: 239px;
}
 .fullwidth .four-columns ul li {
margin: 0 27px 20px 0;
width: 249px;
}
 .fullwidth .four-columns ul li img {
width: 239px;
}
 .fullwidth .one-columns ul li a span.rollover-zoom {
left: 41%;
top: 9%;
}
 .fullwidth .two-columns ul li a span.rollover-zoom {
left: 41%;
top: 28%;
}
 .fullwidth .three-columns ul li a span.rollover-zoom {
left: 41%;
top: 28%;
}
 .fullwidth .four-columns ul li a span.rollover-zoom {
left: 41%;
top: 28%;
}
 .product-r1 {
display: none;
}
 .img-head iframe {
height: 117px;
}
 .details {
margin-bottom: 30px;
width: 240px;
}
 .share {
float: left;
}
 .child {
margin-left: 40px;
}
 .subchild {
margin-left: 80px;
}
 .rg-image-wrapper, .am-container {
margin-bottom: 30px;
}
 blockquote.qright {
width: 190px;
}
 .small-description {
padding-top: 90px;
}
 .search input[type="text"] {
width: 230px;
}
 .fullwidth .services ul li p {
overflow: hidden !important;
}
 .fullwidth .full-services ul li p {
overflow: hidden !important;
}
 .fullwidth .main-services ul li {
width: 100% !important;
}
 .fullwidth .main-services .bt-30, .fullwidth .main-services .bt-30-2 {
margin-bottom: 30px !important;
}
 .banners_cycle li p {
display: none;
}
 .banners_cycle li h4 {
margin-bottom: 0;
}
 .banners_cycle li .button {
bottom: 14px;
display: block !important;
left: 173px;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
behavior: url(js/PIE.htc);
}





















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
