﻿.titledivider,.divider{
  background: url(../img/divider.png) center top no-repeat;
  height: 5px;
  margin-top: 10px;
  }
  
  .titledivider2,.divider2{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  margin-top: 10px;
  }

.highlight{
  color: #00B4A6;
  }

/*--------------------------
--------- NAV ---------
--------------------------*/
.cusnavbar .dropdown-menu
{
    background-color:#1f5b97;
    border:none !important;
  border-bottom:1px solid #306ca8 !important;
  border-top:1px solid #0e4c86 !important;
  padding:0 2px 5px 2px;
}
.cusnavbar  .dropdown-menu li a{
  display: block;
  height: 100%;
  border-top:2px solid transparent;
  border-bottom: 2px solid transparent;
  line-height: 36px;
  color: #ffffff !important;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  }
  
.cusnavbar .dropdown-menu li{
  display: inline-block;
  height: 100%;
  width:100%;
  color: #ffffff;
  text-transform: uppercase;
  border-top:1px solid #306ca8;
  border-bottom:1px solid #0e4c86;
  }
/*
.dropdown-menu li:hover{
  background:transparent;
  color: #367fa9 !important;
  }*/

.cusnavbar .dropdown-menu li a:hover{
  /*border-top: 2px solid #3c8dbc;*/
  color: #1f5b97 !important;
  }
/*
.dropdown-menu li.active a{
  border-top: 2px solid #3c8dbc;
  background-color: #eee;
  color: #367fa9 !important;
  }
*/
.cusnavbar .dropdown-menu li a:focus{
  background: transparent !important;
  /*border-top:2px solid #3c8dbc;*/
  color: #1f5b97 !important;
  }


/****************************
*********menusec*************
****************************/
div.menusec ul
{
    margin: 0;
    padding: 0 0 0 0;
    border: none;
    outline: none;
}
div.menusec li,
div.menusec a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

div.menusec {
    height: 40px;
    width: 100%;
}

div.menusec li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight:bold;
    color: #333;
    line-height: 28px;
    
}
div.menusec li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;

    border-right: 1px solid #4f5058;
    font-weight:normal;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;

    color: #666;
   /* text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

div.menusec li:first-child a { border-left: none; }
div.menusec li:last-child a{ border-right: none; }


/*--------------------------
--------- HOMEPAGE ---------
--------------------------*/

#home{
  text-align: center;
  position: relative;
  }

.divider-top{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  margin-top: 30px;
  }

.divider{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  }

#home .slider1{
  background-image: url(../img/sliders/1.jpg); height:750px;
  }

#home .slider2{
  background-image: url(../img/sliders/2.jpg); height:750px;
  }

#home .slider3{
  background-image: url(../img/sliders/3.jpg); height:750px;
  }

#home .slider4{
  background-image: url(../img/sliders/4.jpg); height:750px;
  }


#home .phonebg{
  background-repeat: no-repeat;
  background-position: top;
  height: 400px;
  width: 100%;
  }


.phone{
  text-align: center;
  }

.banner {
  position: relative;
  text-align: center;
  color: #fff;
  height: auto;
  min-height: 710px;
  max-height: 2000px;
  }

.banner .container {
  position: absolute;
  width: 100%;
  top: 49%;
  }

.banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-attachment:fixed;
  }

.banner .carousel-fade .carousel-inner .active {
  opacity: 1;
  }

.banner .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  }

.banner .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  }

.banner .carousel-fade .carousel-control {
  z-index: 2;
  }

.banner .carousel-caption {
  top: -65%;
  bottom: 0;
  left: 0;
  right: 0;
  }

.banner .carousel-inner > .item {
  background-position: center;
  min-height: 700px;
  }

.banner .carousel-indicators {
  bottom: 14%;
  visibility: hidden;
  }

.banner .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:.3;
  border-radius: 10px;
  }

.banner .carousel-indicators .active,
.banner .carousel-indicators li:hover{
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:1;
  }

.carousel-caption{
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  }

.carousel-control {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

#bannerSlider .content{
  color: #ffffff;
  text-align: center;
  padding-left:0;
  padding-right:0;
  }

#bannerSlider .content h1{
  width: 100%;
  text-align: center;
  font-size: 3.5em;
  top: 0;
  left: auto;
  position: relative;
  }
  
  
  
/****************
  background-color:#fff !important;***************************/

.ullista li
{
    border-bottom:1px dotted #888 !important;
}


.th1bgw{
  width: 100%;
  height: auto;
  min-height: 400px;
  /*max-height: 2500px;*/
  background-color:#ffffff;
  background-size: cover;
  color: #666;
  padding-top: 40px;
  padding-bottom: 40px;
  }

.th1bgw h2 {
  font-weight: 600;
  font-size: 2.2em;line-height:110%;
  text-align: center;
  color: #666;
  }

.th1bgw h2 span {
  display: block;
  font-size: 40%;
  font-weight: 200;
  color: #888888;
  }

.th1bgw .list{
  padding: 10px 10px;
  cursor:default;
  font-size: 1.1em;line-height:150%;letter-spacing:1px;
  }

.th1bgw .list a:hover {
  background: #f3f3f3;
  cursor: pointer;
  clear: both;
  }

.th1bgw .list a:hover > h5,
.th1bgw .list a:hover > .f-icon {
  color: #209196;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }

.th1bgw .list h5 {
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
  color: #666;
  }  
 
.th1 .list{
  padding: 10px 10px;
  cursor:default;
  font-size: 1.1em;line-height:150%;letter-spacing:1px;
  }
.th1 .list h5 {
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
  color: #666;
  }  
.th1 h2 {
  font-weight: 600;
  font-size: 2.2em;line-height:110%;
  text-align: center;
  color: #666;
  }
  .th1 h5 {
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
  color: #666;
  }  
  .th1 p {
  font-size: 18px;letter-spacing:1px; padding:2px 10px;line-height:150%;
  }
 
  .th1bggray{
  position: relative;
  background:url(../img/bg/background-footer.png);
  background-repeat:repeat;
  width: 100%;
  height: auto;
  min-height: 60px;
    /*max-height: 2000px;*/
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 99;
  overflow: hidden;
  }
.th1bggray h2 {
  font-weight: 600;
  font-size: 2.8em;line-height:120%;
  text-align: center;
  color: #d8d8d8;
  }

.th1bggray h2 span {
  display: block;
  font-size: 40%;
  font-weight: 400;
  color: #c0c0c0;
  }

.th1bggray .list{
  padding: 10px 10px;
  cursor:default;
  font-size: 1.1em;line-height:150%;
  }

.th1bggray .list a:hover {
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  }

.th1bggray .list a:hover > h5{
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }



.th1bgg{
  position: relative;
  /*background-image:url(../img/bg/bluelight.jpg);
  background-repeat:repeat;*/
  background-color:#709dca;
  width: 100%;
  height: auto;
  min-height: 500px;
   /*max-height: 2000px;*/
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 99;
  overflow: hidden;
  }

.th1bgg h2 {
  font-weight: 600;
  font-size: 2.2em;line-height:110%;
  text-align: center;
  color: #fff;
  }

.th1bgg h2 span {
  display: block;
  font-size: 50%;
  font-weight: 800;
  color: #054273;
  }

.th1bgg .list{
  padding: 10px 10px;
  cursor:default;
  font-size: 1.1em;line-height:150%;letter-spacing:1px;
  color:#fff;
  }

.th1bgg .list a:hover {
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  }

.th1bgg .list a:hover > h5,
.th1bgg .list a:hover > .f-icon {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }
  
 
.th1bgg .list h5 {
  font-weight: 600;
  font-size: 1.3em;
  text-align: left;
  color: #054273;
  }  
  
.add-allpadding
{
    padding:5px 5px 5px 5px;
}
 
.add-bottom{
  padding-bottom:30px;
}

.add-top{
  padding-top:30px;
}

.small-top{
  padding-top:8px;
}
 
  .apps-btn{
  padding: 15px 30px;
  border: 4px solid rgba(255, 255, 255, 0.77);
  background-color:#049fd5;
 /* background: transparent;*/
  opacity: 0.5;
  margin: 10px 10px;
  display: inline-block;
  font-size:16px;font-weight:bold;color: #eaeaea;letter-spacing:1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

.apps-btn:hover{
  background-color: #1f5b97;
  color:#fff;
  }

.appstore {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: center;
  }

.apps-icon{
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  }

.apps-icon:hover{
  color: #146c70;
  cursor: pointer;
  background: none;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }
  
  
 #showburst .list-group
 {
     
     line-height:150%;letter-spacing:1px;
     
 }
