

a
{
    color: #fe7e00;
    font-size: 1em;
    text-decoration: none;
    font-family: "museo sans",sans-serif;
    line-height: 2;
}

a:hover
{
    color: #3498DB;
    text-decoration: none;
}

em
{
    color: inherit;
}

body, input, textarea
{
    font-family: "Museo sans";
}

body
{
    font-family: "Museo sans" !important;
}

p
{
    font-family: "museo sans",sans-serif;
}

.h1,h2,h3,h4,h5,h6
{
    font-family: "museo sans", "museo sans",sans-serif;
    font-weight: 700;
}

.underlined-title h2
{
    font-size: 46px;
    text-transform: none;
    font-weight: 700;
    color: #95a5a6;
}

.quote
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

h1,h4
{
    font-size: 55px;
}

.bottom-links
{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #0070a4;
    margin-left: 20px;
    margin-right: 20px;
}

.copyright-bar-2
{
    height: 120px;
    background-color: #233447;
    position: relative;
    bottom: 0;
    padding-top: 0px;
}

/* -----------------------------------------------------------------

                Colors

-------------------------------------------------------------------*/

.primary1
{
    color: #fe7e00;
    font-size: 25px;
}

.primary2
{
    color: #3498db;
}

.secondary3
{
    color: #75fe84;
    background-color: 75fe84;
    border: solid 1px  #75fe84;
}

.background3
{
    background: #75fe84;
}

.white
{
    color: #f2f2f2;
}

.black
{
    color: #333333;
}

.back-blue
{
    background: #4a14cb;
    padding: 5px;
}

.back-dark-blue
{
    background: #3a09b1;
    padding: 5px;
}

.back-black
{
    background: #000;
}

.white-border
{
    border: solid 5px #f2f2f2;
}

.blue
{
    color: #4a14cb;
}

.blue
{
    color: #3498DB;
}

.paper-background
{
    background-image: url('../img/paper-11.jpg');
}

/* -----------------------------------------------------------------

                Borders

-------------------------------------------------------------------*/

.left-border
{
    border-left: solid 2px #fe7e00;
}

.right-border
{
    border-right: solid 1px #fe7e00;
}

.left-side-border
{
    border-left: solid;
    border-color: #fe7e00;
    padding-left: 15px;
}

.right-side-border
{
    border-right: solid;
    border-color: #fe7e00;
    padding-right: 15px;
}

.bottom-border
{
    border-bottom: solid 1px lightblue;
    border-top: solid 1px lightblue;
}

/* -----------------------------------------------------------------

                Text Effects

-------------------------------------------------------------------*/

.large
{
    font-size: 115%;
    line-height: 1.8;
}

.text-muted
{
    color: #777;
}

.thin-font
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    font-weight: 300;
    color: #2c3e50;
}

.small-line-height
{
    line-height: 36px;
}

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

.font-30
{
    font-size: 30px;
}

.font-size38
{
    font-size: 38px;
}

.font-50
{
    font-size: 45px;
    margin-top: 0px;
}

.font-60
{
    font-size: 60px;
}

.title
{
    padding-top: 95px;
    padding-bottom: 95px;
}

.sub-title
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.underlined-title hr
{
    width: 15%;
    border-width: 2px;
    border-color: #fe7e00;
    color: grey;
}

.underlined-title2 hr
{
    width: 10%;
    border-width: 2px;
    border-color: #75fe84;
    color: grey;
}

.underlined-title3 hr
{
    width: 10%;
    border-width: 2px;
    border-color: #0cb4e7;
    color: grey;
}

.headline
{
    font-size: 25px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px;
    box-shadow: 2px 2px 3px #000;
    margin-left: px;
    margin-top: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.link-embedded
{
    line-height: 1;
    font-size: 20;
}

.underline
{
    text-decoration: underline;
}

.brand-img
{
    margin-top: 5px;
}

.brand-img-footer
{
    max-width: 150px;
}

/* -----------------------------------------------------------------

                Margins and Padding

-------------------------------------------------------------------*/

.bottom-margin-20
{
    margin-bottom: 40px;
}

.top-margin-40
{
    margin-top: 60px;
}

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

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

.button-topmargin
{
    margin-top: 40px;
}

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

.fat-margin
{
    margin-top: 100px;
    margin-bottom: 100px;
}

.padding-center
{
    padding-left: 30rem;
}

.padding-left-side15
{
    margin-left: 15px;
}

.max-80
{
    max-width: 70%;
}

.max-400
{
    max-width: 400px;
}

.margin-side20
{
    margin-left: 20px;
    margin-right: 20px;
}

.margin-side10
{
    margin-left: 10px;
    margin-right: 10px;
}

.margin-side-left1
{
    margin-left: 1px;
}

/* -----------------------------------------------------------------

                      Top Navigation 

-------------------------------------------------------------------*/

#header-1
{
    width: 100%;
    background: none;
    height: 70px;
}

#header-1 .main-nav
{
    background-color: #193441;
    border: 0;
    height: 70px;
}

#header-1 .main-nav .nav .dropdown-menu
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #ebe9ea;
}

@media (min-width:768px)
{
    #header-1
    {
        width: 100%;
        background: none;
        height: 34px;
    }
}

.border-nav
{
    border: solid 1px;
    border-color: #3498db;
    border-radius: 6px;
}

.nav>li>a
{
    position: relative;
    display: block;
    padding: 16px 15px 12px;
}

#header-1 .main-nav .nav .dropdown-menu a
{
    padding: 8px 20px;
    color: #fe7e00;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header-1 .main-nav .nav .dropdown-menu a:hover
{
    background: none;
    color: #0070a4;
}

ul li,
ol li
{
    font-size: 1.2em;
    color: inherit;
    margin-bottom: 5px;
}

#header-1 .main-nav .navbar-nav > li a
{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #fe7e00;
    margin-left: 20px;
    margin-right: 20px;
}

/* -----------------------------------------------------------------

               Responsive Header Content

-------------------------------------------------------------------*/

#header-3 .hero
{
    height: 90vh;
    background-image: url('../images/Asym-Header-wordspacing.jpg');
}

p
{
    font-size: 20px;
}

@media (min-width:1600px)
{
    h1
    {
        font-size: 92px;
    }
    h2.section-heading
    {
        font-size: 78px;
        margin-top: 15;
        margin-bottom: 15px;
    }
    h3
    {
        font-size: 32px;
    }
    h4
    {
        font-size: 70px;
    }
    p
    {
        font-size: 20px;
    }
    .cloud-back
    {
        background-image: url('../images/Asym-cloud-back-large.jpg');
    }
    .footer-back
    {
        background-image: url('../images/Asym-footer-typewriter-large.jpg');
    }
    section
    {
        padding: 70px 0;
    }
}

@media (max-width:1600px)
{
    h1
    {
        font-size: 82px;
    }
    h2.section-heading
    {
        font-size: 60px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h3
    {
        font-size: 32px;
    }
    h4
    {
        font-size: 55px;
    }
    p
    {
        font-size: 20px;
    }
    .cloud-back
    {
        background-image: url('../images/Asym-cloud-back-large.jpg');
    }
    .footer-back
    {
        background-image: url('../images/Asym-footer-typewriter-large.jpg');
    }
    section
    {
        padding: 60px 0;
    }
}

@media (max-width:1280px)
{
    h1
    {
        font-size: 70px;
    }
    h2.section-heading
    {
        font-size: 46px;
    }
    h3
    {
        font-size: 30px;
    }
    h4
    {
        font-size: 46px;
    }
    p
    {
        font-size: 20px;
    }
    .footer-back
    {
        background-image: url('../images/Asym-footer-typewriter-medium.jpg');
    }
    section
    {
        padding: 60px 0;
    }
}

@media (max-width:1025px)
{
    h1
    {
        font-size: 62px;
    }
    h2.section-heading
    {
        font-size: 38px;
    }
    h3
    {
        font-size: 26px;
    }
    h4
    {
        font-size: 40px;
    }
    p
    {
        font-size: 20px;
    }
    .cloud-back
    {
        background-image: url('../images/Asym-cloud-back.jpg');
    }
    .footer-back
    {
        background-image: url('../images/Asym-footer-typewriter-small.jpg');
    }
    section
    {
        padding: 50px 0;
    }
}

@media (max-width:768px)
{
    h1
    {
        font-size: 56px;
    }
    h2.section-heading
    {
        font-size: 32px;
    }
    h3
    {
        font-size: 30px;
    }
    h4
    {
        font-size: 28px;
    }
    p
    {
        font-size: 20px;
    }
    #header-3 .hero
    {
        height: 15vh;
    }
    .footer-back
    {
        background-image: url('../images/Asym-footer-typewriter-x-small.jpg');
    }
    section
    {
        padding: 40px 0;
    }
}

@media (max-width: 480px)
{
    h1
    {
        font-size: 46px;
    }
    h2
    {
        font-size: 28px;
    }
    h2.section-heading
    {
        font-size: 28px;
    }
    h3
    {
        font-size: 20px;
    }
    h4
    {
        font-size: 22px;
    }
    p
    {
        font-size: 14px;
        line-height: 1.75;
    }
    #header-3 .hero
    {
        height: 15vh;
    }
    .lead
    {
        font-size: 20px;
    }
    section
    {
        padding: 30px 0;
    }
}

.header-background
{
    background-image: url('../images/Asym-Wordspacing-Large.jpg');
    background-size: 100%;
}

.header-background-inside
{
    padding-top: 66.6%;
}

section h3.section-subheading
{
    font-size: 16px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

.section-heading
{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 40px;
}

/* -----------------------------------------------------------------
       iOS fix for header
-------------------------------------------------------------------*/

/** 
 * iPad pro with portrait orientation.
 */

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait)
{
    #header-3 .hero
    {
        height: 1366px;
    }
}

/** 
 * iPad pro with landscape orientation.
 */

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 1024px;
    }
}

/** 
 * iPad with portrait orientation.
 */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait)
{
    #header-3 .hero
    {
        height: 500px;
    }
}

/** 
 * iPad with landscape orientation.
 */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 475px;
    }
}

/** 
 * iPhone 6+ with portrait orientation.
 */

@media all and (device-width: 414px) and (device-height: 736px) and (orientation:portrait)
{
    #header-3 .hero
    {
        height: 368px;
    }
}

/** 
 * iPhone 6+ with landscape orientation.
 */

@media all and (device-width: 414px) and (device-height: 736px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 207px;
    }
}

/** 
 * iPhone 6 with portrait orientation.
 */

@media all and (device-width: 375px) and (device-height: 667px) and (orientation:portrait)
{
    #header-3 .hero
    {
        height: 333px;
    }
}

/** 
 * iPhone 6 with landscape orientation.
 */

@media all and (device-width: 375px) and (device-height: 667px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 187px;
    }
}

/** 
 * iPhone 5 with portrait orientation.
 */

@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait)
{
    #header-3 .hero
    {
        height: 284px;
    }
}

/** 
 * iPhone 5 with landscape orientation.
 */

@media all and (device-width: 320px) and (device-height: 568px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 160px;
    }
}

/** 
 * iPhone 4 with portrait orientation.
 */

@media all and (device-width: 320px) and (device-height: 480px) and (orientation: portrait)
{
    #header-3 .hero
    {
        height: 40px;
    }
}

/** 
 * iPhone 4 with landscape orientation.
 */

@media all and (device-width: 320px) and (device-height: 480px) and (orientation:landscape)
{
    #header-3 .hero
    {
        height: 50px;
    }
}

/************************************************

               Blog header styles

*************************************************/

.blog-hero
{
    height: 60vh;
    background-image: url('../images/Asym-Header-wordspacing.jpg');
}

.single-hero
{
    height: 30vh;
    background-image: url('../images/Asym-Header-wordspacing.jpg');
}

.blog-hero h1
{
    margin-top: 50px;
    font-weight: 600;
    color: #31152B;
}

.blog-hero .lead
{
    font-weight: 600;
    color: #3498DB;
}

.single-hero h1
{
    margin-top: 50px;
    font-weight: 600;
    color: #31152B;
}

.single-hero .lead
{
    font-weight: 600;
    color: #3498DB;
}

/* -----------------------------------------------------------------

       Stats section content

-------------------------------------------------------------------*/

.content-2-7 .counter, .content-2-7 .counter-text
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}

/* -----------------------------------------------------------------

        Accordion Styles here 

-------------------------------------------------------------------*/

.panel-group + .panel-group
{
    margin-top: 0px;
}

.panel-group .panel
{
    padding: 1px 2px 1px;
    display: inline;
    background: #ecf0f1;
}

.panel-group .panel + .panel
{
    margin-top: 1px;
}

.panel-title
{
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

.panel-title > a.collapsed
{
    background: lightgrey;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span
{
    color: black;
}

.panel-title > a
{
    display: inline;
    padding: 10px 25px 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid lightgrey;
    border-radius: 13px;
}

.panel-title > a,
.panel-title > a:hover
{
    color: #000000;
    background: lightgrey;
}

/* -----------------------------------------------------------------

       Random Stuff 

-------------------------------------------------------------------*/

.big-button-text
{
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    padding: 10px 15px;
}

.box-right
{
    width: 130px;
    height: 650px;
    float: right;
    display: inline;
    background-color: #e5731f;
    z-index: 1000;
}

/**********************************************************

        blurry text animation 

***********************************************************/

.blurry-text
{
    color: transparent;
    -webkit-animation: blurry 1.8s 2;
    -moz-animation: blurry 1.8s 2;
    -o-animation: blurry 1.8s 2;
    animation: blurry 1.8s 2;
}

@-webkit-keyframes blurry{
	0%   { text-shadow: 0px 0px 60px rgb(0,0,0); }
	50% { text-shadow: 0px 0px 20px rgb(0,0,0); }
	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@-moz-keyframes blurry{
	0%   { text-shadow: 0px 0px 60px rgb(0,0,0); }
	50% { text-shadow: 0px 0px 20px rgb(0,0,0); }
	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@-o-keyframes blurry{
	0%   { text-shadow: 0px 0px 60px rgb(0,0,0); }
	50% { text-shadow: 0px 0px 20px rgb(0,0,0); }
	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@keyframes blurry{
	0%   { text-shadow: 0px 0px 60px rgb(0,0,0); }
	50% { text-shadow: 0px 0px 20px rgb(0,0,0); }
	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

/***************************************

********** blurry text delay *****************

*****************************************/

.blurry-text-delay
{
    color: transparent;
    -webkit-animation: blurry-delay 4.5s 1;
    -moz-animation: blurry-delay 4.5s 1;
    -o-animation: blurry-delay 4.5s 1;
    animation: blurry-delay 4.5s 1;
}

@-webkit-keyframes blurry-delay{
	0%   { text-shadow: 0px 0px 15px rgb(0,0,0); }

	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@-moz-keyframes blurry-delay{
	0%   { text-shadow: 0px 0px 15px rgb(0,0,0); }

	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@-o-keyframes blurry-delay{
	0%   { text-shadow: 0px 0px 15px rgb(0,0,0); }

	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

@keyframes blurry-delay{
	0%   { text-shadow: 0px 0px 15px rgb(0,0,0); }

	100% { text-shadow: 0px 0px 0px rgb(0,0,0); }
}

/***********************************************

                Animated spacing                 

************************************************/

.space
{
    -webkit-animation: mymove1 3.8s 1;
    animation: mymove1 3.8s 1;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove1{
    50% {word-spacing: 20px;}
}

/* Standard syntax */

@keyframes mymove1{
    50% {word-spacing: 20px;}
}

.space-delay
{
    -webkit-animation: mymove 3.6s 1;
    animation: mymove 3.6s 1;
    -webkit-animation-delay: s;
    animation-delay: s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove{

    0% {word-spacing: 0px;}
    10% {word-spacing: -10px;}
    70% {word-spacing: -8px;}
}

/* Standard syntax */

@keyframes mymove{
   
    0% {word-spacing: 0px;}
    10% {word-spacing: -10px;}
    70% {word-spacing: -8px;}
}

.space-sub
{
    -webkit-animation: mymove2 3.7s 1;
    animation: mymove2 3.7s 1;
    -webkit-animation-delay: s;
    animation-delay: s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove2{
   
    0% {word-spacing: 0px;}    
    10% {word-spacing: -6px;}
    60% {word-spacing: -6px;}

}

/* Standard syntax */

@keyframes mymove2{
   
    0% {word-spacing: 0px;}
    10% {word-spacing: -6px;}
    60% {word-spacing: -6px;}

}

.space-asym-effect
{
    -webkit-animation: mymove3 3s 1;
    animation: mymove3 3s 1;
    -webkit-animation-delay: s;
    animation-delay: s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes mymove3{
   
    0% {word-spacing: 0px;}    
    5% {word-spacing: -6px;}

}

/* Standard syntax */

@keyframes mymove3{
   
    0% {word-spacing: 0px;}
    5% {word-spacing: -6px;}

}

/***********************************************

             Asym effect - Onload animation                

************************************************/

.asym-effect
{
    -webkit-animation: asym-move 3.8s 1;
    animation: asym-move 3.8s 1;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes asym-move{
    50% {word-spacing: .3em;}
}

/* Standard syntax */

@keyframes asym-move{
    50% {word-spacing: .3em;}
}

.asym-effect-smalltext
{
    -webkit-animation: asym-move1 3.8s 1;
    animation: asym-move1 3.8s 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes asym-move1{
    50% {word-spacing: .5em;}
}

/* Standard syntax */

@keyframes asym-move1{
    50% {word-spacing: .5em;}
}

/* END -Asym-effect on load animation */

/* Asym-effect on hover transition */

.asym-effect {
     word-spacing: 1px;
     transition: all .7s ease-in-out;

      -webkit-transition: all .7s ease-in-out;
      -moz-transition: all .7s ease-in-out;
      -ms-transition: all .7s ease-in-out;
      -o-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;    
        
}

.asym-effect:hover
{
    word-spacing: .3em;
}

.asym-effect-smalltext {
     word-spacing: 1px;
     transition: all .7s ease-in-out;

      -webkit-transition: all .7s ease-in-out;
      -moz-transition: all .7s ease-in-out;
      -ms-transition: all .7s ease-in-out;
      -o-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;    
        
}

.asym-effect-smalltext:hover
{
    word-spacing: .5em;
}

/* END - Asym-effect on hover transition */

.meaning-chunk
{
    padding: 0px;
    line-height: 2.3em;
    border-left: inset 0px;
    border-right: outset 0px;
    border-radius: 14px;
    border-color: #3498db;
}

.meaning-chunk:hover
{
    padding: 0px 4px;
    line-height: 2.3em;
    border-left: inset 3px;
    border-right: outset 3px;
    border-radius: 14px;
    border-color: #3498db;
}

/*            simulated spaces     */

.word-pad-left
{
    padding-left: .9%;
}

.word-pad-left-small
{
    padding-left: 1.2%;
}

/*          END  simulated spaces     */

/* latin */

@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */

@font-face{
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IO87R-l0-Xx_7cYc0ZX1ifE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face{
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IEd0sm1ffa_JvZxsF_BEwQk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face{
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face{
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url(https://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face{
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(https://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5898u2Q0OS-KeTAWjgkS85mDg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face{
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url(https://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEpo9ObOXPY1wUIXqKtDjSdsY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgHcHpeTo4zNkUa02-F9r1VE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgJHDipyzW3oxlM2ogtcJE3o.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgArQu7msDD1BXoJWeH_ykbQ.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgD_9YuvR6BbpvcNvv-P7CJ0.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgCGQb_MN5JCwpvZt9ko0I5U.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgLr6l97bd_cX8oZCLqDvOn0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgNFPPhm6yPYYGACxOp9LMJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJRgVThLs8Y7ETJzDCYFCSLE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZiMaisvaUVUsYyVzOmndek.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJbBAWGjcah5Ky0jbCgIwDB8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJf14vlcfyPYlAcQy2UfDRm4.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJafJul7RR1X4poJgi27uS4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJavyPXdneeGd26m9EmFSSWg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJUo2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ6iIh_FvlUHQwED9Yt5Kbw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJSFaMxiho_5XQnyRZzQsrZs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJQalQocB-__pDVGhF3uS2Ks.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJWhQUTDJGru-0vvUpABgH8I.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJejkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.nav-item
{
    color: #fe7e0;
}

.font-lato
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

.slide-first
{
    font-size: 1em;
}

.padding-left25
{
    padding-left: 25px;
}

.border-textbox
{
    border: solid 1px;
    border-color: #3498db;
    border-radius: 6px;
}

/***********************************************

             Slider (range) Styling                

************************************************/

input[type=range]
{
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    padding: 10px 60px;
    background: transparent;
   
}

input[type=range]:focus
{
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track
{
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #efefef, 0px 0px 2px #000000;
    background: #85c1e9;
    border-radius: 8.3px;
    border: 0.2px solid #e3ddd8;
}

input[type=range]::-webkit-slider-thumb
{
     -webkit-appearance: none; 
    margin-top: -18px;
      box-sizing: border-box;
      border: solid .25em transparent;
      padding: .25em;
      width: 5em;
      height: 3em;
      border-radius: 1.375em;
      box-shadow: inset 0 1px 1px rgba(247, 247, 247, 0.875), inset 0 -1px 1px rgba(187, 187, 187, 0.75);
      background: radial-gradient(at 2.4em calc(50% - 1.3em), #f7f8fa, rgba(0, 0, 0, 0) 0.5em), linear-gradient(#9ea1a6, #fdfdfe) content-box, linear-gradient(#ffffff, #9c9fa4) padding-box, linear-gradient(#eeeeee, #a4a7ab) border-box;
      background-size: 100% 225%, 100%, 100%, 100%, 100%;
      cursor: ew-resize;

}



input[type=range]:focus::-webkit-slider-runnable-track
{
    background: #367ebd;
}

input[type=range]::-moz-range-track
{
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #efefef, 0px 0px 2px #000000;
    background: #85c1e9;
    border-radius: 8.3px;
    border: 0.2px solid #e3ddd8;
}

input[type=range]::-moz-range-thumb
{
  box-sizing: border-box;
  border: solid .25em transparent;
  padding: .25em;
  width: 5em;
  height: 3em;
  border-radius: 1.375em;
  box-shadow: inset 0 1px 1px rgba(247, 247, 247, 0.875), inset 0 -1px 1px rgba(187, 187, 187, 0.75);
  background: radial-gradient(at 2.4em calc(50% - 1.3em), #f7f8fa, rgba(0, 0, 0, 0) 0.5em), linear-gradient(#9ea1a6, #fdfdfe) content-box, linear-gradient(#ffffff, #9c9fa4) padding-box, linear-gradient(#eeeeee, #a4a7ab) border-box;
  background-size: 100% 225%, 100%, 100%, 100%, 100%;
  cursor: ew-resize;
}    

input[type=range]::-ms-track
{
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type='range']::-ms-thumb {
  box-sizing: border-box;
  border: solid .25em transparent;
  padding: .25em;
  margin:10px 0;
  width: 5em;
  height: 3em;
  border-radius: 1.375em;
  box-shadow: inset 0 1px 1px rgba(247, 247, 247, 0.875), inset 0 -1px 1px rgba(187, 187, 187, 0.75);
  background: radial-gradient(at 2.4em calc(50% - 1.3em), #f7f8fa, rgba(0, 0, 0, 0) 0.5em), linear-gradient(#9ea1a6, #fdfdfe) content-box, linear-gradient(#ffffff, #9c9fa4) padding-box, linear-gradient(#eeeeee, #a4a7ab) border-box;
  background-size: 100% 225%, 100%, 100%, 100%, 100%;
  cursor: ew-resize;
}

input[type=range]::-ms-fill-lower
{
    background: #5aabe1;
    border: 0.2px solid #e3ddd8;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #efefef, 0px 0px 1px #000000;
}

input[type=range]::-ms-fill-upper
{
    background: #85c1e9;
    border: 0.2px solid #e3ddd8;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #efefef, 0px 0px 1px #000000;
}


input[type=range]:focus::-ms-fill-lower
{
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper
{
    background: #367ebd;
}

/***********************************************
             END - Slider (range) Styling                
************************************************/