@media (min-width: 1500px)  {


	.carousel-caption > div {
    width: 42%;
    }
    
     .navigation .navbar-nav > li > a {
    padding:15px 30px;
    }
   
}


    
/*    Default Layout: 992px. 
    Gutters: 24px.
    Outer margins: 48px.
    Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media (max-width: 767px) {

.navigation .navbar-nav > li > a {
    padding:15px;
    }

}



/*    Tablet Layout: 768px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 1280px) {


.navigation .navbar-nav > li > a{
  padding: 38px 20px;
}


#service .media{
  padding-left: 0;
}




figcaption.mask h3{
  font-size: 15px;
}

figcaption.mask span{
  font-size: 12px;
}

.plus{
    height: 30%;
    width: 30%;
    margin-left: -15%;
}

.portfolio-item:hover .plus{
  top: 40%;
}

.fact-item{
  padding-bottom: 30px;
}

.subtitle{
  padding-top: 50px;
}

.pricing-table{
  padding-bottom: 50px;
}


.navigation .navbar-nav > li > a {
    padding: 15px 5px;
    }
    
    
}


@media only screen and (min-width: 430px) and (max-width: 767px) {
#blog .col-xs-12{
width:50%;
}
}


/*    Mobile Layout: 320px.
    Gutters: 24px.
    Outer margins: 34px.
    Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {



.navbar-toggle {
  border: 1px solid #fff;
}

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

.animated-nav .navbar-toggle {
  border: 1px solid #fff;
  margin-top: 21px;
}

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



.navigation .navbar-nav > li > a {
  background-color: #28285b;
}

.navigation .navbar-nav > li > a:hover {
  background-color: #28285b;
}

.navigation .navbar-nav > li.current > a {
  border-bottom: 1px solid #fff;
  color: #fff;
}


.carousel-caption > div{
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

#home-carousel .carousel-inner h2{
    font-size: 20px;
    line-height: 31px;
}

.carousel-caption{
  right: 0;
}

.section-title{
  width: 100%;
}

#service .media{
  padding-left: 0px;
}

#service .media > .pull-left{
  margin-right: 15px;
}

.service-features {
width:100%;
}
.mobile-device{
  display:none;
}

.mobile-device h4{
float:none;
display:block;
text-align:center;
padding: 10px 25px;
}
#service-bottom{
  padding-bottom: 100%;
}
.service-features h5, .section-title h5 {
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-bottom: .55em;
}

.service-features h2 {
	text-align:center;
}
.service-features p {
    font-size: 14px;
    font-weight: 300;
    margin: 25px;
}

.service-features h3{
  margin-bottom: 0px;
}

.service-features {
height:auto;
}


.service-features2 h5, .section-title h5 {
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-bottom: .55em;
}

.service-features2 h2 {
  text-align:center;
}
.service-features2 p {
    font-size: 14px;
    font-weight: 300;
    margin: 25px;
}

.service-features2 h3{
  margin-bottom: 0px;
}

.service-features2 {
height:auto;
}





.map {
    height: 300px;
    width: 100%;
    margin-bottom: 100px;
}
.portfolio-item{
  width: 100%;
}

.subtitle{
  padding-top: 50px;
}

.call-to-action p{
  font-size: 14px;
}

.pricing-table{
  padding-bottom: 50px;
}

.counter-section{
width:100%;
margin-top: -500px;
}
.fact-item {
margin-bottom:25px;
}

.fact-item span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.special-plan p{
  line-height: 30px;
}

.contact-details{
  margin-bottom: 0px;
}

.contact-details > span{
  padding-top: 100px;
}
#footer{
  text-align:center;
}
.footer-logo img {
    margin-bottom: 15px;
    width: 100%;}
    
.footer-menu div {
    padding-bottom: 20px !important;
}
.footer-menu .col-md-2.half{
  width:100%;
}

.footer-menu .minus-left{
  margin-left:0;
}
.footer-social {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
    
.footer-social ul {
    text-align:center;
}
.copyright p{
text-align:center;
}

.panorama{
display:none;
}
.portfolio-item{
	width:100% !important;
    overflow: hidden;
    max-height: 300px;
}

.navbar-brand{
width:80%;
}
.navbar-brand img{
width:80%;
height:auto;
}

.carousel-caption span {
    font-size: .9em;
}

#nav-arrows > a.sl-next {
    right: 0;
}
#nav-arrows > a.sl-prev {
    left: 0;
}
#nav-arrows > a {
    border: 1px solid transparent;}

}



/*    Wide Mobile Layout: 480px.
    Gutters: 24px.
    Outer margins: 22px.
    Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}


/*  Retina media query.
  Overrides styles for devices with a 
  device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  
  
  
}