/* Font Colors */
.blue-lagoon:focus, .blue-lagoon {color: var(--bluelagoon);}
.blue-lagoon2:focus, .blue-lagoon2 {color: var(--blueLagoon2);}
.cerulean:focus, .cerulean {color: var(--cerulean);}
.denim:focus, .denim {color: var(--denim);}
.denimx:focus, .denimx {color: var(--denimx);}
.summer-sky:focus, .summer-sky {color: var(--summerSky);}
.aqua:focus, .aqua {color: var(--aqua);}
.columbia-blue:focus, .columbia-blue {color: var(--columbiaBlue);}
.pumpkin:focus, .pumpkin {color: var(--pumpkin);}
.sunshade:focus, .sunshade {color: var(--sunshade);}
.citrus:focus, .citrus {color: var(--citrus);}
.citrusx:focus, .citrusx {color: var(--citrusx);}
.yellow-green:focus, .yellow-green {color: var(--yellowGreen);}
.charcoal:focus, .charcoal {color: var(--charcoal);}
.red:focus, .red {color: var(--red);}
.cinder:focus, .cinder {color: var(--cinder);}
.jet:focus, .jet {color: var(--jet);}
.charleston-green:focus, .charleston-green {color: var(--charlestonGreen);}
.regent-gray:focus, .regent-gray {color: var(--regentGray);}
.whisper:focus, .whisper {color: var(--whisper);}
.light-gray:focus, .light-gray {color: var(--lightGray);}
.very-light-gray:focus, .very-light-gray {color: var(--veryLightGray);}
.white-smoke:focus, .white-smoke {color: var(--whiteSmoke);}
.text-white:focus, .white:focus, .text-white, .white {color: #FFFFFF;}
.text-black:focus, .black:focus, .text-black, .black {color: #000000;}

/* Hovered colors */
.hover-blue-lagoon:hover {color: var(--bluelagoon);}
.hover-blue-lagoon2:hover {color: var(--blueLagoon2);}
.hover-cerulean:hover {color: var(--cerulean);}
.hover-denim:hover {color: var(--denim);}
.hover-denimx:hover {color: var(--denimx);}
.hover-summer-sky:hover {color: var(--summerSky);}
.hover-aqua:hover {color: var(--aqua);}
.hover-columbia-blue:hover {color: var(--columbiaBlue);}
.hover-pumpkin:hover {color: var(--pumpkin);}
.hover-sunshade:hover {color: var(--sunshade);}
.hover-citrus:hover {color: var(--citrus);}
.hover-citrusx:hover {color: var(--citrusx);}
.hover-yellow-green:hover {color: var(--yellowGreen);}
.hover-charcoal:hover {color: var(--charcoal);}
.hover-red:hover {color: var(--red);}
.hover-cinder:hover {color: var(--cinder);}
.hover-jet:hover {color: var(--jet);}
.hover-charleston-green:hover {color: var(--charlestonGreen);}
.hover-regent-gray:hover {color: var(--regentGray);}
.hover-whisper:hover {color: var(--whisper);}
.hover-light-gray:hover {color: var(--lightGray);}
.hover-very-light-gray:hover {color: var(--veryLightGray);}
.hover-white-smoke:hover {color: var(--whiteSmoke);}
.hover-white:hover {color: #FFFFFF;}

/* Backgrounds */
.bg-blue-lagoon {background: var(--bluelagoon);}
.bg-blue-lagoon2 {background: var(--blueLagoon2);}
.bg-cerulean {background: var(--cerulean);}
.bg-denim {background: #1196BA;}
.bg-denimx {background: var(--denimx);}
.bg-summer-sky {background: var(--summerSky);}
.bg-aqua {background: var(--aqua);}
.bg-columbia-blue {background: var(--columbiaBlue);}
.bg-pumpkin {background: var(--pumpkin);}
.bg-sunshade {background: var(--sunshade);}
.bg-citrus {background: var(--citrus);}
.bg-citrusx {background: var(--citrusx);}
.bg-yellow-green {background: var(--yellowGreen);}
.bg-charcoal {background: var(--charcoal);}
.bg-red {background: var(--red);}
.bg-cinder {background: var(--cinder);}
.bg-jet {background: var(--jet);}
.bg-charleston-green {background: var(--charlestonGreen);}
.bg-regent-gray {background: var(--regentGray);}
.bg-whisper {background: var(--whisper);}
.bg-light-gray {background: var(--lightGray);}
.bg-very-light-gray {background: var(--veryLightGray);}
.bg-white-smoke {background: var(--whiteSmoke);}
.bg-white {background: #FFF;}

/* Text Selection */
.bg-cerulean *::selection {
  background: #174478;
}

.bg-cerulean *::-moz-selection {
  background: #174478;
}

/* Hovered backgrounds */
.hover-bg-blue-lagoon:hover {background: var(--bluelagoon);}
.hover-bg-blue-lagoon2:hover {background: var(--blueLagoon2);}
.hover-bg-cerulean:hover {background: var(--cerulean);}
.hover-bg-denim:hover {background: #1196BA;}
.hover-bg-denimx:hover {background: var(--denimx);}
.hover-bg-summer-sky:hover {background: var(--summerSky);}
.hover-bg-aqua:hover {background: var(--aqua);}
.hover-bg-columbia-blue:hover {background: var(--columbiaBlue);}
.hover-bg-pumpkin:hover {background: var(--pumpkin);}
.hover-bg-dark-pumpkin:hover {background: #EE5921;}
.hover-bg-sunshade:hover {background: var(--sunshade);}
.hover-bg-citrus:hover {background: var(--citrus);}
.hover-bg-citrusx:hover {background: var(--citrusx);}
.hover-bg-yellow-green:hover {background: var(--yellowGreen);}
.hover-bg-charcoal:hover {background: var(--charcoal);}
.hover-bg-red:hover {background: var(--red);}
.hover-bg-cinder:hover {background: var(--cinder);}
.hover-bg-jet:hover {background: var(--jet);}
.hover-bg-charleston-green:hover {background: var(--charlestonGreen);}
.hover-bg-regent-gray:hover {background: var(--regentGray);}
.hover-bg-whisper:hover {background: var(--whisper);}
.hover-bg-light-gray:hover {background: var(--lightGray);}
.hover-bg-very-light-gray:hover {background: var(--veryLightGray);}
.hover-bg-white-smoke:hover {background: var(--whiteSmoke);}
.hover-bg-white:hover {background: #FFFFFF;}

/* Borders */
.border-blue-lagoon {border: 1px solid var(--bluelagoon);}
.border-blue-lagoon2 {border: 1px solid var(--blueLagoon2);}
.border-cerulean {border: 1px solid var(--cerulean);}
.border-denim {border: 1px solid #1196BA;}
.border-denimx {border: 1px solid var(--denimx);}
.border-summer-sky {border: 1px solid var(--summerSky);}
.border-aqua {border: 1px solid var(--aqua);}
.border-columbia-blue {border: 1px solid var(--columbiaBlue);}
.border-pumpkin {border: 1px solid var(--pumpkin);}
.border-sunshade {border: 1px solid var(--sunshade);}
.border-citrus {border: 1px solid var(--citrus);}
.border-citrusx {border: 1px solid var(--citrusx);}
.border-yellow-green {border: 1px solid var(--yellowGreen);}
.border-charcoal {border: 1px solid var(--charcoal);}
.border-red {border: 1px solid var(--red);}
.border-cinder {border: 1px solid var(--cinder);}
.border-jet {border: 1px solid var(--jet);}
.border-charleston-green {border: 1px solid var(--charlestonGreen);}
.border-regent-gray {border: 1px solid var(--regentGray);}
.border-whisper {border: 1px solid var(--whisper);}
.border-light-gray {border: 1px solid var(--lightGray);}
.border-very-light-gray {border: 1px solid var(--veryLightGray);}
.border-white-smoke {border: 1px solid var(--whiteSmoke);}

.hover-border-blue-lagoon:hover {border-color: var(--bluelagoon);}
.hover-border-blue-lagoon2:hover {border-color: var(--blueLagoon2);}
.hover-border-cerulean:hover {border-color: var(--cerulean);}
.hover-border-denim:hover {border-color: var(--denim);}
.hover-border-denimx:hover {border-color: var(--denimx);}
.hover-border-summer-sky:hover {border-color: var(--summerSky);}
.hover-border-aqua:hover {border-color: var(--aqua);}
.hover-border-columbia-blue:hover {border-color: var(--columbiaBlue);}
.hover-border-pumpkin:hover {border-color: var(--pumpkin);}
.hover-border-sunshade:hover {border-color: var(--sunshade);}
.hover-border-citrus:hover {border-color: var(--citrus);}
.hover-border-citrusx:hover {border-color: var(--citrusx);}
.hover-border-yellow-green:hover {border-color: var(--yellowGreen);}
.hover-border-charcoal:hover {border-color: var(--charcoal);}
.hover-border-red:hover {border-color: var(--red);}
.hover-border-cinder:hover {border-color: var(--cinder);}
.hover-border-jet:hover {border-color: var(--jet);}
.hover-border-charleston-green:hover {border-color: var(--charlestonGreen);}
.hover-border-regent-gray:hover {border-color: var(--regentGray);}
.hover-border-whisper:hover {border-color: var(--whisper);}
.hover-border-light-gray:hover {border-color: var(--lightGray);}
.hover-border-very-light-gray:hover {border-color: var(--veryLightGray);}
.hover-border-white-smoke:hover {border-color: var(--whiteSmoke);}

.border-left-blue-lagoon {border-left: 1px solid var(--bluelagoon);}
.border-left-blue-lagoon2 {border-left: 1px solid var(--blueLagoon2);}
.border-left-cerulean {border-left: 1px solid var(--cerulean);}
.border-left-denim {border-left: 1px solid #1196BA;}
.border-left-denimx {border-left: 1px solid var(--denimx);}
.border-left-summer-sky {border-left: 1px solid var(--summerSky);}
.border-left-aqua {border-left: 1px solid var(--aqua);}
.border-left-columbia-blue {border-left: 1px solid var(--columbiaBlue);}
.border-left-pumpkin {border-left: 1px solid var(--pumpkin);}
.border-left-sunshade {border-left: 1px solid var(--sunshade);}
.border-left-citrus {border-left: 1px solid var(--citrus);}
.border-left-citrusx {border-left: 1px solid var(--citrusx);}
.border-left-yellow-green {border-left: 1px solid var(--yellowGreen);}
.border-left-charcoal {border-left: 1px solid var(--charcoal);}
.border-left-red {border-left: 1px solid var(--red);}
.border-left-cinder {border-left: 1px solid var(--cinder);}
.border-left-jet {border-left: 1px solid var(--jet);}
.border-left-charleston-green {border-left: 1px solid var(--charlestonGreen);}
.border-left-regent-gray {border-left: 1px solid var(--regentGray);}
.border-left-whisper {border-left: 1px solid var(--whisper);}
.border-left-light-gray {border-left: 1px solid var(--lightGray);}
.border-left-very-light-gray {border-left: 1px solid var(--veryLightGray);}
.border-left-white-smoke {border-left: 1px solid var(--whiteSmoke);}

.hover-border-left-blue-lagoon:hover {border-left-color: var(--bluelagoon);}
.hover-border-left-blue-lagoon2:hover {border-left-color: var(--blueLagoon2);}
.hover-border-left-cerulean:hover {border-left-color: var(--cerulean);}
.hover-border-left-denim:hover {border-left-color: var(--denim);}
.hover-border-left-denimx:hover {border-left-color: var(--denimx);}
.hover-border-left-summer-sky:hover {border-left-color: var(--summerSky);}
.hover-border-left-aqua:hover {border-left-color: var(--aqua);}
.hover-border-left-columbia-blue:hover {border-left-color: var(--columbiaBlue);}
.hover-border-left-pumpkin:hover {border-left-color: var(--pumpkin);}
.hover-border-left-sunshade:hover {border-left-color: var(--sunshade);}
.hover-border-left-citrus:hover {border-left-color: var(--citrus);}
.hover-border-left-citrusx:hover {border-left-color: var(--citrusx);}
.hover-border-left-yellow-green:hover {border-left-color: var(--yellowGreen);}
.hover-border-left-charcoal:hover {border-left-color: var(--charcoal);}
.hover-border-left-red:hover {border-left-color: var(--red);}
.hover-border-left-cinder:hover {border-left-color: var(--cinder);}
.hover-border-left-jet:hover {border-left-color: var(--jet);}
.hover-border-left-charleston-green:hover {border-left-color: var(--charlestonGreen);}
.hover-border-left-regent-gray:hover {border-left-color: var(--regentGray);}
.hover-border-left-whisper:hover {border-left-color: var(--whisper);}
.hover-border-left-light-gray:hover {border-left-color: var(--lightGray);}
.hover-border-left-very-light-gray:hover {border-left-color: var(--veryLightGray);}
.hover-border-left-white-smoke:hover {border-left-color: var(--whiteSmoke);}

.border-right-blue-lagoon {border-right: 1px solid var(--bluelagoon);}
.border-right-blue-lagoon2 {border-right: 1px solid var(--blueLagoon2);}
.border-right-cerulean {border-right: 1px solid var(--cerulean);}
.border-right-denim {border-right: 1px solid #1196BA;}
.border-right-denimx {border-right: 1px solid var(--denimx);}
.border-right-summer-sky {border-right: 1px solid var(--summerSky);}
.border-right-aqua {border-right: 1px solid var(--aqua);}
.border-right-columbia-blue {border-right: 1px solid var(--columbiaBlue);}
.border-right-pumpkin {border-right: 1px solid var(--pumpkin);}
.border-right-sunshade {border-right: 1px solid var(--sunshade);}
.border-right-citrus {border-right: 1px solid var(--citrus);}
.border-right-citrusx {border-right: 1px solid var(--citrusx);}
.border-right-yellow-green {border-right: 1px solid var(--yellowGreen);}
.border-right-charcoal {border-right: 1px solid var(--charcoal);}
.border-right-red {border-right: 1px solid var(--red);}
.border-right-cinder {border-right: 1px solid var(--cinder);}
.border-right-jet {border-right: 1px solid var(--jet);}
.border-right-charleston-green {border-right: 1px solid var(--charlestonGreen);}
.border-right-regent-gray {border-right: 1px solid var(--regentGray);}
.border-right-whisper {border-right: 1px solid var(--whisper);}
.border-right-light-gray {border-right: 1px solid var(--lightGray);}
.border-right-very-light-gray {border-right: 1px solid var(--veryLightGray);}
.border-right-white-smoke {border-right: 1px solid var(--whiteSmoke);}

.hover-border-right-blue-lagoon:hover {border-right-color: var(--bluelagoon);}
.hover-border-right-blue-lagoon2:hover {border-right-color: var(--blueLagoon2);}
.hover-border-right-cerulean:hover {border-right-color: var(--cerulean);}
.hover-border-right-denim:hover {border-right-color: var(--denim);}
.hover-border-right-denimx:hover {border-right-color: var(--denimx);}
.hover-border-right-summer-sky:hover {border-right-color: var(--summerSky);}
.hover-border-right-aqua:hover {border-right-color: var(--aqua);}
.hover-border-right-columbia-blue:hover {border-right-color: var(--columbiaBlue);}
.hover-border-right-pumpkin:hover {border-right-color: var(--pumpkin);}
.hover-border-right-sunshade:hover {border-right-color: var(--sunshade);}
.hover-border-right-citrus:hover {border-right-color: var(--citrus);}
.hover-border-right-citrusx:hover {border-right-color: var(--citrusx);}
.hover-border-right-yellow-green:hover {border-right-color: var(--yellowGreen);}
.hover-border-right-charcoal:hover {border-right-color: var(--charcoal);}
.hover-border-right-red:hover {border-right-color: var(--red);}
.hover-border-right-cinder:hover {border-right-color: var(--cinder);}
.hover-border-right-jet:hover {border-right-color: var(--jet);}
.hover-border-right-charleston-green:hover {border-right-color: var(--charlestonGreen);}
.hover-border-right-regent-gray:hover {border-right-color: var(--regentGray);}
.hover-border-right-whisper:hover {border-right-color: var(--whisper);}
.hover-border-right-light-gray:hover {border-right-color: var(--lightGray);}
.hover-border-right-very-light-gray:hover {border-right-color: var(--veryLightGray);}
.hover-border-right-white-smoke:hover {border-right-color: var(--whiteSmoke);}

.border-top-blue-lagoon {border-top: 1px solid var(--bluelagoon);}
.border-top-blue-lagoon2 {border-top: 1px solid var(--blueLagoon2);}
.border-top-cerulean {border-top: 1px solid var(--cerulean);}
.border-top-denim {border-top: 1px solid #1196BA;}
.border-top-denimx {border-top: 1px solid var(--denimx);}
.border-top-summer-sky {border-top: 1px solid var(--summerSky);}
.border-top-aqua {border-top: 1px solid var(--aqua);}
.border-top-columbia-blue {border-top: 1px solid var(--columbiaBlue);}
.border-top-pumpkin {border-top: 1px solid var(--pumpkin);}
.border-top-sunshade {border-top: 1px solid var(--sunshade);}
.border-top-citrus {border-top: 1px solid var(--citrus);}
.border-top-citrusx {border-top: 1px solid var(--citrusx);}
.border-top-yellow-green {border-top: 1px solid var(--yellowGreen);}
.border-top-charcoal {border-top: 1px solid var(--charcoal);}
.border-top-red {border-top: 1px solid var(--red);}
.border-top-cinder {border-top: 1px solid var(--cinder);}
.border-top-jet {border-top: 1px solid var(--jet);}
.border-top-charleston-green {border-top: 1px solid var(--charlestonGreen);}
.border-top-regent-gray {border-top: 1px solid var(--regentGray);}
.border-top-whisper {border-top: 1px solid var(--whisper);}
.border-top-light-gray {border-top: 1px solid var(--lightGray);}
.border-top-very-light-gray {border-top: 1px solid var(--veryLightGray);}
.border-top-white-smoke {border-top: 1px solid var(--whiteSmoke);}

.hover-border-top-blue-lagoon:hover {border-top-color: var(--bluelagoon);}
.hover-border-top-blue-lagoon2:hover {border-top-color: var(--blueLagoon2);}
.hover-border-top-cerulean:hover {border-top-color: var(--cerulean);}
.hover-border-top-denim:hover {border-top-color: var(--denim);}
.hover-border-top-denimx:hover {border-top-color: var(--denimx);}
.hover-border-top-summer-sky:hover {border-top-color: var(--summerSky);}
.hover-border-top-aqua:hover {border-top-color: var(--aqua);}
.hover-border-top-columbia-blue:hover {border-top-color: var(--columbiaBlue);}
.hover-border-top-pumpkin:hover {border-top-color: var(--pumpkin);}
.hover-border-top-sunshade:hover {border-top-color: var(--sunshade);}
.hover-border-top-citrus:hover {border-top-color: var(--citrus);}
.hover-border-top-citrusx:hover {border-top-color: var(--citrusx);}
.hover-border-top-yellow-green:hover {border-top-color: var(--yellowGreen);}
.hover-border-top-charcoal:hover {border-top-color: var(--charcoal);}
.hover-border-top-red:hover {border-top-color: var(--red);}
.hover-border-top-cinder:hover {border-top-color: var(--cinder);}
.hover-border-top-jet:hover {border-top-color: var(--jet);}
.hover-border-top-charleston-green:hover {border-top-color: var(--charlestonGreen);}
.hover-border-top-regent-gray:hover {border-top-color: var(--regentGray);}
.hover-border-top-whisper:hover {border-top-color: var(--whisper);}
.hover-border-top-light-gray:hover {border-top-color: var(--lightGray);}
.hover-border-top-very-light-gray:hover {border-top-color: var(--veryLightGray);}
.hover-border-top-white-smoke:hover {border-top-color: var(--whiteSmoke);}

.border-bottom-blue-lagoon {border-bottom: 1px solid var(--bluelagoon);}
.border-bottom-blue-lagoon2 {border-bottom: 1px solid var(--blueLagoon2);}
.border-bottom-cerulean {border-bottom: 1px solid var(--cerulean);}
.border-bottom-denim {border-bottom: 1px solid #1196BA;}
.border-bottom-denimx {border-bottom: 1px solid var(--denimx);}
.border-bottom-summer-sky {border-bottom: 1px solid var(--summerSky);}
.border-bottom-aqua {border-bottom: 1px solid var(--aqua);}
.border-bottom-columbia-blue {border-bottom: 1px solid var(--columbiaBlue);}
.border-bottom-pumpkin {border-bottom: 1px solid var(--pumpkin);}
.border-bottom-sunshade {border-bottom: 1px solid var(--sunshade);}
.border-bottom-citrus {border-bottom: 1px solid var(--citrus);}
.border-bottom-citrusx {border-bottom: 1px solid var(--citrusx);}
.border-bottom-yellow-green {border-bottom: 1px solid var(--yellowGreen);}
.border-bottom-charcoal {border-bottom: 1px solid var(--charcoal);}
.border-bottom-red {border-bottom: 1px solid var(--red);}
.border-bottom-cinder {border-bottom: 1px solid var(--cinder);}
.border-bottom-jet {border-bottom: 1px solid var(--jet);}
.border-bottom-charleston-green {border-bottom: 1px solid var(--charlestonGreen);}
.border-bottom-regent-gray {border-bottom: 1px solid var(--regentGray);}
.border-bottom-whisper {border-bottom: 1px solid var(--whisper);}
.border-bottom-light-gray {border-bottom: 1px solid var(--lightGray);}
.border-bottom-very-light-gray {border-bottom: 1px solid var(--veryLightGray);}
.border-bottom-white-smoke {border-bottom: 1px solid var(--whiteSmoke);}

.hover-border-bottom-blue-lagoon:hover {border-bottom-color: var(--bluelagoon);}
.hover-border-bottom-blue-lagoon2:hover {border-bottom-color: var(--blueLagoon2);}
.hover-border-bottom-cerulean:hover {border-bottom-color: var(--cerulean);}
.hover-border-bottom-denim:hover {border-bottom-color: var(--denim);}
.hover-border-bottom-denimx:hover {border-bottom-color: var(--denimx);}
.hover-border-bottom-summer-sky:hover {border-bottom-color: var(--summerSky);}
.hover-border-bottom-aqua:hover {border-bottom-color: var(--aqua);}
.hover-border-bottom-columbia-blue:hover {border-bottom-color: var(--columbiaBlue);}
.hover-border-bottom-pumpkin:hover {border-bottom-color: var(--pumpkin);}
.hover-border-bottom-sunshade:hover {border-bottom-color: var(--sunshade);}
.hover-border-bottom-citrus:hover {border-bottom-color: var(--citrus);}
.hover-border-bottom-citrusx:hover {border-bottom-color: var(--citrusx);}
.hover-border-bottom-yellow-green:hover {border-bottom-color: var(--yellowGreen);}
.hover-border-bottom-charcoal:hover {border-bottom-color: var(--charcoal);}
.hover-border-bottom-red:hover {border-bottom-color: var(--red);}
.hover-border-bottom-cinder:hover {border-bottom-color: var(--cinder);}
.hover-border-bottom-jet:hover {border-bottom-color: var(--jet);}
.hover-border-bottom-charleston-green:hover {border-bottom-color: var(--charlestonGreen);}
.hover-border-bottom-regent-gray:hover {border-bottom-color: var(--regentGray);}
.hover-border-bottom-whisper:hover {border-bottom-color: var(--whisper);}
.hover-border-bottom-light-gray:hover {border-bottom-color: var(--lightGray);}
.hover-border-bottom-very-light-gray:hover {border-bottom-color: var(--veryLightGray);}
.hover-border-bottom-white-smoke:hover {border-bottom-color: var(--whiteSmoke);}

.border-color-blue-lagoon {border-color: var(--bluelagoon);}
.border-color-blue-lagoon2 {border-color: var(--blueLagoon2);}
.border-color-cerulean {border-color: var(--cerulean);}
.border-color-denim {border-color: var(--denim);}
.border-color-denimx {border-color: var(--denimx);}
.border-color-summer-sky {border-color: var(--summerSky);}
.border-color-aqua {border-color: var(--aqua);}
.border-color-columbia-blue {border-color: var(--columbiaBlue);}
.border-color-pumpkin {border-color: var(--pumpkin);}
.border-color-sunshade {border-color: var(--sunshade);}
.border-color-citrus {border-color: var(--citrus);}
.border-color-citrusx {border-color: var(--citrusx);}
.border-color-yellow-green {border-color: var(--yellowGreen);}
.border-color-charcoal {border-color: var(--charcoal);}
.border-color-red {border-color: var(--red);}
.border-color-cinder {border-color: var(--cinder);}
.border-color-jet {border-color: var(--jet);}
.border-color-charleston-green {border-color: var(--charlestonGreen);}
.border-color-regent-gray {border-color: var(--regentGray);}
.border-color-whisper {border-color: var(--whisper);}
.border-color-light-gray {border-color: var(--lightGray);}
.border-color-very-light-gray {border-color: var(--veryLightGray);}
.border-color-white-smoke {border-color: var(--whiteSmoke);}


/* Buttons colors */
.btn-transparent {background: transparent;}
.btn-blue-lagoon {background: var(--bluelagoon);}
.btn-blue-lagoon2 {background: var(--blueLagoon2);}
.btn-cerulean {background: var(--cerulean);}
.btn-denim {background: #1196BA;}
.btn-denimx {background: var(--denimx);}
.btn-summer-sky {background: var(--summerSky);}
.btn-aqua {background: var(--aqua);}
.btn-columbia-blue {background: var(--columbiaBlue);}
.btn-pumpkin {background: var(--pumpkin);}
.btn-sunshade {background: var(--sunshade);}
.btn-citrus {background: var(--citrus);}
.btn-citrusx {background: var(--citrusx);}
.btn-yellow-green {background: var(--yellowGreen);}
.btn-charcoal {background: var(--charcoal);}
.btn-red {background: var(--red);}
.btn-cinder {background: var(--cinder);}
.btn-jet {background:  var(--jet);}
.btn-charleston-green {background: var(--charlestonGreen);}
.btn-regent-gray {background: var(--regentGray);}
.btn-whisper {background: var(--whisper);}
.btn-light-gray {background: var(--lightGray);}
.btn-very-light-gray {background: var(--veryLightGray);}
.btn-white-smoke {background: var(--whiteSmoke);}
.btn-white {background: #FFF;}

/* Hovered buttons colors */
.hover-btn-transparent:hover {background: transparent;}
.hover-btn-blue-lagoon:hover {background: var(--bluelagoon);}
.hover-btn-blue-lagoon2:hover {background: var(--blueLagoon2);}
.hover-btn-cerulean:hover {background: var(--cerulean);}
.hover-btn-denim:hover {background: #1196BA;}
.hover-btn-denimx:hover {background: var(--denimx);}
.hover-btn-summer-sky:hover {background: var(--summerSky);}
.hover-btn-aqua:hover {background: var(--aqua);}
.hover-btn-columbia-blue:hover {background: var(--columbiaBlue);}
.hover-btn-pumpkin:hover {background: var(--pumpkin);}
.hover-btn-dark-pumpkin:hover {background: #EE5921;color: #fff;}
.hover-btn-sunshade:hover {background: var(--sunshade);}
.hover-btn-citrus:hover {background: var(--citrus);}
.hover-btn-citrusx:hover {background: var(--citrusx);}
.hover-btn-yellow-green:hover {background: var(--yellowGreen);}
.hover-btn-charcoal:hover {background: var(--charcoal);}
.hover-btn-red:hover {background: var(--red);}
.hover-btn-cinder:hover {background: var(--cinder);}
.hover-btn-jet:hover {background:  var(--jet);}
.hover-btn-charleston-green:hover {background: var(--charlestonGreen);}
.hover-btn-regent-gray:hover {background: var(--regentGray);}
.hover-btn-whisper:hover {background: var(--whisper);}
.hover-btn-light-gray:hover {background: var(--lightGray);}
.hover-btn-very-light-gray:hover {background: var(--veryLightGray);}
.hover-btn-white-smoke:hover {background: var(--whiteSmoke);}

/* Hovered transparent buttons colors */
.hover-btn-transparent-blue-lagoon:hover {border-color: var(--bluelagoon); background-color: transparent;}
.hover-btn-transparent-blue-lagoon2:hover {border-color: var(--blueLagoon2); background-color: transparent;}
.hover-btn-transparent-cerulean:hover {border-color: var(--cerulean); background-color: transparent;}
.hover-btn-transparent-denim:hover {border-color: var(--denim); background-color: transparent;}
.hover-btn-transparent-denimx:hover {border-color: var(--denimx); background-color: transparent;}
.hover-btn-transparent-summer-sky:hover {border-color: var(--summerSky); background-color: transparent;}
.hover-btn-transparent-aqua:hover {border-color: var(--aqua); background-color: transparent;}
.hover-btn-transparent-columbia-blue:hover {border-color: var(--columbiaBlue); background-color: transparent;}
.hover-btn-transparent-pumpkin:hover {border-color: var(--pumpkin); background-color: transparent;}
.hover-btn-transparent-sunshade:hover {border-color: var(--sunshade); background-color: transparent;}
.hover-btn-transparent-citrus:hover {border-color: var(--citrus); background-color: transparent;}
.hover-btn-transparent-citrusx:hover {border-color: var(--citrusx); background-color: transparent;}
.hover-btn-transparent-yellow-green:hover {border-color: var(--yellowGreen); background-color: transparent;}
.hover-btn-transparent-charcoal:hover {border-color: var(--charcoal); background-color: transparent;}
.hover-btn-transparent-red:hover {border-color: var(--red); background-color: transparent;}
.hover-btn-transparent-cinder:hover {border-color: var(--cinder); background-color: transparent;}
.hover-btn-transparent-jet:hover {border-color:  var(--jet); background-color: transparent;}
.hover-btn-transparent-charleston-green:hover {border-color: var(--charlestonGreen); background-color: transparent;}
.hover-btn-transparent-regent-gray:hover {border-color: var(--regentGray); background-color: transparent;}
.hover-btn-transparent-whisper:hover {border-color: var(--whisper); background-color: transparent;}
.hover-btn-transparent-light-gray:hover {border-color: var(--lightGray); background-color: transparent;}
.hover-btn-transparent-very-light-gray:hover {border-color: var(--veryLightGray); background-color: transparent;}
.hover-btn-transparent-white-smoke:hover {border-color: var(--whiteSmoke); background-color: transparent;}

/* Hero btn */
.banner-btn .btn {margin-top: 30px;}

/* Margins */
.m-auto {margin: auto;}
.mb-0 {margin-bottom: 0 !important;}
.mt-0 {margin-top: 0 !important;}
.ml-0 {margin-left: 0 !important;}
.mr-0 {margin-right: 0 !important;}

.mb-5 {margin-bottom: 5px !important;}
.mt-5 {margin-top: 5px !important;}
.ml-5 {margin-left: 5px !important;}
.mr-5 {margin-right: 5px !important;}

.mb-10 {margin-bottom: 10px !important;}
.mt-10 {margin-top: 10px !important;}
.ml-10 {margin-left: 10px !important;}
.mr-10 {margin-right: 10px !important;}

.mb-15 {margin-bottom: 15px !important;}
.mt-15 {margin-top: 15px !important;}
.ml-15 {margin-left: 15px !important;}
.mr-15 {margin-right: 15px !important;}

.mb-20 {margin-bottom: 20px !important;}
.mt-20 {margin-top: 20px !important;}
.ml-20 {margin-left: 20px !important;}
.mr-20 {margin-right: 20px !important;}

.mb-25 {margin-bottom: 25px !important;}
.mt-25 {margin-top: 25px !important;}
.ml-25 {margin-left: 25px !important;}
.mr-25 {margin-right: 25px !important;}

.mb-30 {margin-bottom: 30px !important;}
.mt-30 {margin-top: 30px !important;}
.ml-30 {margin-left: 30px !important;}
.mr-30 {margin-right: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mt-35 {margin-top: 35px !important;}
.ml-35 {margin-left: 35px !important;}
.mr-35 {margin-right: 35px !important;}

.mb-40 {margin-bottom: 40px !important;}
.mt-40 {margin-top: 40px !important;}
.ml-40 {margin-left: 40px !important;}
.mr-40 {margin-right: 40px !important;}

.mb-45 {margin-bottom: 45px !important;}
.mt-45 {margin-top: 45px !important;}
.ml-45 {margin-left: 45px !important;}
.mr-45 {margin-right: 45px !important;}

.mb-50 {margin-bottom: 50px !important;}
.mt-50 {margin-top: 50px !important;}
.ml-50 {margin-left: 50px !important;}
.mr-50 {margin-right: 50px !important;}

.mb-55 {margin-bottom: 55px !important;}
.mt-55 {margin-top: 55px !important;}
.ml-55 {margin-left: 55px !important;}
.mr-55 {margin-right: 55px !important;}

.mb-60 {margin-bottom: 60px !important;}
.mt-60 {margin-top: 60px !important;}
.ml-60 {margin-left: 60px !important;}
.mr-60 {margin-right: 60px !important;}

.mb-65 {margin-bottom: 65px !important;}
.mt-65 {margin-top: 65px !important;}
.ml-65 {margin-left: 65px !important;}
.mr-65 {margin-right: 65px !important;}

.mb-70 {margin-bottom: 70px !important;}
.mt-70 {margin-top: 70px !important;}
.ml-70 {margin-left: 70px !important;}
.mr-70 {margin-right: 70px !important;}

.mb-75 {margin-bottom: 75px !important;}
.mt-75 {margin-top: 75px !important;}
.ml-75 {margin-left: 75px !important;}
.mr-75 {margin-right: 75px !important;}

.mb-80 {margin-bottom: 80px !important;}
.mt-80 {margin-top: 80px !important;}
.ml-80 {margin-left: 80px !important;}
.mr-80 {margin-right: 80px !important;}

.mb-85 {margin-bottom: 85px !important;}
.mt-85 {margin-top: 85px !important;}
.ml-85 {margin-left: 85px !important;}
.mr-85 {margin-right: 85px !important;}

.mb-90 {margin-bottom: 90px !important;}
.mt-90 {margin-top: 90px !important;}
.ml-90 {margin-left: 90px !important;}
.mr-90 {margin-right: 90px !important;}

@media (max-width:992px) {
	/* Margins */
	.mb-sm-0 {margin-bottom: 0 !important;}
	.mt-sm-0 {margin-top: 0 !important;}
	.ml-sm-0 {margin-left: 0 !important;}
	.mr-sm-0 {margin-right: 0 !important;}

	.mb-sm-5 {margin-bottom: 5px !important;}
	.mt-sm-5 {margin-top: 5px !important;}
	.ml-sm-5 {margin-left: 5px !important;}
	.mr-sm-5 {margin-right: 5px !important;}

	.mb-sm-10 {margin-bottom: 10px !important;}
	.mt-sm-10 {margin-top: 10px !important;}
	.ml-sm-10 {margin-left: 10px !important;}
	.mr-sm-10 {margin-right: 10px !important;}

	.mb-sm-15 {margin-bottom: 15px !important;}
	.mt-sm-15 {margin-top: 15px !important;}
	.ml-sm-15 {margin-left: 15px !important;}
	.mr-sm-15 {margin-right: 15px !important;}

	.mb-sm-20 {margin-bottom: 20px !important;}
	.mt-sm-20 {margin-top: 20px !important;}
	.ml-sm-20 {margin-left: 20px !important;}
	.mr-sm-20 {margin-right: 20px !important;}

	.mb-sm-25 {margin-bottom: 25px !important;}
	.mt-sm-25 {margin-top: 25px !important;}
	.ml-sm-25 {margin-left: 25px !important;}
	.mr-sm-25 {margin-right: 25px !important;}

	.mb-sm-30 {margin-bottom: 30px !important;}
	.mt-sm-30 {margin-top: 30px !important;}
	.ml-sm-30 {margin-left: 30px !important;}
	.mr-sm-30 {margin-right: 30px !important;}
	.mb-sm-35 {margin-bottom: 35px !important;}
	.mt-sm-35 {margin-top: 35px !important;}
	.ml-sm-35 {margin-left: 35px !important;}
	.mr-sm-35 {margin-right: 35px !important;}

	.mb-sm-40 {margin-bottom: 40px !important;}
	.mt-sm-40 {margin-top: 40px !important;}
	.ml-sm-40 {margin-left: 40px !important;}
	.mr-sm-40 {margin-right: 40px !important;}

	.mb-sm-45 {margin-bottom: 45px !important;}
	.mt-sm-45 {margin-top: 45px !important;}
	.ml-sm-45 {margin-left: 45px !important;}
	.mr-sm-45 {margin-right: 45px !important;}

	.mb-sm-50 {margin-bottom: 50px !important;}
	.mt-sm-50 {margin-top: 50px !important;}
	.ml-sm-50 {margin-left: 50px !important;}
	.mr-sm-50 {margin-right: 50px !important;}

	.mb-sm-55 {margin-bottom: 55px !important;}
	.mt-sm-55 {margin-top: 55px !important;}
	.ml-sm-55 {margin-left: 55px !important;}
	.mr-sm-55 {margin-right: 55px !important;}

	.mb-sm-60 {margin-bottom: 60px !important;}
	.mt-sm-60 {margin-top: 60px !important;}
	.ml-sm-60 {margin-left: 60px !important;}
	.mr-sm-60 {margin-right: 60px !important;}

	.mb-sm-65 {margin-bottom: 65px !important;}
	.mt-sm-65 {margin-top: 65px !important;}
	.ml-sm-65 {margin-left: 65px !important;}
	.mr-sm-65 {margin-right: 65px !important;}

	.mb-sm-70 {margin-bottom: 70px !important;}
	.mt-sm-70 {margin-top: 70px !important;}
	.ml-sm-70 {margin-left: 70px !important;}
	.mr-sm-70 {margin-right: 70px !important;}

	.mb-sm-75 {margin-bottom: 75px !important;}
	.mt-sm-75 {margin-top: 75px !important;}
	.ml-sm-75 {margin-left: 75px !important;}
	.mr-sm-75 {margin-right: 75px !important;}

	.mb-sm-80 {margin-bottom: 80px !important;}
	.mt-sm-80 {margin-top: 80px !important;}
	.ml-sm-80 {margin-left: 80px !important;}
	.mr-sm-80 {margin-right: 80px !important;}

	.mb-sm-85 {margin-bottom: 85px !important;}
	.mt-sm-85 {margin-top: 85px !important;}
	.ml-sm-85 {margin-left: 85px !important;}
	.mr-sm-85 {margin-right: 85px !important;}

	.mb-sm-90 {margin-bottom: 90px !important;}
	.mt-sm-90 {margin-top: 90px !important;}
	.ml-sm-90 {margin-left: 90px !important;}
	.mr-sm-90 {margin-right: 90px !important;}
}

@media (max-width:768px) {
	/* Margins */
	.mb-xs-0 {margin-bottom: 0 !important;}
	.mt-xs-0 {margin-top: 0 !important;}
	.ml-xs-0 {margin-left: 0 !important;}
	.mr-xs-0 {margin-right: 0 !important;}

	.mb-xs-5 {margin-bottom: 5px !important;}
	.mt-xs-5 {margin-top: 5px !important;}
	.ml-xs-5 {margin-left: 5px !important;}
	.mr-xs-5 {margin-right: 5px !important;}

	.mb-xs-10 {margin-bottom: 10px !important;}
	.mt-xs-10 {margin-top: 10px !important;}
	.ml-xs-10 {margin-left: 10px !important;}
	.mr-xs-10 {margin-right: 10px !important;}

	.mb-xs-15 {margin-bottom: 15px !important;}
	.mt-xs-15 {margin-top: 15px !important;}
	.ml-xs-15 {margin-left: 15px !important;}
	.mr-xs-15 {margin-right: 15px !important;}

	.mb-xs-20 {margin-bottom: 20px !important;}
	.mt-xs-20 {margin-top: 20px !important;}
	.ml-xs-20 {margin-left: 20px !important;}
	.mr-xs-20 {margin-right: 20px !important;}

	.mb-xs-25 {margin-bottom: 25px !important;}
	.mt-xs-25 {margin-top: 25px !important;}
	.ml-xs-25 {margin-left: 25px !important;}
	.mr-xs-25 {margin-right: 25px !important;}

	.mb-xs-30 {margin-bottom: 30px !important;}
	.mt-xs-30 {margin-top: 30px !important;}
	.ml-xs-30 {margin-left: 30px !important;}
	.mr-xs-30 {margin-right: 30px !important;}
	.mb-xs-35 {margin-bottom: 35px !important;}
	.mt-xs-35 {margin-top: 35px !important;}
	.ml-xs-35 {margin-left: 35px !important;}
	.mr-xs-35 {margin-right: 35px !important;}

	.mb-xs-40 {margin-bottom: 40px !important;}
	.mt-xs-40 {margin-top: 40px !important;}
	.ml-xs-40 {margin-left: 40px !important;}
	.mr-xs-40 {margin-right: 40px !important;}

	.mb-xs-45 {margin-bottom: 45px !important;}
	.mt-xs-45 {margin-top: 45px !important;}
	.ml-xs-45 {margin-left: 45px !important;}
	.mr-xs-45 {margin-right: 45px !important;}

	.mb-xs-50 {margin-bottom: 50px !important;}
	.mt-xs-50 {margin-top: 50px !important;}
	.ml-xs-50 {margin-left: 50px !important;}
	.mr-xs-50 {margin-right: 50px !important;}

	.mb-xs-55 {margin-bottom: 55px !important;}
	.mt-xs-55 {margin-top: 55px !important;}
	.ml-xs-55 {margin-left: 55px !important;}
	.mr-xs-55 {margin-right: 55px !important;}

	.mb-xs-60 {margin-bottom: 60px !important;}
	.mt-xs-60 {margin-top: 60px !important;}
	.ml-xs-60 {margin-left: 60px !important;}
	.mr-xs-60 {margin-right: 60px !important;}

	.mb-xs-65 {margin-bottom: 65px !important;}
	.mt-xs-65 {margin-top: 65px !important;}
	.ml-xs-65 {margin-left: 65px !important;}
	.mr-xs-65 {margin-right: 65px !important;}

	.mb-xs-70 {margin-bottom: 70px !important;}
	.mt-xs-70 {margin-top: 70px !important;}
	.ml-xs-70 {margin-left: 70px !important;}
	.mr-xs-70 {margin-right: 70px !important;}

	.mb-xs-75 {margin-bottom: 75px !important;}
	.mt-xs-75 {margin-top: 75px !important;}
	.ml-xs-75 {margin-left: 75px !important;}
	.mr-xs-75 {margin-right: 75px !important;}

	.mb-xs-80 {margin-bottom: 80px !important;}
	.mt-xs-80 {margin-top: 80px !important;}
	.ml-xs-80 {margin-left: 80px !important;}
	.mr-xs-80 {margin-right: 80px !important;}

	.mb-xs-85 {margin-bottom: 85px !important;}
	.mt-xs-85 {margin-top: 85px !important;}
	.ml-xs-85 {margin-left: 85px !important;}
	.mr-xs-85 {margin-right: 85px !important;}

	.mb-xs-90 {margin-bottom: 90px !important;}
	.mt-xs-90 {margin-top: 90px !important;}
	.ml-xs-90 {margin-left: 90px !important;}
	.mr-xs-90 {margin-right: 90px !important;}
}

/* Padings */
.section.pb-0, .pb-0 {padding-bottom: 0 !important;}
.section.pt-0, .pt-0 {padding-top: 0 !important;}
.section.pl-0, .pl-0 {padding-left: 0 !important;}
.section.pr-0, .pr-0 {padding-right: 0 !important;}

.section.pb-5, .pb-5 {padding-bottom: 5px !important;}
.section.pt-5, .pt-5 {padding-top: 5px !important;}
.section.pl-5, .pl-5 {padding-left: 5px !important;}
.section.pr-5, .pr-5 {padding-right: 5px !important;}

.section.pb-10, .pb-10 {padding-bottom: 10px !important;}
.section.pt-10, .pt-10 {padding-top: 10px !important;}
.section.pl-10, .pl-10 {padding-left: 10px !important;}
.section.pr-10, .pr-10 {padding-right: 10px !important;}

.section.pb-15, .pb-15 {padding-bottom: 15px !important;}
.section.pt-15, .pt-15 {padding-top: 15px !important;}
.section.pl-15, .pl-15 {padding-left: 15px !important;}
.section.pr-15, .pr-15 {padding-right: 15px !important;}

.section.pb-20, .pb-20 {padding-bottom: 20px !important;}
.section.pt-20, .pt-20 {padding-top: 20px !important;}
.section.pl-20, .pl-20 {padding-left: 20px !important;}
.section.pr-20, .pr-20 {padding-right: 20px !important;}

.section.pb-25, .pb-25 {padding-bottom: 25px !important;}
.section.pt-25, .pt-25 {padding-top: 25px !important;}
.section.pl-25, .pl-25 {padding-left: 25px !important;}
.section.pr-25, .pr-25 {padding-right: 25px !important;}

.section.pb-30, .pb-30 {padding-bottom: 30px !important;}
.section.pt-30, .pt-30 {padding-top: 30px !important;}
.section.pl-30, .pl-30 {padding-left: 30px !important;}
.section.pr-30, .pr-30 {padding-right: 30px !important;}

.section.pb-35, .pb-35 {padding-bottom: 35px !important;}
.section.pt-35, .pt-35 {padding-top: 35px !important;}
.section.pl-35, .pl-35 {padding-left: 35px !important;}
.section.pr-35, .pr-35 {padding-right: 35px !important;}

.section.pb-40, .pb-40 {padding-bottom: 40px !important;}
.section.pt-40, .pt-40 {padding-top: 40px !important;}
.section.pl-40, .pl-40 {padding-left: 40px !important;}
.section.pr-40, .pr-40 {padding-right: 40px !important;}

.section.pb-45, .pb-45 {padding-bottom: 45px !important;}
.section.pt-45, .pt-45 {padding-top: 45px !important;}
.section.pl-45, .pl-45 {padding-left: 45px !important;}
.section.pr-45, .pr-45 {padding-right: 45px !important;}

.section.pb-50, .pb-50 {padding-bottom: 50px !important;}
.section.pt-50, .pt-50 {padding-top: 50px !important;}
.section.pl-50, .pl-50 {padding-left: 50px !important;}
.section.pr-50, .pr-50 {padding-right: 50px !important;}

.section.pb-55, .pb-55 {padding-bottom: 55px !important;}
.section.pt-55, .pt-55 {padding-top: 55px !important;}
.section.pl-55, .pl-55 {padding-left: 55px !important;}
.section.pr-55, .pr-55 {padding-right: 55px !important;}

.section.pb-60, .pb-60 {padding-bottom: 60px !important;}
.section.pt-60, .pt-60 {padding-top: 60px !important;}
.section.pl-60, .pl-60 {padding-left: 60px !important;}
.section.pr-60, .pr-60 {padding-right: 60px !important;}

.section.pb-65, .pb-65 {padding-bottom: 65px !important;}
.section.pt-65, .pt-65 {padding-top: 65px !important;}
.section.pl-65, .pl-65 {padding-left: 65px !important;}
.section.pr-65, .pr-65 {padding-right: 65px !important;}

.section.pb-70, .pb-70 {padding-bottom: 70px !important;}
.section.pt-70, .pt-70 {padding-top: 70px !important;}
.section.pl-70, .pl-70 {padding-left: 70px !important;}
.section.pr-70, .pr-70 {padding-right: 70px !important;}

.section.pb-75, .pb-75 {padding-bottom: 75px !important;}
.section.pt-75, .pt-75 {padding-top: 75px !important;}
.section.pl-75, .pl-75 {padding-left: 75px !important;}
.section.pr-75, .pr-75 {padding-right: 75px !important;}

.section.pb-80, .pb-80 {padding-bottom: 80px !important;}
.section.pt-80, .pt-80 {padding-top: 80px !important;}
.section.pl-80, .pl-80 {padding-left: 80px !important;}
.section.pr-80, .pr-80 {padding-right: 80px !important;}

.section.pb-85, .pb-85 {padding-bottom: 85px !important;}
.section.pt-85, .pt-85 {padding-top: 85px !important;}
.section.pl-85, .pl-85 {padding-left: 85px !important;}
.section.pr-85, .pr-85 {padding-right: 85px !important;}

.section.pb-90, .pb-90 {padding-bottom: 90px !important;}
.section.pt-90, .pt-90 {padding-top: 90px !important;}
.section.pl-90, .pl-90 {padding-left: 90px !important;}
.section.pr-90, .pr-90 {padding-right: 90px !important;}

.section.pb-95, .pb-95 {padding-bottom: 95px !important;}
.section.pt-95, .pt-95 {padding-top: 95px !important;}
.section.pl-95, .pl-95 {padding-left: 95px !important;}
.section.pr-95, .pr-95 {padding-right: 95px !important;}

.section.pb-100, .pb-100 {padding-bottom: 100px !important;}
.section.pt-100, .pt-100 {padding-top: 100px !important;}
.section.pl-100, .pl-100 {padding-left: 100px !important;}
.section.pr-100, .pr-100 {padding-right: 100px !important;}

@media (max-width:992px) {
	.section.pb-sm-0, .pb-sm-0 {padding-bottom: 0 !important;}
	.section.pt-sm-0, .pt-sm-0 {padding-top: 0 !important;}
	.section.pl-sm-0, .pl-sm-0 {padding-left: 0 !important;}
	.section.pr-sm-0, .pr-sm-0 {padding-right: 0 !important;}

	.section.pb-sm-5, .pb-sm-5 {padding-bottom: 5px !important;}
	.section.pt-sm-5, .pt-sm-5 {padding-top: 5px !important;}
	.section.pl-sm-5, .pl-sm-5 {padding-left: 5px !important;}
	.section.pr-sm-5, .pr-sm-5 {padding-right: 5px !important;}

	.section.pb-sm-10, .pb-sm-10 {padding-bottom: 10px !important;}
	.section.pt-sm-10, .pt-sm-10 {padding-top: 10px !important;}
	.section.pl-sm-10, .pl-sm-10 {padding-left: 10px !important;}
	.section.pr-sm-10, .pr-sm-10 {padding-right: 10px !important;}

	.section.pb-sm-15, .pb-sm-15 {padding-bottom: 15px !important;}
	.section.pt-sm-15, .pt-sm-15 {padding-top: 15px !important;}
	.section.pl-sm-15, .pl-sm-15 {padding-left: 15px !important;}
	.section.pr-sm-15, .pr-sm-15 {padding-right: 15px !important;}

	.section.pb-sm-20, .pb-sm-20 {padding-bottom: 20px !important;}
	.section.pt-sm-20, .pt-sm-20 {padding-top: 20px !important;}
	.section.pl-sm-20, .pl-sm-20 {padding-left: 20px !important;}
	.section.pr-sm-20, .pr-sm-20 {padding-right: 20px !important;}

	.section.pb-sm-25, .pb-sm-25 {padding-bottom: 25px !important;}
	.section.pt-sm-25, .pt-sm-25 {padding-top: 25px !important;}
	.section.pl-sm-25, .pl-sm-25 {padding-left: 25px !important;}
	.section.pr-sm-25, .pr-sm-25 {padding-right: 25px !important;}

	.section.pb-sm-30, .pb-sm-30 {padding-bottom: 30px !important;}
	.section.pt-sm-30, .pt-sm-30 {padding-top: 30px !important;}
	.section.pl-sm-30, .pl-sm-30 {padding-left: 30px !important;}
	.section.pr-sm-30, .pr-sm-30 {padding-right: 30px !important;}

	.section.pb-sm-35, .pb-sm-35 {padding-bottom: 35px !important;}
	.section.pt-sm-35, .pt-sm-35 {padding-top: 35px !important;}
	.section.pl-sm-35, .pl-sm-35 {padding-left: 35px !important;}
	.section.pr-sm-35, .pr-sm-35 {padding-right: 35px !important;}

	.section.pb-sm-40, .pb-sm-40 {padding-bottom: 40px !important;}
	.section.pt-sm-40, .pt-sm-40 {padding-top: 40px !important;}
	.section.pl-sm-40, .pl-sm-40 {padding-left: 40px !important;}
	.section.pr-sm-40, .pr-sm-40 {padding-right: 40px !important;}

	.section.pb-sm-45, .pb-sm-45 {padding-bottom: 45px !important;}
	.section.pt-sm-45, .pt-sm-45 {padding-top: 45px !important;}
	.section.pl-sm-45, .pl-sm-45 {padding-left: 45px !important;}
	.section.pr-sm-45, .pr-sm-45 {padding-right: 45px !important;}

	.section.pb-sm-50, .pb-sm-50 {padding-bottom: 50px !important;}
	.section.pt-sm-50, .pt-sm-50 {padding-top: 50px !important;}
	.section.pl-sm-50, .pl-sm-50 {padding-left: 50px !important;}
	.section.pr-sm-50, .pr-sm-50 {padding-right: 50px !important;}

	.section.pb-sm-55, .pb-sm-55 {padding-bottom: 55px !important;}
	.section.pt-sm-55, .pt-sm-55 {padding-top: 55px !important;}
	.section.pl-sm-55, .pl-sm-55 {padding-left: 55px !important;}
	.section.pr-sm-55, .pr-sm-55 {padding-right: 55px !important;}

	.section.pb-sm-60, .pb-sm-60 {padding-bottom: 60px !important;}
	.section.pt-sm-60, .pt-sm-60 {padding-top: 60px !important;}
	.section.pl-sm-60, .pl-sm-60 {padding-left: 60px !important;}
	.section.pr-sm-60, .pr-sm-60 {padding-right: 60px !important;}

	.section.pb-sm-65, .pb-sm-65 {padding-bottom: 65px !important;}
	.section.pt-sm-65, .pt-sm-65 {padding-top: 65px !important;}
	.section.pl-sm-65, .pl-sm-65 {padding-left: 65px !important;}
	.section.pr-sm-65, .pr-sm-65 {padding-right: 65px !important;}

	.section.pb-sm-70, .pb-sm-70 {padding-bottom: 70px !important;}
	.section.pt-sm-70, .pt-sm-70 {padding-top: 70px !important;}
	.section.pl-sm-70, .pl-sm-70 {padding-left: 70px !important;}
	.section.pr-sm-70, .pr-sm-70 {padding-right: 70px !important;}

	.section.pb-sm-75, .pb-sm-75 {padding-bottom: 75px !important;}
	.section.pt-sm-75, .pt-sm-75 {padding-top: 75px !important;}
	.section.pl-sm-75, .pl-sm-75 {padding-left: 75px !important;}
	.section.pr-sm-75, .pr-sm-75 {padding-right: 75px !important;}

	.section.pb-sm-80, .pb-sm-80 {padding-bottom: 80px !important;}
	.section.pt-sm-80, .pt-sm-80 {padding-top: 80px !important;}
	.section.pl-sm-80, .pl-sm-80 {padding-left: 80px !important;}
	.section.pr-sm-80, .pr-sm-80 {padding-right: 80px !important;}

	.section.pb-sm-85, .pb-sm-85 {padding-bottom: 85px !important;}
	.section.pt-sm-85, .pt-sm-85 {padding-top: 85px !important;}
	.section.pl-sm-85, .pl-sm-85 {padding-left: 85px !important;}
	.section.pr-sm-85, .pr-sm-85 {padding-right: 85px !important;}

	.section.pb-sm-90, .pb-sm-90 {padding-bottom: 90px !important;}
	.section.pt-sm-90, .pt-sm-90 {padding-top: 90px !important;}
	.section.pl-sm-90, .pl-sm-90 {padding-left: 90px !important;}
	.section.pr-sm-90, .pr-sm-90 {padding-right: 90px !important;}

	.section.pb-sm-95, .pb-sm-95 {padding-bottom: 95px !important;}
	.section.pt-sm-95, .pt-sm-95 {padding-top: 95px !important;}
	.section.pl-sm-95, .pl-sm-95 {padding-left: 95px !important;}
	.section.pr-sm-95, .pr-sm-95 {padding-right: 95px !important;}

	.section.pb-sm-100, .pb-sm-100 {padding-bottom: 100px !important;}
	.section.pt-sm-100, .pt-sm-100 {padding-top: 100px !important;}
	.section.pl-sm-100, .pl-sm-100 {padding-left: 100px !important;}
	.section.pr-sm-100, .pr-sm-100 {padding-right: 100px !important;}
}

@media (max-width:768px) {
	.section.pb-xs-0, .pb-xs-0 {padding-bottom: 0 !important;}
	.section.pt-xs-0, .pt-xs-0 {padding-top: 0 !important;}
	.section.pl-xs-0, .pl-xs-0 {padding-left: 0 !important;}
	.section.pr-xs-0, .pr-xs-0 {padding-right: 0 !important;}

	.section.pb-xs-5, .pb-xs-5 {padding-bottom: 5px !important;}
	.section.pt-xs-5, .pt-xs-5 {padding-top: 5px !important;}
	.section.pl-xs-5, .pl-xs-5 {padding-left: 5px !important;}
	.section.pr-xs-5, .pr-xs-5 {padding-right: 5px !important;}

	.section.pb-xs-10, .pb-xs-10 {padding-bottom: 10px !important;}
	.section.pt-xs-10, .pt-xs-10 {padding-top: 10px !important;}
	.section.pl-xs-10, .pl-xs-10 {padding-left: 10px !important;}
	.section.pr-xs-10, .pr-xs-10 {padding-right: 10px !important;}

	.section.pb-xs-15, .pb-xs-15 {padding-bottom: 15px !important;}
	.section.pt-xs-15, .pt-xs-15 {padding-top: 15px !important;}
	.section.pl-xs-15, .pl-xs-15 {padding-left: 15px !important;}
	.section.pr-xs-15, .pr-xs-15 {padding-right: 15px !important;}

	.section.pb-xs-20, .pb-xs-20 {padding-bottom: 20px !important;}
	.section.pt-xs-20, .pt-xs-20 {padding-top: 20px !important;}
	.section.pl-xs-20, .pl-xs-20 {padding-left: 20px !important;}
	.section.pr-xs-20, .pr-xs-20 {padding-right: 20px !important;}

	.section.pb-xs-25, .pb-xs-25 {padding-bottom: 25px !important;}
	.section.pt-xs-25, .pt-xs-25 {padding-top: 25px !important;}
	.section.pl-xs-25, .pl-xs-25 {padding-left: 25px !important;}
	.section.pr-xs-25, .pr-xs-25 {padding-right: 25px !important;}

	.section.pb-xs-30, .pb-xs-30 {padding-bottom: 30px !important;}
	.section.pt-xs-30, .pt-xs-30 {padding-top: 30px !important;}
	.section.pl-xs-30, .pl-xs-30 {padding-left: 30px !important;}
	.section.pr-xs-30, .pr-xs-30 {padding-right: 30px !important;}

	.section.pb-xs-35, .pb-xs-35 {padding-bottom: 35px !important;}
	.section.pt-xs-35, .pt-xs-35 {padding-top: 35px !important;}
	.section.pl-xs-35, .pl-xs-35 {padding-left: 35px !important;}
	.section.pr-xs-35, .pr-xs-35 {padding-right: 35px !important;}

	.section.pb-xs-40, .pb-xs-40 {padding-bottom: 40px !important;}
	.section.pt-xs-40, .pt-xs-40 {padding-top: 40px !important;}
	.section.pl-xs-40, .pl-xs-40 {padding-left: 40px !important;}
	.section.pr-xs-40, .pr-xs-40 {padding-right: 40px !important;}

	.section.pb-xs-45, .pb-xs-45 {padding-bottom: 45px !important;}
	.section.pt-xs-45, .pt-xs-45 {padding-top: 45px !important;}
	.section.pl-xs-45, .pl-xs-45 {padding-left: 45px !important;}
	.section.pr-xs-45, .pr-xs-45 {padding-right: 45px !important;}

	.section.pb-xs-50, .pb-xs-50 {padding-bottom: 50px !important;}
	.section.pt-xs-50, .pt-xs-50 {padding-top: 50px !important;}
	.section.pl-xs-50, .pl-xs-50 {padding-left: 50px !important;}
	.section.pr-xs-50, .pr-xs-50 {padding-right: 50px !important;}

	.section.pb-xs-55, .pb-xs-55 {padding-bottom: 55px !important;}
	.section.pt-xs-55, .pt-xs-55 {padding-top: 55px !important;}
	.section.pl-xs-55, .pl-xs-55 {padding-left: 55px !important;}
	.section.pr-xs-55, .pr-xs-55 {padding-right: 55px !important;}

	.section.pb-xs-60, .pb-xs-60 {padding-bottom: 60px !important;}
	.section.pt-xs-60, .pt-xs-60 {padding-top: 60px !important;}
	.section.pl-xs-60, .pl-xs-60 {padding-left: 60px !important;}
	.section.pr-xs-60, .pr-xs-60 {padding-right: 60px !important;}

	.section.pb-xs-65, .pb-xs-65 {padding-bottom: 65px !important;}
	.section.pt-xs-65, .pt-xs-65 {padding-top: 65px !important;}
	.section.pl-xs-65, .pl-xs-65 {padding-left: 65px !important;}
	.section.pr-xs-65, .pr-xs-65 {padding-right: 65px !important;}

	.section.pb-xs-70, .pb-xs-70 {padding-bottom: 70px !important;}
	.section.pt-xs-70, .pt-xs-70 {padding-top: 70px !important;}
	.section.pl-xs-70, .pl-xs-70 {padding-left: 70px !important;}
	.section.pr-xs-70, .pr-xs-70 {padding-right: 70px !important;}

	.section.pb-xs-75, .pb-xs-75 {padding-bottom: 75px !important;}
	.section.pt-xs-75, .pt-xs-75 {padding-top: 75px !important;}
	.section.pl-xs-75, .pl-xs-75 {padding-left: 75px !important;}
	.section.pr-xs-75, .pr-xs-75 {padding-right: 75px !important;}

	.section.pb-xs-80, .pb-xs-80 {padding-bottom: 80px !important;}
	.section.pt-xs-80, .pt-xs-80 {padding-top: 80px !important;}
	.section.pl-xs-80, .pl-xs-80 {padding-left: 80px !important;}
	.section.pr-xs-80, .pr-xs-80 {padding-right: 80px !important;}

	.section.pb-xs-85, .pb-xs-85 {padding-bottom: 85px !important;}
	.section.pt-xs-85, .pt-xs-85 {padding-top: 85px !important;}
	.section.pl-xs-85, .pl-xs-85 {padding-left: 85px !important;}
	.section.pr-xs-85, .pr-xs-85 {padding-right: 85px !important;}

	.section.pb-xs-90, .pb-xs-90 {padding-bottom: 90px !important;}
	.section.pt-xs-90, .pt-xs-90 {padding-top: 90px !important;}
	.section.pl-xs-90, .pl-xs-90 {padding-left: 90px !important;}
	.section.pr-xs-90, .pr-xs-90 {padding-right: 90px !important;}

	.section.pb-xs-95, .pb-xs-95 {padding-bottom: 95px !important;}
	.section.pt-xs-95, .pt-xs-95 {padding-top: 95px !important;}
	.section.pl-xs-95, .pl-xs-95 {padding-left: 95px !important;}
	.section.pr-xs-95, .pr-xs-95 {padding-right: 95px !important;}

	.section.pb-xs-100, .pb-xs-100 {padding-bottom: 100px !important;}
	.section.pt-xs-100, .pt-xs-100 {padding-top: 100px !important;}
	.section.pl-xs-100, .pl-xs-100 {padding-left: 100px !important;}
	.section.pr-xs-100, .pr-xs-100 {padding-right: 100px !important;}
}


.w-200p {width: 200% !important;}
.w-195p {width: 195% !important;}
.w-190p {width: 190% !important;}
.w-185p {width: 185% !important;}
.w-180p {width: 180% !important;}
.w-175p {width: 175% !important;}
.w-170p {width: 170% !important;}
.w-165p {width: 165% !important;}
.w-160p {width: 160% !important;}
.w-155p {width: 155% !important;}
.w-150p {width: 150% !important;}
.w-145p {width: 145% !important;}
.w-140p {width: 140% !important;}
.w-135p {width: 135% !important;}
.w-130p {width: 130% !important;}
.w-125p {width: 125% !important;}
.w-120p {width: 120% !important;}
.w-115p {width: 115% !important;}
.w-110p {width: 110% !important;}
.w-105p {width: 105% !important;}
.w-100p {width: 100% !important;}
.w-95p {width: 95% !important;}
.w-90p {width: 90% !important;}
.w-85p {width: 85% !important;}
.w-80p {width: 80% !important;}
.w-75p {width: 75% !important;}
.w-70p {width: 70% !important;}
.w-65p {width: 65% !important;}
.w-60p {width: 60% !important;}
.w-55p {width: 55% !important;}
.w-50p {width: 50% !important;}
.w-45p {width: 45% !important;}
.w-40p {width: 40% !important;}
.w-35p {width: 35% !important;}
.w-30p {width: 30% !important;}
.w-25p {width: 25% !important;}
.w-20p {width: 20% !important;}
.w-15p {width: 15% !important;}
.w-10p {width: 10% !important;}
.w-5p {width: 5% !important;}


@media (max-width: 991px) {
	.w-sm-200p {width: 200% !important;}
	.w-sm-195p {width: 195% !important;}
	.w-sm-190p {width: 190% !important;}
	.w-sm-185p {width: 185% !important;}
	.w-sm-180p {width: 180% !important;}
	.w-sm-175p {width: 175% !important;}
	.w-sm-170p {width: 170% !important;}
	.w-sm-165p {width: 165% !important;}
	.w-sm-160p {width: 160% !important;}
	.w-sm-155p {width: 155% !important;}
	.w-sm-150p {width: 150% !important;}
	.w-sm-145p {width: 145% !important;}
	.w-sm-140p {width: 140% !important;}
	.w-sm-135p {width: 135% !important;}
	.w-sm-130p {width: 130% !important;}
	.w-sm-125p {width: 125% !important;}
	.w-sm-120p {width: 120% !important;}
	.w-sm-115p {width: 115% !important;}
	.w-sm-110p {width: 110% !important;}
	.w-sm-105p {width: 105% !important;}
	.w-sm-100p {width: 100% !important;}
	.w-sm-95p {width: 95% !important;}
	.w-sm-90p {width: 90% !important;}
	.w-sm-85p {width: 85% !important;}
	.w-sm-80p {width: 80% !important;}
	.w-sm-75p {width: 75% !important;}
	.w-sm-70p {width: 70% !important;}
	.w-sm-65p {width: 65% !important;}
	.w-sm-60p {width: 60% !important;}
	.w-sm-55p {width: 55% !important;}
	.w-sm-50p {width: 50% !important;}
	.w-sm-45p {width: 45% !important;}
	.w-sm-40p {width: 40% !important;}
	.w-sm-35p {width: 35% !important;}
	.w-sm-30p {width: 30% !important;}
	.w-sm-25p {width: 25% !important;}
	.w-sm-20p {width: 20% !important;}
	.w-sm-15p {width: 15% !important;}
	.w-sm-10p {width: 10% !important;}
	.w-sm-5p {width: 5% !important;}
}

@media (max-width: 767px) {
	.w-xs-200p {width: 200% !important;}
	.w-xs-195p {width: 195% !important;}
	.w-xs-190p {width: 190% !important;}
	.w-xs-185p {width: 185% !important;}
	.w-xs-180p {width: 180% !important;}
	.w-xs-175p {width: 175% !important;}
	.w-xs-170p {width: 170% !important;}
	.w-xs-165p {width: 165% !important;}
	.w-xs-160p {width: 160% !important;}
	.w-xs-155p {width: 155% !important;}
	.w-xs-150p {width: 150% !important;}
	.w-xs-145p {width: 145% !important;}
	.w-xs-140p {width: 140% !important;}
	.w-xs-135p {width: 135% !important;}
	.w-xs-130p {width: 130% !important;}
	.w-xs-125p {width: 125% !important;}
	.w-xs-120p {width: 120% !important;}
	.w-xs-115p {width: 115% !important;}
	.w-xs-110p {width: 110% !important;}
	.w-xs-105p {width: 105% !important;}
	.w-xs-100p {width: 100% !important;}
	.w-xs-95p {width: 95% !important;}
	.w-xs-90p {width: 90% !important;}
	.w-xs-85p {width: 85% !important;}
	.w-xs-80p {width: 80% !important;}
	.w-xs-75p {width: 75% !important;}
	.w-xs-70p {width: 70% !important;}
	.w-xs-65p {width: 65% !important;}
	.w-xs-60p {width: 60% !important;}
	.w-xs-55p {width: 55% !important;}
	.w-xs-50p {width: 50% !important;}
	.w-xs-45p {width: 45% !important;}
	.w-xs-40p {width: 40% !important;}
	.w-xs-35p {width: 35% !important;}
	.w-xs-30p {width: 30% !important;}
	.w-xs-25p {width: 25% !important;}
	.w-xs-20p {width: 20% !important;}
	.w-xs-15p {width: 15% !important;}
	.w-xs-10p {width: 10% !important;}
	.w-xs-5p {width: 5% !important;}
}

@media (max-width: 460px) {
	.w-xxs-200p {width: 200% !important;}
	.w-xxs-195p {width: 195% !important;}
	.w-xxs-190p {width: 190% !important;}
	.w-xxs-185p {width: 185% !important;}
	.w-xxs-180p {width: 180% !important;}
	.w-xxs-175p {width: 175% !important;}
	.w-xxs-170p {width: 170% !important;}
	.w-xxs-165p {width: 165% !important;}
	.w-xxs-160p {width: 160% !important;}
	.w-xxs-155p {width: 155% !important;}
	.w-xxs-150p {width: 150% !important;}
	.w-xxs-145p {width: 145% !important;}
	.w-xxs-140p {width: 140% !important;}
	.w-xxs-135p {width: 135% !important;}
	.w-xxs-130p {width: 130% !important;}
	.w-xxs-125p {width: 125% !important;}
	.w-xxs-120p {width: 120% !important;}
	.w-xxs-115p {width: 115% !important;}
	.w-xxs-110p {width: 110% !important;}
	.w-xxs-105p {width: 105% !important;}
	.w-xxs-100p {width: 100% !important;}
	.w-xxs-95p {width: 95% !important;}
	.w-xxs-90p {width: 90% !important;}
	.w-xxs-85p {width: 85% !important;}
	.w-xxs-80p {width: 80% !important;}
	.w-xxs-75p {width: 75% !important;}
	.w-xxs-70p {width: 70% !important;}
	.w-xxs-65p {width: 65% !important;}
	.w-xxs-60p {width: 60% !important;}
	.w-xxs-55p {width: 55% !important;}
	.w-xxs-50p {width: 50% !important;}
	.w-xxs-45p {width: 45% !important;}
	.w-xxs-40p {width: 40% !important;}
	.w-xxs-35p {width: 35% !important;}
	.w-xxs-30p {width: 30% !important;}
	.w-xxs-25p {width: 25% !important;}
	.w-xxs-20p {width: 20% !important;}
	.w-xxs-15p {width: 15% !important;}
	.w-xxs-10p {width: 10% !important;}
	.w-xxs-5p {width: 5% !important;}
}

/* Display */
.block {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.flex {display: flex;flex-wrap: wrap;}
.flex.align-center {align-items: center;}
.flex.align-top {align-items: flex-start;}
.flex.align-bottom {align-items: flex-end;}
.grid {display: grid;overflow: hidden;}

@media (max-width: 991px) {
	.block-sm {display: block;}
	.inline-sm {display: inline;}
	.inline-block-sm {display: inline-block;}
	.flex-sm {display: flex;flex-wrap: wrap;}
}
@media (max-width: 767px) {
	.block-xs {display: block;}
	.inline-xs {display: inline;}
	.inline-block-xs {display: inline-block;}
	.flex-xs {display: flex;flex-wrap: wrap;}
}

/* flex */
.flex-50 {flex: 50%}
.flex-33 {flex: 33%}

.mlr-auto {margin: 0 auto;}
.f-none {float: none;}

/* backgorund */
.bg-cover {background-size: cover;}
.bg-norepeat {background-repeat: no-repeat;}
.bg-centercenter {background-position: center center;}
.bg-fixed {background-attachment: fixed;}
@supports (-webkit-touch-callout: none) {
  .bg-fixed {background-attachment: scroll;}
}

.posr {position: relative;}
.posa {position: absolute;}
.posf {position: fixed;}
.posi {position: inherit;}
.poss {position: static;}
@media (max-width: 991px) {
	.posr-sm {position: relative;}
	.posa-sm {position: absolute;}
	.posf-sm {position: fixed;}
	.posi-sm {position: inherit;}
	.poss-sm {position: static;}
}
@media (max-width: 767px) {
	.posr-xs {position: relative;}
	.posa-xs {position: absolute;}
	.posf-xs {position: fixed;}
	.posi-xs {position: inherit;}
	.poss-xs {position: static;}
}


/* line-height */
.lh-0 {line-height: 0}
.lh-01 {line-height: 0.1}
.lh-02 {line-height: 0.2}
.lh-03 {line-height: 0.3}
.lh-04 {line-height: 0.4}
.lh-05 {line-height: 0.5}
.lh-06 {line-height: 0.6}
.lh-07 {line-height: 0.7}
.lh-08 {line-height: 0.8}
.lh-09 {line-height: 0.9}
.lh-1 {line-height: 1}
.lh-11 {line-height: 1.1}
.lh-12 {line-height: 1.2}
.lh-13 {line-height: 1.3}
.lh-14 {line-height: 1.4}
.lh-15 {line-height: 1.5}
.lh-16 {line-height: 1.6}
.lh-17 {line-height: 1.7}
.lh-18 {line-height: 1.8}
.lh-19 {line-height: 1.9}
.lh-2 {line-height: 2}
.lh-21 {line-height: 2.1}
.lh-22 {line-height: 2.2}
.lh-23 {line-height: 2.3}
.lh-24 {line-height: 2.4}
.lh-25 {line-height: 2.5}
.lh-26 {line-height: 2.6}
.lh-27 {line-height: 2.7}
.lh-28 {line-height: 2.8}
.lh-29 {line-height: 2.9}
.lh-3 {line-height: 3}
.lh-31 {line-height: 3.1}
.lh-32 {line-height: 3.2}
.lh-33 {line-height: 3.3}
.lh-34 {line-height: 3.4}
.lh-35 {line-height: 3.5}
.lh-36 {line-height: 3.6}
.lh-37 {line-height: 3.7}
.lh-38 {line-height: 3.8}
.lh-39 {line-height: 3.9}


/* Hightlight */
::selection {
	background: #1196ba;
	color: #fff;
}
::-moz-selection {
	background: #1196ba;
	color: #fff;
}
::-ms-selection {
	background: #1196ba;
	color: #fff;
}
::-o-selection {
	background: #1196ba;
	color: #fff;
}

/* Nav */
#menu-right-side-menu.nav {
	float: right;
}

/* slick override */
.slick-prev {
	/* left: -435px; */
	padding-right: 15px;
}

.slick-next {
	/* right: -435px; */
	padding-left: 20px;
}

.slick-prev,
.slick-next {
	z-index: 4;
	height: 100%;
	width: 490px;
	position: absolute;
	padding: 0;
	font-size: 0;
	line-height: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-prev {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

.slick-next:before, .slick-prev:before {
	font-family: 'icomoon';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.slick-next:before {
	content: '\f27f';
	float: left;
}

.slick-prev:before {
	content: '\f27e';
	float: right;
	left: 5px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 75px;
	opacity: 1;
	color: var(--charcoal);
	line-height: 0;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	color: var(--bluelagoon);
}
.slick-list {
	overflow: visible;
}
.link_arrow {
  display: inline-block;
  font: normal normal normal 14px/1 "icomoon";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.link_arrow:before {
  content: "\f27f";
}
@media (max-width: 845px) {
	.slick-prev,
	.slick-next {
		width: 170px;
	}
	.slick-prev:hover,
	.slick-next:hover {
		cursor: pointer;
	}
	.slick-prev {
		left: -100px;
	}
	.slick-next {
		right: -100px;
	}
	.slick-prev:before,
	.slick-next:before {
		position: relative;
	}
	.slick-prev:before {
		left: -40%;
	}
	.slick-next:before {
		right: -40%;
	}
}
@media (max-width: 768px) {
	.slick-prev:before {
		left: -30%;
	}
	.slick-next:before {
		right: -30%;
	}
	.slick-next::before,
	.slick-prev::before {
		font-size: 45px;
	}
}
@media (max-width: 415px) {
	.slick-next, .slick-prev {
		width: 6%;
	}
	.slick-prev:hover,
	.slick-next:hover {
		cursor: pointer;
	}
	.slick-prev {
		left: -100px;
	}
	.slick-next {
		right: -100px;
	}
	.slick-prev:before,
	.slick-next:before {
		position: relative;
	}
	.slick-prev:before {
		left: 0;
	}
	.slick-next:before {
		right: 0;
	}
	.applications .apps .app-wrap {
		padding: 0 30px;
	}
}

/* List style types */
.list-circle li {list-style-type: circle !important;}
.list-square li {list-style-type: square !important;}
.list-upper-roman li {list-style-type: upper-roman !important;}
.list-lower-alpha li {list-style-type: lower-alpha !important;}


.font-10 {font-size: 10px;}
.font-11 {font-size: 11px;}
.font-12 {font-size: 12px;}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-15 {font-size: 15px;}
.font-16 {font-size: 16px;}
.font-17 {font-size: 17px;}
.font-18 {font-size: 18px;}
.font-19 {font-size: 19px;}
.font-20 {font-size: 20px;}
.font-21 {font-size: 21px;}
.font-22 {font-size: 22px;}
.font-23 {font-size: 23px;}
.font-24 {font-size: 24px;}
.font-25 {font-size: 25px;}
.font-26 {font-size: 26px;}
.font-27 {font-size: 27px;}
.font-28 {font-size: 28px;}
.font-29 {font-size: 29px;}
.font-30 {font-size: 30px;}
.font-31 {font-size: 31px;}
.font-32 {font-size: 32px;}
.font-33 {font-size: 33px;}
.font-34 {font-size: 34px;}
.font-35 {font-size: 35px;}
.font-36 {font-size: 36px;}
.font-37 {font-size: 37px;}
.font-38 {font-size: 38px;}
.font-39 {font-size: 39px;}
.font-40 {font-size: 40px;}
.font-41 {font-size: 41px;}
.font-42 {font-size: 42px;}
.font-43 {font-size: 43px;}
.font-44 {font-size: 44px;}
.font-45 {font-size: 45px;}
.font-46 {font-size: 46px;}
.font-47 {font-size: 47px;}
.font-48 {font-size: 48px;}
.font-49 {font-size: 49px;}
.font-50 {font-size: 50px;}
.font-51 {font-size: 51px;}
.font-52 {font-size: 52px;}
.font-53 {font-size: 53px;}
.font-54 {font-size: 54px;}
.font-55 {font-size: 55px;}
.font-56 {font-size: 56px;}
.font-57 {font-size: 57px;}
.font-58 {font-size: 58px;}
.font-59 {font-size: 59px;}
.font-60 {font-size: 60px;}
.font-61 {font-size: 61px;}
.font-62 {font-size: 62px;}
.font-63 {font-size: 63px;}
.font-64 {font-size: 64px;}
.font-65 {font-size: 65px;}
.font-66 {font-size: 66px;}
.font-67 {font-size: 67px;}
.font-68 {font-size: 68px;}
.font-69 {font-size: 69px;}
.font-70 {font-size: 70px;}
.font-71 {font-size: 71px;}
.font-72 {font-size: 72px;}
.font-73 {font-size: 73px;}
.font-74 {font-size: 74px;}
.font-75 {font-size: 75px;}
.font-76 {font-size: 76px;}
.font-77 {font-size: 77px;}
.font-78 {font-size: 78px;}
.font-79 {font-size: 79px;}
.font-80 {font-size: 80px;}
.font-81 {font-size: 81px;}
.font-82 {font-size: 82px;}
.font-83 {font-size: 83px;}
.font-84 {font-size: 84px;}
.font-85 {font-size: 85px;}
.font-86 {font-size: 86px;}
.font-87 {font-size: 87px;}
.font-88 {font-size: 88px;}
.font-89 {font-size: 89px;}
.font-90 {font-size: 90px;}
.font-91 {font-size: 91px;}
.font-92 {font-size: 92px;}
.font-93 {font-size: 93px;}
.font-94 {font-size: 94px;}
.font-95 {font-size: 95px;}
.font-96 {font-size: 96px;}
.font-97 {font-size: 97px;}
.font-98 {font-size: 98px;}
.font-99 {font-size: 99px;}
.font-100 {font-size: 100px;}

@media (max-width: 991px) {
	.font-sm-10 {font-size: 10px;}
	.font-sm-11 {font-size: 11px;}
	.font-sm-12 {font-size: 12px;}
	.font-sm-13 {font-size: 13px;}
	.font-sm-14 {font-size: 14px;}
	.font-sm-15 {font-size: 15px;}
	.font-sm-16 {font-size: 16px;}
	.font-sm-17 {font-size: 17px;}
	.font-sm-18 {font-size: 18px;}
	.font-sm-19 {font-size: 19px;}
	.font-sm-20 {font-size: 20px;}
	.font-sm-21 {font-size: 21px;}
	.font-sm-22 {font-size: 22px;}
	.font-sm-23 {font-size: 23px;}
	.font-sm-24 {font-size: 24px;}
	.font-sm-25 {font-size: 25px;}
	.font-sm-26 {font-size: 26px;}
	.font-sm-27 {font-size: 27px;}
	.font-sm-28 {font-size: 28px;}
	.font-sm-29 {font-size: 29px;}
	.font-sm-30 {font-size: 30px;}
	.font-sm-31 {font-size: 31px;}
	.font-sm-32 {font-size: 32px;}
	.font-sm-33 {font-size: 33px;}
	.font-sm-34 {font-size: 34px;}
	.font-sm-35 {font-size: 35px;}
	.font-sm-36 {font-size: 36px;}
	.font-sm-37 {font-size: 37px;}
	.font-sm-38 {font-size: 38px;}
	.font-sm-39 {font-size: 39px;}
	.font-sm-40 {font-size: 40px;}
	.font-sm-41 {font-size: 41px;}
	.font-sm-42 {font-size: 42px;}
	.font-sm-43 {font-size: 43px;}
	.font-sm-44 {font-size: 44px;}
	.font-sm-45 {font-size: 45px;}
	.font-sm-46 {font-size: 46px;}
	.font-sm-47 {font-size: 47px;}
	.font-sm-48 {font-size: 48px;}
	.font-sm-49 {font-size: 49px;}
	.font-sm-50 {font-size: 50px;}
	.font-sm-51 {font-size: 51px;}
	.font-sm-52 {font-size: 52px;}
	.font-sm-53 {font-size: 53px;}
	.font-sm-54 {font-size: 54px;}
	.font-sm-55 {font-size: 55px;}
	.font-sm-56 {font-size: 56px;}
	.font-sm-57 {font-size: 57px;}
	.font-sm-58 {font-size: 58px;}
	.font-sm-59 {font-size: 59px;}
	.font-sm-60 {font-size: 60px;}
	.font-sm-61 {font-size: 61px;}
	.font-sm-62 {font-size: 62px;}
	.font-sm-63 {font-size: 63px;}
	.font-sm-64 {font-size: 64px;}
	.font-sm-65 {font-size: 65px;}
	.font-sm-66 {font-size: 66px;}
	.font-sm-67 {font-size: 67px;}
	.font-sm-68 {font-size: 68px;}
	.font-sm-69 {font-size: 69px;}
	.font-sm-70 {font-size: 70px;}
	.font-sm-71 {font-size: 71px;}
	.font-sm-72 {font-size: 72px;}
	.font-sm-73 {font-size: 73px;}
	.font-sm-74 {font-size: 74px;}
	.font-sm-75 {font-size: 75px;}
	.font-sm-76 {font-size: 76px;}
	.font-sm-77 {font-size: 77px;}
	.font-sm-78 {font-size: 78px;}
	.font-sm-79 {font-size: 79px;}
	.font-sm-80 {font-size: 80px;}
	.font-sm-81 {font-size: 81px;}
	.font-sm-82 {font-size: 82px;}
	.font-sm-83 {font-size: 83px;}
	.font-sm-84 {font-size: 84px;}
	.font-sm-85 {font-size: 85px;}
	.font-sm-86 {font-size: 86px;}
	.font-sm-87 {font-size: 87px;}
	.font-sm-88 {font-size: 88px;}
	.font-sm-89 {font-size: 89px;}
	.font-sm-90 {font-size: 90px;}
	.font-sm-91 {font-size: 91px;}
	.font-sm-92 {font-size: 92px;}
	.font-sm-93 {font-size: 93px;}
	.font-sm-94 {font-size: 94px;}
	.font-sm-95 {font-size: 95px;}
	.font-sm-96 {font-size: 96px;}
	.font-sm-97 {font-size: 97px;}
	.font-sm-98 {font-size: 98px;}
	.font-sm-99 {font-size: 99px;}
	.font-sm-100 {font-size: 100px;}
}

@media (max-width: 768px) {
	.font-xs-10 {font-size: 10px;}
	.font-xs-11 {font-size: 11px;}
	.font-xs-12 {font-size: 12px;}
	.font-xs-13 {font-size: 13px;}
	.font-xs-14 {font-size: 14px;}
	.font-xs-15 {font-size: 15px;}
	.font-xs-16 {font-size: 16px;}
	.font-xs-17 {font-size: 17px;}
	.font-xs-18 {font-size: 18px;}
	.font-xs-19 {font-size: 19px;}
	.font-xs-20 {font-size: 20px;}
	.font-xs-21 {font-size: 21px;}
	.font-xs-22 {font-size: 22px;}
	.font-xs-23 {font-size: 23px;}
	.font-xs-24 {font-size: 24px;}
	.font-xs-25 {font-size: 25px;}
	.font-xs-26 {font-size: 26px;}
	.font-xs-27 {font-size: 27px;}
	.font-xs-28 {font-size: 28px;}
	.font-xs-29 {font-size: 29px;}
	.font-xs-30 {font-size: 30px;}
	.font-xs-31 {font-size: 31px;}
	.font-xs-32 {font-size: 32px;}
	.font-xs-33 {font-size: 33px;}
	.font-xs-34 {font-size: 34px;}
	.font-xs-35 {font-size: 35px;}
	.font-xs-36 {font-size: 36px;}
	.font-xs-37 {font-size: 37px;}
	.font-xs-38 {font-size: 38px;}
	.font-xs-39 {font-size: 39px;}
	.font-xs-40 {font-size: 40px;}
	.font-xs-41 {font-size: 41px;}
	.font-xs-42 {font-size: 42px;}
	.font-xs-43 {font-size: 43px;}
	.font-xs-44 {font-size: 44px;}
	.font-xs-45 {font-size: 45px;}
	.font-xs-46 {font-size: 46px;}
	.font-xs-47 {font-size: 47px;}
	.font-xs-48 {font-size: 48px;}
	.font-xs-49 {font-size: 49px;}
	.font-xs-50 {font-size: 50px;}
	.font-xs-51 {font-size: 51px;}
	.font-xs-52 {font-size: 52px;}
	.font-xs-53 {font-size: 53px;}
	.font-xs-54 {font-size: 54px;}
	.font-xs-55 {font-size: 55px;}
	.font-xs-56 {font-size: 56px;}
	.font-xs-57 {font-size: 57px;}
	.font-xs-58 {font-size: 58px;}
	.font-xs-59 {font-size: 59px;}
	.font-xs-60 {font-size: 60px;}
	.font-xs-61 {font-size: 61px;}
	.font-xs-62 {font-size: 62px;}
	.font-xs-63 {font-size: 63px;}
	.font-xs-64 {font-size: 64px;}
	.font-xs-65 {font-size: 65px;}
	.font-xs-66 {font-size: 66px;}
	.font-xs-67 {font-size: 67px;}
	.font-xs-68 {font-size: 68px;}
	.font-xs-69 {font-size: 69px;}
	.font-xs-70 {font-size: 70px;}
	.font-xs-71 {font-size: 71px;}
	.font-xs-72 {font-size: 72px;}
	.font-xs-73 {font-size: 73px;}
	.font-xs-74 {font-size: 74px;}
	.font-xs-75 {font-size: 75px;}
	.font-xs-76 {font-size: 76px;}
	.font-xs-77 {font-size: 77px;}
	.font-xs-78 {font-size: 78px;}
	.font-xs-79 {font-size: 79px;}
	.font-xs-80 {font-size: 80px;}
	.font-xs-81 {font-size: 81px;}
	.font-xs-82 {font-size: 82px;}
	.font-xs-83 {font-size: 83px;}
	.font-xs-84 {font-size: 84px;}
	.font-xs-85 {font-size: 85px;}
	.font-xs-86 {font-size: 86px;}
	.font-xs-87 {font-size: 87px;}
	.font-xs-88 {font-size: 88px;}
	.font-xs-89 {font-size: 89px;}
	.font-xs-90 {font-size: 90px;}
	.font-xs-91 {font-size: 91px;}
	.font-xs-92 {font-size: 92px;}
	.font-xs-93 {font-size: 93px;}
	.font-xs-94 {font-size: 94px;}
	.font-xs-95 {font-size: 95px;}
	.font-xs-96 {font-size: 96px;}
	.font-xs-97 {font-size: 97px;}
	.font-xs-98 {font-size: 98px;}
	.font-xs-99 {font-size: 99px;}
	.font-xs-100 {font-size: 100px;}
}

@media (max-width: 481px) {
	.font-xxs-10 {font-size: 10px;}
	.font-xxs-11 {font-size: 11px;}
	.font-xxs-12 {font-size: 12px;}
	.font-xxs-13 {font-size: 13px;}
	.font-xxs-14 {font-size: 14px;}
	.font-xxs-15 {font-size: 15px;}
	.font-xxs-16 {font-size: 16px;}
	.font-xxs-17 {font-size: 17px;}
	.font-xxs-18 {font-size: 18px;}
	.font-xxs-19 {font-size: 19px;}
	.font-xxs-20 {font-size: 20px;}
	.font-xxs-21 {font-size: 21px;}
	.font-xxs-22 {font-size: 22px;}
	.font-xxs-23 {font-size: 23px;}
	.font-xxs-24 {font-size: 24px;}
	.font-xxs-25 {font-size: 25px;}
	.font-xxs-26 {font-size: 26px;}
	.font-xxs-27 {font-size: 27px;}
	.font-xxs-28 {font-size: 28px;}
	.font-xxs-29 {font-size: 29px;}
	.font-xxs-30 {font-size: 30px;}
	.font-xxs-31 {font-size: 31px;}
	.font-xxs-32 {font-size: 32px;}
	.font-xxs-33 {font-size: 33px;}
	.font-xxs-34 {font-size: 34px;}
	.font-xxs-35 {font-size: 35px;}
	.font-xxs-36 {font-size: 36px;}
	.font-xxs-37 {font-size: 37px;}
	.font-xxs-38 {font-size: 38px;}
	.font-xxs-39 {font-size: 39px;}
	.font-xxs-40 {font-size: 40px;}
	.font-xxs-41 {font-size: 41px;}
	.font-xxs-42 {font-size: 42px;}
	.font-xxs-43 {font-size: 43px;}
	.font-xxs-44 {font-size: 44px;}
	.font-xxs-45 {font-size: 45px;}
	.font-xxs-46 {font-size: 46px;}
	.font-xxs-47 {font-size: 47px;}
	.font-xxs-48 {font-size: 48px;}
	.font-xxs-49 {font-size: 49px;}
	.font-xxs-50 {font-size: 50px;}
	.font-xxs-51 {font-size: 51px;}
	.font-xxs-52 {font-size: 52px;}
	.font-xxs-53 {font-size: 53px;}
	.font-xxs-54 {font-size: 54px;}
	.font-xxs-55 {font-size: 55px;}
	.font-xxs-56 {font-size: 56px;}
	.font-xxs-57 {font-size: 57px;}
	.font-xxs-58 {font-size: 58px;}
	.font-xxs-59 {font-size: 59px;}
	.font-xxs-60 {font-size: 60px;}
	.font-xxs-61 {font-size: 61px;}
	.font-xxs-62 {font-size: 62px;}
	.font-xxs-63 {font-size: 63px;}
	.font-xxs-64 {font-size: 64px;}
	.font-xxs-65 {font-size: 65px;}
	.font-xxs-66 {font-size: 66px;}
	.font-xxs-67 {font-size: 67px;}
	.font-xxs-68 {font-size: 68px;}
	.font-xxs-69 {font-size: 69px;}
	.font-xxs-70 {font-size: 70px;}
	.font-xxs-71 {font-size: 71px;}
	.font-xxs-72 {font-size: 72px;}
	.font-xxs-73 {font-size: 73px;}
	.font-xxs-74 {font-size: 74px;}
	.font-xxs-75 {font-size: 75px;}
	.font-xxs-76 {font-size: 76px;}
	.font-xxs-77 {font-size: 77px;}
	.font-xxs-78 {font-size: 78px;}
	.font-xxs-79 {font-size: 79px;}
	.font-xxs-80 {font-size: 80px;}
	.font-xxs-81 {font-size: 81px;}
	.font-xxs-82 {font-size: 82px;}
	.font-xxs-83 {font-size: 83px;}
	.font-xxs-84 {font-size: 84px;}
	.font-xxs-85 {font-size: 85px;}
	.font-xxs-86 {font-size: 86px;}
	.font-xxs-87 {font-size: 87px;}
	.font-xxs-88 {font-size: 88px;}
	.font-xxs-89 {font-size: 89px;}
	.font-xxs-90 {font-size: 90px;}
	.font-xxs-91 {font-size: 91px;}
	.font-xxs-92 {font-size: 92px;}
	.font-xxs-93 {font-size: 93px;}
	.font-xxs-94 {font-size: 94px;}
	.font-xxs-95 {font-size: 95px;}
	.font-xxs-96 {font-size: 96px;}
	.font-xxs-97 {font-size: 97px;}
	.font-xxs-98 {font-size: 98px;}
	.font-xxs-99 {font-size: 99px;}
	.font-xxs-100 {font-size: 100px;}
}


.font-uppercsae {text-transform: uppercase !important;}
.font-lowercase {text-transform: lowercase !important;}
.font-capitalize {text-transform: capitalize !important;}

.font-900 {font-family: 'latoblack', Arial, Helvetica, sans-serif !important; font-weight: unset !important;}
.font-700 {font-family: 'latobold', Arial, Helvetica, sans-serif !important; font-weight: unset !important;}
.font-400 {font-family: 'latoregular', Arial, Helvetica, sans-serif !important; font-weight: unset !important;}
.font-300 {font-weight: 300 !important;}
.font-100 {font-weight: 100 !important;}

.font-underline {text-decoration: underline;}

.page-template-video_webinar_page-php .font-16,
.page-template-video_conference_page-php .font-16,
.page-template-management_page_tpl .box a,
.page-template-management_page_tpl .box p
{font-size: 18px;}

.page-template-app_page_tpl-php ul ul li {
	list-style-type:circle;
}

/*forms*/
form#caspioform table tr td,
#datapage-form form#caspioform table tr td {
  position: relative;
}

#allcontent #datapage-form input[type=submit]:not(.hover) {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#allcontent #datapage-form .hover,
#allcontent #datapage-form input[type=submit]:not(.hover) {
  display: inline-block;
  border: 1px solid var(--pumpkin);
  text-align: center;
  font-weight: 600;
}
#allcontent #datapage-form input[type=submit]:not(.hover) {
	background: var(--pumpkin);
	text-transform: uppercase;
	padding: 14px 30px;
	min-width: auto;
}
#allcontent #datapage-form input[type=submit]:not(.hover):hover{
	background: #ee5921;
}
#allcontent #datapage-form-outer,
#caspioform table, div.white {
  margin: 0 auto;
}

/*text alignment helpers*/
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

@media (max-width: 991px) {
	.text-sm-center {text-align: center;}
	.text-sm-left {text-align: left;}
	.text-sm-right {text-align: right;}
}
@media (max-width: 767px) {
	.text-xs-center {text-align: center;}
	.text-xs-left {text-align: left;}
	.text-xs-right {text-align: right;}
}

/*override bootstrap column spacing*/
.dp_title, #datapage-form-outer, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 20px;
	padding-left: 20px;
}
.header-nav .col-lg-1, .header-nav .col-lg-10, .header-nav .col-lg-11, .header-nav .col-lg-12, .header-nav .col-lg-2, .header-nav .col-lg-3, .header-nav .col-lg-4, .header-nav .col-lg-5, .header-nav .col-lg-6, .header-nav .col-lg-7, .header-nav .col-lg-8, .header-nav .col-lg-9, .header-nav .col-md-1, .header-nav .col-md-10, .header-nav .col-md-11, .header-nav .col-md-12, .header-nav .col-md-2, .header-nav .col-md-3, .header-nav .col-md-4, .header-nav .col-md-5, .header-nav .col-md-6, .header-nav .col-md-7, .header-nav .col-md-8, .header-nav .col-md-9, .header-nav .col-sm-1, .header-nav .col-sm-10, .header-nav .col-sm-11, .header-nav .col-sm-12, .header-nav .col-sm-2, .header-nav .col-sm-3, .header-nav .col-sm-4, .header-nav .col-sm-5, .header-nav .col-sm-6, .header-nav .col-sm-7, .header-nav .col-sm-8, .header-nav .col-sm-9, .header-nav .col-xs-1, .header-nav .col-xs-10, .header-nav .col-xs-11, .header-nav .col-xs-12, .header-nav .col-xs-2, .header-nav .col-xs-3, .header-nav .col-xs-4, .header-nav .col-xs-5, .header-nav .col-xs-6, .header-nav .col-xs-7, .header-nav .col-xs-8, .header-nav .col-xs-9 {
	padding-right: 15px;
	padding-left: 15px;
}