/* imports */
/* VARIABLES */
/* ALL up to 1024 (portrait and landscape) ----------- */
@media (min-width: 320px) and (max-width: 1024px) {
  /* HIDE THE FULL HEADER */
  .full-header {
    display: none !important; }

  .device-header {
    display: block !important; }

  /* DEVICES  IPAD*/
  .row.nav-collapse {
    margin-bottom: 0px;
    display: none; }

  .nav-collapse .c12 {
    padding: 0px;
    margin-bottom: 0px; }

  .nav-collapse ul#myList {
    margin: 0 auto;
    list-style: none;
    padding: 0px !important;
    background: rgba(255, 255, 255, 0.6) url(../images/content-bg2.png) repeat; }

  .nav-collapse ul#myList li a {
    font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #00305a;
    text-transform: uppercase;
    padding: 16px 0;
    font-weight: normal;
    text-shadow: 1px 1px 0px white;
    border-bottom: 1px solid rgba(0, 0, 51, 0.2);
    background: rgba(255, 255, 255, 0.6) url(../images/content-bg2.png) repeat; }

  .nav-collapse ul#myList li.alternate a {
    font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #00305a;
    text-transform: uppercase;
    padding: 16px 0;
    font-weight: normal;
    text-shadow: 1px 1px 0px white;
    background: rgba(25, 66, 102, 0.1);
    border-bottom: 1px solid rgba(0, 0, 51, 0.2); }

  .nav-collapse ul#myList li a.last {
    padding-right: 0px; }

  .nav-collapse ul#myList li a:hover {
    color: #47ace4; }

  .nav-collapse ul#myList li a.selected {
    font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #47ace4; }

  .menu {
    padding-top: 20px;
    padding-bottom: 20px; }

  .info li.button {
    margin-right: 10px; }

  .menu-button {
    float: right;
    width: 40px;
    height: 40px; }

  .menu-button.nav-hidden {
    width: 65px;
    height: 65px;
    background: rgba(0, 48, 90, 0.9) url(../images/device-nav-open.png) no-repeat center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0px; }

  .menu-button.nav-open {
    width: 65px;
    height: 65px;
    background: rgba(0, 48, 90, 0.9) url(../images/device-nav-close.png) no-repeat center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0px; }

  a.call-us-ipad {
    float: right;
    padding: 10px 18px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffd322;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd322), color-stop(99%, #ffc11e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd322 0%, #ffc11e 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD322', endColorstr='#FFFFC11E',GradientType=0 );
    /* IE6-9 */
    text-align: center;
    font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-shadow: 1px 1px 0px #ff9205;
    text-decoration: none;
    text-transform: uppercase;
    color: white; }

  a.call-us-iphone {
    float: right;
    padding: 10px 18px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffd322;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd322), color-stop(99%, #ffc11e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd322 0%, #ffc11e 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd322 0%, #ffc11e 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD322', endColorstr='#FFFFC11E',GradientType=0 );
    /* IE6-9 */
    text-align: center;
    font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-shadow: 1px 1px 0px #ff9205;
    text-decoration: none;
    text-transform: uppercase;
    color: white; }

  a.call-us-ipad:hover, a.call-us-iphone:hover {
    background: #ffc11e;
    /* Old browsers */ }

  .search-field-ipad {
    width: 265px;
    float: right;
    margin-top: 40px;
    clear: both;
    background: rgba(255, 255, 255, 0.8) url(../images/search-icon-ipad.png) right center no-repeat; }

  .call-iphone {
    display: none; }

  .header.ipad {
    /*                    moz-box-shadow: inset 0px -5px 5px $blue20;
                        -webkit-box-shadow: inset 0px -5px 5px $blue20;
                        box-shadow: inset 0px -5px 5px $blue20;*/ }

  .header.iphone {
    display: none; }

  .header ul.menu, .header ul.info {
    height: 65px !important;
    margin-bottom: 8px;
    display: inline-block; }

  .header #IpadSearch #SearchForm_SearchForm {
    display: block;
    float: right !important;
    width: 272px !important; }

  .header #IpadSearch #SearchForm_SearchForm input#SearchForm_SearchForm_Search {
    height: 46px;
    width: 213px; }

  .fig figure figcaption {
    height: 170px;
    bottom: -175px; }

  /* DEVICES  ENDS */ }
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media only screen and (max-width: 680px) {
  /* Styles */
  .c2.info-list {
    width: 33%; }

  .footer-brand.c4 {
    width: 50%;
    margin-top: 20px; }

  .footer-primary.c8.end {
    width: 50%; }

  .book-now.bigbtn {
    float: left; } }
@media only screen and (max-width: 480px) {
  /* Styles */
  .c2.info-list {
    width: 100%; }

  .footer-brand.c4 {
    width: 50%;
    margin-top: 20px; }

  .footer-primary.c8.end {
    width: 50%; } }
/* Smartphones (portrait and landscape) Up to iPhone5 resolution ----------- */
@media (min-width: 320px) and (max-width: 640px) {
  .header.iphone {
    display: block !important;
    background: #bce7fb url(../images/bg-image-iphone.jpg) no-repeat center right !important; }

  .header.ipad {
    display: none !important; }

  .header.full-header {
    display: none !important; }

  .menu-button.nav-hidden {
    width: 45px;
    height: 45px;
    margin-top: 19px; }

  .menu-button.nav-open {
    width: 45px;
    height: 45px;
    margin-top: 19px; }

  /* HEADER */ }
/*@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px) {
	 Styles 
	.call-iphone {
		margin: 10px !important;
		display:block;
	}

	.header.iphone{
            display:block !important;
	}
	.header.ipad{
            display:none !important;
	}
        .header.full-header{
            display:none !important;
        }
	.brand.c4 {
		width: 65%;
		padding: 0px !important;
		margin-left:-10px;
		height:82px;
		overflow: hide;
		}
	.menu.c8.end {
		width: 30%;
		padding:0px;
		padding-right:10px;
	}
	.header-wrapper {
		max-height: 82px !important;
	}
	.info li.button {
		margin-right: 0px;
	}
}*/
@media (min-width: 768px) and (max-width: 1180px) {
  /* VIDEOS */
  #curtain .video {
    width: 800px !important; }

  #curtain iframe {
    width: 800px !important;
    height: 448px !important; } }
@media (min-width: 320px) and (max-width: 768px) {
  /* HEADER */
  .ipad .header-wrapper .c3,
  .ipad .header-wrapper .c4,
  .ipad .header-wrapper .c5 {
    width: 50% !important; }

  /* HEADER */
  .iphone .header-wrapper .c4 {
    width: 70% !important; }

  .iphone .header-wrapper .c2 {
    width: 20% !important; }

  /* faqs */
  .search-question {
    display: inline-block; }

  #Keyword,
  #CategoryID {
    margin-bottom: 0 !important; }

  #KBSearchForm_KBSearchForm .c3,
  .search-question .Actions input.c2 {
    margin-bottom: 0 !important; }

  /* services & summaries */
  .our-services-title .c6,
  .summary-title .c6 {
    width: 70% !Important;
    margin-bottom: 0px !important; }

  .our-services-title .c6.read-more,
  .summary-title .c6.read-more {
    width: 30% !Important;
    margin-bottom: 0px !important; }

  .summary-page .small-panel p {
    min-height: 30px !important;
    max-height: 120px;
    margin-top: 0px; }

  .row.summary-title {
    margin: 35px 0 0; }

  .c6.small-panel.two-col {
    margin-bottom: 10px !important;
    display: inline-block; }

  .sub-summary p {
    min-height: 40px;
    max-height: 128px;
    overflow: hidden; }

  /* VIDEOS */
  #curtain .video {
    width: 600px !important; }

  #curtain iframe {
    width: 600px !important;
    height: 340px !important; }

  /* footer */
  .footer .c4 {
    width: 50% !important;
    float: left !important; }

  .footer .c8 {
    width: 50% !important;
    float: left !important; }

  .footer .info-list ul {
    margin: 0px; }

  .footer-primary.c8.end ul li {
    display: inline-block;
    font-family: "ProximaNovaRegular",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #d4dfe6; }

  .footer ul.partner {
    float: right !important;
    text-align: right !important; } }
@media (min-width: 100px) and (max-width: 640px) {
  /* VIDEOS */
  #curtain .video {
    width: 320px !important; }

  #curtain iframe {
    width: 320px !important;
    height: 179px !important; }

  .home-mobile {
    display: block !important; }

  .mobile-address-links {
    display: block !important; }

  .slider {
    display: none  !important; }

  body.home .activeBg {
    background-image: none !important; }

  .fig figure figcaption {
    height: 140px;
    bottom: -145px; }

  .fig figure figcaption a p.caption-title {
    font-size: 18px; }

  .fig figure figcaption a p {
    font-size: 12px; } }
@media (min-width: 500px) and (max-width: 640px) {
  /* VIDEOS */
  #curtain .video {
    width: 500px !important; }

  #curtain iframe {
    width: 500px !important;
    height: 280px !important; } }
/* MOBILE */
