
/* Home
-------------------------------------------------- */
.logo {
    display: block;
    margin-top: 70px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.logo > img {
    width: 150px;
}
#fullscreen-slider {
    position:relative;
}
#fullscreen-slider .slides-container {
    margin:0;
}
#fullscreen-slider .scrollable {
    *zoom:1;
    position:relative;
    top:0;
    left:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    height:100%;
}
#fullscreen-slider .scrollable:after {
    content:"";
    display:table;
    clear:both;
}
#fullscreen-slider .slider-captions {
    display: inline-block;
    margin: 20% auto 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#fullscreen-slider .slider-captions h1, #fullscreen-slider .slider-captions h2, #fullscreen-slider .slider-captions h3, #fullscreen-slider .slider-captions h4{
    color: #FFFFFF;
    font-family: Ubuntu;
    text-transform: uppercase;
}
#fullscreen-slider .btn-success {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-top: 50px;
    outline: medium none;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
#fullscreen-slider .btn-success:hover{
    background-color: #2DCC70;
    color: #FFFFFF;  
}
.slides-pagination {
    position:absolute;
    z-index:20;
    bottom:70px;
    text-align:center;
    width:100%;
    display: none;
}
.slides-pagination a {
    filter:alpha(opacity=60);
    opacity:0.6;
    width:14px;
    height:14px;
    display:-moz-inline-stack;
    border:1px solid #fff;
    display:inline-block;
    margin:0 4px;
    overflow:hidden;
    text-indent:-100%;
    border-radius:50%;
    text-indent: -30px;
}
.slides-pagination a:first-child {
    margin-left:8px;
}
.slides-pagination a:hover,.slides-pagination a.current {
    filter:alpha(opacity=100);
    opacity:1;
    border-width:2px;
}
.full-image {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    height:100%;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  font-size: 50px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    left: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}
.slides-navigation a.next {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    right: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 755px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 180px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 755px;
  background-color: #777;
}

.carousel-indicators{
  bottom: 40px;
}
.carousel-indicators li{
  background-color: #FFFFFF;
  height: 20px;
  width: 20px;
}
.carousel-indicators .active{
  background-color: #2DCC70;
  height: 20px;
  width: 20px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.carousel-control{
  top:50%;
  font-size: 30px;
  opacity: 1.0;
}
.carousel-control.left,.carousel-control.right{
  background-image:none; 
}
.carousel-control:hover, .carousel-control:focus{
    color: #FFFFFF;
    opacity: 1.0;
    outline: medium none;
    text-decoration: none;  
}

/* SECTION
-------------------------------------------------- */
.section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.section .header {
  text-align: center;
  margin-bottom: 100px;
}

.section .header h2{
  text-transform: uppercase;
  font-size: 56px;
  display: inline-block;
}
.section .header .t-block {
  display: inline-block;
  font-family: 'open sans';
  font-size: 80px;
  font-weight: lighter;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #2DCC70;
}
.section .header .short-dec{
  color: #A8A8A8;
  font-family: 'swis721_cn_btroman';
  text-transform: uppercase;
  line-height: 30px;
}
/* 
-------------------------------------------------- */    
.box {
    margin-bottom: 60px;
}
.box .title {
    border-top: 2px solid #B4B4B4;
    color: #222222;
    font-size: 24px;
    margin-bottom: 10px;
}
.box .title i {
    border-bottom: 2px solid #B4B4B4;
    line-height: 36px;
    margin-left: 0;
    width: 190px;
}
.box .title span {
    font-family: ubuntu;
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
}

.theslider{
  position: relative;
}
.rslides-portfolio {
    height: 500px;
}
.rslides {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.rslides_nav {
    background-color: transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 64px;
    height: 50px;
    line-height: 64px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 40%;
    text-decoration: none;
    width: 50px;
    opacity: 0.6;
    z-index: 5;
} 
.prev {
    left: 10px;
}
.rslides_nav:hover{
  opacity: 1.0;
  color: #FFFFFF;
  outline: none;
}
.rslides_nav:focus, .rslides_nav:active{
	color: #FFFFFF;
}
/* 
-------------------------------------------------- */   
#options {
    display: block;
    margin: 30px auto 20px;
    text-align: left;
    width: 100%;
    z-index: 2;
}
#filters {
    list-style: none outside none;
}

#filters li {
    display: inline-block;
    margin: 0 5px;
}


#filters li a {
    display: block;
    font-size: 12px;
    padding: 8px 15px;
    color: #666666;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	border-radius: 3px;
	background: #EEEEEE;
}

#filters li a:hover, #filters li a:focus{
    /*border: 2px solid #33CF7B;
    color: #B6B6B6;*/
    text-decoration: none;
}

#filters li a:hover{
	background:#f8f7f3;
}

#options li a.selected{    
    color: #ffffff;
    text-decoration: none;
	background: #41A62A;
}
.portfolio-container{
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  
}
.portfolio-container .mt{
    margin: 0!important;
    line-height:0;
    width: 285px;
    padding: 8px;
    position:relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
    position: relative;
}
.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item-overlay {
    opacity:1;
    transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
}
.item-overlay {
    width:/*100%*/ 277px;
    height:/*100%*/ 277px;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    cursor:pointer;
    /*background: rgba(65, 166, 42, 0.80);*/
	background:url(img/img-hover.png) 8px 8px no-repeat transparent;
}
.item-info {
    position:absolute;
    height:100px;
    width:100%;
    top:50%;
    margin-top:-50px;
    text-align:center;
}
.item-name {
    color:#fff;
    text-transform:uppercase;
    margin-top:50px;
    opacity:0;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-name { 
    opacity:1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .3s .5s;
}
.item-type {
    font-size:13px;
    color:#fff;
    opacity:0;
    margin-top:13px;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-type {
    opacity:0.5;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s;        
}
.zoom-icon {
    left: 50%;
    margin-left:-20px;
    position:inherit;
    width:40px;
    height:40px;
    margin-top:40px;
    opacity:0;
    background:url(img/zoom.png);
    background-size:40px 40px;
    transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;   
}
.portfolio-item:hover .zoom-icon {
    opacity:1;
    margin-top:0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
    
.portfolio-text {
    text-align: center;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 20px;
}

.portfolio-view {
    margin-bottom: 5px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.ajax-portfolio-loader {
    text-align: center;
    margin: 10px auto;
    display: none;
    text-align: center;
    clear: both;
}

.portfolio-view .row {
    position: relative;
}

.port-holder {
    padding: 30px 0 8px;    
}

.close-button {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #dadbda;
    position: absolute;
    right: 0px;
    top: -65px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    display: none;
}

.close-button:hover{
	background-color:#e6e6e6;
}

.nextBtn, .prevBtn{
	width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #dadbda;
    position: absolute;
    right: 85px;
    top: -95px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    display: block;
	transition: all 0.3s ease 0s;
}

.prevBtn{
	right: 135px;
}

.nextBtn:hover, .prevBtn:hover{
	background-color: #41a62a;
}

.portfolio-media {
    position: relative;
}

.port-holder h1, .port-holder h2, .port-holder h3, .port-holder h4, .port-holder h5, .port-holder h6 {
    margin-bottom: 10px;
	line-height:normal;
}

.port-holder img {
    margin-bottom: 10px;
}

.portfolio-button {
    background-color: #515A5F;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}

.portfolio-button .icon-remove {
    font-size: 18px !important;
}

.description-portfolio {
    font-size: 14px;
}

.portfolio-detail {
    padding: 10px 0;  
	color: #666666;  
}

.divider{
    border-top: 1px solid #eaecec;
	border-bottom: 1px solid #f4f6f5;
    margin-top: 20px;
}

.img-responsive-styling{
	display: inline-block !important;
    margin: 0 !important;
    padding-left: 12px;
    vertical-align: middle;
}

.headingport{
	color: #666666;
    font-size: 30px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}

.headingAnchor {
    font-size: 18px;
    font-weight: bold;
    padding-left: 6px;
    text-decoration: underline;
    vertical-align: middle;
	transition: all 0.3s ease 0s;
}

.headingAnchor:hover{
	color:#93c21e;
}

.portServiceSpc{
	/*padding-left:90px;*/
}

.portServiceArea{
	font-weight: 700;
	color:#333333;
	font-size:16px;
}

.quoteAreaPort{
	float: left;
    padding-bottom: 82px;
}

.quoteAreaTitle{
	color: #B7B7B7;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    padding-left: 90px;
    text-transform: uppercase;
}

/*Portfolio Isotope 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;
}
    
.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;
}

/*Video
-------------------------------------------*/
#video {
    background-color: #F2F2F2;
}

#video-carosule .item{
    margin: 6px;
}
#video-carosule .item img{
    display: block;
    width: 100%;
    height: auto;
}
.play {
    color: #FFFFFF;
    font-size: 80px;
    left: 42%;
    opacity: 0.6;
    position: absolute;
    top: 28%;
    transition: all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;       
}
.play:hover{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}
.owl-theme .owl-buttons i{
    margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -45px;
    top: 90px; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -45px;
    top: 90px;
}
/*Clients
-------------------------------------------*/
.clientlogo{
    list-style: none;
}
.clientlogo li {
    display: inline-block;
    height: 80px;
    margin-left: 40px;
    outline: 1px outset;
    padding: 10px;
    width: 222px;
    opacity: 0.6;
    margin-bottom: 10px;
}
.clientlogo li:hover{
    opacity: 1.0; 
}

#testimonials-carosule{
  margin-top: 50px;
  margin-bottom: 50px;
}

#testimonials-carosule .item{
  padding: 20px;
  text-align: center;
}

#testimonials-carosule .item > h3 {
    font-family: ubuntu;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*Price Table
-------------------------------------------*/
#priceing{
    background-color: #F2F2F2;
}
.price-pack {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 10px;
    outline: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.package-header, .package-price{
    padding: 20px;
}
.package-header {
    background: none repeat scroll 0 0 #2DCC70;
    color: #23272A;
    height: 140px;
}
.package-header > h3 {
    color: #23272A;
    text-transform: uppercase;
}
.package-price {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    color: #2DCC70;
    font-family: 'swiss_721bold_condensed';
    font-size: 40px;
    height: 112px;
    line-height: 62px;
    margin: -60px auto;
    width: 112px;
}
.package-price > p {
    color: #ABABAB;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    line-height: 0;
}

.package-features {
    margin-top: 80px;
}
.price-pack ul {
    list-style: none outside none;
    margin-right: 36px;
}
.price-pack ul li {
    color: #747474;
    cursor: pointer;
    margin-bottom: 12px;
}

.price-pack .btn {
    display: block;
    margin: 0 25px 20px;
}
.price-pack .btn:hover{
    background-color: #2DCC70;
    color: #FFFFFF;
}
.border-btn, .social-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.border-btn {
    border: 2px solid #2DCC70;
    color: #23272A;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'swiss_721bold_condensed';
}
/*Blog
-------------------------------------------*/
.blog-post{
    background-color: #F2F2F2;
    margin-bottom: 40px;
}
.blog-post .meta {
    background-color: #2DCC70;
    padding: 10px;
    color: #FFFFFF;
}
.blog-post .meta h4{
    color: #FFFFFF;
    text-transform: uppercase;
}
.blog-post .short-dec{
    padding: 10px;
}
.meta-info {
    list-style: none outside none;
    margin-left: -40px;
}
.meta-info > li {
    display: inline-block;
    font-size: 14px;
    padding: 4px;
}
.meta-info > li {
    font-size: 14px;
}
.meta-info li i > span {
    font-family: Open Sans;
    margin-left: 8px;
}
input.btn[type="submit"] {
    background-color: #FFFFFF;
    border: 2px solid #2DCC70;
    border-radius: 0;
    color: #23272A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
input.btn[type="submit"]:hover{
    background-color: #2DCC70;
    color: #FFFFFF;
}
/*Contact
-------------------------------------------*/
.form input[type="text"]{
    border: 0 none;
    color: #999999;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    outline: 2px solid #B3B3B3;
    padding: 2%;
    width: 50%;
    float: left;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    }
.form input[type=text]:focus,.form textarea:focus, input[type=email]:focus {
    background-color: #e1e1e1;
    box-shadow:none;
    border: none;
}
.form textarea {
    border: 0 none;
    color: #999999;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    outline: 2px solid #B3B3B3;
    padding: 3%;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;  
    height:174px;
    resize:none;
    width: 100%
}
.btn-success{
    background-color: #FFFFFF;
    border: 2px solid #2DCC70;
    border-radius: 0;
    color: #23272A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-bottom: 100px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;  
}
.btn-success:hover{
    background-color: #2DCC70;
    color: #FFFFFF;  
}
.form input.btn[type="submit"] {
    background-color: #FFFFFF;
    border: 2px solid #2DCC70;
    border-radius: 0;
    color: #23272A;
    float: right;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-bottom: 100px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.form input.btn[type="submit"]:hover{
    background-color: #2DCC70;
    color: #FFFFFF;
}
.sending{
    display:none;
    color:#222222;
    font-size:20px;
    line-height:20px;
    text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}

.cbox {
    margin-bottom: 30px;
}
.cbox .title {
    border-top: 2px solid #B4B4B4;
    color: #222222;
    font-size: 20px;
    margin-bottom: 10px;
}
.cbox .title i {
    border-bottom: 2px solid #B4B4B4;
    line-height: 36px;
    margin-left: 0;
    width: 190px;
}
.cbox .title span {
    font-family: ubuntu;
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
}
.contact-info {
    list-style: none outside none;
    margin-left: -36px;
}
.contact-info > li {
    padding-bottom: 6px;
}
.contact-info > li i {
    color: #1A1A1A;
    font-size: 20px;
}
.contact-info > li span {
    color: #1A1A1A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-left: 14px;
    text-transform: uppercase;
}
/*Googlemap
-------------------------------------------*/
#googlemap{
    background-color: #F2F2F2;
}
.gmap{
    height: 500px;
}
/*Footer
-------------------------------------------*/
footer{
    text-align: center;
    background-color: #2DCC70;
    color: #FFFFFF;
}
footer h4{
    color: #FFFFFF;
}
footer ul.socials-icons {
    margin-left: -32px;
    margin-top: 16px;
    margin-bottom: 30px;
}
footer ul.socials-icons li {
    display: inline-block;
    margin: 1px;
}
footer ul.socials-icons li a {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
footer ul.socials-icons li a img{
    height: 35px;
    width: 35px;
}
footer ul.socials-icons li a:hover {
    opacity: 1;
}

/******************************************
Responsive
******************************************/
@media(max-width: 1200px){
  .owl-buttons {
    display: none;
  }
}
@media(max-width: 1180px){
  #fullscreen-slider .slider-captions{
    margin: 32% auto 0;
  }
}
@media(max-width: 980px){
  .logo{
    margin-top: 180px;
  }
  #fullscreen-slider .slider-captions{
    margin: 50% auto 0;
  }

   #navs > li:hover{
    background-color: none repeat scroll 0 0 #3FA76B;
  }  
  .play {
      font-size: 60px;
      left: 40%;
      top: 24%;
  }
  .blog-post .meta{
    padding: 20px;
  }

  .blog-post .short-dec{
    padding: 20px;
  }
  .form {
    margin-bottom: 100px;
  }
}
@media(max-width: 600px){
  .logo {
    margin-top: 70px;
  }
  .rslides_nav{
    top: 30%;
  }
  #filters li {
      display: block;
      margin: 0 5px 10px;
  }
  .clientlogo{
    margin-left: -30px;
  }
}

@media(max-width: 480px){
  .section .header h2{
    font-size: 40px;
  }
  .rslides_nav{
    top: 20%;
  }
  .clientlogo{
    margin-left: 30px;
  }
}

@media(max-width: 360px){
  #fullscreen-slider .slider-captions{
    margin: 64% auto 0;
  }
  .section .header h2{
    font-size: 30px;
  }  
  .clientlogo{
    margin-left: -20px;
  }
}

@media(max-width: 320px){
  .logo{
    margin-top: 14px;
  }
  #fullscreen-slider .slider-captions{
    margin: 55% auto 0;
  }
  .slider-captions > h2 {
      font-size: 24px;
  }

  .slider-captions > h2 {
      font-size: 30px;
  }
  .slider-captions > h3 {
      font-size: 20px;
  }
  #fullscreen-slider .btn-success{
    margin-top: 10px;
  }
  .section .header h2{
    font-size: 26px;
  }  
  #filters{
    margin-left: -30px;
  }
  .clientlogo {
    margin-left: -44px;
  }
}