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


/* body, links, menu links & top   */

html {
    direction: ltr;
}

body {
  padding-top: 0px;
  background-color: #ffffff;
  font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 200;
  font-size: 16px;
  line-height: 165%;
  color: #2F2D2E;
  overflow-x: hidden;
}

body a {
    outline: none !important;
}


a {
	color: #D04296;
}

/* colour of hover txt on lnks   */
a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}


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

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

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

  
/* -------------------------------------------------------- */
/* Padding                                                  */                 
/* Padding                                                  */ 
/* -------------------------------------------------------- */
 
.pad20 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;

  }

.pad30 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;

  }
  
.no-pad {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
/* -------------------------------------------------------- */
/* End Padding                                              */                 
/* End Padding                                              */  
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/*  Headers                                                 */
/*  Headers                                                 */
/* -------------------------------------------------------- */

  h1{
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #189C94;
    padding: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 150%;
  }
  
.h1-col2{
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #8C7BD6;
    padding: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 150%;
  } 
  
.h1-col3{
    font-family: 'Open Sans', Lato, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #E47A12;
    padding: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 150%;
  } 


h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: none;
  }

  
h4{
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-size: 20px;
    font-weight: 200;
    color: #3776A7;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 150%;

  }

  
h5{
    font-family: Georgia, 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    text-transform: none;
     }

  
h6 {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    line-height: 165%;
  }


/* -------------------------------------------------------- */
/*  End Headers                                             */
/* -------------------------------------------------------- */

  
/* -------------------------------------------------------- */
/* Top & Head Blocks                                        */
/* Top & Head Blocks                                        */
/* -------------------------------------------------------- */
  
.top {
    background: #B83871;
    height: 2px;
    color: #999090;
    font-family: Roboto, Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.headnav {
    position: center;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #F7F8F9
  }
  
.head-block {
    position: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    background: #ffffff;
  }
.head-block a:link { color: #E47A12;  font-weight: 200; text-decoration: none; }
.head-block a:visited { color: #E47A12; font-weight: 200; text-decoration: none; }
.head-block a:hover { color: #A8C74B; font-weight: 200; text-decoration: none; }
.head-block a:active { color: #E47A12; font-weight: 200; text-decoration: none; }

/* -------------------------------------------------------- */
/* End Top & Head Blocks                                    */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Titles                                                   */
/* Titles                                                   */
/* -------------------------------------------------------- */

.column-title {
	font-size: 24px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #0F91C7;
    text-decoration: none;
    line-height: 160%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
  }

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

.column-title2 {
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: #B83871;
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #DAACC2;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
  }

.column-title3 {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-weight: 200;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
  }

    
.column-subtitle {
	font-size: 18px;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #B83871;
    line-height: 165%;
  }
  
.page-title {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 165%;
    font-size: 28px;
    font-weight: 200;
    color: #B83871;
    line-height: 165%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #B83871;
    margin-bottom: 15px;
    position: relative;
  }
    
.page-title2 {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 165%;
    font-size: 24px;
    font-weight: 200;
    color: #25917B;
    line-height: 165%;
  }
  
.page-title3 {
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-size: 24px;
    font-weight: 200;
    color: #B83871;
    line-height: 165%;
        margin-top: 0;
        padding-top: 0px;
  } 

.subtitle1 {
	font-size: 18px;
    font-weight: 400;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #B3256B;
    line-height: 165%;
  }
.steps-subtitle {
	font-size: 18px;
    font-weight: 200;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #B83871;
    line-height: 165%;
  } 
.thumbs-txt {
	font-size: 16px;
    font-weight: 200;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #B83871;
    line-height: 165%;
  } 
.pricing-title1 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    color: #B68CB0;
    line-height: 150%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    position: relative;
  }

.pricing-title1:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    border-bottom: 1px solid #B68CB0;
  }
  

.pricing-title2 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    color: #75A1D0;
    line-height: 150%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    position: relative;
  }

.pricing-title2:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    border-bottom: 1px solid #75A1D0;
  }
  
.pricing-title3 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    color: #A1979F;
    line-height: 150%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    position: relative;
  }

.pricing-title3:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    border-bottom: 1px solid #A1979F;
  }
  
.pricing-title4 {
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    color: #ABCD4F;
    line-height: 150%;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    position: relative;
  }

.pricing-title4:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    border-bottom: 1px solid #ABCD4F;
  }

.blogtitle{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #11A5A3;
    line-height: 170%;
    text-decoration: none;
  }

.sect-title1 {
    color: #8371D1;;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 165%;
    font-size: 28px;
    font-weight: 200;
 } 
    
.sect-title2 {
    color: #645E68;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    line-height: 165%;
    font-size: 28px;
    font-weight: 200;
   }

/* -------------------------------------------------------- */
/* End Titles                                               */
/* -------------------------------------------------------- */

                
/* -------------------------------------------------------- */
/* Texts                                                    */
/* Texts                                                    */
/* -------------------------------------------------------- */
    
p {
    color: #666064;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
    line-height: 160%;
    font-size: 16px;
    margin: 0 0 20px;
}

.col-just {
    text-align: justify;
  }

.col-right {
    text-align: right;
  }
  
.col-just {
	text-align: justify;
    }
 
 .bull-txt {
	font-size: 18px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #0099E6;
    text-decoration: none;
    line-height: 160%;
    font-weight: normal;
    margin:0; padding:0;
    }
       
.txtpara {
	font-size: 26px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #2BAAB1;
    text-decoration: none;
    line-height: 150%;
    font-weight: normal;
    margin:0; padding:0;
    }
    
.statement {
	font-size: 22px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #0786C7;
    text-decoration: none;
    line-height: 160%;
    font-weight: 400;
}
.statement2 {
	font-size: 16px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #0A85C4;
    text-decoration: none;
    line-height: 160%;
    font-weight: 400;
}
a.statement2:link {color: #0A85C4; !important; text-decoration: none;}
a.statement2:visited {color: #0A85C4; !important; text-decoration: none;}
a.statement2:hover {color: #D04296; !important; text-decoration: none;} 
a.statement2:active {color: #0A85C4; !important; text-decoration: none;}


.statement1 {
	font-size: 32px;
    font-family: "Open Sans", "MS Sans Serif", "Trebuchet MS", sans-serif;
	color: #000000;
    text-decoration: none;
    line-height: 150%;
    font-weight: 200;
    margin-top: 0;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}


.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;
    }
      
  
.boost-txt { font-family: 'Open Sans', Lato, 'Sans Serif';
  font-weight: 200;
  font-size: 14px;
  line-height: 165%;
  color: #2F2D2E;
  text-align: justify;
  }

.inline-bold{
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
    line-height: 160%;
    font-size: 16px;
	color: #C12B83;
    text-decoration: none;
    font-weight: 200;
    } 
a.inline-bold:link {color: #C12B83; border-bottom: 1px dotted; text-decoration: none;}
a.inline-bold:visited {color: #C12B83; border-bottom: 1px dotted; text-decoration: none;}
a.inline-bold:hover {color: #111111; border-bottom: 1px dotted; text-decoration: none;}
a.inline-bold:active {color: #C12B83; border-bottom: 1px dotted; text-decoration: none;}

          
.high_1 {
	font-size: 16px;
    font-family: 'Open Sans', 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
	color: #2376C3;
    text-decoration: none;
    line-height: 165%;
    font-weight: 200;
    border-bottom: 1px dotted;
    } 
a.high_1:link {color: #2FA582; text-decoration: none;}
a.high_1:visited {color: #2FA582; text-decoration: none;}
a.high_1:hover {color: #7AD2B8; text-decoration: none;} 
a.high_1:active {color: #2FA582; text-decoration: none;}

.high_2 {
	font-size: 16px;
    font-family: "Trebuchet MS", "MS Sans Serif", sans-serif;
	color: #B83871;
    text-decoration: none;
    line-height: 165%;
    font-weight: 400;
    } 
  
a.high_16:link {font-size: 16px; color: #B68CB0 !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_16:visited {font-size: 16px; color: #B68CB0 !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_16:hover {font-size: 16px; color: #7AD2B8 !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_16:active {font-size: 16px; color: #B68CB0 !important; text-decoration: none; border-bottom: 1px dotted;}

a.high_17:link {font-size: 16px; color: #75A1D0 !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_17:visited {font-size: 16px; color: #75A1D0 !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_17:hover {font-size: 16px; color: #B68CB0; !important; text-decoration: none; border-bottom: 1px dotted;}
a.high_17:active {font-size: 16px; color: #75A1D0 !important; text-decoration: none; border-bottom: 1px dotted;}

  
   
.blogast{
    font-weight: 200;
    font-size: 16px;
    color: #39BDBB;
    line-height: 170%;
  }

.bloglinks a:link { color: #46AAA9 !important;	font-size: 14px !important; font-weight: 200; text-decoration: none; }
.bloglinks a:visited { color: #46AAA9 !important;	font-size: 14px !important; font-weight: 200; text-decoration: none; }
.bloglinks a:hover { color: #A987B7 !important;	font-size: 14px !important; font-weight: 200; text-decoration: none; }
.bloglinks a:active { color: #46AAA9 !important;	font-size: 14px !important; font-weight: 200; text-decoration: none; }


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

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


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

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


/* Prim   */
.txt-primary {
    color: #1AC2E0;
}
/* Tert   */
.txt-tertiary{
    color: #28C8A8;
}

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


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

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

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


.pricing1{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #B68CB0;
    line-height: 150%;
    text-decoration: none;
  }
.pricing2{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #75A1D0;
    line-height: 150%;
    text-decoration: none;
  }
.pricing3{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #A1979F;
    line-height: 150%;
    text-decoration: none;
  }
.pricing4{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ABCD4F;
    line-height: 150%;
    text-decoration: none;
  } 
   
/* -------------------------------------------------------- */
/* End Texts                                                */
/* -------------------------------------------------------- */



/* -------------------------------------------------------- */
/* Word Rotate                                              */
/* Word Rotate                                              */
/* -------------------------------------------------------- */

.word-rotator-title  {
    color: #111111;
    margin-bottom: 10;
    }
    
.word-rotate-items  {
    color: #0099E6;
    }
h2.word-rotator-title
.word-rotate {
line-height: 41px;
}

h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 41px;
    margin: 0 0 32px 0;
    margin-bottom: 32px;
}
/* -------------------------------------------------------- */
/* End Word Rotate                                          */
/* -------------------------------------------------------- */


   
/* -------------------------------------------------------- */
/* Lists                                                    */
/* Lists                                                    */
/* -------------------------------------------------------- */

li.nopad {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: -2px;
    padding-right: -2px;
  }
.spaced {
    line-height: 32px;
      }
/* -------------------------------------------------------- */
/* End Lists                                                */
/* -------------------------------------------------------- */



/* -------------------------------------------------------- */
/* Call to Actions                                          */
/* Call to Actions                                          */
/* -------------------------------------------------------- */

.call-to-action {
    background: #B83871;
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

.impact {
    font-family: Georgia, 'Open Sans', Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 170%;
    text-align: center;
    text-transform: none;
           }
.impact a:link { color: #FFFFFF;  font-weight: 400; text-decoration: none; }
.impact a:visited { color: #FFFFFF; font-weight: 400; text-decoration: none; }
.impact a:hover { color: #111111; font-weight: 400; text-decoration: none; }
.impact a:active { color: #FFFFFF; font-weight: 400; text-decoration: none; } 

   
/* -------------------------------------------------------- */
/* End Call to Actions                                      */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* Images                                                   */
/* Images                                                   */
/* -------------------------------------------------------- */
.faq-im {
    padding-top: 12px;
  }
/* -------------------------------------------------------- */
/* End Images                                               */
/* -------------------------------------------------------- */



/* -------------------------------------------------------- */
/* Thumbs                                                   */
/* Thumbs                                                   */
/* -------------------------------------------------------- */
.thumbjust1 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #1AC2E0;
    font-size: 14px;
    line-height: 165%;
    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: #28C8A8;
    font-size: 14px;
    line-height: 165%;
    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: #989AFC;
    font-size: 14px;
    line-height: 165%;
    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: #E23E97;
    font-size: 14px;
    line-height: 165%;
    text-align: justify;
  }
.thumbpad {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

.img-thumbnail {
    border-color: #CEBADE;
    box-shadow-color: #CEBADE;
}

/* -------------------------------------------------------- */
/* End Thumbs                                               */
/* -------------------------------------------------------- */



/* -------------------------------------------------------- */
/* Seps & HRs                                               */
/* Seps & HRs                                               */
/* -------------------------------------------------------- */

hr.col1 {
    border-top: 1px solid #1A6D94;
    border-bottom: 1px solid #fff;
  }

hr.col2 {
    border-top: 1px dashed #C3C6FD;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
      }

hr.col3 {
    border-top: 1px solid #DC62BE;
    border-bottom: 1px solid #fff;
  }
  
hr.col4 {
    border-top: 1px solid #D85C96;
    border-bottom: 0px
  }  
  
hr.col5 {
    border-top: 1px dashed #A1F3CA;
    border-bottom: 0px
  }
  
.bar {
    background: #B83871;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
  }
   
/* -------------------------------------------------------- */
/* end Seps & HRs                                            */
/* -------------------------------------------------------- */



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

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

ul.nostyle i {
  color: #B83871;
}

ul.nostyle2 {
  list-style: none;
  padding-top: 15px;
  padding-left: 0px;
  margin-bottom: 20px;
}

a.list-group-item {
    color: #3C3C3C;
    font-size: 14px;
}

a:hover.list-group-item {
    color: #3C3C3C;
    font-size: 14px;
}

.list-group-item-col1 {
    color: #3c763d;
    background-color: #ffffff;
}

a:hover.list-group-item-col1 {
    background: #F5F5F5;
}

.bluehigh {
    font-family: 'Trebuchet MS', 'MS Sans Serif', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 160%;
    color: #218EDB;
}


.glyphicon.glyphicon-asterisk {
    font-size: 24px;
    color: #D042A2;
}
.glyphicon.glyphicon-thumbs-down {
    font-size: 22px;
    color: #3A9AE3;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.glyph-sp {
    padding-top: 10px;
  }
  
/* -------------------------------------------------------- */
/* end Bulls & Lists & Icons                                */
/* -------------------------------------------------------- */


.slideinblocks {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
/* -------------------------------------------------------- */
/* Buttons                                                  */
/* Buttons                                                  */
/* -------------------------------------------------------- */
.btn {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0 none;
    text-decoration: none;
    font-family:'Open Sans', Lato, sans-serif;
    font-weight: 400;
    color: #FFFFFF !important;
    letter-spacing: 0px;
}

.btn-group > .btn:first-child {
    margin-left: 4px;
    margin-right: 0px;
}


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

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

    
.btn-col1 {
    background: #FAB206;
}

.btn-col1:hover {
    background: #FBD67D;
}
.btn-col1:focus  {
    background: #FAB206;
}
.btn-col1:active {
    background: #FAB206;
}
.btn-col1:visited {
    background: #FAB206;
}

/* col 2   */
.btn-col2 {
    background: #D4526B;
}
.btn-col2:hover {
    background: #E58D9E;
}
.btn-col2:focus  {
    background: #D4526B;
}
.btn-col2:active {
    background: #D4526B;
}
.btn-col2:visited {
    background: #D4526B;
}

/* col 3   */
.btn-col3{
    background: #989AFC;
}
.btn-col3:hover {
    background: #CDCEFD
}
.btn-col3:focus  {
    background: #989AFC;
}
.btn-col3:active {
    background: #989AFC;
}
.btn-col3:visited {
    background: #989AFC;
}

/* col 4   */
.btn-col4{
    background: #28C8A8;
}
.btn-col4:hover {
    background: #67E5CC;
}
.btn-col4:focus  {
    background: #28C8A8;
}
.btn-col4:active {
    background: #28C8A8;
}
.btn-col4:visited {
    background: #28C8A8;
}

/* col 5  */
.btn-col5{
    background: #E23E97;
}
.btn-col5:hover {
    background: #F17DBC;
}
.btn-col5:focus  {
    background: #E23E97;
}
.btn-col5:active {
    background: #E23E97;
}
.btn-col5:visited {
    background: #E23E97;
}

/* col 6   */
.btn-col6{
    background: #1AC2E0;
}
.btn-col6:hover {
    background: #85E0ED;
}
.btn-col6:focus  {
    background: #1AC2E0;
}
.btn-col6:active {
    background: #1AC2E0;
}
.btn-col6:visited {
    background: #1AC2E0;
}

    
/* col 7   */
.btn-col7{
    background: #F54900;
}
.btn-col7:hover {
    background: #EE9872;
}
.btn-col7:focus  {
    background: #F54900;
}
.btn-col7:active {
    background: #F54900;
}
.btn-col7:visited {
    background: #F54900;
}

/* col 8   */
.btn-col8{
    background: #A8C74B;
}
.btn-col8:hover {
    background: #CCE18D;
}
.btn-col8:focus  {
    background: #A8C74B;
}
.btn-col8:active {
    background: #A8C74B;
}
.btn-col8:visited {
    background: #A8C74B;
}


/* page buttons   */
/* page buttons   */

/* Match   */
.btn-match {
    background: #B83871;
}
.btn-match:hover {
    background: #D779A5;
}
.btn-match:focus  {
    background: #B83871;
}
.btn-match:active {
    background: #B83871;
}
.btn-match:visited {
    background: #B83871;
}
/* Prim   */
.btn-primary {
    background: #B68CB0;
}
.btn-primary:hover {
    background: #D4ACCE;
}
.btn-primary:focus  {
    background: #B68CB0;
}
.btn-primary:active {
    background: #B68CB0;
}
/* Tert   */
.btn-tertiary{
    background: #75A1D0;
}
.btn-tertiary:hover {
    background: #BBD4ED;
}
.btn-tertiary:focus  {
    background: #75A1D0;
}
.btn-tertiary:active {
    background: #75A1D0;
}
/* 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: #DB4B8F;
}
.btn-warning:hover {
    background: #EB9BC1;
}
.btn-warning:focus  {
    background: #DB4B8F;
}
.btn-warning:active {
    background: #DB4B8F;
}
/* 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;
  margin-right: 10px;
}
.btn-circle.btn-md {
  width: 30px;
  height: 30px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.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                                              */
/* -------------------------------------------------------- */



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

.carousel-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }
/* -------------------------------------------------------- */
/* End Carousel                                             */
/* -------------------------------------------------------- */



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

.testimonial-author {
    font-family: 'Open Sans', Lato, sans-serif, Arial, Tahoma;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    text-align: right;
    line-height: 120%;
    padding-top: 0px;
    margin-top: 0px;
}

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


.r-testimonial1 {
    color: #D042A2;
}
.r-testimonial2 {
    color: #111111;
}
.r-testimonial3 {
    color: #379D89;
}
.r-testimonial4 {
    color: #91698F;
}
.r-testimonial5 {
    color: #30909E;
}

.r-testimonial6 {
    color: #879B4B;
}

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




/* -------------------------------------------------------- */
/* Footers                                                  */
/* -------------------------------------------------------- */
  
.lowphrase{
    font-family: 'Open Sans', Lato, sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #828082;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
.lowphrase a:link { color: #B83871;  font-weight: 400; text-decoration: none;}
.lowphrase a:visited { color: #B83871; font-weight: 400; text-decoration: none;}
.lowphrase a:hover { color: #111111; font-weight: 400; text-decoration: none;}
.lowphrase a:active { color: #B83871; font-weight: 400; text-decoration: none;}

.foot { 
    background: #B83871;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
 }

.foot-lnk {
    font-family: 'Trebuchet MS', 'Open Sans', Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 190%;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
    }
.foot-lnk a:link { color: #FFFFFF;  font-weight: 400; text-decoration: none; border-bottom: 1px dotted;}
.foot-lnk a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; border-bottom: 1px dotted;}
.foot-lnk a:hover { color: #EAE4E9; font-weight: normal; text-decoration: none; border-bottom: 1px dotted;}
.foot-lnk a:active { color: #FFFFFF; font-weight: normal; text-decoration: none; border-bottom: 1px dotted;}


.foot-impact {
    font-family: 'Trebuchet MS', 'Open Sans', Lato, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    }
.foot-impact a:link { color: #FFFFFF;  font-weight: 400; text-decoration: none;}
.foot-impact a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none;}
.foot-impact a:hover { color: #EAE4E9; font-weight: normal; text-decoration: none;}
.foot-impact a:active { color: #FFFFFF; font-weight: normal; text-decoration: none;}
  
.foot-impact-sm {
    font-family: Georgia, 'Open Sans', Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 130%;
    text-align: center;
    padding-top: 12px;
        padding-bottom: 0px;
    }
    
.end {
    color: #C4C2C2;
    font-family: 'Open Sans', Lato, sans-serif, Arial, Tahoma;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.end-txt {
    color: #E5E3E7;
    font-family: 'Open Sans', Lato, sans-serif, Arial, Tahoma;
    font-size: 10px;
    font-weight: 200;
    line-height: 120%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
    
/* -------------------------------------------------------- */
/* End Footers                                                */
/* -------------------------------------------------------- */




/* -------------------------------------------------------- */
/* Panels                                                   */
/* Panels                                                   */                               
/* -------------------------------------------------------- */

.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:#fff; 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(255,255,255,0) #F54900 rgba(255,255,255,0) rgba(255,255,255,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%;
  }
  }

/* -------------------------------------------------------- */
/* End Panels                                               */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* 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                              */        
/* -------------------------------------------------------- */


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

#header .header-body {
    background: #FFF;
    border-top: 1px solid #DFB3CD;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    min-height: 125px;
    margin-top: 5px;
}


ul.nav-pills > li.active > a {
	background-color: #D04296;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #D04296;
}

html ul.nav-pills-primary a {
	color: #D04296;
}

html ul.nav-pills-primary a:hover {
	color: #0099e6;
}

html ul.nav-pills-primary a:focus {
	color: #0099e6;
}

html ul.nav-pills-primary a:active {
	color: #0077b3;
}

html ul.nav-pills-primary > li.active > a {
	background-color: #D04296;
}

html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
	background-color: #D04296;
}

html ul.nav-pills-secondary a {
	color: #e36159;
}

html ul.nav-pills-secondary a:hover {
	color: #e7766f;
}

html ul.nav-pills-secondary a:focus {
	color: #e7766f;
}

html ul.nav-pills-secondary a:active {
	color: #df4c43;
}

html ul.nav-pills-secondary > li.active > a {
	background-color: #e36159;
}

html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
	background-color: #e36159;
}

html ul.nav-pills-tertiary a {
	color: #2baab1;
}

html ul.nav-pills-tertiary a:hover {
	color: #30bec6;
}

html ul.nav-pills-tertiary a:focus {
	color: #30bec6;
}

html ul.nav-pills-tertiary a:active {
	color: #26969c;
}

html ul.nav-pills-tertiary > li.active > a {
	background-color: #2baab1;
}

html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
	background-color: #2baab1;
}

html ul.nav-pills-quaternary a {
	color: #383f48;
}

html ul.nav-pills-quaternary a:hover {
	color: #434c56;
}

html ul.nav-pills-quaternary a:focus {
	color: #434c56;
}

html ul.nav-pills-quaternary a:active {
	color: #2d323a;
}

html ul.nav-pills-quaternary > li.active > a {
	background-color: #383f48;
}

html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
	background-color: #383f48;
}

html ul.nav-pills-dark a {
	color: #2e353e;
}

html ul.nav-pills-dark a:hover {
	color: #39424d;
}

html ul.nav-pills-dark a:focus {
	color: #39424d;
}

html ul.nav-pills-dark a:active {
	color: #23282f;
}

html ul.nav-pills-dark > li.active > a {
	background-color: #2e353e;
}

html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
	background-color: #2e353e;
}

html ul.nav-pills-light a {
	color: #ffffff;
}

html ul.nav-pills-light a:hover {
	color: #ffffff;
}

html ul.nav-pills-light a:focus {
	color: #ffffff;
}

html ul.nav-pills-light a:active {
	color: #f2f2f2;
}

html ul.nav-pills-light > li.active > a {
	background-color: #ffffff;
}

html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
	background-color: #ffffff;
}


#header .header-btn-collapse-nav {
	background: #D04296;
    margin-right: 20px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #D04296;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #D04296;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #D04296;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
		border-top-color: #D04296;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #D04296 transparent;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #D04296;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #D04296;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
		color: #D04296;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background-color: #D04296;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a {
		color: #D04296;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a:before,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
		background: #D04296;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
		color: #D04296;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #D04296;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #D04296;
	}
}

@media (min-width: 992px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #D04296;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		background: #D04296;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #D04296;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		border-top-color: #D04296;
		background-color: #D04296;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #0099e6;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #0099e6;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #e36159;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		background: #e36159;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #e36159;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		border-top-color: #e36159;
		background-color: #e36159;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #e7766f;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #e7766f;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #2baab1;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		background: #2baab1;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #2baab1;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		border-top-color: #2baab1;
		background-color: #2baab1;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #30bec6;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #30bec6;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #383f48;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		background: #383f48;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #383f48;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		border-top-color: #383f48;
		background-color: #383f48;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #434c56;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #434c56;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		border-top-color: #2e353e;
		background-color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		border-top-color: #ffffff;
		background-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777777;
		border-bottom-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777777;
		opacity: 0.70;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a,
	#header .header-nav-main nav > ul > li > a:focus,
	#header .header-nav-main nav > ul > li > a:hover {
		color: #D04296;
	}

	#header .header-nav-main nav > ul > li.active > a,
	#header .header-nav-main nav > ul > li.active > a:focus,
	#header .header-nav-main nav > ul > li.active > a:hover {
		background-color: #D04296;
	}
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #D04296;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
		background: #D04296;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #e36159;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
		background: #e36159;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #2baab1;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
		background: #2baab1;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #383f48;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
		background: #383f48;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
		background: #ffffff;
		color: #777777;
	}
}

html #header .header-top.header-top-primary {
	background: #D04296;
	border-top-color: #0077b3;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #0099e6;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #0099e6;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #0099e6;
	border-color: #0099e6;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #00aaff !important;
}

html #header .header-top.header-top-secondary {
	background: #e36159;
	border-top-color: #df4c43;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #e7766f;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #e7766f;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #ea8b85 !important;
}

html #header .header-top.header-top-tertiary {
	background: #2baab1;
	border-top-color: #26969c;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #30bec6;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #30bec6;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #30bec6;
	border-color: #30bec6;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #3fc9d0 !important;
}

html #header .header-top.header-top-quaternary {
	background: #383f48;
	border-top-color: #2d323a;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #434c56;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #434c56;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #434c56;
	border-color: #434c56;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #4e5865 !important;
}

html #header .header-top.header-top-dark {
	background: #2e353e;
	border-top-color: #23282f;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #39424d;
	border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #444e5b !important;
}

html #header .header-top.header-top-light {
	background: #ffffff;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #D04296 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-secondary {
		background: #e36159 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #2baab1 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #383f48 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-dark {
		background: #2e353e !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-light {
		background: #ffffff !important;
		color: #777777 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #D04296;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		color: #D04296;
	}
}

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

/* -------------------------------------------------------- */
/* 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                                                   */
/* -------------------------------------------------------- */