/*XLarge Devices */
@media screen and (min-width: 2500px) {
  h1 {
    fon-size: 5.5rem;
  }
  h2 {
    font-size: 5rem;
  }
  h3 {
    font-size: 4rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h6 {
    font-size: 3rem;
  }
  p {
    font-size: 2.5rem;
    line-height: 30px;
  }
  li {
    font-size: 2.5rem;
    line-height: 30px;
  }
  a {
    font-size: 2.5rem;
  }
  blockquote {
    font-family: Times, serif;
    font-style: italic;
    font-size: 2.5rem;
	  	line-height:3rem;
  }
  .btn {
    font-size: 3rem;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .footer span {
    font-size: 2.5rem;
  }
  .container {
    width: 2200px;
  }
  .header-top .info li {
    display: inline-block;
    font-size: 2rem;
	padding-top:10px;  
    padding-right: 20px;
    padding-bottom: 5px;
    letter-spacing: 0.15em;
  }
  .header-top .social-links li a {
    color: #ccc;
    width: 6rem;
    height: 6rem;
    background-color: transparent;
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    margin: 0 5px 5px 0;
  
  }
	.header-top .social-links li a i {font-size:4rem; line-height: 6rem;}
	
	
  #nav.navbar-default .navbar-nav > li > a {
    font-size: 2.8rem;
    font-weight: 500;
    font-style: italic;
    text-shadow: 1px 1px #fff;
    color: #286f95;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
  }
  #nav i.fa-angle-down {
    margin-left: 10px;
    font-size: 25px;
	  padding: 0;
  }
  #nav i.fa-shopping-basket {
    font-size: 25px;
  }
  #nav .navbar-nav > li:hover > a, #nav .navbar-nav > li.active > a, #nav .navbar-nav > li > a:hover, #nav .navbar-nav > li > a:focus {
    color: #fff;
    background: linear-gradient(287.57deg, #598bae -5.52%, #153043 400.81%);
    text-shadow: none;
  }
  #nav .dropdown-menu li {
    min-width: 520px;
  }
  #nav .dropdown-menu {
    padding-top: 72px;
    left: 0;
    border: none;
    background-color: transparent;
  }
  #nav .dropdown-menu > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #888;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 1px 1px #fff;
    border-bottom: 1px solid #aaa;
    font-family: 'Lato', sans-serif;
    background-color: rgba(248, 248, 248, .9)
  }
  .carousel-inner, .item img {
    width: 100%;
  }
  .copyright {
    font-size: 2.5rem;
  }
  /* Mask Wrapper + Triangle XL Devices*/
  .mask-wrapper {
    position: relative;
    display: block;
    height: 460px;
  }
  .mask-wrapper img {
    height: 100%;
  }
  .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
  }
  .mask .btn {
    font-size: 3rem;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 200px;
  }
  .triangle {
    height: 0px;
    border-style: solid;
    border-width: 0 100px 100px 0;
    width: 100px !important;
    display: inline !important;
    border-color: transparent #f8f8f8 transparent transparent;
    position: relative;
  }
  .triangle.opened {
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    top: -1px;
  }
  .small.triangle {
    border-width: 0 35px 35px 0;
    width: 35px !important;
  }
  .triangle i {
    position: absolute;
    top: 20px;
    left: 55px;
    font-size: 30px;
    color: #555;
    text-shadow: 1px 1px #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .small.triangle i {
    font-size: 11px;
    top: 7px;
    left: 20px;
  }
  .triangle.opened i {
    color: #fff;
  }
  .mask .triangle {
    border-color: transparent rgba(112, 149, 189, .5) transparent transparent;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    transition: top linear 0.2s;
  }
  .mask .triangle i {
    color: #ffffff;
    text-shadow: none;
  }
  .mask a {
    color: #ffffff;
  }
  .mask a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .mask p {
    text-align: center;
    text-shadow: 1px 1px #000;
    line-height: 24px;
    width: 100%;
    top: 30%;
    color: #fff;
    left: -30%;
    font-size: 14px;
    -webkit-transition: left linear 0.2s;
    -moz-transition: left linear 0.2s;
    -ms-transition: left linear 0.2s;
    -o-transition: left linear 0.2s;
    transition: left linear 0.2s;
  }
  .mask h2 {
    margin-bottom: 50px;
  }
}
/* Large Devices Styles Starts */
@media (min-width: 1200px) {
  /* Navigation Styles Starts */
  #nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Medium Devices Styles Starts */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Navigation Styles Starts */
  #nav .navbar-nav {
    margin-top: 46px;
  }
  #nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  /* Portfolio Page Styles Starts */
  ul#gallery-grid.col2 li {
    min-height: 460px;
    height: auto !important;
    height: 460px;
  }
}
/* Small Devices Styles Starts */
@media (max-width: 991px) {
  .header-top {
    text-align: center;
  }
  .social-links {
    text-align: center;
	}}

  @media (min-width: 768px) and (max-width: 991px) {
    /* Top Bar Styles Starts */
    #nav .navbar-nav {
      margin-top: 10px;
      margin-bottom: 28px;
    }
    .top-bar ul.pull-left, .top-bar ul.pull-right {
      float: none !important;
      text-align: center;
    }
    /* Navigation Styles Starts */
    #nav .dropdown:hover .dropdown-menu {
      display: block;
    }
    /* Slider Styles Starts */
    .camera_wrap h1 {
      font-size: 40px;
    }
    .camera_caption {
      width: 100%;
      text-align: center;
      bottom: 40px !important;
    }
    /* Welcome Section Styles Starts */
    .welcome-box .img-responsive {
      margin-left: auto;
      margin-right: auto;
    }
    /* Portfolio Page Styles Starts */
    ul#gallery-filter, ul#gallery-grid {
      text-align: center;
    }
    ul#gallery-grid li .img-responsive {
      margin-left: auto;
      margin-right: auto;
    }
    /* Genric Styles Starts */
    .text-center-sm {
      text-align: center;
    }
    .img-center-sm {
      margin-left: auto;
      margin-right: auto;
    }
  }
  /* Extra Small Devices Styles Starts */

  @media (max-width: 767px) {
    /* Navigation Styles Starts */
    .navbar-toggle {
      margin-top: 35px;
    }
    /* Welcome Section Styles Starts */
    .welcome-box .img-responsive {
      margin-left: auto;
      margin-right: auto;
    }
    /* Testimonials Page Styles Starts */
    .testimonial-box + .testimonial-box {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid #b3b3b3;
    }
    .testimonial-box .media-right {}
    .testimonial-box .media-right, .testimonial-box .media > .pull-right {
      padding-left: 0;
    }
    .testimonial-box .img-responsive {
      margin-left: auto;
      margin-right: auto;
    }
    .testimonial-box .media-left, .testimonial-box .media-right, .testimonial-box .media-body {
      display: block;
    }
    /* Portfolio Page Styles Starts */
    ul#gallery-filter, ul#gallery-grid {
      text-align: center;
    }
    ul#gallery-filter li {
      padding: 0;
    }
    ul#gallery-filter li + li {
      padding-left: 0;
    }
    ul#gallery-filter li a {
      padding: 15px;
      font-size: 18px;
    }
    ul#gallery-grid li .img-responsive {
      margin-left: auto;
      margin-right: auto;
    }
    ul#gallery-grid.col2 li {
      min-height: 390px;
      height: auto !important;
      height: 390px;
    }
    ul#gallery-grid.col3 li {
      min-height: 356px;
      height: auto !important;
      height: 356px;
    }
    /* Contact Page Styles Starts */
    .address-list .pull-left {
      margin: 0 0 10px;
      float: none !important;
      display: block;
    }
    /* Footer Styles Starts */
    .foot-column {
      margin-bottom: 0;
      text-align: center;
      border: none;
      min-height: 0;
    }
    .foot-column.last {
      margin-bottom: 40px;
    }
    /* Genric Styles Starts */
    .text-center-xs {
      text-align: center;
    }
    .img-center-xs {
      margin-left: auto;
      margin-right: auto;
	  }}

@media (max-width: 991px) {
	
	
	.main-banner.zero, .main-banner.one, .main-banner.two, .main-banner.three, .main-banner.four, .main-banner.five, .main-banner.six, .main-banner.seven, .main-banner.eight, .main-banner.nine, .main-banner.ten {
		
		display: none;
		visibility: hidden !important;
	}
	
	
	
	.main-banner {
display: none;
		visibility: hidden !important;
}
}