/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
    font-family: 'Rubik', sans-serif;
	line-height: 1;
    font-size: 17px;
	background-color: #fff;
	color: #204863;
    height: 100%;
}
h1, h4, h5, h6, .header-title {
    font-family: 'Exo', sans-serif;
	clear: both;
	font-weight: 600;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .8px;
}

h2 {
    font-family: 'Exo', sans-serif;
	clear: both;
	font-weight: normal;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .8px;
	color: #5697d6;
	padding-bottom: 20px;
}


h3{

    font-family: 'Exo', sans-serif;
	clear: both;
	font-weight: 600;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .8px;
	padding-bottom: 15px;
}

.entry-title {
	padding: 30px 0px;
	text-align: center;
}

.font-exo,
.branding .txt {
    font-family: 'Exo', sans-serif;
}
ol, ul {
	list-style: none;
	padding: 10px 0px;
}
p,
article ul > li {
    font-family: 'Rubik', sans-serif;
	line-height: 25px;
	font-weight: 400;
}

p {
	margin-bottom: 30px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 10px;
    list-style-position: inside;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration:none;
	color: #5697d6;
	cursor: pointer;
	font-weight: normal;
}
a:hover {
    text-decoration: none;
}
a, a *, a:before, a:after,
.btn,
.navigation nav > ul > li,
.carousel-indicators li,
.icon-interact > div.icon,
.branding img,
.scrolled .branding .txt,
.branding {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.icon-interact > div.msg{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.icon-interact > div.icon:hover  {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.align-right {
    text-align: right;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix:after, .container:after, .row:after, .package-wrapper {
	content: "";
	display: table;
	clear: both;
}
/* COLUMNS CONFIGURATION */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 667px) {
.col-sm-15, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-15 {
    width: 20%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.col-md-15, .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-15 {
        width: 20%;
    }
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 1024px) {
.col-lg-15, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-15 {
    width: 20%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
/* END COLUMNS CONFIGURATIONS */

/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-double {
    padding: 120px 0;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
.section-space-sm {
    padding: 30px 0;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}

/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
	    margin-bottom: 30px;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
	display: table;
	margin: 0 auto;
}
.btn-wrapper.right {
    margin-right: 0;
}
.btn-wrapper.left {
    margin-left: 0;
}
a.btn, .btn {
	padding: 14px 25px;
	display: block;
	background-color: #d0de31;
	color: #204863;
	font-size: 25px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #d0de31;
    text-decoration: none;
    letter-spacing: 1.2px;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn:hover, .btn:hover {
    background-color: #204863;
    border-color: #204863;
    color: #fff;
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
}
/* END BTNS */
/* BGS & colors */
.bg-blue {
	background-color: #5697d6;
}
.bg-blue-contrast {
    background-color: #5391cf;
}
.bg-blue-dark {
    background-color: #204863;
}
.bg-red {
	background-color: #ED145B;
}
.bg-orange {
	background-color: #FAAF40;
}
/* END BGS */
.arrow {
    position: absolute;
    width: 40px;
    height: 79px;
    background-image: url(images/icons/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -40px -202px;
    cursor: pointer;
}
.arrow.green {
    background-position: 0px -202px;
}
.arrow.arrow-down {
    bottom: 14px;
    left: 50%;
    margin-left: -25px;
}
.arrow.arrow-left {
    left: 20px;
    top: 50%;
    margin-top: -40px;
}
.arrow.arrow-right {
    right: 20px;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arrow:hover {
    background-position: 0px -202px;
}
.arrow.green:hover {
    background-position: -40px -202px;
}

/* SLIDER */
section.slider {
	position: relative;
}


/* CAROUSEL CONFIG */
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  width: 100%;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
	position: absolute;
    left: 50%;
    z-index: 15;
    width: 684px;
    padding-left: 0;
    margin-left: -342px;
    text-align: center;
    list-style: none;
	background-size:cover;
    height: 46px;
    padding-top: 15px;
    bottom: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 10px;
    margin: 1px;
    position: relative;
    cursor: pointer;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    margin: 0 5px;
}
.carousel-indicators li.active span  {
    display: block;
}
.carousel-indicators li span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.carousel-indicators li:hover{
    border-color: #d0de31;
}
.carousel-indicators .active {
    background-color: #d0de31;
    border-color: #d0de31;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* END CAROUSEL*/
/* END SLIDER */
/* SECTION header */
header {
    position: static;
    height: 124px;
    background-color: #5697d6;
}
section#header {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}
.scrolled section#header {
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,.21);
}
.branding {
    position: relative;
    padding: 15px 0;
    display: table;
    width: 100%;
}
.scrolled .branding {
    padding: 5px 0;
}
.branding img {
    height: 49px;
}
.scrolled .branding img {
    height: 30px;
}
.branding .logo,
.branding .txt {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.branding .txt {
    vertical-align: middle;
    text-align: right;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    padding-top: 30px;
    padding-right: 15px;
    opacity: 1;
}
.scrolled .branding .txt {
    vertical-align: bottom;
    font-size: 16px;
    padding-top: 0;
    font-size: 10px;
    opacity: 0;
}
.header-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
}
.header-btn {
    display: table-cell;
    padding: 0 10px;
}
.header-btn a {
    display: block;
    background: #e3f6fd;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
}
.header-btns a:hover {
    background: #72d0f4;
}
.navigation nav ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.navigation nav > ul > li {
    display: table-cell;
    position: relative;
}
.navigation nav > ul > li:hover {
    background-color: #204863;
}
.navigation ul.sub-menu{
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #5697d6;
    padding: 10px 0px 0px 0px;
}
.navigation nav > ul > li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}
.navigation ul.sub-menu a {
    white-space: nowrap;
}
.navigation ul.sub-menu a:hover {
    background: #204863;
}
.navigation a {
    color: #fff;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
}
/* END SECTION header */


/* FORMS */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #72d0f4;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #72d0f4;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #72d0f4;
}
:-moz-placeholder { /* Firefox 18- */
  color: #72d0f4;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
select, textarea {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 21px;
    color: #204863;
    padding: 0 10px;
    background-color: #fff;
}
input[type=submit] {
    height: 50px;
        padding-left: 50px;
    padding-right: 50px;
}
textarea {
    padding-top: 5px;
    min-height:  119px;
    max-height:  119px;
}
select {
        background-image: url(images/icons/ico-arrow.png);
        background-position: right 10px top 10px;
        background-repeat: no-repeat;
        background-size: 20px;
}
section#subscribe input {
    background-color: #fff;
}
span.checkbox-insights {
    text-align: right;
    display: block;
}
/* form response */
div.wpcf7-response-output {
    position: fixed;
    bottom: 0;
    left: 10px;
    background: #fff;
    padding: 20px !important;
    z-index: 1000;
    box-shadow: 0px 0px 30px rgba(0,0,0,.3);
}
div.wpcf7-response-output:after {
    content: 'x';
    font-size: 12px;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 13px;
    font-weight: 600;
    background: #fff;
    top: -7px;
    right: -7px;
    color: #666;
}
input.wpcf7-not-valid {
    border: 1px solid #f10000;
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    min-width: 150px;
    z-index: 2;
    right: 10px;
    text-align: right;
    top: -4px;
}

/* END FORMS*/


/* SECTION hero-slider */
div#hero-slider {
    position: relative;
}
div#hero-slider .item {
    background-position: center center;
    background-size: cover;
}
.hero-wrapper {
    height: 600px;
    display: table;
    width: 100%;
}

.hero-wrapper-internal {
    height: 450px;
    display: table;
    width: 100%;
}
.hero-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.hero-title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
        margin-bottom: 50px;
}
.hero-internal .item {

    background-size: cover;
    background-position: center center;
}

/* END SECTION hero-slider */
/* SECTION icons */


.ico {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    float: left;
    background-image: url(images/icons/icons-sprite.png);
}

.ico.icon-residential {
    width: 136px;
    height: 88px;
    background-position: 0px 0px;
}
.ico.icon-commercial {
    width: 87px;
    height: 80px;
    background-position: -136px 0px;
}
.ico.icon-gym {
    width: 84px;
    height: 77px;
    background-position: -223px 0px;
}
.ico.icon-home {
    width: 19px;
    height: 16px;
    background-position: 0px -88px;
}
.ico.icon-callendar {
    width: 22px;
    height: 22px;
    background-position: -19px -88px;
    margin-top: -3px;
}
.ico.icon-phone {
    width: 20px;
    height: 21px;
    background-position: -41px -88px;
    margin-top: -3px;
}
.ico.icon-map {
    width: 38px;
    height: 38px;
    background-position: -61px -88px;
}
.ico.icon-camera {
    width: 134px;
    height: 132px;
    background-position: -99px -88px;
}
.ico.icon-control {
    width: 81px;
    height: 135px;
    background-position: -233px -77px;
}
.ico.icon-plus {
    width: 59px;
    height: 59px;
    background-position: 0px -110px;
}
.ico.icon-tick {
    width: 38px;
    height: 38px;
    background-position: -59px -126px;
}
.ico.icon-equal {
    width: 58px;
    height: 34px;
    background-position: 0px -168px;
}
.ico.icon-arrow {
    width: 40px;
    height: 79px;
    background-position: 0px -202px;
}
.ico.icon-arrow-green {
    width: 40px;
    height: 79px;
    background-position:-40px -202px ;
}
.ico.icon-security {
    width: 109px;
    height: 143px;
    background-position: -80px -220px;
}
.ico.icon-security-x {
    width: 109px;
    height: 143px;
    background-position: 0px -363px;
}
.ico.icon-quotes {
    width: 92px;
    height: 90px;
    background-position: -189px -220px;
}

.ico.icon-quotes-flipped {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.icon-interact {
    position: absolute;
    width: 119px;
    height: 119px;
    left: 20%;
    top: 10%;
}

.icon-interact.bottom-left {
    left: 20%;
    top: 55%;
}


.icon-interact.lock-center {
    left: 40%;
    top: 10%;
}

.icon-interact.security-man-center {
    left: 47%;
    top: 15%;
}


.icon-interact.top-right {
    left: 72%;
    top: 10%;
}

.icon-interact.bottom-right {
    left: 65%;
    top: 50%;
}

.icon-interact > div.icon{
    position: absolute;
    width: 119px;
    height: 119px;
    background-image: url(images/icons/icons-hero-sprite.png?v=2);
    background-position: 0 -465px;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.icon-interact > div.icon.camera {
	background-position: -126px -465px;
}
.icon-interact > div.icon.guard {
	background-position: -142px -588px;
}

.icon-interact > div.icon.lock {
	background-position: -256px -465px;
}

.icon-interact > div.icon.eye {
	background-position: -3px -589px;
}

.icon-interact > div.icon.fingerprint {
	background-position: -404px -592px;
}

.icon-interact > div.icon.chain {
	background-position: -282px -588px;
}

.icon-interact > div.msg.lock:hover {
	z-index: 9999;
}

.icon-interact > div.msg {
    position: absolute;
    width: 352px;
    height: 257px;
    background-image: url(images/icons/icons-hero-sprite.png?v=2);
    left: 50%;
    margin-left: -174.5px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

.icon-interact > div.msg.camera {
	 background-position: -403px 0px;
}

.icon-interact > div.msg.fingerprint {
	 background-position: -1116px 0px;
}

.icon-interact > div.msg.eye {
	background-position: -412px -257px;
}

.icon-interact > div.msg.chain {
	background-position: -922px -257px;
}

.icon-interact > div.msg.lock {
	background-position: -753px 0px;
}

.icon-interact > div.msg.guard {
    background-position: -901px -461px;
    top: -55px;
    right: -29px;
    left: unset;
    margin-left: 0;
    padding-right: 40px;
}

.icon-interact > div.msg .innerMsg {
    color: #204863;
    position: relative;
    top: 110px;
    font-size: 20px;
	line-height: 25px;
}
.icon-interact > div.msg .innerMsg.backTop {
	top: 85px;
}



.icon-interact > div.msg .centerMsg {
    color: #204863;
    position: relative;
    top: 50px;
    font-size: 20px;
	left: 20px;
	line-height: 25px;
}
.icon-interact > div.msg .centerMsg.locksmith {
	top: 42%;
}

.icon-interact > div.msg .rightMsg {
    color: #204863;
    position: relative;
    top: 50px;
    font-size: 20px;
	line-height: 25px;
	left: -20px;
}


.icon-interact > div.msg .rightMsg.backTo {
	top: 41%;
}


.icon-interact > div.msg .innerMsg hr,
.icon-interact > div.msg .centerMsg hr,
.icon-interact > div.msg .rightMsg hr {
	margin: 15px auto;
	border: 1px solid #204863;
	width: 30%;
}


.icon-interact.top-left {
    left: 15%;
}
/*
.icon-interact.top-left > div.icon{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

*/


.icon-interact.top-center > div.msg{
    background-position: -893px -473px;
    height: 208px;
    width: 330px;
    left: -110px;
    margin-left: -100px;
    top: 50%;
    margin-top: -104px;
}

.icon-interact.top-left > div.msg{
    background-position: -411px -246px;
    height: 208px;
    width: 305px;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -104px;
}

.icon-interact.bottom-right > div.msg{
    background-position: -821px -257px;
    height: 186px;
    width: 307px;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -104px;
}

.icon-interact.top-b > div.msg{
    background-position: 0px -257px;
    height: 208px;
    width: 403px;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -104px;
}



.icon-interact:hover > div.icon{
    visibility: hidden;
    opacity: 0;
}
.icon-interact:hover > div.msg {
    visibility: visible;
    opacity: 1;
}
/* END SECTION icons */
/* SECTION tiles */
.tile {
    width: 100%;
    display: table;
    padding: 15px;
    border-radius: 3px;
    min-height: 150px;
}
.big {
    min-height: 210px;
}
.tile-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tile-wrap i {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
}
.tile-wrap span {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
}
.tile:hover span {
    color: #204863;
}
.tile-wrap.big span {
    font-size: 30px;
    font-weight: 700;
    color: #204863;
}
.tile.tile-blue {
 background-color: #5697d6;
}
.tile.tile-blue:hover {
 background-color: #d0de31;
}
.tiles-wrapper a {
    display: block;
}
.tile.img {
    background-size: cover;
    background-position: center center;
}
.tile.img:hover {
    background-size: cover;
    background-position: center center;
}
.tile.img:hover span{
    color: #fff;
}

/* END SECTION tiles */
/* SECTION three-tiles */
section#three-tiles {

}
.client-testimonial {
    padding-top: 35px;
}
.client-testimonial p{
    width: calc(100% - 120px);
    float: left;
    padding-left: 15px;
}
.testimonial-photo {
    position: relative;
}
.testimonial-photo .testimonial-photo-left {
    display: block;
    margin-left: auto;
}
.testimonial-photo .testimonial-photo-right {
    display: block;
}

.testimonial-photo-txt {
    position: absolute;
    top: 50%;
}

.testimonial-photo-txt.right {
	left: 60%;
}
.testimonial-photo-txt span{
    display: block;
    line-height: 20px;
}
.testimonial-photo-txt span.name{
    color: #72d0f4;
}
.testimonial-photo-txt span.type{
    color: #204863;
    font-style: italic;
}
/* END SECTION three-tiles */
/* SECTION our-solutions */
section#our-solutions {
    background-image: url(images/img-our-solutions.jpg);
    background-size: cover;
    background-position: center center;
}
section#our-solutions .header-title {
    color: #fff;
}
/* END SECTION our-solutions */
/* SECTION how-it-works */
section#how-it-works .header-title {
    color: #72d0f4;
}
section#how-it-works ul{
    display: table;
    margin: 0 auto;
}
section#how-it-works ul li{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
section#how-it-works ul li .ico{
    margin-right: 0;
}
/* END SECTION how-it-works */
/* SECTION ticks */
section#ticks {

}
.tick-wrap {
    padding: 0 35px;
    font-size: 25px;
    min-height: 50px;
    color: #fff;
    margin-bottom: 65px;
}
.tick-wrap.last {
    margin-bottom: 0px;
}
/* END SECTION ticks */
/* SECTION our-products */
section#our-products {
    color: #fff;
}
section#our-products .container {
    position: relative;
}
section#our-products .arrow.arrow-left,
section#our-products .arrow.arrow-right {
    margin-top: 0;
}
section#our-products .carousel-indicators {
    bottom: -80px;
}
/* END SECTION our-products */
/* SECTION brands-safe */
section#brands-safe  .header-title {
    color: #72d0f4;
}
section#brands-safe ul li{
    float: left;
    width: 16.6667%;
    padding: 0 15px;

}
/* END SECTION brands-safe */
/* SECTION contact */
section#contact {
    background-image: url(images/img-contact.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
section#contact .row .header-title{
    text-align: left;
}
.map-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.contact-us-page div.form {
    padding-right: 40px;
}
.contact-us-page div.content {
    padding-left: 40px;
}
/* END SECTION contact */
/* SECTION footer */
section#footer {
    padding: 20px 0;
    background-color: #204863;
    color: #90a4b1;
}
section#footer {
    font-size: 11px;
}
section#footer .sbm a {
    float: right;
}
section#footer .sbm span {
    line-height: 43px;
    padding-right: 20px;
}
section#footer .copyright {
    line-height: 43px;
    padding-right: 20px;
}
/* END SECTION footer */
hr {
    width: 90%;
    max-width: 1045px;
    border: 1px solid #5697d6;
    border-bottom: 0;
}

hr.topMargin {
	margin: 60px auto 0px auto;
}
.sidebar-menu-wrapper ul {
    padding: 20px 0;
    background: #5697d6;
}
.sidebar-menu-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu-wrapper ul li a{
    padding: 15px 30px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}
.sidebar-menu-wrapper ul li.current a,
.sidebar-menu-wrapper ul li a:hover{
    background-color: #204863;
}
.products-content {
    width: 80%;
    margin: 0 auto;
}
.products-content p{
    text-align: left;
}
.products-content img {
    display: block;
    margin: 0 auto;
}

.inlineHeading {
	font-size: 30px;
	color: #72d0f4;

}

.inlineLogos {
	text-align: center;
}

.inlineLogos li {
	display: inline-block;
	padding: 0px 30px;
}

/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */

.spacer-20 {
	padding: 10px 0px;
}

.separationBorder {
	text-align: center;
    border-bottom: 1px solid #5697d6;
    margin: 30px 0px;
    height: 40px;
}

