
/* -------------------------------------------------------- */
/* Webgloss CSS Copyright 2017                              */
/*                                                          */
/* Do Not Copy It - it's been done - they have been sued!   */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/*  mini - primary #B68CB0;                                 */
/*  business - tertiary #75A1D0;                            */
/*  gallery - info #A1979F;                                 */
/*  ecomm - success #ABCD4F;                                */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* Global                                                   */
/* Global                                                   */
/* -------------------------------------------------------- */


html {
    direction: ltr;
}

body {
  padding-top: 0px;
  background-color: #000000;
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 200;
  font-size: 16px;
  line-height: 160%;
  /*color: #284632;*/
  color: #C0C0C0;
  overflow-x: hidden;
}

body a {
    outline: none !important;
}


/* unvisited */
a:link {
    color: #6a826d;
    text-decoration: none;
}

/* visited */
a:visited {
    color: #6a826d;
    text-decoration: none;
}

/* mouse over */
a:hover {
    color: #C0C0C0;
    text-decoration: none;
}

/* selected */
a:active {
    color: #6a826d;
    text-decoration: none;
} 
/* -------------------------------------------------------- */
/* End Global                                               */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Containers & Rows                                        */                 
/* Containers & Rows                                        */ 
/* -------------------------------------------------------- */

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

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

.padmore {
    padding-left: 40px;
    padding-right: 40px;
  }

.moremarg {
    margin-left: 40px;
    margin-right: 40px;
  }
      
.row-wh {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
  }

.row-wh-single-timetable-row {
    position: relative;
    padding-top: 10px;
    padding-bottom: 65px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-multiple-timetable-row-top {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-slimline-timetable-row-top {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-slimline-timetable-row-middle {
    position: relative;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-multiple-timetable-row-middle {
    position: relative;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-double-timetable-row-bottom {
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-triple-timetable-row-bottom {
    position: relative;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
}

.row-wh-nsp {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.nopad {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
.col-just {
    text-align: justify;
  }

.col-thumbnail {
    width: 200px;
    font-size: 12px;
}

.col-right {
    text-align: right;
  }

.jumbotron {
    background-color: #000000;
    color: #000000;
    padding: 100px 25px;
  }

#jumbotron-one {
    background-image: url("");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
} 
/* -------------------------------------------------------- */
/*  Headers, Titles & Texts                                 */
/*  Headers, Titles & Texts                                 */
/* -------------------------------------------------------- */



/*  main category headers no col */
h1 {
      font-family: 'Open Sans', Lato, sans-serif;
      font-size: 26px;
      color: #ffffff;
      font-weight: 400;
      line-height: 165%;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px;
  }

 /* white sub title */
h2 {
      font-family: 'Open Sans', Lato, sans-serif;
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      line-height: 160%;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px;
  }
  

h3 {
      font-family: 'Open Sans', Lato, sans-serif;
      font-size: 24px;
      color: #ffffff;
      font-weight: 400;
      line-height: 165%;
  }

/*centered h1*/
h4 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    line-height: 165%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* h4 green  */
h5 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 26px;
    color: #6a826d;
    font-weight: 400;
    line-height: 165%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* centred h2 */
h6 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.small-text {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 200;
    font-size: 16px;
    line-height: 160%;
    color: #C0C0C0;
}

.top1 {
    background: #ffffff;
    height: 1px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
  }

/* line with padding underneath */
.top2 {
    background: #ffffff;
    height: 1px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  
.top3 {
    background: #ffffff;
    height: 1px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

.timetable-day {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 1000;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
}

.timetable-location {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.timetable-class-info {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.timetable-bold {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 800;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
}

.timetable-address {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 400;
    font-size: 14px;
    color: #C0C0C0;
    text-align:left;
    line-height: 5px;
}

.membership-bold {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.head-block {
    position: center;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #000000;
  }

.head-log{
    padding-top: 10px;
    padding-bottom: 0px;
}

.head-phrase{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
}



.head-phrase-lg{
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 200;
    font-size: 18px;
    color: #2A8BB8;
    line-height: 165%;
}

.head-red{
    color: #800000;
}

.head-phrase-md1{
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 200;
    font-size: 16px;
    line-height: 165%;
    color: #636264;
}
.head-phrase-md2{
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 200;
    font-size: 16px;
    line-height: 165%;
    color: #2A8BB8;
}
.head-add {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 200;
    font-size: 16px;
    line-height: 165%;
    color: #636264;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
}

.head-add a:link {color: #427e4c; !important; font-weight: 400; text-decoration: none; }
.head-add a:visited { color: #427e4c; !important; font-weight: 400; text-decoration: none; }
.head-add a:hover { color: #88C2E0 !important; font-weight: 400; text-decoration: none; }
.head-add a:active { color: #427e4c; !important; font-weight: 400; text-decoration: none; }

.head-sn{
    padding-top: 30px;
    padding-bottom: 10px;
}


.rowpad {
    position: relative;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    background: #000000;
}

.call-to-action {
    background: #2E89B8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-size: 24px;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
  }
.call-to-action a:link { color: #FFFFFF;  font-weight: 400; text-decoration: none; }
.call-to-action a:visited { color: #FFFFFF; font-weight: 400; text-decoration: none; }
.call-to-action a:hover { color: #9596A3; font-weight: 400; text-decoration: none; }
.call-to-action a:active { color: #FFFFFF; font-weight: 400; text-decoration: none; } 


.bar {
    background: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
  }
  
  
.call-to-action2 {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
.call-to-action2 a:link { color: #FFFFFF;  font-weight: 400; text-decoration: none; }
.call-to-action2 a:visited { color: #FFFFFF; font-weight: 400; text-decoration: none; }
.call-to-action2 a:hover { color: #F41111; font-weight: 400; text-decoration: none; }
.call-to-action2 a:active { color: #FFFFFF; font-weight: 400; text-decoration: none; } 


.inner-head {
    margin-top: 0px;
    margin-bottom: 3px;
    
    }
    
    
.inner-head-title {
  padding-top: 40px;
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
    }

.inner-head-txt {
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
     }
    
    
.impact {
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #C0C0C0;
    }

.impact-thumbnail {
    font-family: 'Open Sans', Lato, 'Sans Serif';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #C0C0C0;
}

.impact-script {
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #C0C0C0;
    }
    
.impact-inner {
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 200;
  font-size: 18px;
  line-height: 160%;
  color: #74bd0c;
    }

.impact-inner-lg {
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #9F5B7D;
    }

    
 
.sect1 {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    text-align: center;
    }
 
.sect2 {
    padding-top: 0px;
    padding-right: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: center;
    }
      
.sect-title1 {
    color: #9F83B5;;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 28px;
    font-weight: 200;
 } 
    
.sect-title2 {
    color: #645E68;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 28px;
    font-weight: 200;
   }
     
/* txt blocks slide in  */
.slideinblocks {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  
.page-title {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 28px;
    font-weight: 200;
    color: #ffffff;
    line-height: 160%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    position: relative;
  }
    
.page-title2 {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 28px;
    font-weight: 200;
    color: #9F9885;
    line-height: 160%;
  }
  
.column-title {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-weight: 200;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    position: relative;
  }

  
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    border-bottom: 1px solid #ffffff;
  }

.column-title2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #000000;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    position: relative;
  }

.column-subtitle {
	font-size: 18px;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #ffffff;
    line-height: 160%;
  }
  
.faq-subtitle {
	font-size: 18px;
    font-weight: 200;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #ffffff;
    line-height: 160%;
  }
.steps-subtitle {
	font-size: 18px;
    font-weight: 200;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #ffffff;
    line-height: 160%;
  } 
.glyph-sp {
    padding-top: 12px;
  }
  
.faq-im {
    padding-top: 12px;
  }
        

.portfo {
	font-size: 13px;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-weight: 400;
    } 


.thumbjust1 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #B68CB0;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
  }

  .thumbjust2 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #75A1D0;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
  }
  
  .thumbjust3 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #A1979F;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
  }
  
  .thumbjust4 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #ABCD4F; 
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
  }
.thumbpad {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

.thumbpad-press {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

.img-thumbnail {
    border-color: #ffffff;
    background-color: #000000;
    width: 1000px;
}

.img-headshot-thumb {
    border-color: #000000;
    background-color: #000000;
    width: 200px;
}


.lgpnk {
    color: #C363B9;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 26px;
}

.lgmauve {
    color: #8082D0;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 26px;
}


.lggrn {
    color: #89BA3C;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 26px;
}

.lgbl {
    color: #177BAD;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 160%;
    font-size: 26px;
    font-weight: 200;
}


/* Prim   */
.txt-primary {
    color: #B68CB0;
}
/* Tert   */
.txt-tertiary{
    color: #75A1D0;
}

/* Info   */
.txt-info{
    color: #A1979F;
}


/* Success   */
.txt-success{
    color: #ABCD4F;
}

/* Warning   */
.txt-warning{
    color: #8082D0;
}

/* Danger   */
.txt-danger{
    color: #F54900;
}

 
.narrow {
    padding-left: 30px;
    padding-right: 30px;
  }
/* end txt blocks slide in  */ 


.inthepress {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #53A7E5;
    line-height: 170%;
    text-align: center;
    }
.inthepress a:link { color: #22A4C0 !important;  text-decoration: none;}
.inthepress a:visited { color: #22A4C0 !important; text-decoration: none;}
.inthepress a:hover { color: #C4CBCC !important; text-decoration: none;}
.inthepress a:active { color: #22A4C0 !important; text-decoration: none;}



.lownav{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color:#C0C0C0;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
  }
.lownav a:link { color: #6a826d;  font-weight: 400; text-decoration: none; border-bottom: 1px dotted;}
.lownav a:visited { color: #6a826d; font-weight: 400; text-decoration: none; border-bottom: 1px dotted;}
.lownav a:hover { color: #C0C0C0; font-weight: 400; text-decoration: none; border-bottom: 1px dotted;}
.lownav a:active { color: #6a826d; font-weight: 400; text-decoration: none; border-bottom: 1px dotted;}


.lowphrase{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #C0C0C0;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
  }
.lowphrase a:link { color: #C0B8BE;  font-weight: 200; text-decoration: none;}
.lowphrase a:visited { color: #C0B8BE; font-weight: 200; text-decoration: none;}
.lowphrase a:hover { color: #C0B8BE; font-weight: 200; text-decoration: none;}
.lowphrase a:active { color: #C0B8BE; font-weight: 200; text-decoration: none;}


.dashedlnks a:link { border-bottom: 1px dashed; display: inline; }
.dashedlnks a:visited { border-bottom: 1px dashed; display: inline; }
.dashedlnks a:hover { border-bottom: 1px dashed; display: inline; }
.dashedlnks a:active { border-bottom: 1px dashed; display: inline; }

.foot { 
    background: #ffffff;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
 }

.foot-smtxt {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 11px;
    font-weight: 200;
    color: #C0C0C0;
    line-height: 170%;
    padding-top: 15px;
    text-align: left;
    }
.foot-smtxt a:link { color: #AAC7D6;  text-decoration: none;}
.foot-smtxt a:visited { color: #AAC7D6; text-decoration: none;}
.foot-smtxt a:hover { color: #6a826d; text-decoration: none;}
.foot-smtxt a:active { color: #AAC7D6; text-decoration: none;}

.foot-mdtxt {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 180%;
    text-align: center;
    }
.foot-mdtxt a:link { color: #000000;  text-decoration: none;}
.foot-mdtxt a:visited { color: #000000; text-decoration: none;}
    .foot-mdtxt a:hover {
        color: #6a826d;
        text-decoration: none;
    }
.foot-mdtxt a:active { color: #000000; text-decoration: none;}
  
  

.foot-lgtxt {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 165%;
    text-align: left;
    }
.foot-lgtxt a:link { color: #000000;  text-decoration: none;}
.foot-lgtxt a:visited { color: #000000; text-decoration: none;}
    .foot-lgtxt a:hover {
        color: #6a826d;
        text-decoration: none;
    }
.foot-lgtxt a:active { color: #000000; text-decoration: none;}
  
    
.end {
    background: #ffffff;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.endtxt {
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #CBDDE7;
    line-height: 130%;
    padding-left: 30px;
    padding-right: 30px;
    }
/* -------------------------------------------------------- */
/* End Containers & Rows                                    */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Custom Nav                                               */
/* Custom Nav                                               */
/* -------------------------------------------------------- */

/* main strip   */
.navbar-inverse {
    background-color: #ffffff;
    background-image: none;
    border-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
 }


/* main strip links             */
.navbar-inverse .navbar-nav>li>a {
    font-style: 'Open Sans', Lato, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
  }

/* main strip hover  */
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { 
    background-color: #C0C0C0;
    font-style: 'Open Sans', Lato, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
  }

/* active  */
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #ffffff;
    color: #000000;
  }

/* active  hover */
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #000000;
}

/* drop down    */
.navbar-inverse .dropdown-menu {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    font-size: 14px;
    padding-top: 3px;
    font-weight: 400;
    color: #000000;
  }

/* drop down - depth of each link    */
.dropdown-menu > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }  

/* drop down hover  - change bg col below as well */
.navbar-inverse .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #C0C0C0;
    background-image: none;
  }

/* dropdown links  */
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { 
    color: #000000;
}

/* main and mobile dropdown hover colour */
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #C0C0C0; 
    color: #000000;
}

/* dropdown arrow icons   */
.caret {
    font-size: 20px;
}


/* dropdown arrow icons   */
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #000000;
    border-bottom-color: #2792C9;
    font-size: 20px;
    color: #000000;
}

/* dropdown arrow icons hover   */
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #000000;
    border-bottom-color: #ffffff;
    font-size: 20px;
    color: #000000;
}

/* mobile nav title    */
.navbar-inverse .navbar-brand {
    font-weight: 800;
    color: #000000;
  }

/* mobile nav title hover   */
.navbar-inverse .navbar-brand:hover {
    color: #000000;
  }

/* hamburger   */ 
.navbar-inverse .navbar-toggle {
    border-color: #000000;
    background-color: #000000;
}  

 /* hamburger hover  */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #C0C0C0;
}

.mobile-margin-btn { margin-right: 22px; }


/* Nav Bar - Large Screens Only          */
/* Center the nav bar items              */

@media only screen and (min-width:960px){
.navbar-inverse {
    text-align:center;
  }
.navbar-inverse .nav {
    float:none;
  }
.navbar-inverse .nav li {
    display:inline-block;
    float:none;
    margin:5 5px;
  }
}


/* End Large Screens Only  */ 


/* -------------------------------------------------------- */
/* End Custom Nav                                           */
/* -------------------------------------------------------- */






/* -------------------------------------------------------- */
/* Seps & HR                                                */
/* Seps & HR                                                */
/* -------------------------------------------------------- */

hr.col1 {
    border-top: 1px solid #8D8981;
    border-bottom: 0px;
  }

hr.col2 {
    border-top: 1px solid #7DBB7D;
    border-bottom: 0px;
  }

hr.col3 {
    border-top: 1px solid #ffffff;
    border-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 25px;
    margin-bottom: 5px;
    width: 60%;
}
  
hr.col4 {
    border-top: 1px solid #ffffff;
    border-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 85%;
  }  
/* -------------------------------------------------------- */
/* end Seps & HR                                            */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Bulls & Lists & Icons                                    */
/* Bulls & Lists & Icons                                    */
/* -------------------------------------------------------- */

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #B68CB0;
}

.glyphicon.glyphicon-asterisk {
    font-size: 24px;
    color: #B68CB0;
}

.glyphicon.glyphicon-plus {
    font-size: 28px;
    color: #1d8318;
    font-weight: 200;
}

/* --- back to top ---- */
/* --- back to top ---- */
.glyphicon.glyphicon-chevron-up {
    font-size: 16px;
    color: #000000;
    font-weight: 200;
    text-align: center;
    padding-left: 10px;
    padding-right: 6px;
}

/* --- this controls the glyph colours ---- */
.btn-top {
    padding: 11px 16px;
    border: 0 none;
    text-decoration: none;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #000000 !important;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #2E89B8;
}

.btn-top:hover {
    background: #59B1DF;
}
/* --- end back to top ---- */
/* --- end back to top ---- */


/* -------------------------------------------------------- */
/* end Bulls & Lists & Icons                                */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Buttons                                                  */
/* Buttons                                                  */
/* -------------------------------------------------------- */
.btn {
    padding: 11px 16px;
    border: 0 none;
    text-decoration: none;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #000000 !important;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    white-space: normal;
}


.btn-lg-txt {
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn-md-txt {
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
}



/* Match   */
.btn-match {
    background: #AE1C23;
}
.btn-match:hover {
    background: #AE1C23;
}
.btn-match:focus  {
    background: #AE1C23;
}
.btn-match:active {
    background: #AE1C23;
}

/* Prim   */
.btn-primary {
    background: #C26820;
}
.btn-primary:hover {
    background: #C26820;
}
.btn-primary:focus  {
    background:#C26820;
}
.btn-primary:active {
    background: #C26820;
}
/* Tert   */
.btn-tertiary{
    background: #2951A1;
}
.btn-tertiary:hover {
    background: #97ACD7;
}
.btn-tertiary:focus  {
    background: #2951A1;
}
.btn-tertiary:active {
    background: #2951A1;
}
/* Info   */
.btn-info{
    background: #A1979F;
}
.btn-info:hover {
    background: #BAB2BF;
}
.btn-info:focus  {
    background: #A1979F;
}
.btn-info:active {
    background: #A1979F;
}
/* Success   */
.btn-success{
    background: #ABCD4F;
}
.btn-success:hover {
    background: #D7E4B4;
}
.btn-success:focus  {
    background: #ABCD4F;
}
.btn-success:active {
    background: #ABCD4F;
}
/* Warning   */
.btn-warning{
    background: #8082D0;
}
.btn-warning:hover {
    background: #1DBCD9;
}
.btn-warning:focus  {
    background: #8082D0;
}
.btn-warning:active {
    background: #8082D0;
}
/* Danger   */
.btn-danger{
    background: #F54900;
}
.btn-danger:hover {
    background: #FD814B;
}
.btn-danger:focus  {
    background: #F54900;
}
.btn-danger:active {
    background: #F54900;
}

/* Return   */
.btn-return{
    background: #AEBDD4;
}
.btn-return:hover {
    background: #D5DEEB;
}
.btn-return:focus  {
    background: #AEBDD4;
}
.btn-return:active {
    background: #AEBDD4;
}


/* Circles   */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/* -------------------------------------------------------- */
/* End Buttons                                              */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Testimonials                                             */
/* Testimonials                                             */
/* -------------------------------------------------------- */

.testimonial-author p {
    font-family: 'Open Sans', Lato, sans-serif, Arial, Tahoma;
    color: #767676;
    font-size: 12px;
    text-align: right;
    line-height: 150%;
}

.testimonial blockquote p {
    font-family: 'Georgia', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}

@media (min-width: 800px) {
.testimonial blockquote p {
    font-family: 'Georgia', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-style: italic;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}
}


.r-testimonial1 {
    color: #329485;
}
.r-testimonial2 {
    color: #8E68C2;
}
.r-testimonial3 {
    color: #D59203;
}
.r-testimonial4 {
    color: #607AAE;
}
.r-testimonial5 {
    color: #A66298;
}

/* -------------------------------------------------------- */
/* End Testimonials                                         */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Panels & Pricing                                         */
/* Panels & Pricing                                         */                               
/* -------------------------------------------------------- */

panel-group {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
	}
	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #ffffff;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #000000;
		background-color: #f6f7f0;
		border-color: #ffffff;
	}

	.panel-title {
		font-size: 16px;
	}

	.panel-title > a {
		display: block;
		padding: 16px;
        text-decoration: none;
		color: #ffffff;
        font-size: 20px;
        font-weight: 400;
	}

	.more-less {
		float: right;
		color: #f6f7f0;
        font-size: 14px;
        font-weight: 200;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #ffffff;
	}

.panel-body {background-color:#f6f7f0 !important;
}


.shape{    
    border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#000; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.4s ease-in-out; 
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
    }
.shape {
	border-color: rgba(0,0,0,0) #F54900 rgba(0,0,0,0) rgba(0,0,0,0);
}
.offer-radius{
	border-radius:7px;
}

.offer-primary { border-color: #B68CB0; }
.offer-primary .shape{
	border-color: transparent #B68CB0 transparent transparent;
}

.offer-tertiary {	border-color: #75A1D0; }
.offer-tertiary .shape{
	border-color: transparent #75A1D0 transparent transparent;
}

.offer-info { border-color: #A1979F; }
.offer-info .shape{
	border-color: transparent #A1979F transparent transparent;
}

.offer-success { border-color: #ABCD4F; }
.offer-success .shape{
	border-color: transparent #ABCD4F transparent transparent;
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}
@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
  }

  
  
    
.content {
    padding: 30px 0;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #ffffff;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #ffffff;
}

.pricing:hover h4 {
  color: #ffffff;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #ffffff;
  padding: 12px 0;
  font-size: 18px;
  background: #000000;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #ffffff;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #575B5B;
  font-size: 16px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #ffffff;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #ffffff;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}


  
/* -------------------------------------------------------- */
/* End Pricing                                               */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Carousel Start                                           */
/* Carousel Start                                           */
/* Carousel Start                                           */
/* Carousel Start                                           */
/* -------------------------------------------------------- */


.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
***** Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}




/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}



/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    padding: 0;
    color: #E9E9E9;
    font-size: 80px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    color: #CFC9C9;
    font-size: 40px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 170px;
    padding-left: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/* -------------------------------------------------------- */
/* Carousel End                                             */
/* Carousel End                                             */
/* Carousel End                                             */
/* Carousel End                                             */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Google Maps                                              */
/* Google Maps                                              */
/* -------------------------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* -------------------------------------------------------- */
/* End Google Maps                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Transforms & Scale ins                                   */
/* Transforms & Scale ins                                   */
/* -------------------------------------------------------- */

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
  }
@-webkit-keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* -------------------------------------------------------- */
/* End  Transforms & Scale ins                              */        
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* MQueries - specifics are                                 */
/*                                                          */
/* -------------------------------------------------------- */


/*
@media only screen and (max-width: 600px) and (min-width: 400px)  
screens that are 600-400px
*/

/* 
@media only screen and (min-width: 600px)
greater than or equal to 600px
*/

/* 
@media only screen and (max-width: 600px)
 is less than or equal to 600px,
*/


/* -------------------------------------------------------- */
/* end mq                                                   */
/* -------------------------------------------------------- */
