/* 
@font-face {
    font-family: 'exotic';
    src: url('../fonts/exotic-webfont.eot');
    src: local('?'), url('../fonts/exotic-webfont.woff') format('woff'), url('../fonts/exotic-webfont.ttf') format('truetype'), url('../fonts/exotic-webfont.svg#webfontgavbyt9w') format('svg');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'exotic';
    src: url('../fonts/exotic-webfont.eot');
    src: url('../fonts/exotic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exotic-webfont.woff2') format('woff2'),
         url('../fonts/exotic-webfont.woff') format('woff'),
         url('../fonts/exotic-webfont.ttf') format('truetype'),
         url('../fonts/exotic-webfont.svg#exotic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
	font-family: 'xpressive';
    src: url('../fonts/xpressive-webfont.woff2') format('woff2'),
	url('../fonts/xpressive-webfont') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'humanist-normal-light';
    src: url('../fonts/humanist-normal-light.woff2') format('woff2'),
         url('../fonts/humanist-normal-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'humanist-bold-italic';
    src: url('../fonts/humanist-bold-italic.woff2') format('woff2'),
         url('../fonts/humanist-bold-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'humanist-roman';
    src: url('../fonts/humanist-roman.woff2') format('woff2'),
         url('../fonts/humanist-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'humanist-normal-bold';
    src: url('../fonts/humanist-normal-bold.woff2') format('woff2'),
         url('../fonts/humanist-normal-bold .woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'humanist-777-roman'; 
    src: url('../fonts/humanist-777-roman.woff2') format('woff2'),
         url('../fonts/humanist-777-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 30px;
}
h1, h2, h3 {
	font-family: 'humanist-roman', sans-serif;
}
.open-sans {
	font-family: 'Open Sans', sans-serif, sans-serif;
}
.humanist {
	font-family: 'humanist-normal-light', sans-serif;
}
.humanist-roman {
	font-family: 'humanist-roman', sans-serif;
}
.humanist-normal-bold {
	font-family: 'humanist-normal-bold', sans-serif;
}
.humanist-777-roman {
	font-family: 'humanist-777-roman', sans-serif;
}
.xpressive {
	font-family: 'xpressive', sans-serif;
}
.exotic {
	font-family: 'exotic', sans-serif;
}
.lead {
	color: #565656;
	font-size: 19px;
}
.to-upper{
    text-transform: uppercase !important;    
}
a, a:hover, .btn-primary, .btn-primary:hover, .sc-box-login, .sc-box-login:hover, .sc-main-box, .sc-main-box:hover, .dl-btn-style, .dl-btn-style:hover {
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-ms-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}

a {
	color: #418cce;
	cursor:pointer;
}
a:hover {
	color: #045aa7;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:active {
}
.alert-success-ct {
    background-color: #ffcec3;
    border-color: #e4c3bb;
    color: #c46853!important;
    font-size: 13px;
}
.bootstrap-dialog-footer-buttons {
    background-color: #ececec;
    padding: 9px 7px;
}

.btn-product-buy {
    color: #676767;
    background-color: transparent;
    border: 2px solid #676767;
    font-weight: bold;
}
.btn-product-buy:hover {
    color: #fff;
    background-color: #616161;
    text-decoration: none;
}
.btn-default:hover, .btn-default:active, .btn-default:active:hover, .btn-default:focus, .btn-default:active:focus {
    outline: 0 none;    
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 30px;
}
.btn-primary {
	color: #676767;
    background-color: transparent;
    border: 2px solid #676767;
	font-weight: bold;
}
.btn-primary:hover {
	color: #fff;
	background-color: #676767;
	border: 2px solid #676767;
	transition: all 0.4s ease; 
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #828282;
}
.btn-main {
    border: 0 none!important;
    padding: 10px 20px;
}
.dotted-style {
	border-bottom: 1px dotted #418cce;
}
.carousel-title {
	color: #4c5818;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
}
.carousel-content {
	text-align: center;
    width: 90%;
    margin: 0 auto;
	margin-top: 10px;
}
.ct-alert-div {
    height: 50px;
}
.ct-style {
	/*color: #efefef;
    background-color: #db320b;*/
	color: #676767;
	background-color: transparent;
	border: 2px solid #676767;
	/*border: none;*/
	font-weight: bold;
}
.ct-style:hover, .ct-style:active, .ct-style:active:hover, .ct-style:focus, .ct-style:active:focus {
	color: #fff;
    background-color: #676767;
	/*border: none;*/
    font-weight: bold;
	outline: 0 none;
}
.da-heading {
	background-color: #d4b55c!important;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.da-aside-color {
    color: #8e6b06;
}
.da-aside-color:hover {
    text-decoration: underline;
    color: #8e6b06;
}
.da-color {
	color: #403a6b;
	text-decoration: underline;
}
.da-color:hover {
	color: #6c62b3;
	text-decoration: underline;
}
.da-style {
	background-color: #d4b55c;
	color: #fff;
}
.da-style:hover, .da-style:active, .da-style:active:hover, .da-style:focus, .da-style:active:focus {
	background-color: #ccaa4a;
	outline: 0 none;
}
.eo-img, .seu-img {
	max-width: 550px;
    width: 100%;
}
.se-img, .hf-img {
	width: 100%;
    max-width: 300px;
}
.eo-heading {
	background-color: #1e6ea7;
	color: #fff;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.eo-style, .eo-style:focus {
    background-color: #1e6ea7;
    /* border: 2px solid #1e6ea7;	*/
    border: 2px solid transparent;
    color: #fff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.eo-style:hover, .eo-style:active {
	background-color: #2f87c5;
	border: 2px solid #2f87c5;
	color: #fff;
}
.eo-style:hover, .eo-style:active, .eo-style:active:hover , .eo-style:focus, .eo-style:active:focus {
 	outline: 0 none;
}
.eo-title-img img, .se-title-img img, .hf-title-img img {
	max-width: 200px;
    width: 200px;
    margin-left: 30px;
}
.seu-title-img img {
    max-width: 200px;
    width: 200px;
}
.seu-title-center-img {
    text-align: center;
}
.seu-title-center-img img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.seu-title-center-img h2 {
    font-size: 24px;
    color: #a141b7;
}
.ld-style {
	background-color: #0d8e80;
	color: #fff;
}
.ld-style:hover, .ld-style:active, .ld-style:active:hover, .ld-style:focus, .ld-style:active:focus {
	background-color: #1eb5a5;
	outline: 0 none;
}
.hf-heading {
	background-color: #9a8e51;
	color: #fff;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.hf-style {
	background-color: #9a8e51;
	border: 2px solid #8c7a21;
	color: #fff;
}
.hf-style:hover, .hf-style:active, .hf-style:active:hover, .hf-style:focus, .hf-style:active:focus {
	background-color: #b1a568;
	outline: 0 none;
	color: #fff;
}
.menu-style {
    background-color: #e2651c;
    color: #fff!important;
}
.menu-style:hover, .menu-style:active, .menu-style:active:hover, .menu-style:focus, .menu-style:active:focus {
    background-color: #f17227;
}
.input-validate {
    color: Red;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.no-border, .no-border:active, .no-border:active:hover, .no-border:hover, .no-border:focus .no-border:active:focus {
	border: 0 none!important;
}
.product-title .container, .se-product-title .container, .hf-product-title .container, .news-product-title .container {
	min-height: 130px;
}
.product-title .container h1, .se-product-title .container h1, .hf-product-title .container h1, .news-product-title .container h1 {
	line-height: 100px;
}
.se-heading {
	background-color: #3c793f !important;
	color: #fff;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.se-style {
	background-color: #3c793f;
	border: 2px solid transparent;
	color: #fff;
}
.se-style:hover, .se-style:active, .se-style:active:hover , .se-style:focus, .se-style:active:focus {
	background-color: #4b924e;
	border: 2px solid transparent;
	outline: 0 none;
	color: #fff;
}
.seu-heading {
    background-color: rgb(135, 101, 195);
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.seu-style {
    background-color: #6c50a0;
    border: 2px solid transparent;
	color: #fff;
}
.seu-style:hover, .seu-style:active, .seu-style:active:hover , .seu-style:focus, .seu-style:active:focus {
    background-color: #8c69cc;
    border: 2px solid transparent;
    outline: 0 none;
    color: #fff;
}
.seu-text-color {
    color: #831ba0;
}
.sc-style {
	background-color: #4b3382!important;
	color: #fff;
}
.sc-style:hover , .sc-style:active, .sc-style:active:hover, .sc-style:focus, .sc-style:active:focus{
	background-color: #6348a2!important;
	border: 2px solid transparent;
	outline: 0 none;
}
.ct-divider {
    border-bottom: 1px solid #c5c5c5;
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
}
.text-shadow {
	text-shadow: 1px 2px 1px rgb(97, 97, 97);
}
.title-description {
	font-family: 'humanist-777-roman'; 
	font-size: 16px;
}
.title-subheader {
	font-size: 20px;
}
.top-buffer {
	margin-top: 20px;
}
.top-bottom-buffer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top-bottom-padding {
	padding: 10px 0px;
}
@media(max-width: 768px){
	.carousel.slide{
		display: none;
	}
}
.carousel-inner video{
	margin-left:100px;
	margin-right:50px;
	width: 300px;
}
.carousel-caption{
	top: 0;
	text-align: left;
	left: 40%;
	right: 10%;
}
.carousel-caption h2{
	font-size: 40px;
}
.carousel-caption p{
	font-size: 20px;	
}

/* NAV */

#navigator {
	background-color: #434343;
}
/*.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    padding: 10px 10px;
    border-radius: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):active {
    background-color: #fdf5e0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):hover, .btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle):hover {
    background-color: #efd282;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding: 10px 10px;
    border-radius: 0;
	border: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	padding: 10px 10px;
	border-radius: 0;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	padding: 10px 10px;
	border-radius: 0;
}*/
.eo-menu-style .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #2572a9;
	color: #fff;
    border-bottom: 0 none;
}
.eo-menu-style .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #2572a9;
    color: #fff;
    border-right: 1px solid #175d8f;
    border-left: 1px solid #175d8f;	
}
.eo-menu-style .btn-group>.btn:last-child:not(:first-child), .eo-menu-style.btn-group>.dropdown-toggle:not(:first-child) {
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	background-color: #2572a9;
    color: #fff;
	border-right: 1px solid #175d8f;
    border-left: 1px solid #175d8f;
}
.eo-menu-style .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	padding: 10px 10px;
	border-radius: 0;
	border: 0;
	border-right: 1px solid #175d8f;
    border-left: 1px solid #175d8f;
}
.eo-menu-style .btn-group-vertical>.btn.active, .eo-menu-style .btn-group-vertical>.btn:active, .eo-menu-style .btn-group-vertical>.btn:focus, .eo-menu-style .btn-group>.btn.active, .eo-menu-style .btn-group>.btn:active, .eo-menu-style .btn-group>.btn:focus {
	background-color: #fff!important;
	color: #505050!important;
}
.eo-menu-style .btn-group-vertical>.btn:hover, .eo-menu-style .btn-group>.btn:hover {
	background-color: #fff!important;
	color: #505050!important;
}
.se-menu-style .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #74b376;
	color: #fff;
    border-bottom: 0 none;
}
.se-menu-style .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #74b376;
    color: #fff;
    border-right: 1px solid #4a904d;
    border-left: 1px solid #4a904d;	
}
.se-menu-style .btn-group>.btn:last-child:not(:first-child), .se-menu-style.btn-group>.dropdown-toggle:not(:first-child) {
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	background-color: #74b376;
    color: #fff;
	border-right: 1px solid #4a904d;
    border-left: 1px solid #4a904d;
}
.se-menu-style .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	padding: 10px 10px;
	border-radius: 0;
	border: 0;
	border-right: 1px solid #4a904d;
    border-left: 1px solid #4a904d;
}
.se-menu-style .btn-group-vertical>.btn.active, .se-menu-style .btn-group-vertical>.btn:active, .se-menu-style .btn-group-vertical>.btn:focus, .se-menu-style .btn-group>.btn.active, .se-menu-style .btn-group>.btn:active, .se-menu-style .btn-group>.btn:focus {
	background-color: #fff!important;
	color: #505050!important;
}
.se-menu-style .btn-group-vertical>.btn:hover, .se-menu-style .btn-group>.btn:hover {
	background-color: #fff!important;
	color: #505050!important;
}
.hf-menu-style .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #bbb388;
	color: #ffffff;
    border-bottom: 0 none;
}
.hf-menu-style .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #bbb388;
    color: #ffffff;
    border-right: 1px solid #9a8e51;
    border-left: 1px solid #9a8e51;
}
.hf-menu-style .btn-group>.btn:last-child:not(:first-child), .hf-menu-style.btn-group>.dropdown-toggle:not(:first-child) {
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	background-color: #bbb388;
    color: #ffffff;
	border-right: 1px solid #9a8e51;
    border-left: 1px solid #9a8e51;
}
.hf-menu-style .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	padding: 10px 10px;
	border-radius: 0;
	border: 0;
	border-right: 1px solid #9a8e51;
    border-left: 1px solid #9a8e51;
}
.hf-menu-style .btn-group-vertical>.btn.active, .hf-menu-style .btn-group-vertical>.btn:active, .hf-menu-style .btn-group-vertical>.btn:focus, .hf-menu-style .btn-group>.btn.active, .hf-menu-style .btn-group>.btn:active, .hf-menu-style .btn-group>.btn:focus {
	background-color: #fff!important;
	color: #505050!important;
}
.hf-menu-style .btn-group-vertical>.btn:hover, .hf-menu-style .btn-group>.btn:hover {
	background-color: #fff!important;
	color: #505050!important;
}
.seu-menu-style .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    background-color: #ab88ea;
	color: #fff;
    border-bottom: 0 none;
}
.seu-menu-style .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	padding: 10px 10px;
    border-radius: 0;
    border: 0;
    background-color: #ab88ea;
    color: #fff;
    border-right: 1px solid #7e60b6;
    border-left: 1px solid #7e60b6;	
}
.seu-menu-style .btn-group>.btn:last-child:not(:first-child), .seu-menu-style.btn-group>.dropdown-toggle:not(:first-child) {
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	background-color: #ab88ea;
    color: #fff;
	border-right: 1px solid #7e60b6;
    border-left: 1px solid #7e60b6;
}
.seu-menu-style .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	padding: 10px 10px;
	border-radius: 0;
	border: 0;
	border-right: 1px solid #7e60b6;
    border-left: 1px solid #7e60b6;
}
.seu-menu-style .btn-group-vertical>.btn.active, .seu-menu-style .btn-group-vertical>.btn:active, .seu-menu-style .btn-group-vertical>.btn:focus, .seu-menu-style .btn-group>.btn.active, .seu-menu-style .btn-group>.btn:active, .seu-menu-style .btn-group>.btn:focus {
	background-color: #fff!important;
	color: #505050!important;
}
.seu-menu-style .btn-group-vertical>.btn:hover, .seu-menu-style .btn-group>.btn:hover {
	background-color: #fff!important;
	color: #505050!important;
}
/* HEADER */
.header {
	padding: 0;
	margin: 0 auto!important;
}
.giant-navbar{
    width: 100%;
    height: auto;
    /*position: fixed;*/
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header-right {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-right h4,
.humanist-bold-italic h4 {
	font-family: 'humanist-bold-italic', cursive;
    color: #b34a4a;
	margin: 0;
	margin-top: 25px;
}
.header-right select {
	padding: 0px 6px;
}
.header .row {
	margin-left: 0;
	margin-right: 0;
}

.navbar {
	margin-bottom: 0;
	background-color: #434343;
}
.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-default {
	border-color: #434343;
}
.navbar-default .navbar-nav>li>a {
	color: #dadada;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #5f5f5f;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
    background-color: #4e4e4e;
}
.navbar-inner {
	filter:none!important;
	
}
.logo-header {
	max-width: 350px;
}
.logo-header img {
	margin-top: 10px;
}
.open .dropdown-menu{
	display:block;
}

.submenu{
    background-color: #fff;
    top: 135px;
    left: 0;
    padding: 20px 30px 20px 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-content: space-between;
    align-items: flex-start;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2), -2px -2px 3px rgba(0,0,0,0.1);
    z-index: 1000;
    width: auto;
    cursor:pointer;
}
.submenu .flex-item{
    flex-grow: 0;
    width: 100%;
    max-width: 300px;
}
.submenu .title{
	text-align: left;
}
.submenu .title h4{
    margin: 0 0 15px;
    padding: 10px 0 0;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.3;
    color: #767676 !important;
}
.submenu ul{
    list-style-type: none;
    margin-left: none;
}

.submenu .submenu-link{
    padding: 3px;
    text-decoration: none;
}
.submenu .submenu-link .highlighted span{
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.submenu .submenu-link .descriptive span{
    color: #767676;
    font-size: 13px;
}

#submenu1 {
    left: 10%;
    opacity: 1;
    display: none;
    transform: matrix(1, 0, 0, 1, 0, 4) !important;
}
#submenu2 {
    left: 20%;
    opacity: 1;
    display: none;
    transform: matrix(1, 0, 0, 1, 0, 4) !important;
}
#submenu3 {
    left: 30%;
    opacity: 1;
    display: none;
    transform: matrix(1, 0, 0, 1, 0, 4) !important;
}
#submenu4 {
    left: 30%;
    opacity: 1;
    display: none;
    transform: matrix(1, 0, 0, 1, 0, 4) !important;
}
.submenu .submenu-link:hover .highlighted span,
.submenu .submenu-link:active .highlighted span,
.submenu .submenu-link:focus .highlighted span{
    color: #5500ff;
}
@media(min-width: 993px){
	#submenu1 ul li,
	#submenu2 ul li,
	#submenu3 ul li{
	    height: auto;
	    min-height: 120px;
	}
	#submenu1 ul li.title,
	#submenu2 ul li.title,
	#submenu3 ul li.title{
	    height: auto;
	    min-height: 0;
	}
	#submenu4 ul li{
		width: 170px;
	}
}
@media(max-width: 992px){
	#navigator .container{
		padding: 0;
	}
	.submenu{
		top: 202px;
	}
}

.main{
	/*margin-top: 135px;*/
}
/* MAIN TITLE */

#main-title {
	min-height: 400px;
	height: auto;
	background-image: url('../img/slider/header1.png') no-repeat scroll 0% 50% transparent;
	background-size: cover;
	animation: bgMain 120s infinite;
}
#main-title h1 {
	color: #3a3a3a;
	font-weight: bold;
}
#title1 {
	position: absolute;
	top: 0;
	left: 25px;
	right: 15px;
	bottom: 0;
	animation: moveTitle1 35s infinite;
}
#title2 {
	position: absolute;
	top: 300px;
	left: 25px;
	right: 15px;
	bottom: 0;
	animation: moveTitle2 35s infinite;
}
#title3 {
	position: absolute;
	top: 500px;
	left: 25px;
	right: 15px;
	bottom: 0;
	animation: moveTitle3 35s infinite;
}
#title4 {
	position: absolute;
	top: 700px;
	left: 25px;
	right: 15px;
	bottom: 0;
	animation: moveTitle4 35s infinite;
}
#title5 {
	position: absolute;
	top: 900px;
	left: 25px;
	right: 15px;
	bottom: 0;
	animation: moveTitle5 35s infinite;
}
.content-box {
/* 	max-width: 700px;
	height: 300px;
	position: relative;
	padding: 0px 40px;
	top: 30px;
	color: #797979;
	overflow: hidden; */
	max-width: 700px;
    height: 250px;
    position: relative;
    padding: 0px 40px;
    top: 30px;
    color: #5d5d5d;
    overflow: hidden;

}
.content-box h1 {
	font-size: 20px;
}
.content-box p {
	font-size: 16px;
}


/* ANIMATIONS */

@keyframes moveTitle1 {
	0% {top: 0;}
	15% {top: 0;}
	20% {top: -300px;}
	35% {top: -300px;}
	40% {top: -500px;}
	55% {top: -500px;}
	60% {top: -700px;}
	75% {top: -700px;}
	80% {top: -900px;}
	95% {top: -900px;}
	100% {top: 0;}
}
@keyframes moveTitle2 {
	0% {top: 300px;}
	15% {top: 300px;}
	20% {top: 0}
	35% {top: 0}
	40% {top: -300px;}
	55% {top: -300px;}
	60% {top: -500px;}
	75% {top: -500px;}
	80% {top: -700px;}
	95% {top: -700px;}
	100% {top: 300px;}
}
@keyframes moveTitle3 {
	0% {top: 500px;}
	15% {top: 500px;}
	20% {top: 300px;}
	35% {top: 300px;}
	40% {top: 0;}
	55% {top: 0;}
	60% {top: -300px}
	75% {top: -300px}
	80% {top: -500px;}
	95% {top: -500px;}
	100% {top: 500px;}
}
@keyframes moveTitle4 {
	0% {top: 700px;}
	15% {top: 700px;}
	20% {top: 500px;}
	35% {top: 500px;}
	40% {top: 300px;}
	55% {top: 300px;}
	60% {top: 0;}
	75% {top: 0;}
	80% {top: -300px}
	95% {top: -300px}
	100% {top: 700px;}
}
@keyframes moveTitle5 {
	0% {top: 900px;}
	15% {top: 900px;}
	20% {top: 700px;}
	35% {top: 700px;}
	40% {top: 500px;}
	55% {top: 500px;}
	60% {top: 300px;}
	75% {top: 300px;}
	80% {top: 0;}
	95% {top: 0;}
	100% {top: 900px;}
}
@keyframes bgMain {
	0% {background-color: #fff;}
	20% {background-color: #f3b8b8;}
	40% {background-color: #bfd7f1;}
	60% {background-color: #f1e2bf;}
	80% {background-color: #f1bfd6;}
	100% {background-color: #fff;}
}
/* @keyframes bgMain {
	0% {background-color: #fff;}
	20% {background-color: #a4d3f0;}
	40% {background-color: #42b0ff;}
	60% {background-color: #014f81;}
	80% {background-color: #003556;}
	100% {background-color: #fff;}
} */

/* HOME SECTION */


#embroidery {
	/* padding: 3% 3%; */
	/* background-image: url('../img/pattern-blue.png') repeat center center fixed #d9ebff; */
	background-color: #fff;
}
#hotfix {
	/* background-image: url('../img/pattern-red.jpg') repeat fixed transparent; */
	background-color: #fff;
}
#stitchera {
	/* background-image: url('../img/pattern-green.png') repeat fixed transparent; */
	background-color: #e8e8e8;
}
#stitcherauniversal {
	padding: 3% 3%;
	background-color: #e9e9e9;
}

.era-big {
	font-size: 90px;
}
.dashed {
	width: 90%;
    margin: 0 auto;
	border: dashed 1px #4087bb;
	height: 1px;
}
.dashed-green {
	width: 90%;
    margin: 0 auto;
	border: dashed 1px #6dac43;
	height: 1px;
}
.dashed-red {
	width: 90%;
    margin: 0 auto;
	border: dashed 1px #a74542;
}
.dashed-center {
	width: 90%;
	border: dashed 1px #4087bb;
	height: 1px;
	margin: 0 auto;
}
.dashed-center-green {
	width: 90%;
	border: dashed 1px #4087bb;
	height: 1px;
	margin: 0 auto;
}
.dashed-center-violet {
    width: 90%;
	border: dashed 1px #6c50a0;
	height: 1px;
	margin: 0 auto;
}
.features-list {
	font-size: 16px;
}
.features-list li:first-child {
	margin-top: 10px;
}
.features-list li{
	padding: 7px 0px;
	list-style: none;
	margin: 0;
}
.features-list li a:hover {
	border-bottom: 1px dotted #424141;
}
.features-list li i {
	margin: 0px 10px;
}
.home-product-text, .home-product-img {
	padding: 5% 2%;
}
.home-product-img {
	text-align: center;
}
.home-product-text{
	padding: 0 3% 0 0;
}
.home-product-text p {
	line-height: 30px;
}
.needle-centered {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.needle img, .needle-centered img  {
	max-width: 600px;
	width: 100%;
}
.needle-img {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.needle-subtitle {
	width: 90%;
    margin: 5px auto;
    font-size: 20px;
}
.needle-eo {
    color: #1f6fa7;
}
.needle-se {
    color: #01582d;
}
.needle-hf {
    color: #991010;
}
.needle-title h3 {
	font-size: 18px;
}
.text-blue-strong {
	color: #3381d8;
	font-weight: bold;
}
.text-blue-light {
	color: #195fad;
}
.text-green-strong {
	color: #6dac43!important;
	font-weight: bold!important;
}
.text-green-light {
	color: #3b5d25;
}
.text-red-strong {
	color: #9c2723!important;
	font-weight: bold!important;
}
.text-red-light {
	color: #9a8e51;
}
.text-violet {
	color: #5a2fab;
}
.title-align-alt {
	display: inline-block;
	vertical-align: top;
}
.title-align-alt h1, .needle-title h1 {
	font-size: 60px;
	margin-top: 0px;
	line-height: 55px;
}
/* NEWS SECTION */

#news {
	background-color: #f5f5dc;
}
.news-article {
    margin: 0px auto;
    padding: 30px 0px;
    border-bottom: 2px solid #d8d8d8;
}
.news-article:last-child {
	border-bottom: none;
}
.news-article h3, .news-event h3{
	color: #869a32;
}
.news-article p, .news-event p {
	line-height: 23px;
	color: #828282;
}
.news-bg-container {
	background: url('../img/news/news.png') no-repeat scroll 90% 0% #a2b74e;
}
.news-event {
    margin: 20px auto;
    padding: 10px 0px;
    border: 2px solid #d8d8d8;
    background-color: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.news-event h3 {
	font-size: 30px;
}
.news-event>div {
	width: 90%;
    margin: 0 auto;
}
.news-event-list ul li, .news-event-list ul li a {
	display: inline-block;
	color: #5c7300;
}
.news-event-list ul li a:hover {
	text-decoration: underline;
}
.news-event-list ul li:first-child {
	width: 40px;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
	color: #5c7300;
}
.news-product-title {
	min-height: 100px;
}
.news-product-title div h1{
    font-size: 40px;
    text-shadow: 1px 1px 0px rgb(204, 204, 204);
    /* color: #585858; */
    color: #51560e;
    line-height: 100px;
    font-family: 'Days One', sans-serif;
}
.news-product-subtitle {
    background-color: rgba(115, 136, 33, 0.6);
    letter-spacing: 2px;
	padding: 5px 0px;
    font-family: 'humanist-normal-light';
}
.news-product-subtitle h2 {
	font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 5px 0px;
    letter-spacing: 2px;
    font-family: 'humanist-normal-light';
}
.da-btn-pagination>ul>li.active>a, .da-btn-pagination>ul>li.active>a:focus, .da-btn-pagination>ul>li.active>a:hover {
    background-color: #b5b56c;
    border: 1px solid #b3b31d;
    color: #efefef;
}
/* PURCHASE */
#purchase {
	background-color: #f5f5dc;
}

.purchase-bg-container {
	background-color: rgb(53, 88, 0);
}

.purchase-product-title {
	min-height: 80px;
	max-height: 100px;
}
    .purchase-product-title div h1 {
        font-size: 35px;
        color: #E0E0E0;
        line-height: 40px;
        font-family: Segoe UI Historic;
    }


/* LICENSING */
#licensing {
	background-color: #ffffff;
}
.licensing-bg-container {
	background: url('../Sites/Products/Licensing/img/licensing.png') no-repeat 90% 0% #006bb3;
}
.licensing-product-title {
	min-height: 100px;
}
.licensing-product-title div h1{
    font-size: 40px;
    text-shadow: 1px 1px 0px #002e4d;
    color: #e6f2ff;
    line-height: 100px;
    font-family: 'Days One', sans-serif;
}
.licensing-product-subtitle {
    background-color: rgba(121, 166, 210, 0.6);
    letter-spacing: 2px;
	padding: 5px 0px;
    font-family: 'humanist-normal-light';
}
.licensing-product-subtitle h2 {
	font-size: 18px;
    color: #fff;
	margin: auto;
	/*    margin: 0;*/
    padding: 5px 0px;
    letter-spacing: 1px;
    font-family: 'humanist-normal-light';
}
.licensing-text-body {
	padding: 5px 0px;
    font-family: 'humanist-normal-light';
}
.licensing-text-body h1 {
	font-size: 22px;
	text-align: left;
	color: #595959;
    margin: auto;
    /*padding: 5px 100px 5px 100px;*/
    font-family: 'humanist-normal-light';
}
.licensing-text-body h2 {
	font-size: 22px;
	text-align: justify;
	color: #595959;
    margin: auto;
    /*padding: 5px 100px 5px 100px;*/
    font-family: 'humanist-normal-light';
}
.licensing-text-body h4 {
	font-size: 18px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 1.2;
	color: #595959;
    margin: auto;
    /*padding: 5px 100px 5px 100px;*/
    font-family: 'humanist-normal-light';
}
.licensing-text-body ol {
	font-size: 16px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.1;
	color: #595959;
    margin: auto;
    /*margin: 50;
    padding: 5px 200px 5px 200px;*/
    font-family: 'humanist-normal-light';
}
#licensing-table {
  font-family: 'humanist-normal-light';
  font-size: 18px;
  border-collapse: collapse;
  width: 75%;
}

#licensing-table td, #licensing-table th {
  border: 1px solid #bfbfbf;
  padding: 8px;
  vertical-align: top;
  line-height: 1.0;
}
#licensing-icontable {
  font-family: 'humanist-normal-light';
  font-size: 18px;
  border-collapse: collapse;
  width: 85%;
}
#licensing-icontable td, #licensing-icontable th {
  border: 0px solid #bfbfbf;  
  vertical-align: top;
  text-align: center;
  line-height: 1.0;
}
#licensing-icontable h1 {
  font-size: 16px;
  color: #330080;
  text-align: center;
  line-height: 1.0;  
  padding: 20px 15px 5px 15px;
  margin: auto;
}	
#licensing-icontable h2 {
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  text-align: center;
  line-height: 1.0; 
  padding: 5px 15px 25px 15px;
  margin: auto;
}

/* TESTIMONIALS */

#testimonials {
	min-height: 400px;
    padding: 30px 0px 60px 0px;
    background-color: #f5f5dc;
}
#testimonials div div h2 {
	text-transform: uppercase;
	margin: 30px 0px;
	color: #737373;
}

/* CONTACT SECTION */

#contact, #renewal {
	padding: 10px 0px 60px 0px;
	background-color: #efefef;
}
#contact {
	background-color: #ffede9;
    margin: 0 auto;
}
#contact.ct-about {
    background-color: #b75b46;
    padding-top: 30px;
}
#contact.ct-about .container {
    background-color: #fff;
    width: 80%;
    box-shadow: inset 1px 1px 1px #6b6b6b; 
    padding: 2% 7%;
}
#contact .container h2 {
	margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
}
#contact h2 {
	color: #c46852;
}
#contact h3 {
	color: #888888;
}
#contact article p {
	margin: 0 auto;
}
#ct-dealers-title {
    width: 88%!important;
    margin: 0 auto!important;
    padding: 0!important;
}
.buttons-container {
	/* padding: 10px 0px; */
    /* box-shadow: 0px 2px 10px 1px #6d6d6d; */
	/* border-bottom: 1px solid #d4d4d4; */
}
.buttons-container .container {
	text-align: left;
	/* border-bottom: 1px solid #d4d4d4; */
}
.cite-about {
	font-size: 20px;
	font-weight: bold;
    /* color: #db320b; */
	color: #000000; 
    text-align: right;
    display: block;
    width: 95%;
}
.ct-aside-col p{
	margin: 0;
	color: #ad4a33;
}
.ct-aside-col a {
    color: #ad4a33;
    margin-top: 4px;
    text-decoration: underline;
    display: inline-block;
}
.ct-aside-col div ul {
	list-style: none;
	padding-left: 0;
}
.ct-aside-top-col p{
	font-size: 14px;
    color: #fff;
}
.ct-bg-container {
    /*background-image: url('../img/contact/contact.png') no-repeat scroll 95% 0% #da9788;*/
    background-color: #da9788;
}
.ct-btn-submit {
	margin-right: 40px;
}
.ct-customerLabel {
	display: none;
}
.ct-form-controls {
	padding: 0px 50px;
}
.ct-form-controls input[type="checkbox"]{
	margin: 0 10px;
}
.ct-link a {
	color: #329983;
	text-decoration: underline;
}
.ct-link a:hover {
	color: #505050;
}
.ct-link a img {
	margin-right: 5px;
}

.ct-link {
	inline-size: max-content;
}
.ct-product-title {
	min-height: 100px;
}
.ct-product-title .container {
	min-height: 130px;
}
.ct-product-subtitle {
	background-color: rgba(187, 84, 60, 0.7);
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
	padding: 25px 0px;
	min-height: 250px;
}
.ct-product-subtitle.ct-about {
	min-height: 0;
	padding: 0;
	height: 30px;
}
.ct-about h2 {
    margin: 0!important;
    font-size: 18px!important;
}
.ct-product-subtitle h2 {
	font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 5px 0px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
}
.ct-product-title div h1 {
	font-size: 50px;
    /* color: #585858; */
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    /*line-height: 100px;*/
}
.ct-sales-form {
	background-color: #fff;
	padding: 40px 0px;
	margin-top: -225px;
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
	box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
}
.ct-sales-form div div p {
	font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.ct-sales-form div div div label, .sc-label-text label{
	font-weight: normal;
}
.product-list{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 900;
}
.product-list .row {
    margin-left: 0;
    margin-right: 0;
}

/* Find a dealer */

#dealers {
	padding: 20px 0px;
}
#dealers .panel-heading {
	background-color: #0d8e80;
    color: #fff;
}
.continent:hover {
	cursor: pointer;
}
.da-logos-col p {
	padding-left: 0!important;
}
.fd-heading {
	background-color: #329983;
	color: #fff;
	border-radius: 4px 4px 0px 0px;
	/*-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;*/
}
.fd-map-select {
	margin-top: 60px;
}
.fd-product-box {
	text-align: center;
	margin-left: 20px;
}
.fd-product-box>li {
	list-style: none;
    display: inline-block;
    margin: 10px 0px;
    width: 32%;
}
.fd-product-box img {
	max-width: 100px;
	width: 100%;
}
.fd-product-box p {
	margin: 12px 0px;
    font-weight: bold;
}
.fd-product-box2 {
	padding-left: 0px;
}
.fd-product-box2 li {
	display: block;
	margin: 0;
}
.fd-product-box2 label {
	margin-left: 5px;
	font-weight: normal;
}
.fd-sales-form {
	background-color: #fff;
    /* padding: 40px 0px; */
    margin-top: -325px;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
    box-shadow: inset 0px 1px 1px 1px rgba(97,97,97,1);
}
.fd-sales-form .row {
	margin: 0 auto;
}
.ld-bg-container {
	background-image: url('../img/worldmap.png') no-repeat scroll 90% 50% #626d6c;
}
.ld-dist-container {
	padding: 20px 20px;
}
.ld-dist-header {
	background-color: #f1b9ad;
    color: #963d2a;
    padding: 5px 20px;
    border-radius: 5px 5px 0px 0px;
}
.ld-dist-article {
	border-bottom: 1px solid #c5c5c5;
	padding: 10px 15px;
}
.ld-dist-article ul {
	list-style: none;
	padding: 10px 0px;
	padding-bottom: 0;
	margin: 0px 15px;
}
.ld-dist-article ul li {
	padding: 2px 0px;
	font-size: 12px;
}
.ld-dist-article ul li i{
    color: #329983;
    font-size: 15px;
    text-align: center;
    width: 30px;
}
.ld-dist-article h4 {
	margin: 0;
	color: #329983;
}
.ld-dist-article .row .col-md-3 img {
    max-width: 150px;
}
.ld-product-title {
	min-height: 100px;
}
.ld-product-title div h1 {
    font-size: 40px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    color: #aaccbd;
    line-height: 70px;
    font-family: 'Days One', sans-serif;
}
.ld-product-subtitle {
    background-color: rgba(124, 140, 138, 0.5);
    margin: 0;
    padding: 5px 0px;
    letter-spacing: 2px;
    font-family: 'humanist-normal-light';
}
.ld-product-subtitle h2 {
	font-size: 18px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
    font-family: 'humanist-normal-light';
}
/* FOOTER */
.footer {
	height: auto;
	width: 100%;
	background-color: #575757;
	border-top: 3px solid #404040;
	position: relative!important;
}/* 
.footer::before {
    content: url('../img/bg-point1.png');
    position: relative;
    top: -26px;
    left: 5%;
} */
.footer-info {
	text-align: center;
	color: #eaeaea;
	width: 100%;
}
.footer-info ul li {
	list-style:  none;
}
.footer-info ul li a i {
	margin: 5px 10px;
	font-size: 30px;
}
.footer .flex-container{
	justify-content: space-around;
}
.section-footer {
    margin: 10px 10px;
    display: inline-block;
	vertical-align: top;
}
.section-footer ul {
	margin-left: -40px;
	font-size: 12px;
	margin-top: 10px;
}
.section-footer h4 {
	color: #dedede;
	font-size: 16px;
}
.section-footer ul li {
	list-style:  none;
	margin-bottom: 6px;
}
.section-footer ul li a, .footer-info {
	color: #797979;
}
.section-footer ul li a:hover {
	color: #fff;
}
#listItem1, #listItemBuy, #listItemContact {
    display: none;
	box-shadow: 0px 3px 15px 0px #464646;
}
#listItem1 h3, #listItemBuy h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0px;
}
#listItemBuy h3 {
    margin-top: 5px;
}
#listItem1 p, #listItemBuy p {
    font-size: 12px;
}
#listItemBuy .col-sm-3>a {
    font-weight: bold;
    color: #777777;
}
#listItemBuy .col-sm-3>a:hover {
    color: #2b2b2b;
}
#listItemBuy p>a, #listItem1 .col-sm-3>a {
    text-decoration: underline;
}
#listItemBuy .col-sm-9 h3:first-child, #listItemBuy .col-sm-3 h3:first-child {
    margin-top: 15px;
}
#listItemBuy .col-sm-9 h5 {
    color: #777777;
}
#listItemBuy .col-sm-9 .col-sm-4:last-child {
    margin-top: 26px;
}
#listItem1 .col-sm-9, #listItemBuy .col-sm-9 {
    background-color: #efefef;
    margin-bottom: 10px;
    box-shadow: inset 1px 1px 1px 1px #828282;
    -moz-box-shadow: inset 1px 1px 1px 1px #828282;
    -webkit-box-shadow: inset 1px 1px 1px 1px #828282;
}
.nav-block-container {
    background-color: #ffffff;
    padding: 9px 15px 5px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #636363;
    margin: 10px 0px;
    border: 1px solid #e0e0e0;
}
.nav-block-container h3 {
    margin: 0;
    font-size: 14px!important;
}
.nav-block-container p {
    margin-bottom: 0;
}
.nav-block-links {
    padding: 0;
	font-size: 12px;
}
.nav-block-links:hover {
    text-decoration: underline;
}
.nav-block-links li {
    list-style: none;
}
.nav-bloque a {
    color: #5d5d5d;
}
.nav-bloque a:hover {
    color: #3a3a3a;
}
.nav-caret {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #bdbdbd;
    position: absolute;
    top: 31px;
    left: 36px;
    font-size: 30px;
    display: none;
}
#item2 .nav-caret {
    left: 24px!important;
}
#item3 .nav-caret {
    left: 45px!important;
}
.nav-cont-block {
    background-color: #949494;
    padding: 15px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 5px 0px black;
}
.nav-cont-block h3 {
    margin: 8px 0;
    font-size: 15px!important;
    font-weight: bold;
}
.nav-main-content img {
    max-width: 30px!important;
    vertical-align: bottom;
}
#listItemBuy .nav-main-content img {
    max-width: 25px!important;
    vertical-align: middle;
}
#listItemBuy .col-sm-3 img {
    max-width: 50px;
    margin-right: 6px;
}
#listItemBuy h3 {
    font-size: 15px;
}
.contact-block {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #efefef;
}
.contact-block h3 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.contact-block a {
    color: #9a9a9a;
    font-size: 16px;
}
.contact-block a span {
    margin-left: 13px;
    display: inline-block;
}
.contact-block a:hover {
    color: #4e4e4e;
}
.contact-block a img {
    width: 20%;
}
.contact-text-top {
    min-height: 150px;
    font-size: 12px;
}
.contact-text-bottom {
    min-height: 53px;
    font-size: 12px;
}
.contact-block:not(.contact-top){
    margin-bottom: 10px;
}

/* MEDIA QUERIES */

@media (max-device-width: 480px) and (orientation: landscape) {
	#embroidery, #stitchera, #hotfix {
		background-size: cover;
	}
	.section-footer {
		margin: 10px auto;
		width: 100%;
		text-align: center;
	}
	.cite-about {
		text-align: center!important;
	}
	.ct-sales-form div .col-md-2 {
		text-align: center;
	}
	.ld-product-title div h1 {
		line-height: 40px;
	}
}
@media (max-width: 480px) {
	#embroidery, #stitchera, #hotfix {
		background-size: cover;
	}
	.section-footer {
		margin: 10px auto;
		width: 100%;
		text-align: center;
	}
	.news-product-title .container h1 {
		line-height: 50px;
	}
	.licensing-product-title .container h1 {
		line-height: 50px;
		margin-top: 10%;
	}
	.cite-about {
		text-align: center!important;
	}
	.ct-sales-form div .col-md-2 {
		text-align: center;
	}
	.ld-product-title div h1 {
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.ct-bg-container {
		background-color: #da9788;
	}
	.ct-product-title div h1, .ct-product-subtitle.ct-about {
		text-align: center;
	}
	.ct-product-title div h1 {
		text-align: center;
	}
	.ld-bg-container {
		text-align: center;
	}
	.news-bg-container {
		background-color: #a2b74e;
		text-align: center;
	}
	.licensing-bg-container {
		background-color: #006bb3;
		text-align: center;
	}
	.section-footer {
		width: 45%!important;
		text-align: center!important;
	}
	.cite-about {
		text-align: center;
	}
	.btn-group a, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group, .btn-group-vertical {
		width: 100%;
		display: block;
	}
	.btn-group>.btn-group {
    display: block;
    width: 100%;
	}
	.fd-product-box>li {
		display: block;
		width: 100%;
		text-align: center;
	}
	.fd-sales-form {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu {
        background-color: rgb(245, 245, 245);
    }
	#listItem1, #listItemBuy, #listItemContact, #listItem1 .nav-caret, #listItemBuy .nav-caret, #listItemContact .nav-caret  {
	    display: none!important;
	}
}
@media (min-width: 768px) {
    .nav-bloque {
	    display: block;
	    width: 100%;
	    background-color: #bdbdbd;
	    position: absolute;
	    margin-top: 0;
	    z-index: 9999;
    }
}
@media (max-width: 992px) {
	.block-position-center, block-position-center ul {
        margin: 0 auto!important;
        display: block!important;
        text-align: center!important;
     }
	.content-box {
		background-color: rgba(253, 253, 253, 0.7);
		max-height: 300px;
	}
	.section-footer {
		display: inline-block;
		text-align: left;
		vertical-align: top;
		width: 20%;
	}
	.footer-info {
		margin: 0 auto;
		width: 100%!important;
		text-align: center;
	}
	.header-right {
		text-align: center;
		padding: 0!important;
	}
	.sc-box-login {
		text-align: center;
	}
	.logo-header {
		display: block;
		margin: 0 auto;
	}
	.ld-dist-article {
		text-align: center;
	}
	.ld-dist-article .row .col-md-4 {
		text-align: center;
	}
	.ld-dist-article .row .col-md-4 a{
		margin: 0px 0px;
		margin-bottom: 20px;
	}
	.ct-sales-form {
		margin-top: 20px;
		background-color: #fff;
		padding: 20px 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.ct-product-subtitle {
		height: 210px;
	}
	.ct-btn-submit {
	margin-right: 0;
	}
	.fd-sales-form {
		margin-top: 25px;
	}
}
@media (max-width: 1100px) {
	#main-title {
		background-image: url('../img/slider/header1.png') no-repeat scroll 8% 50% transparent;
	}
}
.credit-card {
	margin: 40px 0px 20px 0px;
	color: #888888;
}
.credit-card label {
	margin: 20px 20px;
}
.credit-card label > input{
	visibility: hidden;
	position: absolute;
}
.credit-card label > input + img{
	cursor: pointer;
	border: 2px solid #c1c1c1;
	opacity: 0.8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.credit-card label > input + img:hover{
	opacity: 1;
}
.credit-card label > input:checked + img{
	border: 2px solid #676767;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	opacity: 1;
}
.credit-card label > input:disabled + img {
	opacity: 0.3;
    cursor: not-allowed;
}
.red-button{
    background-color: #db320b !important;    
}
.loaderReports::after {
    content: url(../img/loading.gif);
    position: absolute;
    z-index: 9999;
}
.noLocationSpan{
    text-align: center;
    margin-top: 28px;    
}

.tableLimit{
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;                                      
    overflow: hidden;
}

.tableLimitSummary
{
    width: 12%;
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;                                      
    overflow: hidden;
}

.error-title {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    font-size: 36px;
}
.da-aside-col p {
    padding: 5px 10px;
    margin: 0;
}

.da-aside-col p i {
    font-size: 8px;
    margin-right: 5px;
    color: #7f6005;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}

.specialWidhtTableAverage{
    width : 12%;
}

.specialWidhtTableSmall{
    width : 8%;
}

.specialWidhtTableLarge{
    width : 18%;
}

.pointerSort{
    cursor : pointer;    
}

.paginationUsers {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

.da-summary-table{
    width: 100% !important;
    max-width: 100% !important;  
}

.summary-overflow{
    overflow: auto;
    width: 100%;    
}

.specialWidthFooter{
    width: 18%;
}
    
.bootstrap-dialog>.modal-dialog>.modal-content>.modal-header {
    background-color: rgb(30, 110, 167)!important;
}

div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a:focus,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a:hover,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span:focus,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a:focus,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a:hover,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span:focus,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoDemosReports_paginate>.pagination>.active>a,div#tablaListadoDemosReports_paginate>.pagination>.active>a:focus,div#tablaListadoDemosReports_paginate>.pagination>.active>a:hover,div#tablaListadoDemosReports_paginate>.pagination>.active>span,div#tablaListadoDemosReports_paginate>.pagination>.active>span:focus,div#tablaListadoDemosReports_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoClientsReport_paginate>.pagination>.active>a,div#tablaListadoClientsReport_paginate>.pagination>.active>a:focus,div#tablaListadoClientsReport_paginate>.pagination>.active>a:hover,div#tablaListadoClientsReport_paginate>.pagination>.active>span,div#tablaListadoClientsReport_paginate>.pagination>.active>span:focus,div#tablaListadoClientsReport_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

/*Slider Home*/
#wrapper {
    height: 100%;
    width: 100%;
    /*min-height: 650px;*/
    min-width: 900px;
}
#slider {
    height: 100%;
    overflow: hidden;
    background-image: url(img/ajax-loader.gif) center center no-repeat;
}

#slider .slide {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    float: left;
    background-position: center right;
    cursor: pointer;
    border-left: 1px solid #fff;
    background-repeat: no-repeat;
}

#slider .slide:first-child {
    border: none;
}

#slider .slide.active {
    cursor: default;
    background-size: cover;
}

#slider .slide-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: linear-gradient(to right, rgba(255,255,255, 0.9)70%, rgba(255,255,255, 0.1));   
    padding: 40px;
    padding-right: 30%;
    font-size: 14px;
    color: #134B94;
    overflow: hidden;
    border-radius: 4px;
}
.flex-container{
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
}
.flex-container-footer{
    /*display: flex;*/
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
}
.flex-container.vertical{
    flex-direction: column;
    justify-content: space-around;
}

.flex-container .flex-item{
    width: 100%;
}

#slider .slide-block .needle-title{
    text-align: left;
    padding: 10px;
}

#slider .slide-block .needle-title img{
    width: 60%;
    margin: auto;
}

#slider .slide-block h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px;
    text-align: left;
}
#slider .slide-block p {
    padding: 10px;
    text-align: justify;
}
#slider .slide-block a {
    margin-left: 10px;
}

@media (min-width: 769px){
    #item21 .dropdown-menu,
    #item22 .dropdown-menu,
	#item1 .dropdown-menu,
    #item2 .dropdown-menu,
    #item3 .dropdown-menu,
    #item4 .dropdown-menu{
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
    #item21 .dropdown-menu,
	#item22 .dropdown-menu,
    #item1 .dropdown-menu,
    #item2 .dropdown-menu,
    #item4 .dropdown-menu,
    #item3 .dropdown-menu li{
        background-color: transparent;
    }
    #item21 .dropdown-menu,
	#item22 .dropdown-menu,
    #item1 .dropdown-menu,
    #item2 .dropdown-menu,
    #item4 .dropdown-menu,
    #item3 .dropdown-menu li a {
        opacity: 0;
	}
}
.nav-caret{
    display: none!important;
}
@media (max-width: 768px){
	.needle-title img{
		width: 100%!important;
	}
	.main{
		margin-top: auto;
		/*margin-top: 180px;*/
	}
    .contenedor-slider{
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }
    #slider .slide-block{
        width: 100vw;
        padding: 40px;
    }
    #slider .slide-block .needle-title{
        width: 70vw;
    }
}

.product-comparison-section{
	padding: 60px 0;
}

.product-comparison-title .section-title{
		padding: 50px 100px 50px;
		text-align: center;
}
.product-comparison-title .section-title h4{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}


.product-comparison.flex-container{
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
}
@media (max-width: 768px){
	.product-comparison.flex-container{
    	width: 100%;
    	flex-direction: column;
    	flex-wrap: nowrap;
    }
    #slider .flex-item h4{
    	font-size: 25px;
    }
    #slider .flex-item p{
    	font-size: 17px;
    	line-height: 20px;
    }
}
.product-comparison .flex-item{
    width: 100%;
    padding: 10px 20px 0;
    flex-grow: 0;
    transition: all 0.3s ease-in-out;
}

.product-comparison .flex-item:hover{
	-ms-box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15), -1px -1px 6px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15), -2px -2px 6px rgba(0, 0, 0, 0.10);
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15), -2px -2px 6px rgba(0, 0, 0, 0.10);
}

.product-comparison .vertical{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	height: 550px;
}

.product-comparison .vertical .img-container{
	padding-bottom: 50px;
}

.product-comparison .vertical .description{
	flex-grow: 1;
	text-align: justify;
	color: #757575;
	padding-left: 20px;
	padding-right: 20px;
}
.product-comparison .vertical .description p{
	line-height: 25px;
	font-size: 15px;
}

.product-comparison .vertical .link {
	padding-bottom: 20px;
	text-align: center;
}

.product-comparison .vertical .price{
	padding-bottom: 50px;
	text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 30.5%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
	
}
.hidelarge {
     /* nothing */		
}	
.hidesmall {
     /* nothing */		
}	


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
	.banner-style {
		width: 100%;
		height: 182px;
		border: 0px;
		margin: auto;		
	}
}
	
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{
	.banner-style {
		width: 100%;
		height: 235px;
		border: 0px;
		margin: auto;		
	}
}

/* Medium and small devices (landscape tablets, phones 768px and down) */
@media only screen and (max-width: 769px)
{
	.hidesmall {
		display: none !important;
	}		
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)
{
	.banner-style {
		width: 100%;
		height: 303px;
		border: 0px;
		margin: auto;		
	}
	.hidelarge {
		display: none !important;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)
{
	.banner-style {
		width: 100%;
		max-width: 1100px;
		height: 336px;		
		border: 0px;
		margin: auto;		
	}
	.flex-container-footer {
		display: flex !important;
	}	
	
}

.resp-container {
    position: relative;
    overflow: hidden;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.resp-containerHome {
    position: relative;
    overflow: hidden;
    padding-top: 30.54%;
}

.resp-iframeHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a:focus,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>a:hover,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span:focus,div#tablaListadoSubscriptionsReports_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a:focus,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>a:hover,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span:focus,div#tablaListadoUsuarioRegistrados_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoDemosReports_paginate>.pagination>.active>a,div#tablaListadoDemosReports_paginate>.pagination>.active>a:focus,div#tablaListadoDemosReports_paginate>.pagination>.active>a:hover,div#tablaListadoDemosReports_paginate>.pagination>.active>span,div#tablaListadoDemosReports_paginate>.pagination>.active>span:focus,div#tablaListadoDemosReports_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

div#tablaListadoClientsReport_paginate>.pagination>.active>a,div#tablaListadoClientsReport_paginate>.pagination>.active>a:focus,div#tablaListadoClientsReport_paginate>.pagination>.active>a:hover,div#tablaListadoClientsReport_paginate>.pagination>.active>span,div#tablaListadoClientsReport_paginate>.pagination>.active>span:focus,div#tablaListadoClientsReport_paginate>.pagination>.active>span:hover {
    background-color: #d4b55c;
    border-color: #d4b55c;
}

.ModalLinkBlack {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

    .ModalLinkBlack:hover {
        cursor: pointer !important;
        color: #726e6e !important;
        text-decoration:underline !important;
    }

.eo-extfeat {
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 13px;
    cursor: pointer;
}
    .eo-extfeat.active {
        margin: 0;
        padding: 3px 0 3px 0;
        font-size: 13px;
        cursor: pointer;
        background-color: #b7d1e6;
    }
.se-extfeat {
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 13px;
    cursor: pointer;
}

    .se-extfeat.active {
        margin: 0;
        padding: 3px 0 3px 0;
        font-size: 13px;
        cursor: pointer;
        background-color: #a4cca6;
    }
.hf-extfeat {
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 13px;
    cursor: pointer;
}

    .hf-extfeat.active {
        margin: 0;
        padding: 3px 0 3px 0;
        font-size: 13px;
        cursor: pointer;
        background-color: #bdb587;
    }