/*
    orange		red		255,100,26
    green		#6CAB2C		108,171,44
    gray		#999999		153,153,153
    black		#000000		0,0,0
    white		#FFFFFF		255,255,255
    lightGray   #F7F4F4     247,244,244
    darkGray	#333333		51,51,51
*/

/** font properties **/
@font-face {
   font-family: 'Rosario';
   src: url('../fonts/GOTHIC.ttf');
}
@font-face {
   font-family: 'Rosario';
   src: url('../fonts/Rosario-Regular.ttf');
}
h1, .upper {
    text-transform: uppercase !important;
    font-size: 30px !important;
}
.testimonial-section small {
    text-transform: uppercase;
}
body {
    padding-top: 80px;
    font-family: "Rosario";
    font-size: 16px;
    color: #333;
}

.carousel-inner .item img {
    padding: 0;
}
.carousel-caption {
    padding: 15px;
    background-color: #6CAB2C;
    top: 50px;
    bottom: auto;
    left: 9%;
    right: 9%;
    right: auto;
    text-align: left;
    max-width: 500px;
}

.carousel-caption h1 {
    margin: 0;
}

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

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

.text-md {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 10px;
}

.text-inverse {
    color: white;
}
.text-orange {
    color: red;
}

/** wrappers **/
.orangeBgWrapper {
    background-color: red;
}
.greenBgWrapper {
    background-color: #BEE60A;
}
.grayBgWrapper {
    background-color: #999999;
}
.lightGrayBgWrapper {
    background-color: #F7F4F4;
}



/** padding **/
.padding-0 {
    padding: 0;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}

.paddingTopBtmXS {
    padding: 10px 0;
}
.paddingTopBtmS {
    padding: 20px 0;
}
.paddingTopBtmM {
    padding: 30px 0;
}
.paddingTopBtmL {
    padding: 80px 0 80px 0;
}

.v-align-top {
    vertical-align: top;
}
.v-align-middle {
    vertical-align: middle;
}
.v-align-bottom {
    vertical-align: bottom;
}


.logoNavbar {
	max-height: 80px;
	padding: 10px;
}
.navbar {
    background-color: white;
    border: 0;
    border-radius: 0;
	margin-bottom: 0px;
	vertical-align: middle;
	font-family: 'Rosario';
	font-size: 13px;
}
.navbar-default .navbar-nav>li>a {
    color:#5B616A;
	padding:30px;
}

/***#5B616A;***/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
	background-color:red;
	padding: 30px;
}
.navbar-default .navbar-nav > .active > a {
	background-color:red;
	color: white;
	font-weight: bolder;
}

.myMenuSettings {
    position: fixed;
    z-index: 10000000;
    width: 100%;
}
.myMenuSettings.affix-top .navbar-default {
    background-color: #FAFAFA !important;
}

/** navbar - Dropdown **/
.dropdown-menu > li > a {
    color: red;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #6CAB2C;
    text-decoration: none;
    background-color: #F5F5F5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #6CAB2C ;
}
.grayLine {
    height: 2px;
}


/** links **/
.jnzLink  {
    color: #333333;
	text-decoration:none;
}
.jnzLink:link, .jnzLink:visited {
	color: #333333;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.jnzLink:hover, .jnzLink:active {
	color: red;
	text-decoration:none;
}


.iconFooter {
    font-size: 12px;
    color: white;
	text-decoration:none;
}
.iconFooter:link, .iconFooter:visited {
	color: white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}
.iconFooter:hover, .iconFooter:active {
	color: #6CAB2C;
	text-decoration:none;
}


.iconFooterInverse {
    color: white;
}
.iconFooterInverse:link, .iconFooterInverse:visited {
	color: white;
	text-decoration:none;
}
.iconFooterInverse:hover, .iconFooterInverse:active {
	color: #DE2B27;
	text-decoration:none;
}


.noLinkEffect {
    color: white;
    font-size: 18px;
}
.noLinkEffect:link, .noLinkEffect:visited {
	text-decoration:none;
    color: white;
}
.noLinkEffect:hover, .noLinkEffect:active {
	text-decoration:none;
    color: white;
    font-weight: bold;
}


.emailLink {
    font-family: 'Rosario';
    color:white;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLink:link, .emailLink:visited {
	color:white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLink:hover, .emailLink:active {
	color: #6CAB2C;
	text-decoration:none;
    font-size: 14px;
}


.emailLinkInverse {
    font-family: 'Rosario';
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLinkInverse:link, .emailLinkInverse:visited {
	color: white;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.emailLinkInverse:hover, .emailLinkInverse:active {
	color: #6CAB2C;
	text-decoration:none;
    font-size: 14px;
}



.reportLink {
    font-family: 'Rosario';
    color: #333333;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: bold;
}
.reportLink:link, .reportLink:visited {
	color: #333333;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: bold;
}
.reportLink:hover, .reportLink:active {
	color: #6CAB2C;
	text-decoration:none;
    font-size: 14px;
    font-weight: bold;
}


.btn {
    font-family: 'Rosario';
    font-size: 16px;
    font-weight: bold;
    color: white;
	text-decoration:none;
    background-color: #E26058;
    padding: 10px 60px 10px 60px;
}
.btn:link, .btn:visited {
	font-family: 'Rosario';
    font-size: 16px;
    font-weight: bold;
    color: white;
	text-decoration:none;
    background-color: #E26058;
    border-color: #DB362C;
}
.btn:hover, .btn:active {
	font-family: 'Rosario';
    font-size: 16px;
    color: white;
	text-decoration:none;
    background-color: #DB362C;
    border-color: #DB362C;
}


.downloadLink {
    font-family: 'Rosario';
    font-size: 14px;
    color: white;
}
.downloadLink:link, .downloadLink:visited {
	font-family: 'Rosario';
    font-size: 14px;
    color: white;
	text-decoration:none;
}
.downloadLink:hover, .downloadLink:active {
	font-family: 'Rosario';
    font-size: 14px;
    color: #361E1D;
	text-decoration:none;
}


.sendBtn {
    color: white;
    background-color: red;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.sendBtn:link, .sendBtn:visited {
	color: white;
	text-decoration:none;
    background-color: red;
	border: 0;
}
.sendBtn:hover, .sendBtn:active {
	color: white;
	text-decoration:none;
    background-color: #6CAB2C;
	border: 0;
}

.sendBtnInverse {
    color: white;
    background-color: red;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.sendBtnInverse:link, .sendBtnInverse:visited {
	color: white;
	text-decoration:none;
    background-color: red;
	border: 0;
}
.sendBtnInverse:hover, .sendBtnInverse:active {
	color: red;
	text-decoration:none;
    background-color: #e7e7e7;
	border: 0;
}


.viewBtn {
    color: white;
    background-color: red;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.viewBtn:link, .viewBtn:visited {
	color: white;
	text-decoration:none;
    background-color: red;
	border: 0;
}
.viewBtn:hover, .viewBtn:active {
	color: red;
	text-decoration:none;
    background-color: #e7e7e7;
	border: 0;
}

.viewBtnInverse {
    color: white;
    background-color: #6CAB2C;
    font-family: 'Rosario';
	width: 100%;
	padding: 10px;
	border: 0;
}
.viewBtnInverse:link, .viewBtnInverse:visited {
	color: white;
	text-decoration:none;
    background-color: #6CAB2C;
	border: 0;
}
.viewBtnInverse:hover, .viewBtnInverse:active {
	color: red;
	text-decoration:none;
    background-color: #e7e7e7;
	border: 0;
}

/** other **/
.logoBottomProperties {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}


/** tables **/
.recommended-header {
	min-height: 40px;
    font-weight: bold;
    color: red;
    text-align: center;
}

.hi-icon img {
    width: 90px;
    height: 90px;
    padding: 0;
}

.productsImg {
	min-height: 200px;
}
.productsHeader {
	min-height: 30px;
}
.productsContent {
	min-height: 40px;
}

.owl-carousel .item {
    padding: 15px;
}
.owl-carousel .item .quote {
    background-color: white;
    padding: 25px;
    padding-left: 55px;
    box-shadow: 2px 0 3px #333333;
    border-radius: 2px;
    font-size: 18px;
    text-align: right;
}
.owl-carousel .item .quote::before {
    font-family: 'FontAwesome';
    font-size: 42px;
    content: '\f10d';
    position: absolute;
    left: 27px;
    top: 15px;
    color: #333;
    opacity: 0.2;
}
.owl-carousel .item .client {
    color: white;
    padding-top: 15px;
    padding-right: 25px;
    text-align: right;
}


/***Footer text white, font awesome icons act as a text so you can style them with this class**/
.whiteText{
color:white;
}
