﻿/* Color Style*/
@import url(https://fonts.googleapis.com/css?family=Arimo);

body {
   font-family: 'Arimo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Arimo', sans-serif;
    letter-spacing: 0px;
}
a {
    color:#ab6cc5;
}
a:hover {
    color:#23272b;
}
p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.img-full {
    min-width: 100%;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,1);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #ab6cc5;
}

.footer-row {
    background: #ab6cc5;
    color:white;
}

.footer-row a {
    color:white
}

footer p {
    margin: 0;
    padding: 50px 0;
}

.poweredby {
    margin-top:10px;
    font-size:smaller;
    margin-bottom:10px;
}


/*Social Media*/
.social{
    margin-top:5px;
    text-align: left;
}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
   
    color: #23272b;
}
.logoarea {
  background: rgba(171,108,197,0.9);
}
.logo {
   
}

.contact-header {
    color:white;
    margin-top:-5px;
}
.social-header {
    color:white;
    margin-top:5px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
.carousel-box {
    margin-bottom: 10px;
    background-color:transparent;
    background: rgba(0,0,0,0.2);
}

/*Menu*/

@media screen and (min-width:240px) {
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 16px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

 /*Mobile Devices*/
@media only screen and (min-width: 200px) and (max-width: 790px) {
    nav {
        text-align: center;
        background: #efefef;
    }
    nav ul {
        margin: 0;
        padding: 1em;
        list-style-type: none;
    }

    nav ul li {
        display: inline;
        margin-left: 0em;
    }

    nav ul li:first-child {
        margin-left: 0;
    }

    nav ul li ul {
        display: none;
    }
}
/*Other Devices*/
@media only screen and (min-width:791px) {
    .navbar-default {
        font-weight: 800;
        letter-spacing: 1px;
        margin:0px;
    }

    nav ul {
        padding: 0;
        margin: 0;
        float: left;
    }

    nav ul li {
        float: left;
        display: inline;
        position: relative;
        padding:5px;
        list-style: none;
        /*first level width*/
        min-width:80px;
    }

    nav ul ul {
        position: absolute;
        left: 0;
        top: 100%;
        display: none;z-index:100;
    }

    nav ul ul ul {
        left: 100%;
        top: 0;
    }

    nav ul li:hover > ul {
        display: block;
    }

    nav ul li ul li {
        /*sub level width*/
        min-width:230px;
     }

    
     .menu-row {
        background-color:#ab6cc5;
        background: rgba(171,108,197,0.9);
       
     }
     .innerpage-menu-row {
        background-color:#ab6cc5;
     }
    .cssmenu {
         /*main menu back ground color*/
          background-color:transparent;
          width: auto;
     }

     .cssmenu li li a {
         /*Sub menu back ground color*/
        background:#ab6cc5;
        color:#ffffff;
      }
     
     .cssmenu ul:after {
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        clear: both;
        visibility: hidden;
     }

    .cssmenu ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
    }
   
    .cssmenu.align-right ul li {
      float: right;
    }
    .cssmenu.align-center ul {
      text-align: center;
    }

    .cssmenu ul li a {
        /*link color*/
      color: #ffffff;
      text-decoration: none;
      display: block;
      padding: 15px 25px;
       font-family: 'Arimo', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      position: relative;
      -webkit-transition: color .25s;
      -moz-transition: color .25s;
      -ms-transition: color .25s;
      -o-transition: color .25s;
      transition: color .25s;
    }
    .cssmenu ul li a:hover {
         /*link hover color*/
      color: #23272b;
    }
    .cssmenu ul li a:hover:before {
      width: 100%;
    }

    .cssmenu ul li a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 0;
      background-color: transparent;
      -webkit-transition: width .25s;
      -moz-transition: width .25s;
      -ms-transition: width .25s;
      -o-transition: width .25s;
      transition: width .25s;
    }
    .cssmenu ul li.last > a:after,
    .cssmenu ul li:last-child > a:after {
    }
    .cssmenu ul li.active a {
    }
    .cssmenu ul li.active a:before {
      width: 100%;
    }
    .cssmenu.align-right li.last > a:after,
    .cssmenu.align-right li:last-child > a:after {
    }
    .cssmenu.align-right li:first-child a:after {
    }
    /* set up the right arrows first second level onward*/
    .cssmenu li li > a:after { float:right; content: '\25BA'; }

   /*clear the content if a is only child*/
    .cssmenu li > a:only-child:after {content: ''; }
}

/*Button*/
.btn-primary {
    background-color:#ab6cc5;
    color:#fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary 
 {
    background: rgba(171,108,197,0.8);
    color:#fff;
     border-color: transparent;
}
/*full web version*/
@media only screen and (min-width: 900px) {
    .logoarea {
        background: none;
    }
}




