
/*.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 32%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
*/

.red
{
  color: red;
}

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


.nomargin
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.border
{
  border: 1px solid black;
  padding: 10px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
}

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

p.white a:hover
{
  color: #e1edf7;
}

.h1, h1 {
    font-size: 35px ;
}
  h2 {
      font-size: 24px;
      text-transform: none;
      color: #303030;
      font-weight: 600;
      margin-bottom: 20px;
  }
  h4 {
      font-size: 17px;
      line-height: 1.375em;
      color: inherit;
      font-weight: 500;
      margin-bottom: 10px;
  }  


.pad-left
{
  padding-left: 20px;
}


/*in your css hide the field so real users cant fill it in*/
form #website{ display:none; }

  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 100px 25px;
      font-family: Raleway, sans-serif;
  }
  /*.container-fluid {
      padding: 60px 50px;
  }*/
  .bg-grey {
      background-color: #f6f6f6;
  }

  .bg-blue1
  {
    background: #b8e2f7;
  }

  .mar-b-less
  {
        margin: 0 0 3px;
  }


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

.btn-primary1
{
  background-color: #585fde; border-color: #585fde;color: white;
}


.btn-primary1:hover
{
  background-color: #363b98; border-color: #363b98;color: white !important;
}





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

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

  .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: #b43601;
  }
  .carousel-indicators li {
      border-color: #b43601;
  }
  .carousel-indicators li.active {
      background-color: #b43601;
  }
  .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 {
    padding: 10px 14px;
  }
  .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 {
      
      /*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%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 520px;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

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

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


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

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

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

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

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

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

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

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


  div.container-fluid.fixed.affix h1.text-center
  {
     font-size: 35px;
    -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 9px;
}



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

  }

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

  .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: 16px !important;
  }
  .affix-top a {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }


  .affix a.btn-primary {
    /* 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: 12px !important;
    margin-top: 5px;
}

.affix-top a.btn-primary {
    /* 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;
    margin-top: 5px;
}



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



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

}

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

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: 15px;
}


img.resize1 {
    max-height: 35px;
    padding-top: 3px;
}




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

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


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


    
}

@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;
}

}




@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: 17px;
}


.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: 100px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
     
    padding-top: 9px;
    padding-bottom: 5px;
}

}




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

div.container-fluid.fixed.affix p.margin-b-15
{
   font-size: 15px;
  -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: 999;
  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: 2px;
    padding-left: 2px;
}

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

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


.style-h1-header
{
  font-family: 'Lobster', cursive !important;
  color:#053E9E;
  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%;
}

.divide10
{
  height: 10px;
  width: 100%;
}



.bg-blue
{
  background: #185275;
}

.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: 25px;
  width: 100%;
}


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

{

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

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

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

.affix-top a {
      padding-top: 8px !important;
      padding-bottom: 5px !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;
  }


  .col-xs-5 {
    width: 46.666667%;
}


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

div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 13px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}
.navbar-fixed-top {
    top: 73px;
    border-width: 0 0 1px;
}


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

.slide-postion {
    margin-top: 131px;
}
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 190px;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
}

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

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


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 14px !important;
    margin-right: 15px;
    margin-bottom: 8px;
    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: 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: 12px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

div.container-fluid.fixed.affix-top h1.text-center {
    font-size: 17px !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: 17px !important;
    -webkit-transition: all .5s ease-in-out;
    /* transition: none !important; */
    transition: all .5s ease-in-out;
}



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

}



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

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

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: 12px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

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: 9px !important;
}


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


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 238px;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

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;
}

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


h4
{
  font-size: 15px;
}

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

}




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


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


@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;
}

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

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

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

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

div.container-fluid.fixed.affix h1.text-center {
    font-size: 23px;
    -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: 78px;
    border-width: 0 0 1px;
}

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: 7px;
    margin-top: 6px;
}

div.container-fluid.fixed.affix-top img.resize {
    max-height: 85px;
    -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;
      line-height: 1.8;
      color: #000000;
  }

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

  .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: 'Lobster', cursive !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;
    
}

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

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

.carousel-inner .item img {
    min-height: 150px;
}



.mar-top-m
{
  margin-top: 2%;
}

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

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

.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: #e46416;
}

@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: #d7e6f9;
  padding: 16px; 
}


th
{
  font-size: 20px;
}

td
{
  font-size: 17px; 
}

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

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

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


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


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




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

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

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

.height-donate
{
  min-height: 76px;
}

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

 }

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

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


.heightimg
{
  min-height: 832px;
}

}

.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;
}

.pos-tab
{
  margin-left: 5% !important;
}

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

.divide-social {
    height: 0px !important;
    width: 100%;
}
.back-calender-event {
    /*background-image: url(../images/calenderofevents-bg.jpg);*/
    height: 367.64px;
}

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

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

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 23%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.height-tab
{
  height: 367.64px;
}


  

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


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

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

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

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

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

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

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

.divide47-tab
{
  height: 47px;
  width: 100%;
}



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


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


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

 div.container-fluid.fixed.affix-top h1.text-center
{
   font-size: 22px;
  -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 h1.text-center {
    font-size: 22px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

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

.navbar-fixed-top {
    top: 85px;
    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 5px;
}
.affix-top a {
    font-size: 13px;
}

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

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

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


div.container-fluid.fixed.affix img.resize {
    max-height: 85px;
    -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: 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: 25px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


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

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

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 37%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

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 10px;
  

}

.marquee-height-tab-landscape
{

  height: 200px;

}





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

}

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

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

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

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




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%;
}

.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;
} 

}

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

.btn-read
{

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

}

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




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




/*Slick Slider */


/*.slider
{
  margin-top: 5%;
}*/

.slide-bg
{
  background-image: url('../images/durgapuja-bg.jpg');
  background-size: cover;
  background-position: top;
  padding: 5px;
}

.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;
    
}

.margin-top
{
  margin-top: -30px;
}

.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%;
}


.customer-logos .slide
{
  cursor: pointer;
}