

.h1, h1 {
    font-size: 35px ;
}
  h2 {
      font-size: 24px;
      text-transform: capitalize;
      color: #303030;
      font-weight: 600;
      margin-bottom: 20px;
  }
  h4 {
      font-size: 17px;
      line-height: 1.375em;
      color: inherit;
      font-weight: 500;
      margin-bottom: 10px;
  }  
  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 100px 25px;
      font-family: Raleway, sans-serif;
  }
  /*.container-fluid {
      padding: 60px 50px;
  }*/
  .bg-grey {
      background-color: #f6f6f6;
  }


.red
{
  color: red;
}

.nopadr

{
  padding-right: 0px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.divide
{
  height: 30px;
  width: 100%;
}



.border-tb
{
      border-bottom: 3px solid #3e79d0 !important;
      border-top: 5px solid #3e79d0 !important;

}

.margin-b-less
{
  margin: 0 0 5px;
}

  .bg-parallax 
  {
      background-image: url("../images/home-plax.jpg");
      background-attachment: fixed;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 80px;
      padding-bottom: 80px;
      background-position: center;
  }

  .bg-parallax1 {
    background: /* top, transparent black */ linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), /* bottom, image */ url(../images/sky.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
}


  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0px;
}

  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #ffffff;
  }
  .carousel-indicators li {
      border-color: #4285F4;
  }
  .carousel-indicators li.active {
      background-color: #4285F4;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 19%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 19%;
    margin-left: -10px;
}
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #e6e5e4;
      border-radius:24px;
      transition: box-shadow 0.5s;
      box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.13);
  }
  .panel:hover {
     /*box-shadow: 5px 0px 40px rgb(0, 0, 0);*/
     box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.42);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff;
      /*background-color: #f4511e !important;*/
      padding: 10px 10px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-radius: inherit;
  }
  .panel-footer {
      /*background-color: white !important;*/
      background-color: #efe8e8 !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  

  .navbar-default .navbar-nav>li>a {
    color: #fff;
}
  .navbar li a, .navbar .navbar-brand {
      color: #fff ;
      font-weight: 500;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #032233 !important;
      background-color: #ece7e7 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 7px;
      color: #dcd9d7;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      /*margin: 25px 0;*/
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .shift-file-button-m
{
  margin-left: 15.333333%;
}

.margin-b-15 {
    margin-bottom: 0px !important;
}

.p-size {
    font-size: 14px !important;
}
  }
  

@media screen and (min-width: 768px)

{
  .carousel-indicators 
  {
    bottom: -19px;
  }

}



@media screen and (min-width: 1201px)
{
  .container 
  {
      width: 1200px !important;
  }

  .affix-top a {
    font-size: 16px;
}

.divide27
{
  height: 27px;
  width: 100%;
}

.modal-dialog
{
  margin: 180px auto;
}

.modal-backdrop.in
{
  opacity: 0.7;
}

.navbar {
      margin-bottom: 0;
      background-color: #4285f4;
      /*z-index: 9999;*/
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      /*font-family: 'Raleway', sans-serif;*/
      font-family: 'Roboto Slab', serif;
      font-weight: 400;
  }

  .navbar-fixed-top {
    top: 95px !important;
    border-width: 0 0 1px;
}

.slide-postion {
    margin-top: 138px !important;
}


  div.container-fluid.fixed.affix h1.text-center
  {
     font-size: 30.5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  div.container-fluid.fixed.affix-top p.margin-b-15
{
   font-size: 15px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
}


ul.dropdown-menu li a
{
  color: black;
}

.dropdown-menu
{
  font-size: 13px;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 18px;
}



.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      background-color: #a192415;
      border-color: #a192415;

  }

  .affix-top
  {
    transition: all .4s ease-in-out;
    background-color: #4285f4;
    border-color: #4285f4;
  }

  .affix a {
      /*color: #fff !important;*/
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      font-size: 15px !important;
  }
  .affix-top a 
  {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }

div.container-fluid.fixed.affix-top img.resize 
{
   max-height: 98px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}



div.container-fluid.fixed.affix img.resize
{
  max-height: 87px;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      padding-top: 3px;
}

div.container-fluid.fixed.affix img.resize1
{
  max-height: 25px;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      padding-top: 0px;
}

div.container-fluid.fixed.affix-top img.resize1
{
  max-height: 35px;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      /*padding-top: 10px;*/
}


div.container-fluid.fixed.affix i.resize1
{
  font-size: 25px !important;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      padding-top: 0px;
}

div.container-fluid.fixed.affix-top i.resize1
{
  font-size: 35px !important;
  -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      /*padding-top: 10px;*/
}





@media screen and (min-width: 1025px) 

{
    div.container-fluid.fixed.affix-top h1.text-center
{
   font-size: 33px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: 20px;
}


.h1, h1 {
    font-size: 33px;
}


    
}

.no-pad-b
{
  padding-bottom: 0px !important;
}

@media screen and (min-width: 1201px) and (max-width: 1216px) 

{

.navbar-fixed-top {
    top: 100px !important;
    border-width: 0 0 1px;
}

.slide-postion {
    margin-top: 150px !important;
}

nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 92px !important;
    border-width: 0 0 1px;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 30.5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

}

.panel-back
{
  color: #3c763d;
  background-color: #c9d8ef;
  border-color: #c9d8ef;
}

.no-margin
{
  margin: 0px;
}

.pad-15
{
  padding: 15px;
}


@media screen and (max-width: 480px) 

{
  
  div.container-fluid.fixed.affix-top h1.text-center
{
   font-size: 15px !important;
  -webkit-transition: all .5s ease-in-out;
  /*transition: none !important;*/
  transition: all .5s ease-in-out;
}

.pull-middle-lm {
    float: none !important;
}



.h1, h1 
{
    font-size: 16px;
}

.width-m
{
  width: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: -20px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.back-transparent {
    background-color: #2b2b2a2b !important;
}

.padlr-m
{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.divide-m
{
  height: 20px;
  width: 100%;
}


.back-calender-event 
{
    background-image: url(../images/calenderofevents-bg.jpg);
    height: 373.64px !important;
}

.back-calender-who {
    background-image: url(../images/whoweare-bg.jpg);
    /* height: 385.64px; */
    height: 395.64px !important;
}


 .pad-b-m-14
{
  padding-bottom: 4px;
}

div.container-fluid.fixed.affix img.resize {
    max-height: 60px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
     
    padding: 5px;
     padding-top: 9px;
}

}




nav.navbar.navbar-default.navbar-fixed-top.affix
{
  top: 90px !important;
  border-width: 0 0 1px;
}

div.container-fluid.fixed.affix p.margin-b-15
{
   font-size: 13px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}



@media screen and (max-width: 480px) 

{
  

div.container-fluid.fixed.affix-top p.margin-b-15
{
   font-size: 11px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /*transition: none !important;*/
}

}



 


  .affix + .container-fluid {
      padding-top: 95px;
  }

  .fixed
{
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  /*background: white;*/
}

.navbar-fixed-top {
    top: 104px;
    border-width: 0 0 1px;
}


.slide-postion {
    margin-top: 154px;
}


.padlr-30
{
  padding-left: 25px;
  padding-right: 25px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.margin-b-15
{
  margin-bottom: 15px;
}

.margin-t-20
{
  margin-top: 20px;
}


.style-h1-header
{
  font-family: 'Merriweather', serif !important;
  color:#001d4c;
  margin-bottom: 0px;
}

.pad-t-img
{
  padding-top: 18px;
}

.back-calender-event
{
   background-image: url("../images/calenderofevents-bg.jpg");
   height: 341.64px;
}

.back-calender-who
{
   background-image: url("../images/whoweare-bg.jpg");
   /*height: 385.64px;*/
       height: 341.64px;
}


.pad-30
{
  padding: 30px;
  /*padding-top: 10px;*/
}


.nopadlr
{
  padding-left: 0px;
  padding-right: 0px;
}


.nopad
{
  padding:0px;
}

.white
{
  color: white;
}


.size
{
  font-size: 14px;
}


.light-font
{
  font-weight: 400;
}

.no-border
{
  border: none;
}


.no-border-radius
{
  border-radius: 0px;
}


.height-join
{
  height: 30px;
  width: 100%;
}

.divide25
{
  height: 25px;
  width: 100%;
}

.divide35
{
  height: 35px;
  width: 100%;
}



.bg-blue
{
  background: #4285F4;
}

.bg-green
{
  background: #508C47;
}


.bg-red
{
  background: #A92415;
}






.pad-t-9
{
  padding-top: 9px;
}


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



.no-pad
{
  padding: 0px;
}






/**/


body {
  /*background-color: #999;*/
}

.wrapper {
  /*margin: 0 auto;*/
  /*padding: 0;*/
  /*width: 45em;*/
  /*height: 10em;*/
  /*background-color: #3E3E3E;*/
  /*box-shadow: 7px 5px 4px rgba(0,0,0,0.5);*/
}

.box {
  margin: 0em auto;
  padding: 5.5em;
  /*width: 15em;*/
  /*height: 3em;*/
  position: relative; 
  overflow: hidden;
  /*top: 1em;*/
  background-color: #FFF;
  /*box-shadow: 7px 5px 4px rgba(0,0,0,0.5);*/
  /*border: 1px solid black;*/
  border-radius: 2px;
}
/* Animating the UL 
-_-_-_-_-_-_-_-_-_-_-_-_ 

@keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-moz-keyframes scroll {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-webkit-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-ms-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-o-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}
*/
.scroll {
  position: absolute;

  /*-webkit-animation: scroll 15s linear infinite;
  -moz-animation: scroll 15s linear infinite;
  -ms-animation: scroll 15s linear infinite;
  -o-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite; */
}

.scroll li{
  list-style: circle;
}


.divide-social
{
  height: 35px;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.affix .divide-social
{
  height: 25px;
  width: 100%;
  transition: 0.5s ease-in-out;
}




@media screen and (max-width: 399px) 

{

  .divide-social
{
  height: 0px;
  width: 100%;
}

div.container-fluid.fixed.affix-top img.resize {
    
    padding-top: 10px;
    padding-bottom: 5px;
}

.affix-top a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 38%;
}



.affix a {
    /* color: #fff !important; */
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 15px !important;
}

.navbar-fixed-top {
    top: 93px;
    border-width: 0 0 1px;
}

.slide-postion {
    margin-top: 149px;
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 9px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.divide40
{
  height: 0px !important;
  width: 100%;
}

div.container-fluid.fixed.affix h1.text-center
{
   font-size: 13px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: 20px;
}

nav.navbar.navbar-default.navbar-fixed-top.affix 
{
    top: 58px;
    border-width: 0 0 1px;
}

.size 
{
    font-size: 13.7px;
}
  
.pull-middle-lm
  {
    float:none !important;
  }

}

@media screen and (max-width: 350px) 

{
  .size 
  {
      font-size: 12.7px;
  }

  .bg-parallax {
    background-image: url(../images/home-plax-mobile.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}

.slide-postion 
{
    margin-top: 130px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -25px !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.font-who 
{
    font-family: 'Lobster', cursive;
    font-size: 19px !important;
}

.fa 
{
    font-size: 21px !important;
}

div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 14px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
    margin-top: 10px;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 13px;
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 8px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

nav.navbar.navbar-default.navbar-fixed-top.affix 
{
    top: 54px !important;
    border-width: 0 0 1px;
}

.navbar-fixed-top 
{
    top: 78px;
    border-width: 0 0 1px;
}

h2 {
    font-size: 23px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 600;
    margin-bottom: 20px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-parallax1 {
    background: /* top, transparent black */ linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), /* bottom, image */ url(../images/sky.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}


}

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

  nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 68px !important;
    border-width: 0 0 1px;
}
.navbar-fixed-top {
    top: 83px !important;
    border-width: 0 0 1px;
}

.affix-top a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

div.container-fluid.fixed.affix img.resize 
{
    max-height: 69px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 5px;
    padding-top: 9px;
}

.fa 
{
    font-size: 28px !important;
}

.affix a {
    /* color: #fff !important; */
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -12px !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}



.bg-parallax {
    background-image: url(../images/home-plax-mobile.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}

.bg-parallax1 {
    background: /* top, transparent black */ linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), /* bottom, image */ url(../images/sky.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px !important;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 30%;
}

.back-calender-who {
    background-image: url(../images/whoweare-bg.jpg);
    /* height: 385.64px; */
    height: 371.64px;
}

div.container-fluid.fixed.affix-top p.margin-b-15 {
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out; 
    /*transition: none !important;*/
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

p.margin-b-15 
{
    font-size: 11px;

}

img.resize {
    
    padding-top: 5px;
    padding-bottom: 5px;
}

div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 16px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 13px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
}

div.container-fluid.fixed.affix-top img.resize {
    max-height: 115px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}



.slide-postion {
    margin-top: 133px;
}

}

.margin-t-less
{
  margin-top: 10px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

@media screen and (min-width: 350px) and (max-width: 399px)
{ 

  nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 65px !important;
    border-width: 0 0 1px;
}
.navbar-fixed-top {
    top: 95px !important;
    border-width: 0 0 1px;
}

.affix-top a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nopadr-m
{
  padding-right: 0px;
}

img.resize {
    padding-top: 12px;
    padding-bottom: 5px;
}

p
{
  font-size: 12px;
}

.fa 
{
    font-size: 28px !important;
}

div.container-fluid.fixed.affix-top img.resize 
{
    padding-top: 12px;
    padding-bottom: 5px;
}

div.container-fluid.fixed.affix img.resize {
    max-height: 68px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 5px;
    padding-top: 9px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px !important;
    margin-right: 15px;
    margin-bottom: 5px !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -25px !important;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 100%;
}

div.container-fluid.fixed.affix-top p.margin-b-15 {
    font-size: 12px;
    -webkit-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out; 
    /*transition: none !important;*/
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 16px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 13px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
}

.bg-parallax {
    background-image: url(../images/home-plax-mobile.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}

.bg-parallax1 {
    background: /* top, transparent black */ linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), /* bottom, image */ url(../images/sky.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: center;
}

.slide-postion {
  margin-top: 145px;
}

}




.divide40
{
  height: 40px;
  width: 100%;
}


ol, ul {
    margin-top: 0;
    margin-bottom: -11px;
}

@media screen and (min-width: 384px) and (max-width: 390px)

{
div.container-fluid.fixed.affix-top img.resize {
    padding-top: 8px;
    padding-bottom: 5px;
}

}

@media screen and (min-width: 481px) and (max-width: 767px) 
{
  .affix-top a {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }

  div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 25px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 13px;
}

.affix a {
    /* color: #fff !important; */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 15px !important;
}

.carousel-indicators
 {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.divide-social {
    height: 0px;
    width: 100%;
}

.modal-dialog {
    position: relative;
    width: 384px;
    margin: 93px;
    margin-left: 174px;
}

.navbar-fixed-top {
    top: 106px;
    border-width: 0 0 1px;
}

.fa
{
  font-size: 30px !important;
}

.width-m {
    width: 100%;
}

.slide-postion {
    margin-top: 158px;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 16px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 16px;
}

nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 73px !important;
    border-width: 0 0 1px;
}

div.container-fluid.fixed.affix img.resize {
    max-height: 68px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 5px;
    padding-top: 1px;
    margin-top: 6px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

div.container-fluid.fixed.affix-top img.resize {
    max-height: 106px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 8px;
    /* padding-top: 8px; */
}

.pull-middle-lm {
    float: none !important;
}
  
}


body {
      /*font: 500 13px Raleway, sans-serif;*/
      font-family: 'Roboto Slab', serif;
      line-height: 1.8;
      color: #000000;
  }

  a
  {
    color: #ffffff;
  }

  
  .pull-middle-lm
  {
    float:right;
  }


  .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px !important; 
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.font-who
{
  font-family: 'Merriweather', serif !important;
  font-size: 30px;
}

hr
{
  border-top: 1px solid #b9b6b6;
}

.marimg
{
  margin-top: 26px;
}

.marimg1
{
    
    margin-top: 106px;
}

.color-point
{
  color: #2e7780;
  font-size: 16px;
}

.blue
{
  color: #337ab7;
}


@media (max-width: 767px)
{

.navbar-nav .open .dropdown-menu 
{
    
    background-color: #656464fc;
    
}

.navbar-default 
{
    background-color: #4285f4;
    border-color: #4285f4;
}


/* Navbar button animate code starts */

.navbar-toggle > .top-icon-bar 
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    /* transform-origin: 10% 10%; */
}

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

.navbar-toggle.collapsed .top-icon-bar 
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle .top-icon-bar 

{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    /* transform-origin: 10% 10%; */
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .bottom-icon-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar 

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle .middle-icon-bar 
{
    opacity: 0;
}

.navbar-toggle.collapsed .middle-icon-bar 
{
    opacity: 1;
}

.navbar-toggle .icon-bar 
{
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

/* Navbar button animate code ends */


label {
    display: block !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.font-who {
    /*font-family: 'Lobster', cursive ;*/
    font-size: 19px !important;
}

.h3, h3 {
    font-size: 18px;
}

.dropdown-menu>li>a
{
    display: block;
    
    padding: 10px 20px !important;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding-left: 42px !important;
}



}


.panel
{
  margin-bottom: 33px;
}

.panel-primary {
    border-color: #d8d9da;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.panel-change:hover>.panel-heading {
     /*box-shadow: 5px 0px 40px rgb(0, 0, 0);*/
     /*background-color: #f6f6f6;*/
     border-color: #f6f6f6 !important;
     transition: all .5s ease-in-out;
     color: grey;
  }


  .panel-primary>.panel-heading {
    color: #fff;
    background-color: #abadaf;
    border-color: #abadaf;
}

.back
{
  color: black;
}

 .caption {
    padding: 9px;
    color: #333;
}

.nopad-b
{
  padding-bottom: 0px;
}

.caption-color
{
  color: #7d166b;
  font-weight: 700;
}

.pad-top-25
{
  padding-top: 25px
}


.panel-default
{
  background-color:  #e6e5e4;
}

a:focus, a:hover 
{
    text-decoration: none;
}

/*.img-rounded {
    border-radius: 10px;
}*/

.table-hover>tbody>tr:hover 
{
    background-color: #f3ecec;
    color: #2e8bca;
}

.color-remember
{
  color: #222222;
  font-family: 'Merriweather', serif;
}

.deepblue
{
  color: #001d4c;
}

.deepblue:hover
{
  color: #ffffff;
}



@media (max-width: 767px)
{
.navbar-default .navbar-nav .open .dropdown-menu>li>a 
{
    color: #ffffff;

}

.text-align-lm
{
  text-align: center;
} 


}    


.bg-grey-alternate
{
  background-color: #e6e4e4 !important;
}

.well
{
  background-color: #b6d4f9;
  padding: 16px; 
  border-radius: 8px;
}


th
{
  font-size: 20px;
}

td
{
  font-size: 17px; 
  text-align: left;
}

.size-address
{
 font-size: 21px; 
}

.p-size
{
  font-size: 16px;
  line-height: 1.5;
}

.p-size-footer
{
  font-size: 16px;
}

.padtb-less
{
  padding-top: 10px;
  padding-bottom: 10px;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #f9bebe;
    border-color: #f9bebe;
}


.divide23
{
  height: 23px;
  width: 100%;
}

@media screen and (min-width: 1300px) 

{


.pad-r-lg 
{
    padding-right: 7% !important;
}

}


@media screen and (min-width: 1200px) 

{
  .shift-middle-lg
{
  margin-left: 37.3%;
}

.text-align-lm
{
  text-align: left;
} 

.affix .navbar-nav 
{
    margin-left: 2%;
    transition: 0.4s ease-in-out;
}

.fa
  {
    font-size: 35px !important;
  }

.divide74
{
  height: 73px;
  width: 100%;
}


.divide95
{
  height: 95px;
  width: 100%;
}




.height-img
{
  height: 322px;
}

.height-img1 
{
    height: 346px;
}

.pad-r-lg
{
  padding-right: 6%;
}

.navbar-nav {
    float: left;
    margin: 0;
    transition: 0.4s ease-in-out;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -5px !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 18px;
}



.affix-top a 
 {
    
    font-size: 16px;

 }

 .divide-l-25
{
  height: 25px;
  width: 100%;
}

.divide-lg
{
  width: 100%;
  height: 25px;
}

}

.black
{
  color: black !important;
}

.th-color
{
  background-color: #2e8bca;
}

.tr-color
{
    background-color:  #c9dbf8;
}


.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #0757b5 !important;
}




 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider arrow skin 106 css*/
        .jssora106 {display:block;position:absolute;cursor:pointer;}
        .jssora106 .c {fill:#fff;opacity:.3;}
        .jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
        .jssora106:hover .c {opacity:.5;}
        .jssora106:hover .a {opacity:.8;}
        .jssora106.jssora106dn .c {opacity:.2;}
        .jssora106.jssora106dn .a {opacity:1;}
        .jssora106.jssora106ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 101 css*/
        .jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
        .jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
        .jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
        .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
        .jssort101 .p:hover{padding:2px;}
        .jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
        .jssort101 .p:hover.pdn{padding:0;}
        .jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
        .jssort101 .pav .cv {border-color:#fff;opacity:.35;}
        .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
        .jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
        .jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}


.background-transparent
{
  background: transparent;
}




@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0  
}

#contact {
  overflow: auto;
}
#contact #form {
  width:410px;
  float:left;
}
#contact #form h2 {
  font: 48px 'Bree Serif', Georgia, serif;
}
#contact #form span {
  display:block;
  float:left;
  width:100px;
  padding-top:5px;
  font: 14px/16px'Bree Serif', Georgia, serif;
}
#contact #form input {
  float:left;
  width:255px;
  border:0px;
  color:#F1F1F1;
  padding:10px 10px 10px 30px;
  font: 11px/20px'Open Sans', Verdana, Helvetica, sans-serif;
  margin-bottom:10px;
}
#contact #form textarea {
  float:left;
  border:0px;
  width:255px;
  height:140px;
  padding:10px 10px 10px 30px;
  font: 11px/20px'Open Sans', Verdana, Helvetica, sans-serif;
  color:#F1F1F1;
  resize: none;
}
#contact #form input.name {
  /*background:#222222 url(http://img7.uploadhouse.com/fileuploads/17737/177370145f09fe433945815665aa214f80dbc6af.png) no-repeat 10px 8px;*/
}
#contact #form input.email {
  /*background:#222222 url(http://img6.uploadhouse.com/fileuploads/17737/177370138cc63992182149e9befabff3eafa6d23.png) no-repeat 10px 9px;*/
}
#contact #form input.captcha {
  background:#222222 url(http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png) no-repeat 10px 9px;
}
#contact #form textarea.message {
  /*background:#222222 url(http://img3.uploadhouse.com/fileuploads/17737/1773701229ed8c2f465a8274623ca8976adaf196.png) no-repeat 10px 8px;*/
}
#form input.submit {
  cursor: pointer;
  width:85px;
  height:30px;
  float:right;
  padding:0px 0px 5px 0px;
  margin:10px 16px 0px 0px;
  background:#222222;
  color:#F1F1F1;
  font: 14px/16px'Bree Serif', Georgia, serif;
}
 #captcha span{
  width: 44px;
}

#captcha 

{
  padding-top: 6px;
}

 #captcha input{
  background: url(http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}


.panel-info>.panel-heading 
{
    color: #31708f;
    background-color: #add5ec;
    border-color: #add5ec;
}


.panel-success>.panel-heading 
{
    color: #3c763d;
    background-color: #b8dcab;
    border-color: #b8dcab;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #e1b6b6;
    border-color: #e1b6b6;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #f9e794;
    border-color: #f9e794;
}

.panel-body>.panel-heading {
    color: #8a6d3b;
    background-color: #ecb362 ;
    border-color: #ecb362 ;
}



.divide70
{
  height: 70px;
  width: 100%;
}


/************ iPad coding starts  *****************/

@media screen and (min-width: 768px) and (max-width: 1023px) 

{

  .h1, h1 {
    font-size: 23px;
}

  .size {
    font-size: 11px;
}

h2 {
    font-size: 17px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

.height-width-tab-img
{
  height: 208px;
  width: 345px;
}

.height-width-tab-img1 
{
    height: 228px;
    width: 345px;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    margin-top: 20%;
}

.height-tab
{
  height: 342px;
}
  

h4 {
    font-size: 12px;
    line-height: 1.375em;
    color: inherit;
    font-weight: 500;
    margin-bottom: 10px;
}


body {
    font: 500 11px Roboto Slab, sans-serif;
    line-height: 1.8;
    color: #000000;
}

.divide-social {
    height: 30px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.p-size {
    font-size: 14px;
}

div.container-fluid.fixed.affix img.resize {
    max-height: 75px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 4px;
}

.divide32-tab
{
  height: 32px;
  width: 100%;
}

.divide16-tab
{
  height: 16px;
  width: 100%;
}

.clearfix-tab
{
  display: table;
  content: " ";
  clear: both;
}

.divide30-tab
{
  height: 30px;
  width: 100%;
}

.divide27-tab
{
  height: 27px;
  width: 100%;
}

.divide22-tab
{
  height: 22px;
  width: 100%;
}



.divide40-tab
{
  height: 40px;
  width: 100%;
}

.divide50-tab
{
  height: 50px;
  width: 100%;
}


.divide53-tab
{
  height: 53px;
  width: 100%;
}


.p-size-footer 
{
    font-size: 12.5px !important;
}

 div.container-fluid.fixed.affix-top h1.text-center
{
   font-size: 19px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 30px;
}

div.container-fluid.fixed.affix-top p.margin-b-15 {
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 17px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 75px !important;
    border-width: 0 0 1px;
}

.navbar-default {
    background-color: #4285f4;
    border-color: #e7e7e7;
}

.navbar-fixed-top {
    top: 99px;
    border-width: 0 0 1px;
}

.affix a {
    /* color: #fff !important; */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 13px !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 5.4px;
}
.affix-top a {
    font-size: 13px;
}

.slide-postion {
    margin-top: 151px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -18px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.size-tab-event
{
  font-size: 13px !important;
}

div.container-fluid.fixed.affix-top img.resize {
    max-height: 102px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 7px;
    padding-top: 8px;
}

.text-align-lm
{
  text-align: left;
} 
}

/************** Landscape *******************/


@media screen and (min-width: 1064px) and (max-width: 1070px)

{


div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 33px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

div.container-fluid.fixed.affix-top p.margin-b-15 {
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.carousel-indicators 
{
    bottom: 12px;
}


}


@media screen and (min-width: 1024px) and (max-width: 1200px)

{

.h1, h1 {
    font-size: 25px;
}

.affix a {
    /* color: #fff !important; */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 15px !important;
}

div.container-fluid.fixed.affix h1.text-center {
    font-size: 21px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.divide-social 
{
    height: 26px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    margin-top: 15%;
}

div.container-fluid.fixed.affix p.margin-b-15 {
    font-size: 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

div.container-fluid.fixed.affix-top p.margin-b-15 {
    font-size: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 25px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.navbar-default.affix .navbar-nav>li>a

{
    
    padding: 15px 13px;
  

}

.marquee-height-tab-landscape
{

  height: 200px;

}


.height-img
{
  height: 309px;
}

.height-img1 {
    height: 392px;
}

.h3, h3 {
    font-size: 23px;
}


.affix-top a 
{
    font-size: 16px;

}

.navbar-fixed-top {
    top: 88px;
    border-width: 0 0 1px;
}

nav.navbar.navbar-default.navbar-fixed-top.affix {
    top: 80px !important;
    border-width: 0 0 1px;
}
.slide-postion {
    margin-top: 143px;
}

.navbar-default {
    background-color: #4285f4;
    border-color: #e7e7e7;
}

div.container-fluid.fixed.affix-top img.resize {
     max-height: 88px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 7px;
    padding-top: 7px;
}

div.container-fluid.fixed.affix img.resize {
    max-height: 72px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 12px;
}



h2 {
    font-size: 23px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

.back-calender-event {
    background-image: url(../images/calenderofevents-bg.jpg);
    height: 386.64px;
}

.back-calender-who {
    background-image: url(../images/whoweare-bg.jpg);
    /* height: 385.64px; */
    height: 386.64px;
}

.height-tab 

{
    height: 386px;
}

.divide25-tab-landscape
{
  height: 25px;
  width: 100%;
}

.divide45-tab-landscape {
    height: 45px;
    width: 100%;
}

.divide58-tab-landscape {
    height: 58px;
    width: 100%;
}



.divide143-tab-landscape {
    height: 143px;
    width: 100%;
}

.divide17-tab-landscape
{
  height: 17px;
  width: 100%;
}


.divide23-tab-landscape
{
  height: 23px;
  width: 100%;
}

.size-science-tab-p
{
  font-size: 14px;
}


.p-size {
    font-size: 14px;
}

.text-align-lm
{
  text-align: left;
} 

}


/************ iPad coding ends  *****************/


.blue
{
  /*color: #337ab7;*/
  color: #23527c;
}

.btn-read
{

      padding: 9px 12px;
      font-size: 18px;

}

a:focus, a:hover {
    color: #337ab7;
    /*text-decoration: underline;*/
}


.-marimg
{
  margin-top: -8px;
}

.back-transparent
{
  background-color: #72affc73;
}

.no-border
{
  border::none; 
}

.no-margin-b
{
  margin-bottom: 0px;
}

.yellow

{
  color: #F1DEA6;
}

.sizequote-footer
{
  font-size: 18px;
}



/*Slick Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
    /*width: 300px !important;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.divide-sponsor
{
  height: 30px;
  width: 100%;
}

.xs-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 0;
}

.mar-img
{
  margin-top: 3%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover 
{
    background-color: #ddd0;
}

.img-rounded 
{
    border-radius: 9px;
}

.green
{
  color: #157906;
  font-size: 25px;
}

.well {
    
    margin-bottom: 6px;
    
}

.black
{
  color: black;
}

.navbar 

{
    /*position: relative;*/
    min-height: 40px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}