/* CSS DOCUMENT */

/* FONT INSTALL */
/* Light */
@font-face {
font-family: 'Rajdhani';
font-style: light;
font-weight: 300;
src: local('"rajdhani'), local('rajdhani-light'), url("../fonts/rajdhani-light.ttf") format('truetype');
}
@font-face {
font-family: 'Rajdhani';
font-style: regular;
font-weight: 600;
src: local('"rajdhani'), local('rajdhani-regular'), url("../fonts/rajdhani-regular.ttf") format('truetype');
}
@font-face {
font-family: 'Rajdhani';
font-style: bold;
font-weight: 900;
src: local('"rajdhani'), local('rajdhani-bold'), url("../fonts/rajdhani-bold.ttf") format('truetype');
}
@font-face {
font-family: 'Agency FB', arial;
font-style: regular;
font-weight: 600;
src: local('"agency'), local('agency-regular'), url("../fonts/agency-regular.ttf") format('truetype');
}
@font-face {
font-family: Besom;
font-style: regular;
src: local('"besom'), local('besom'), url("../fonts/besom.ttf") format('truetype');
}
/* END */




.tech{padding-right: 5px !important;
    padding-left: 5px !important;    
}

body {
	padding:0;
	margin:0;
}
.img {
	width:100%;
}
a:hover {
	transition:all 0.5s ease 0s;
}
.topmianhead {
	float:left;
	position: absolute;
	z-index:1;
	width: 100%;
	margin:60px 0 0 0;
}
.topmianhead.tiny {
	float:left;
	position: fixed;
	z-index:1;
    background: rgba(119, 185, 67, 0.60) none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
	top:0;
}
.topmianhead .logopart_sec {
    padding: 0;
	text-align:center;
}
.topmianhead .logopart_sec .logo img {
    width: 40%;
    float: none;
    margin: 0 auto 25px;
}
.welcomebase {
	text-align:center;
	padding:120px 0 0 0;
	text-transform:uppercase;
}
.welcomebase h2 {
    font-size: 48px;
    line-height: 38px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 10.2px;
}
.welcomebase h1 {
    font-size: 90px;
    line-height: 60px;
    color: #ed1c24;
    font-weight: 900;
}
.welcomebase .sepbar_sec {
	text-align:center;
}
.welcomebase .sep img {
    text-align: center;
    width: 40%;
    padding: 16px 0 0 0;
}
.welcomebase .morebtn_sec {
    text-align: center;
    padding: 4px 0 0 0;
}
.welcomebase .more img {
    text-align: center;
    width: auto;
    padding: 16px 0 0 0;
}
.welcomebase .more img:hover {
	transition:all 0.5s ease 0s;
	opacity:0.5;
}






.headerbase {
    background-color: rgba(41, 21, 14, 0.80);
    text-align: center;
    height: auto;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    padding: 0px 20px 25px;
}
.headerbase img {
    top: -23px;
    width: 20.333333%;
    position: relative;
}
.headerbase h1 {
	font-family: "AbsolutDB Normal";
    font-size: 36px;
    line-height: 0px;
    color: #ffffff;
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.headerblock {
	width:100%;
	height:auto;
	float:left;
}
.headerblock .mainheader img{
	width:100%;
	height:auto;
	float:left;
}
.welcome-contents-block {
    width: 100%;
    height: auto;
    padding: 30px 30px 8px 30px;
    float: left;
}
.welcome-contents-block .titleicon {
	text-align:center;
}
.welcome-contents-block .titleicon img {
    display: inline;
    width: auto;
    padding: 2px 8px 6px 8px;
    margin: 0;
}
.welcome-contents-block h2 {
    font-size: 28px;
    line-height: 20px;
    color: #010101;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 10px 0;
    font-style: normal;
    font-weight: 900;
}
.welcome-contents-block h3 {
    font-size: 22px;
    line-height: 20px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding: 2px 0 12px 0;
    font-style: normal;
    font-weight: 700;
}
.welcome-contents-block p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 2px 40px 14px 40px;
    color: #010101;
    font-weight: 600;
}
.welcome-contents-block .morebtn_sec {
    text-align: center;
    padding: 2px 0 0 0;
}
.welcome-contents-block .morebtn_sec img {
    text-align: center;
    width: auto;
    padding: 2px 0 0 0;
}
.welcome-contents-block .morebtn_sec img:hover {
	transition:all 0.5s ease 0s;
	opacity:0.5;
}
.welcome-contents-block img {
    text-align: center;
    display: block;
    margin: 2px auto;
    width: 100%;
}
.welcome-contents-block a.back {
    float: right;
    font-size: 18px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
}
.welcome-contents-block a.back:hover {
    color:#ed1c24;
}
.welcome-contents-block .list-items {
    float: left;
    width: 100%;
}
.welcome-contents-block .list-items ul {
    text-align: left;
    margin: 8px 0 0 5px;
    padding: 0 0 0 25px;
}
.welcome-contents-block .list-items ul li {
    list-style: none;
    background: url(../images/footer-list-bulet-icon.png) no-repeat;
    padding: 0px 0 8px 25px;
    line-height: 20px;
    font-size: 15px;
    margin-left: 4px;
    color: #0d0d0d;
    font-weight: 600;
}

.productshome-contents-block {
    width: 100%;
    height: auto;
    padding: 5px 5px 0px 5px;
    float: left;
}
.productshome-contents-block h2 {
    font-size: 28px;
    line-height: 32px;
    color: #010101;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 10px 0;
    font-style: normal;
    font-weight: 900;
}
.productshome-contents-block .image {
    display: block;
    width: 100%;
    height: auto;
    padding: 1px;
}
.productshome-contents-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.7);
}
.productshome-contents-block .imglayer:hover .overlay {
  opacity: 1;
}
.productshome-contents-block h3 {
    color: white;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
    float: none;
    text-transform: uppercase;
    margin: 0;
}
.productshome-contents-block .readmore {
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 900;
    float: none;
    text-transform: uppercase;
}
.productshome-contents-block .readmore a {
	color:#ed1c24;
}
.productshome-contents-block .readmore a:hover {
    color:#ffffff;
}


.safetyharness-contents-block {
    width: 100%;
    height: auto;
    padding: 0px;
    float: left;
}
.safetyharness-contents-block img {
    width: 100%;
}


.technoloyhome-contents-block {
    width: 100%;
    height: auto;
    padding: 0px 5px 0px 0px;
    float: left;
}
.technoloyhome-contents-block .leftpart {
	text-align:left;
}
.technoloyhome-contents-block .leftpart img {
    width: 100%;
}
.technoloyhome-contents-block .rightpart {
    text-align: center;
    padding: 45px 45px 45px 45px;
}
.technoloyhome-contents-block .rightpart h2 {
    font-size: 50px;
    line-height: 40px;
    color: #010101;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 18px;
    text-align: center;
}
.technoloyhome-contents-block .rightpart h1 {
    font-size: 90px;
    line-height: 60px;
    color: #010101;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.technoloyhome-contents-block .rightpart .bigtext p {
    font-size: 20px;
    line-height: 20px;
    color: #010101;
    margin: 25px 0 0 0;
    text-align: center;
    padding: 0 0 14px 0;
    font-style: normal;
    font-weight: 900;
}
.technoloyhome-contents-block .rightpart p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 2px 10px 14px 10px;
    color: #010101;
    font-weight: 600;
}
.technoloyhome-contents-block .rightpart .readmore {
	text-align:center;
	padding:16px 0 0 0;
}
.technoloyhome-contents-block .rightpart .readmore a {
    text-align: center;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 900;
}
.technoloyhome-contents-block .rightpart .readmore a:hover {
    color: #010101;
}


.products-contents-block {
    width: 100%;
    height: auto;
    padding: 0;
    float: left;
}
.products-contents-block .problocksec {
    text-align: left;
    float: left;
    width: 100%;
}
.products-contents-block .problocksec .col-md-6 {
	padding: 0 0px 26px 0px;
}
.products-contents-block .problocksec .leftarea {
    float: left;
    width: 50%;
}
.products-contents-block .problocksec .leftarea img{
	width:100%;
}
.products-contents-block .problocksec .rightarea {
    float: left;
    background: #ed1c24;
    width: 50%;
    padding: 20px 0px 0 0px;
    height: auto;
    text-align: right;
}
.products-contents-block .problocksec .rightarea h3 {
    font-size: 17px;
    line-height: 15px;
    color: #ffffff;
    margin: 0 0 0 0;
    text-align: right;
    padding: 0 15px 10px 0;
    font-style: normal;
    font-weight: 900;
}
.products-contents-block .problocksec .rightarea p {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding: 6px 15px 12px 2px;
    color: #ffffff;
    font-weight: 600;
}
.products-contents-block .problocksec .rightarea .viewmore img {
    width: auto;
}

.products-contents-block-inner {
    width: 100%;
    height: auto;
    padding: 0 0 40px 0;
    float: left;
}
.products-contents-block-inner p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 2px 5px 8px 5px;
    color: #010101;
    font-weight: 600;
}
.products-contents-block-inner .imageblock {
	text-align:center;
}
.products-contents-block-inner .imageblock img {
    text-align: center;
    width: 90%;
    border:solid 1px #ffd3c4;
    border-radius: 50%;
    margin: 0 0 16px 0;
}
.products-contents-block-inner img.fullborder {
    text-align: center;
    width: 100%;
    border: solid 1px #ffd3c4;
    border-radius: 6px;
    margin: 0 0 0px 0;
}
.products-contents-block-inner img.fullborder a:hover {
	border:solid 1px green;
}
.products-contents-block-inner .imageblock .fullwidth img {
    text-align: center;
    width: 48%;
    border: solid 1px #ed1c24;
    border-radius: 50%;
    margin: 16px 0 26px 0;
}
.products-contents-block-inner .timetable_imgeblock {
	text-align:center;
}
.products-contents-block-inner .timetable_imgeblock img {
    text-align: center;
    width: 90%;
    border: 0;
    border-radius: 0%;
    margin: 0 0 16px 0;
}
.products-contents-block-inner .imageblock .imgtitle h4 {
    font-size: 18px;
    line-height: 16px;
    color: #ed1c24;
    margin:-10px 0 0 0;
    text-align: center;
    padding: 0px 0 6px 0;
    font-style: normal;
    font-weight: 700;
}
.products-contents-block-inner .imageblock .imgtitle h5 {
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0px 0 20px 0;
    font-style: normal;
    font-weight: 700;
}
.products-contents-block-inner .imageblockCenter {
    text-align: center;
    margin: 5px 0 0 0;
}
.products-contents-block-inner .imageblockCenter h2 {
    font-size: 22px;
    line-height: 20px;
    color: #292929;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 5px 0;
    font-style: normal;
    font-weight: 900;
}
.products-contents-block-inner .imageblockCenter img {
    text-align: center;
    width: 50%;
    border: solid 1px #ed1c24;
    border-radius: 50%;
    margin:8px 0 28px 0;
}
.products-contents-block-inner .sepimg {
	text-align:center;
}
.products-contents-block-inner .sepimg img {
    text-align: center;
    width: 80%;
    border: 0;
    border-radius: 0%;
    margin: 15px 0 30px 0;
}
.products-contents-block-inner h2 {
    font-size: 22px;
    line-height: 20px;
    color: #292929;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 5px 0;
    font-style: normal;
    font-weight: 900;
}
.products-contents-block-inner h3 {
    font-size: 22px;
    line-height: 26px;
    color:#ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 10px 0;
    font-style: normal;
    font-weight: 900;
}
.products-contents-block-inner .list-items {
    float: left;
    width: 100%;
}
.products-contents-block-inner .list-items ul {
    text-align: left;
    margin: 8px 0 0 5px;
    padding: 0 0 0 25px;
}
.products-contents-block-inner .list-items ul li {
    list-style: none;
    background: url(../images/footer-list-bulet-icon.png) no-repeat;
    padding: 0px 0 8px 25px;
    line-height: 20px;
    font-size: 15px;
    margin-left: 4px;
    color: #0d0d0d;
    font-weight: 600;
}
.products-contents-block-inner .imageacc img {
    text-align: center;
    width: 100%;
    border:0;
    margin: 0 0 30px 0;
}
.products-contents-block-inner table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.products-contents-block-inner th, td {
    text-align: center;
    padding: 8px;
    color: #010101;
    font-weight: 600;
	line-height: 16px;
}

.products-contents-block-inner tr:nth-child(even){background-color: #f2f2f2}


.products-contents-block-inner h3 {
    font-size: 22px;
    line-height: 20px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding:16px 0 8px 0;
    font-style: normal;
    font-weight: 700;
}
.products-contents-block-inner .coloursblock {
    text-align: center;
}
.products-contents-block-inner .coloursblock img {
    text-align: center;
    width: 100%;
    border:0;
    border-radius: 0%;
    margin: 0 0 30px 0;
}


.safety-footwear-block {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    float: left;
}
.safety-footwear-block .imagesec {
	text-align:center;
}
.safety-footwear-block img {
    margin: 0 auto;
    text-align: center;
    border: solid 1px #d8d8d8;
    width: 75%;
    border-radius: 6px;
}
.safety-footwear-block .big img {
    width: 55%;
    margin: 0 auto 40px;
}
.safety-footwear-block img:hover {
    border: solid 1px #e23639;
}
.safety-footwear-block p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 2px 5px 8px 5px;
    color: #010101;
    font-weight: 600;
}

.contact-contents-block-inner {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    float: left;
}
.contact-contents-block-inner p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 2px 25px 20px 25px;
    color: #010101;
    font-weight: 600;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #010101;
}
.contact-contents-block-inner h3 {
    font-size: 22px;
    line-height: 12px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding: 4px 0 12px 0;
    font-style: normal;
    font-weight: 600;
}
.contact-contents-block-inner .googlemap iframe {
    width: 100%;
    padding: 0 0 30px 0;
    border-top: dashed 1px #adadad;
}
.contact-contents-block-inner .contact-forms-block {
    width: 100%;
    text-align: center;
    border-top: dashed 1px #adadad;
    background: #e6e6e6;
    padding: 20px 15px 20px 15px;
    float: left;
}
.contact-contents-block-inner .contact-forms-block label {
    font-size: 16px;
    line-height: 18px;
    color: #010101;
    margin: 1px 0 0px 0;
    text-align: left;
    font-weight: 600;
    padding: 10px 0 5px 0;
    width: 100%;
    float: left;
    font-style: normal;
}
.contact-contents-block-inner .contact-forms-block input {
    float: left;
    width: 100%;
    padding: 4px 16px;
    border: 0;
    color: #010101;
    background: none;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    margin: 1px 0% 12px 0;
    transition: all 0.5s ease 0s;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    outline: 0 none;
    box-shadow: 0px 0px 9px #c7c7c7;
    background: white;
    font-weight: 600;
}
.contact-contents-block-inner .contact-forms-block select {
    background: white;
    color: #000000;
    padding: 4px 15px 6px 15px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    transition: 500ms all ease;
    width: 100%;
    margin: 0px 6px 10px 2px;
    font-size: 15px;
    outline: 0 none;
    font-weight: 600;
    box-shadow: 0px 0px 9px #c7c7c7;
}
.contact-contents-block-inner .contact-forms-block select:focus {
    box-shadow: none;
    border: solid 1px #ed1c24;
}
.contact-contents-block-inner .contact-forms-block input:focus {
    box-shadow: none;
    border: solid 1px #ed1c24;
}
.contact-contents-block-inner .contact-forms-block textarea {
    float: left;
    width: 100%;
    height: 120px;
    padding: 4px 16px;
    border: 0;
    color: #010101;
    background: none;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    margin: 1px 0% 25px 0;
    transition: all 0.5s ease 0s;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    outline: 0 none;
    box-shadow: 0px 0px 9px #c7c7c7;
    background: white;
    font-weight: 600;
}
.contact-contents-block-inner .contact-forms-block textarea:focus {
    box-shadow: none;
    border: solid 1px #ed1c24;
}
.contact-contents-block-inner .contact-forms-block .submit button {
    border: 0;
    text-align: center;
    width: auto;
    margin: 0 auto;
    background: #2d2d2d;
    color: #ffffff;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 15px;
    outline: 0 none;
    font-weight: 900;
    float: right;
    display: block;
	border:solid 3px #2d2d2d;
	transition:all 0.5s ease 0s;
}
.contact-contents-block-inner .contact-forms-block .submit button:hover {
	border:solid 3px #ed1c24;
	transition:all 0.5s ease 0s;
}

.technology-contents-block-inner {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    float: left;
}
.technology-contents-block-inner h3 {
    font-size: 22px;
    line-height: 26px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: right;
    padding: 20px 0 2px 0;
    font-style: normal;
    font-weight: 600;
}
.technology-contents-block-inner p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    padding: 2px 2px 14px 10px;
    color: #010101;
    font-weight: 600;
}
.technology-contents-block-inner .imageblock {
    text-align: center;
}
.technology-contents-block-inner .imageblock img {
    text-align: center;
    width: 80%;
    border: solid 1px #ed1c24;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.other-products-block-inner {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    float: left;
}
.other-products-block-inner h3 {
    font-size: 22px;
    line-height: 26px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding:8px 0 2px 0;
    font-style: normal;
    font-weight: 600;
}
.other-products-block-inner p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 2px 2px 14px 10px;
    color: #010101;
    font-weight: 600;
}
.other-products-block-inner .filessec {
    text-align: center;
    float: left;
    padding: 20px 0 20px 0;
    height: 800px;
    overflow: auto;
    width: 100%;
    margin: 0 0 20px 0;
    /* border: solid 1px red; */
}
.other-products-block-inner .filessec img {
    width: 100%;
    margin: 0 0 16px 0;
}

.corporate-contents-block-inner {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    float: left;
}
.corporate-contents-block-inner h3 {
    font-size: 22px;
    line-height: 26px;
    color: #ed1c24;
    margin: 0 0 0 0;
    text-align: center;
    padding: 20px 0 2px 0;
    font-style: normal;
    font-weight: 600;
}
.corporate-contents-block-inner p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 2px 2px 14px 10px;
    color: #010101;
    font-weight: 600;
}
.corporate-contents-block-inner .imageblock {
    text-align: center;
}
.corporate-contents-block-inner .imageblock img {
    text-align: center;
    width: 90%;
    border: solid 1px #ed1c24;
    border-radius: 50%;
    margin: 0 0 30px 0;
}
.corporate-contents-block-inner .list-items {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
.corporate-contents-block-inner .list-items ul {
    text-align: left;
    margin: 8px 0 0 15px;
}
.corporate-contents-block-inner .list-items ul li {
    list-style: none;
    background: url(../images/footer-list-bulet-icon.png) no-repeat;
    padding: 5px 13px 10px 25px;
    line-height: 16px;
    font-size: 16px;
    margin-left: 24px;
    color: #0d0d0d;
    font-weight: 600;
}


.personal-pro-contents-block {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 40px 0;
}
.personal-pro-contents-block .button-block {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.personal-pro-contents-block .button-block a {
    font-size: 20px;
    line-height: 15px;
    color: #333333;
    text-align: center;
    padding: 20px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 5px 8px;
    border: solid 1px #333333;
    text-transform: uppercase;
    float: left;
    width: 94%;
    margin: 0 3% 0 3%;
}
.personal-pro-contents-block .button-block a:hover {
    box-shadow: 5px 8px;
    border: solid 1px #ed1c24;
	color: #ed1c24;
}
.widgets-block{
	width:100%;
	height:auto;
	padding:30px 30px 30px 30px;
	background:url(../images/contents-bg-img.jpg) repeat;
	float:left;
	padding:25px 20px 10px;
	margin:0 auto;
}



.pro-items-block{
	/* The image used */
    background-image: url("../images/pro-items-bg-img.jpg");

    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	padding:120px 30px 120px 30px;
}
.pro-items-block .contents-block {
	background:#1b1814;
	border-radius: 10px;
	width:80%;
	margin:0 10%;
	padding:25px;
	min-height: 570px;
	float: left;
}
.pro-items-block h2 {
	font-family: "AbsolutDB Normal";
    font-size: 32px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 25px 0;
    /*font-style: italic;*/
}

.pro-items-block .readmore-btn img {
    border: 0;
    outline: 0 none;
    margin: 0 auto;
    width: auto;
    display: block;
    position: relative;
    top: -12px;
}
.pro-items-block-caption {
	text-align:center;
	padding:15px;
	background:#29150e;
}
.pro-items-block-caption p {
    font-size: 22px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-weight: 300;
}
.footer-block {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 0 0;
    background: #ececec;
    border-top: solid 3px #ed1c24;
}
.footer-block .bottom-logo img {
    width: 30%;
    padding: 0 0 20px 0;
}
.footer-block .sublinks {
    text-align: center;
}
.footer-block .sublinks ul {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    /* background: #40280a; */
    color: #282828;
}
.footer-block .sublinks ul li {
    display: inline;
    list-style: none;
    color: #FFFFFF;
}
.footer-block .sublinks ul li a {
    padding: 0 16px 0 10px;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-block .sublinks ul li a:hover {
    color: #ed1c24;
    font-weight: 900;
}
.footer-block .followsus-sec {
    text-align: center;
}
.footer-block .followsus-sec ul {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    /* background: #40280a; */
    color: #282828;
}
.footer-block .followsus-sec ul li {
    display: inline;
    list-style: none;
    color: #FFFFFF;
}
.footer-block .followsus-sec ul li img{
    padding: 0 1px 0 1px;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-block .followsus-sec ul li img:hover {
	//opacity:0.7;
	transition:all 0.5s ease 0s;
	transform: scale(1.2);
}
.footer-bottom-sec {
    background: #e1e1e1;
    padding: 0px 20px 5px 20px;
    text-align: center;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    border-bottom: solid 3px #40280a;
}
.footer-bottom-sec .copyright {
    text-align: left;
}
.footer-bottom-sec .poweredby {
    text-align: center;
    padding: 10px 0 8px 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #2a2a2a;
}
.footer-bottom-sec .copyright p {
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    text-align: center;
    float: left;
    font-weight: 600;
    width: 100%;
    padding: 0px 0 0 0;
    margin: 25px 0 0px 0;
}
.footer-bottom-sec .copyright p span {
    color: #ed1c24;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-bottom-sec .social-icons-sec {
    text-align: left;
    float: right;
    margin: 8px 2px 8px 0;
}
.footer-bottom-sec .social-icons-sec h4 {
    text-align: center;
    /* float: right; */
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 13px;
    color: #454545;
    font-weight: 900;
}
.footer-bottom-sec .social-icons-sec ul {
    list-style: none;
    margin: 8px 0px 0 0;
    padding: 0;
    float: right;
}
.footer-bottom-sec .social-icons-sec ul li {
    display: inline;
    padding: 0 0 0 0;
    float: left;
    list-style: none;
}
.footer-bottom-sec .social-icons-sec ul li a {
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 12px;
    margin: 0px 0 0;
    padding: 0 2px;
}
.footer-bottom-sec .social-icons-sec ul li a:hover {
    opacity: 0.6;
    margin: 0px 0 0 0;
    transform: scale(1.0);
}
.footer-block .sep img {
	width:100%;
}



/*animation element*/
@-webkit-keyframes flip {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes flip {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.coin-face img {
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  -webkit-animation: flip 2s;
          animation: flip 2s;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}


.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating{}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}






/*BANNER CSS SECTION START*/
		.properties-table {
			width: 100%;
			padding: 0;
			border-spacing: 0;
			margin-top: 2em;
			font-size: .85em;
			background-color: #eee;
		}
		.properties-table th, .properties-table td {
			text-align: left;
			padding: 10px;
		}
		.properties-table th {
			border-bottom: 1px solid #333;
			line-height: 2;
		}
		#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			height:600px;
			//min-height: 400px;
			background-color: #010101;
		}
		.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 380px auto;
			padding: 40px;
			max-width: 600px;
			color: #fff;
			text-align: center;
			font-size: 1.8em;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
		}
		.demo-inner-content p {
			margin: 0 0 20px;
			text-align: center;
			line-height: 24px;
		  }
/*BANNER CSS SECTION END*/

/*PRO ITEMS CSS SECTION START*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
	font-family: "Roboto Condensed";
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #29150e;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 14px;
    font-size: 25px;
    text-align: center;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 10px 0 0;
    /*text-indent: 15px;*/
    background: #29150e;
    width: 100%;
    color: #FFFFFF;
    font-weight: 200;
    padding: 15px 25px 35px;
	text-align: center;
}
#mixedSlider .MS-content .item a {
    margin: 0 auto;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    display: block;
    width: 50%;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}
#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}
#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
#mixedSlider .fa-angle-right:before {
    content: "\f105";
    color: #FFFFFF;
}
#mixedSlider .fa-angle-left:before {
    content: "\f104";
    color: #FFFFFF;
}
/*PRO ITEMS CSS SECTION END*/

/*MENU PAGE SECTION START*/
.otherpage-headerblock {
	width:100%;
	height:auto;
	float:left;
}
.otherpage-headerblock .otherheader{
		/* The image used */
    background-image: url("../images/otherpage-main_header_01.jpg");

    /* Set a specific height */
    height: 650px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	padding:120px 30px 80px 30px;
}
.otherpage-contents-block{
	width:100%;
	height:auto;
	padding:30px 30px 30px 30px;
	background:url(../images/contents-bg-img.jpg) repeat;
	float:left;
}
.otherpage-contents-block h2 {
    font-family: "AbsolutDB Normal";
    font-size: 34px;
    line-height: 34px;
    color: #4c5d2a;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 0;
    /*font-style: italic;*/
}
.otherpage-contents-block h3 {
    font-size: 20px;
    line-height: 26px;
    color: #29150e;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px 0;
    /*border-bottom: dashed 1px #29150e;*/
}
.otherpage-contents-block h4 {
    font-family: "AbsolutDB Normal";
    font-size: 28px;
    line-height: 24px;
    color: #29150e;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 25px 0 15px 0;
    /*font-style: italic;*/
}
.otherpage-contents-block p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    padding: 0 0 18px 0;
    color: #655d5a;
}
.otherpage-contents-block img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
    width: 75%;
}
/*# sourceMappingURL=addTabs.css.map */
.addui-Tabs .addui-Tabs-tabHolder {
  display: flex;
}
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 8px 16px;
  font-size: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
  margin: 0 5px 0 5px;
  background: #29150e;
  border-radius: 8px 8px 0 0;
  color: white;
  transition:all 0.5s ease 0s;
}
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab:hover {
  background: #4c5d2a;
  transition:all 0.5s ease 0s;
}
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab.addui-Tabs-active {
  padding-bottom: 5px;
  border-bottom: 8px solid #4c5d2a;
  background: #4c5d2a;
  color: white;
  border-radius: 8px 8px 0 0;
  /*margin: 10px 0 0 0;*/
}
.addui-Tabs .addui-Tabs-content {
  display: none;
}
.addui-Tabs .addui-Tabs-content.addui-Tabs-active {
  display: block;
}
/*# sourceMappingURL=addTabs.css.map */

#demo1 table{
	width:100%;
    margin: 15px auto 25px;
}
#demo1 .contents p {
    color: #29150e;
    float: left;
    width: 100%;
    padding: 0;
	font-weight:400;
	margin:0;
	border:solid 1px red;
}
#demo1 table td{
    padding: 10px;
    border: 1px solid #91959f;
}
#demo1 table .blueTd {
    background-color: #29150e;
    color: #ffffff;
    border: 1px solid #4c5d2a;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
}
#demo1 table .whiteTd{
    border: 1px solid #3e425c;
    text-align: center;
    color: #655d5a;
    font-size: 16px;
}
#demo1 table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo1 table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo1 table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo1 table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
#demo2 table{
	width:100%;
    margin: 15px auto 25px;
}
#demo2 .contents p {
    color: #29150e;
    float: left;
    width: 100%;
    padding: 0;
	font-weight:400;
	margin:0;
	border:solid 1px red;
}
#demo2 table td{
    padding: 10px;
    border: 1px solid #91959f;
}
#demo2 table .blueTd {
    background-color: #29150e;
    color: #ffffff;
    border: 1px solid #4c5d2a;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
}
#demo2 table .whiteTd{
    border: 1px solid #3e425c;
	text-align: center;
	color: #655d5a;
	font-size:16px;
}
#demo2 table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo2 table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo2 table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo2 table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
#demo3 table{
	width:100%;
    margin: 15px auto 25px;
}
#demo3 .contents p {
    color: #29150e;
    float: left;
    width: 100%;
    padding: 0;
	font-weight:400;
	margin:0;
	border:solid 1px red;
}
#demo3 table td{
    padding: 10px;
    border: 1px solid #91959f;
}
#demo3 table .blueTd {
    background-color: #29150e;
    color: #ffffff;
    border: 1px solid #4c5d2a;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
}
#demo3 table .whiteTd{
    border: 1px solid #3e425c;
	text-align: center;
	color: #655d5a;
	font-size:16px;
}
#demo3 table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo3 table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo3 table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo3 table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
#demo4 table{
	width:100%;
    margin: 15px auto 25px;
}
#demo4 .contents p {
    color: #29150e;
    float: left;
    width: 100%;
    padding: 0;
	font-weight:400;
	margin:0;
	border:solid 1px red;
}
#demo4 table td{
    padding: 10px;
    border: 1px solid #91959f;
}
#demo4 table .blueTd {
    background-color: #29150e;
    color: #ffffff;
    border: 1px solid #4c5d2a;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
}
#demo4 table .whiteTd{
    color: #655d5a;
	font-size:16px;
	border: 1px solid #3e425c;
	text-align: center;
}
#demo4 table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo4 table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo4 table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo4 table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
#demo5 table{
	width:100%;
    margin: 15px auto 25px;
}
#demo5 .contents p {
    color: #29150e;
    float: left;
    width: 100%;
    padding: 0;
	font-weight:400;
	margin:0;
	border:solid 1px red;
}
#demo5 table td{
    padding: 10px;
    border: 1px solid #91959f;
}
#demo5 table .blueTd {
    background-color: #29150e;
    color: #ffffff;
    border: 1px solid #4c5d2a;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
}
#demo5 table .whiteTd{
    color: #655d5a;
	font-size:16px;
	border: 1px solid #3e425c;
	text-align: center;
}
#demo5 table .greenTd{
    background-color: #338933;
    color: white;
    border: 1px solid #338933;
}
#demo5 table .whiteTdTwo{
    background-color: white;
    color: #338933;
    border: 1px solid #338933;  
}
#demo5 table .pinkTd{
    background-color: #87567b;
    color: white;
    border: 1px solid #87567b;
}
#demo5 table .whiteTdP{
    background-color: white;
    color: #87567b;
    border: 1px solid #87567b;  
}
/*MENU PAGE SECTION END*/

/*TESTIMONIALS PAGE SECTION START*/
.testimonials-block {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 25px 0;
}
.testimonials-block .box-sec {
    width: 100%;
    height: auto;
    padding: 8px;
    margin: 0;
    border: solid 1px #ffffff;
    border-radius: 50px;
}
.testimonials-block .box-sec .avatar img {
    width: 50%;
    border: solid 3px #29150e;
    border-radius: 50%;
}
.testimonials-block .box-sec p {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #29150e;
    font-weight: 200;
    padding: 16px;
    border-radius: 30px;
    color: white;
}
.testimonials-block .box-sec .titlebox h4 {
    border: solid 1px #ffffff;
    text-align: center;
    width: auto;
    margin: 0 0 8px 0;
    float: none;
    background: #ffffff;
    color: #29150e;
    display: block;
    border-radius: 30px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}
.testimonials-block .box-sec .reviewed h3 {
    border: 0;
    text-align: center;
    width: auto;
    margin: 0 0 0px 0;
    float: none;
    color: #ffffff;
    display: block;
    border-radius: 30px;
    padding: 0px 10px 10px 10px;
    font-size: 16px;
    line-height: 18px;
}
.testimonials-block .box-sec .symbol {
    font-size: 14px;
    line-height: 22px;
}
#my-gallery-container {
	background-color: #ededed;
}
#my-gallery-container .item {
    width: 100%;
    background-color: #4b5c29;
    height: auto;
    padding: 15px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    border-radius: 50px;
    color: #fff;
}

#my-gallery-container .item:hover {
	opacity: 0.8;
}
#my-gallery-container .item p {

}
#my-gallery-container .item.h150{
	width: 100%;
	min-height: 150px;
}

#my-gallery-container .item.h200{
	width: 100%;
	min-height: 200px;

}
#my-gallery-container .item.h250{
	width: 100%;
	min-height: 200px;
}
#my-gallery-container .padding{
	padding: 10px 5px;
}
/*TESTIMONIALS PAGE SECTION END*/

/*BLOG PAGE SECTION START*/
.blog-sec {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 25px 0;
}
.blog-sec .box-sec {
    width: 100%;
    height: auto;
    padding: 8px;
    margin: 0;
    border: solid 1px #ffffff;
    border-radius: 50px;
}
.blog-sec .box-sec .avatar img {
    width: 100%;
    height: auto;
    border: solid 3px #29150e;
    border-radius: 50%;
}
.blog-sec .box-sec p {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #29150e;
    font-weight: 200;
    padding: 16px;
    border-radius: 30px;
    color: white;
}
.blog-sec .box-sec .titlebox a {
	font-family: "AbsolutDB Normal";
    border: solid 1px #ffffff;
    text-align: center;
    width: auto;
    margin: 0 0 15px 0;
    float: none;
    background: #ffffff;
    color: #29150e;
    display: block;
    border-radius: 30px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}
.blog-sec .box-sec .symbol {
    font-size: 14px;
    line-height: 22px;
}
/*BLOG PAGE SECTION END*/

/*ABOUT US PAGE SECTION START*/
.otherpage-aboutus-block {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background: url(../images/contents-bg-img.jpg) repeat;
    float: left;
}
.otherpage-aboutus-block h2 {
	font-family: "AbsolutDB Normal";
    font-size: 36px;
    line-height: 36px;
    color: #4c5d2a;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 0;
    /*font-style: italic;*/
}
.otherpage-aboutus-block p {
	margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    padding: 0 0 18px 0;
    color: #655d5a;
}
.otherpage-aboutus-block img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
    width: 75%;
}
.aboutus-block {
    float: left;
    width: 100%;
    height: auto;
	padding: 0 100px;
    margin: 10px 0 25px 0;
}
.aboutus-block .sec-block h3 {
	font-family: "AbsolutDB Normal";
    font-size: 26px;
    line-height: 26px;
    color: #29150e;
    margin: 15px 0 15px 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #29150e;
}


/*PRESS PAGE SECTION START*/
.otherpage-press-block {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background: url(../images/contents-bg-img.jpg) repeat;
    float: left;
}
.otherpage-press-block h2 {
    font-family: "AbsolutDB Normal";
    font-size: 34px;
    line-height: 34px;
    color: #4c5d2a;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 0;
    /*font-style: italic;*/
}
.otherpage-press-block p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    padding: 0 0 18px 0;
    color: #655d5a;
}
.otherpage-press-block .titlebar img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
    width: 100%;
    border: 0;
}
.otherpage-press-block img {
    text-align: center;
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px;
    border: dashed 1px #29150e;
}
.press-block {
    float: left;
    width: 100%;
    height: auto;
	padding: 0 0px;
    margin: 20px 0 40px 0;
}
.press-block .sec-block {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
	margin: 0 50%;
    border: solid 1px #29150e;
}
.press-block .sec-block h3 {
	font-family: "AbsolutDB Normal";
    font-size: 20px;
    line-height: 24px;
    color: #29150e;
    margin: 8px 0 15px 0;
    text-align: right;
    font-weight: 400;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #29150e;
}
.press-block .sec-block a {
    font-size: 14px;
    line-height: 15px;
    color: #4c5d2a;
    float: right;
    border-top: dashed 1px #29150e;
    width: 100%;
    text-align: left;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
.press-block .sec-block a:hover {
    color: #29150e;
}


/*GALLERY PAGE SECTION START*/
.otherpage-gallery-block {
    width: 100%;
    height: auto;
    padding: 30px 30px 60px 30px;
    background: url(../images/contents-bg-img.jpg) repeat;
    float: left;
}
.otherpage-gallery-block h2 {
    font-family: "AbsolutDB Normal";
    font-size: 34px;
    line-height: 34px;
    color: #4c5d2a;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 0;
    /*font-style: italic;*/
}
.otherpage-gallery-block p {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 200;
    padding: 0 0 18px 0;
    color: #29150e;
}
.otherpage-gallery-block .titlebar img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
    width: 100%;
	border: 0;
	box-shadow: none;
}
.otherpage-gallery-block img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
    width: 100%;
    border: solid 6px #ffffff;
    box-shadow: 6px 6px 12px #b9b9b9;
}
.aboutus-block {
    float: left;
    width: 100%;
    height: auto;
	padding: 0 100px;
    margin: 10px 0 25px 0;
}
.gallery-block .sec-block h3 {
    font-size: 26px;
    line-height: 32px;
    color: #29150e;
    margin: 15px 0 15px 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #29150e;
}
.otherpage-gallery-block .view-btn {
	border: solid 4px #ffffff;
    margin: 40px auto 5px;
    display: block;
    float: none;
    padding: 10px 20px;
    //text-transform: uppercase;
    font-size: 22px;
    background: #4b5c29;
    line-height: 22px;
    box-shadow: 3px 3px 14px #a7a7a7;
    color: #FFFFFF;
    outline: 0 none;
    transition: all 0.5s ease 0s;
}
.otherpage-gallery-block .view-btn:hover {
	border: solid 4px #ffffff;
    background: #29150e;
	transition:all 0.5s ease 0s;
}
.ambiance-btn-block {
    margin: 40px auto;
    float: left;
    width: 100%;
}
.ambiance-btn-block .view-btn {
	border: solid 4px #ffffff;
    margin: 20px auto 20px;
    display: block;
    float: none;
    padding: 10px 20px;
    //text-transform: uppercase;
    font-size: 22px;
    background: #4b5c29;
    line-height: 22px;
    box-shadow: 3px 3px 14px #a7a7a7;
    color: #FFFFFF;
    outline: 0 none;
    transition: all 0.5s ease 0s;
}
.ambiance-btn-block .view-btn:hover {
	border: solid 4px #ffffff;
    background: #29150e;
	transition:all 0.5s ease 0s;
}



/*CONTACT PAGE SECTION START*/
.contact-block {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 25px 0;
}
.contact-block .sec-block {
	padding:0 60px;
}
.contact-block .sec-block h3 {
	font-family: "AbsolutDB Normal";
    font-size: 26px;
    line-height: 28px;
    color: #29150e;
    margin: 15px 0 15px 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #29150e;
}
.contact-block .sec-block a {
	color:#4b5c29;
	font-weight:400;
}
.contact-block .form-block {
    padding: 15px 30px 25px;
    background: #4c5d2a;
    border-radius: 6px;
    margin: 0 35px;
    height: auto;
    background-color: rgba(41, 21, 14, 0.8);
    float: left;
}
.contact-block .form-block h3 {
	font-family: "AbsolutDB Normal";
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: 400;
    padding: 0 0 10px 0;
    border-bottom: dashed 1px #ffffff;
}
.contact-block .form-block label {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    font-weight: 400;
    padding: 8px 0 8px 0;
    width: 100%;
}
.contact-block .form-block button {
    border-radius: 6px;
    float: left;
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #29150e;
    color: #000000;
    text-align: left;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.contact-block .form-block button:focus {
    border: solid 1px #29150e;
	outline:0 none;
}
.contact-block .form-block input.textbox {
    height: auto;
    border-radius: 6px;
    float: left;
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #29150e;
    color: #000000;
    text-align: left;
    font-size: 14px;
}
.contact-block .form-block input.textbox:focus {
    border: solid 1px #4c5d2a;
	outline:0 none;
}
.contact-block .form-block textarea {
    height: 100px;
    border-radius: 6px;
    float: left;
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #29150e;
    color: #000000;
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.contact-block .form-block textarea:focus {
    border: solid 1px #29150e;
	outline:0 none;
}
.contact-block .form-block .submit button {
    border: solid 1px #906c0c;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: none;
    background: #dba004;
    color: #29150e;
    display: block;
    border-radius: 6px;
}
.contact-block .form-block .submit button:hover {
    color: #000000;
    background: #FFFFFF;
    transition: all 0.5s ease 0s;
}
.contact-block img {
	width:100%;
}
/*CONTACT PAGE SECTION END*/


.lightbox {}


input::-webkit-input-placeholder {
color: #4c5d2a !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #4c5d2a !important;  
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #4c5d2a !important;  
}
input:-ms-input-placeholder {  
color: #4c5d2a !important;
}

textarea::-webkit-input-placeholder {
color: #4c5d2a !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #4c5d2a !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #4c5d2a !important;  
}
textarea:-ms-input-placeholder {  
color: #4c5d2a !important;
}

/*input[placeholder], [placeholder], *[placeholder] {
    color: red !important;
}*/

.gallery-cation {
    margin: 25%;
    float: left;
    font-size: 44px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50%;
}
.gallery-cation h1 a {
	font-family: "AbsolutDB Normal";
	text-align:center;
	font-size:52px;
	line-height:54px;
	color:#fff558;
}
.gallery-cation h1 a:hover {
	color:#FFFFFF;
}
.gallery-cation p {
	text-align:center;
	font-size:26px;
	line-height:28px;
	color:#FFFFFF;
}
.lightbox {}



#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:30%; 
  height:auto;
  padding:0px;
  background-color:#ffffff;
  font-size: 15pt;
  margin:0 auto;
  float:none;
}
.close {
  position:absolute;
  top: 0;
  right: 0;
}
.close img {
    float: right;
    left: 15px;
    position: relative;
    top: -10px;
    width: 35%;
}
#popupfoot{
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}



#cssmenu {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #292929;
  border: 1px solid #292929;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  /*background-image: url('images/caret.png');*/
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  /*background: #ed1c24 url('images/caret.png') no-repeat;*/
  background-position: 90% 195%;
}
#cssmenu > ul li a {
    display: block;
    padding: 16px 20px 16px 20px;
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #ed1c24;
  color: #fff;
  //text-shadow: 0px 1px 0px #000;
}
@media (max-width: 767px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('../images/menu.png') no-repeat;
    background-position: 95% -55%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #ed1c24;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 767px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}




ul { list-style-type: none; }



/** =======================
 * Contenedor Principal
 ===========================*/



.lightbox {}


.accordion ul { list-style-type: none; padding:0; }

.accordiona {
  color: #b63b4d;
  text-decoration: none;
}

.accordion {
  width: 100%;
  /*max-width: 360px;*/
  margin:0px;
  padding:0px;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #292929;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height:18px;
  font-weight: 600;
  border-bottom:1px solid #3e3e3e;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
.accordion .link:hover {
  color:#ed1c24;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #ed1c24; }

.accordion li.open i { color: #ed1c24; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background:#292929;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #353535; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  font-size:16px;
  line-height:18px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #e94003;
  color: #FFF;
}


.allpromain-sec-block {
    width: 100%;
    height: auto;
    padding: 8px 0 30px;
    float: left;
}
.allpromain-sec-block h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 26px 0 16px 0;
    color: #4e4e4e;
    font-weight: 900;
    float: left;
    width: 100%;
}
.allpromain-sec-block h3 {
    font-size: 26px;
    line-height: 10px;
    margin:32px 0 12px 0;
    color: #4e4e4e;
    font-weight: 600;
    float: left;
    width: 100%;
}
.allpromain-sec-block p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    padding: 10px 5px 8px 5px;
    color: #000000;
    float: left;
    width: 100%;
}
.allpromain-sec-block .accessories-btn img {
    width: 50%;
    padding: 0px 0 30px 0;
    float: left;
}
.allpromain-sec-block .list-items {
    float: left;
    width: 100%;
}
.allpromain-sec-block .list-items ul {
    text-align: left;
    margin:4px 0 0 25px;
}
.allpromain-sec-block .list-items ul li {
    list-style: none;
    background: url(../images/footer-list-bulet-icon.png) no-repeat;
    padding: 0px 0 16px 14px;
    line-height: 16px;
    font-size: 16px;
    margin-left: 24px;
    color: #0d0d0d;
    font-weight: 600;
}

.equipments-sec-block {
    width: 100%;
    height: auto;
    padding: 8px 0 50px;
    float: left;
}
.equipments-sec-block .contents-block {
    border: solid 1px #e23639;
    padding: 8px;
    text-align: center;
    margin: 0 0 5px 0;
    border-radius: 8px;
    width: 94%;
}
.equipments-sec-block .contents-block .bottom-titlebar-bg {
    background: #0d0d0d;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    float: left;
    width: 100%;
}
.equipments-sec-block .contents-block .bottom-titlebar-bg h3 {
    font-size: 20px;
    line-height: 15px;
    margin: 8px 0 8px 0;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
}
.equipments-sec-block .more-btn a {
    background: #e23639;
    border-radius: 8px;
    float: left;
    margin: 0 auto 0 10px;
    padding: 5px 10px 5px 10px;
    color: white;
	font-size:13px;
	line-height:16px;
    position: relative;
    bottom: 15px;
	border:solid 2px #e23639;
}
.equipments-sec-block .more-btn a:hover {
    background: #0d0d0d;
	border:solid 2px #e23639;
}
.equipments-sec-block .equipments img {
    width: 100%;
    padding: 0px 0 30px 0;
    float: none;
    margin: 0 auto;
    display: block;
}
.equipments-sec-block p {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    padding: 10px 5px 8px 5px;
    color: #000000;
    float: left;
    width: 100%;
}

+

.mainNav {
			background: #222;
			width:95%;
		}
			/* First Level */
			.mainNav ul {
				margin: 0;
				padding: 0;
				list-style: none;
				border-bottom: 1px solid #444
			}
			.mainNav ul li {
				border-top: 1px solid #444;
			}
			.mainNav ul li a {
				color: #FFFFFF;
				display: block;
				font-size: 16px;
				line-height:18px;
				line-height: normal;
				padding: 12px 20px;
				text-decoration: none;
				font-weight: 600;
			}
			.mainNav ul li a:hover {
				background: #333;
				text-decoration: none;
			}
				/* Second Level */
				.mainNav ul ul {
					border-bottom: none
				}
				.mainNav ul ul li {
					border-top: 1px solid #222;
					background: #111;
				}
				.mainNav ul ul li a {
					color: #FFFFFF;
					display: block;
					font-size: 1em;
					line-height: normal;
					padding: 0.5em 1em 0.5em 1em;
				}
				.mainNav ul ul li a:hover {
					background: #333;
				}
						/* Third Level */
				.mainNav ul ul ul {
					border-top:1px solid #222;
				}
				.mainNav ul ul ul li {
					border:none;
				}
				.mainNav ul ul ul li a {
					padding-left:3.5em; 
					padding-top:0.25em; 
					padding-bottom:0.25em;
				}
			/* Accordion Button */
			ul li.has-subnav .accordion-btn {
				color:#fff; 
				background:rgba(255,255,255, 0.15); font-size:16px;
				    padding: 16px;
						    height: 46px !important;
						
			}
		
		@media screen and (max-width: 1024px) {
			.mainNav {width: 100%; margin: 0 0 26px 0;}
		}
		@media screen and (max-width: 767px) {
			.mainNav {width: 100%; margin: 0 0 26px 0;}
        }
 
        






        * {
            box-sizing:border-box;
          }
         
          .tabs {
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            width:680px;
            height:360px;
            padding:30px 20px;
            background:#f5f5f5;
            box-shadow:5px 5px 10px 5px #ccc;
            overflow:hidden;
          }
          .tabs .tab-header {
            float:left;
            width:180px;
            height:100%;
            border-right:1px solid #ccc;
            padding:50px 0px;
          }
          .tabs .tab-header > div {
            height:50px;
            line-height:50px;
            font-size:16px;
            font-weight:600;
            color:#888;
            cursor:pointer;
            padding-left:10px;
          }
          .tabs .tab-header > div:hover,
          .tabs .tab-header > div.active {
            color:#00acee;
          }
          .tabs .tab-header div i {
            display:inline-block;
            margin-left:10px;
            margin-right:5px;
          }
          .tabs .tab-content {
            position:relative;
            height:100%;
            overflow:hidden;
          }
          .tabs .tab-content > div > i {
            display:inline-block;
            width:50px;
            height:50px;
            background:#555;
            color:#f5f5f5;
            font-size:25px;
            font-weight:600;
            text-align:center;
            line-height:50px;
            border-radius:50%;
          }
          .tabs .tab-content > div {
            position:absolute;
            text-align:center;
            padding:40px 20px;
            top:-200%;
            transition:all 500ms ease-in-out;
          }
          .tabs .tab-content > div.active {
            top:0px;
          }
          
          .tabs .tab-indicator {
            position:absolute;
            width:4px;
            height:50px;
            background:#00acee;
            left:198px;
            top:80px;
            transition:all 500ms ease-in-out;
          }









.selected {
    background-color: rgb(226, 54, 57);
}

.sliding-menu {
  background-color: rgb(40, 38, 38);
  visibility: hidden;
  position: fixed;
  overflow: hidden;
}

.sliding-menu a, .sliding-menu p {
  font-family: Lato;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 18px;
  color: rgb(200, 200, 200);
  text-decoration: none;
  margin: 0 20px;
}

.sliding-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.sliding-menu li { margin: 40px auto 40px auto; }

.sliding-menu hr {
  width: 50%;
  min-width: 100px;
  border-color: rgb(18, 209, 234);
}
/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #fff;
    background-color: #0d0d0d;
    width: 30%;
    height:auto;
}
/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
	line-height:20px;
	font-weight: 600;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #404040;
    color: white;
}
/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #e23639;
    color: white;
}
/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    /*border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    height: auto;
}
.tabcontent .list-items {
    float: left;
}
.tabcontent .list-items ul {
    text-align: left;
    margin: 8px 0 0 25px;
}
.tabcontent .list-items ul li {
    list-style: none;
    background: url(../images/footer-list-bulet-icon.png) no-repeat;
    padding:3px 0 16px 25px;
    line-height: 16px;
    font-size: 16px;
    margin-left: 24px;
    color: #0d0d0d;
    font-weight: 600;
}
.tabcontent h3 {
    font-size: 23px;
    line-height: 18px;
    margin: 0 0 5px 0;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding: 10px 0 6px 0;
}

.allpro-title {
	text-align:center;
}
.allpro-title h4 {
    border: solid 1px #0d0d0d;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    background: #0d0d0d;
    font-weight: 600;
    float: left;
    color: #ffffff;
    width: 100%;
	margin: 0 0 20px 0;
    padding: 8px 4px 8px 4px;
    border-radius:16px;
}
.our-products-block {
    //border: solid 1px red;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}
.our-products-block .model-block-sec .subheading h3 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    border-top: solid 1px #e23639;
    border-bottom: solid 1px #e23639;
    padding: 8px 0 8px 0;
    float: left;
    width: 100%;
}
.back-btn {
    text-align: right;
    float: right;
    right: 0px;
}
.back-btn img:hover {
    //border: solid 1px #e23639;
	opacity:0.4;
	transition:all 0.5s ease 0s;
}
.our-products-block .carouselGallery-grid .carouselGallery-col-1 {
	margin:0;
	background-size: 90%;
}
.our-products-block img {
    width: 60%;
    margin: 0 20% 20px 20%;
}
.our-products-block .accessories-block {
    text-align: center;
    padding:25px 0 0 0;
}
.our-products-block .accessories-block .accessories img {
    width: 40%;
    text-align: center;
    margin: 0 30%;
    padding: 0 16px 20px 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #6f6f6f;
}

th, td {
    text-align: left;
    padding:6px;
	font-weight: 600;
}

tr:nth-child(even){background-color: #dedede; font-size:15px;}

table .titlebar {
	background:#0c8fd3;
	color:#ffffff;
	font-weight:900;
	font-size:16px;
	line-height:22px;
}


.lightbox {}
.lightbox-title {
    display: none !important; 
}

.frame {
    height: 260px;
    width: 90%;
    position: relative;
    float: left;
    border: 1px solid #eae7e7;
    border-radius: 10px;
    margin: 0 0 20px 0;
}
.frame img {  
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.imgres {
	text-align:center;
}
.imgres img {
    width: 30%;
    border: solid 1px #dadada;
    padding: 12px;
}
.pdficon {
    text-align: center;
    padding: 0 0 20px 0;
}
.pdficon img {
	width:auto;
}
.pdficon a {
	color:#de2225;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}



/* MEDIA QUERIES */
@media (max-width: 480px) {
.topmianhead .logopart_sec .leftblock { background:rgba(0, 0, 0, 0) url("../images/menus-logo-bg-img.png") no-repeat scroll 0 0 / 100% auto; height:550px; position: absolute; top: 30px; }
nav a { width: 100%; margin: 0 0 0px; }
nav a:hover { color:#FFFFFF; font-size:19px;transition:all 0.5s ease 0s; }
nav {position: relative; top: 70%;}
nav .dropdown.open, .desktop nav li:hover { background-color: rgba(76, 93, 42, 0.7);}
.dropdown { background:#29150e; }
nav ul {background-color: rgba(0, 0, 0, 0.7); }
.topmianhead .logopart_sec .rightblock .toprightlinks { width: 50%; position:relative; top:0px; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul li a img { width: 75%; float:right; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul { margin: 8px 0px 0 0; }
.topmianhead .logopart_sec .rightblock .toprightlinks h5 { width: 100%; font-size: 15px; text-align:center; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul li a { padding:0; }
.headerbase { padding:20px; }
.headerbase img { position: relative; top: -32px; width: 50%;}
.headerbase h1 { font-size: 30px; line-height: 15px; }
.welcome-contents-block { padding:15px; }
.welcome-contents-block img { width:100%; }
.pro-items-block{ padding: 60px 30px 30px; }
.pro-items-block .readmore-btn img { width:100%; }
.pro-items-block-caption p {font-size: 18px; line-height: 22px; padding:0; }
.media-sec-block { padding: 30px 15px; }
.media-sec-block .image-sec img { width:100%; }
.media-sec-block .image-sec .image-title {width: 100%; margin:0; }
.media-sec-block .image-sec .readmore-btn a img { width:auto; }
.gallery-block{ padding: 40px 20px; }
.gallery-block img { height:auto; }
.gallery-block .readmore-btn img { width:50%; }
.our-blog-sec-block{ padding: 30px 5px 15px; }
.our-blog-sec-block .blog-sec { padding: 0 20px; margin: 0 0 30px; float:left; }
.footer-block .logo-sec p { padding: 0 5px; }
.footer-block .logo-sec { margin: 0 0 25px; }
.footer-block .contact-info-sec { margin: 0 0 15px; }
.footer-block .contact-info-sec h3 { padding: 0 0 10px; font-size:22px; line-height:24px; }
.footer-block .facebook-likebox-sec h3{ font-size:22px; line-height:24px; }
#mixedSlider .MS-controls button { font-size:35px; }
.facebook-likebox-sec iframe { height:350px; }

#demo table { margin:5px auto; }

.addui-Tabs .addui-Tabs-tabHolder {display: initial !important;}
#least .least-gallery { padding:0 !important; }
.otherpage-contents-block { padding:0; }
.otherpage-contents-block img {width: 100%; padding:0px 0 0 0; }
.contact-block .sec-block {padding:0 15px;}
.contact-block .form-block { margin: 20px 10px; padding: 15px 15px 25px;}

#least .least-gallery li { margin: 0 0px 16px 0 !important; }

nav ul ul li a { width:100%; margin: 0 0 0px 0; }

.aboutus-block { padding:0; }

.gallery-cation { margin: 0 5% 5%; top: 80%; width: 90%;}
.gallery-cation h1 a { float: left; font-size: 22px; line-height: 24px; padding: 0px 0 0; width: 100%;	}
.gallery-cation p {font-size: 18px; line-height: 22px; }
.press-block .sec-block { margin:0; }

.otherpage-gallery-block .view-btn {font-size: 14px; line-height: 18px; }
.ambiance-btn-block .view-btn {font-size: 18px; line-height: 22px; }

#blurbox-wrapper {max-width: 100% !important; }

.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab.addui-Tabs-active {margin: 5px 0;}
.addui-Tabs .addui-Tabs-tabHolder .addui-Tabs-tab {margin: 5px 0;}

.blocks-sec img { width:auto !important }

#boxes #dialog { width:65%; }

.topmianhead .logopart_sec .rightblock .toprightlinks .delivery-icon img { width: 30%; }
.welcome-contents-block p {padding: 8px 0;}




.topmianhead .logopart_sec .logo img { width:75%;margin: 0 auto 15px; }
.products-contents-block .problocksec .leftarea {width: 100%}
.products-contents-block .problocksec .rightarea {width: 100%}
.welcomebase h2 {font-size: 38px; line-height:38px; letter-spacing:7.2px;}
.welcomebase h1 {font-size: 70px; line-height:38px;}
.technoloyhome-contents-block .rightpart {padding:13px;}
.technoloyhome-contents-block .rightpart h2 {font-size: 24px; letter-spacing: 10px; }
.technoloyhome-contents-block .rightpart h1 {font-size: 50px; line-height:0; }
.technoloyhome-contents-block .rightpart .bigtext p {margin: 35px 0 0 0;}
.footer-block .sublinks ul li a {font-size: 14px; line-height: 24px; padding: 0 10px 0 10px; }

.contact-contents-block-inner .contact-forms-block {margin: 0 0 26px 0;}
.productshome-contents-block {padding: 5px 0px 0px 0px;}

.topmianhead {margin: 10px 0 0 0; }
.welcome-contents-block h2{padding: 15px 0 10px 0;}

.rmm.style .rmm-mobile li > a:not(:only-child):after { margin-right:0px !important;}
.accordion { margin:40px 0 0 0; }

.productshome-contents-block h3 {font-size: 20px;}

.safety-footwear-block img { margin: 0 auto 20px; width: 100%; }
.products-contents-block-inner .imageblock .fullwidth img { width:90%; }
.equipments-sec-block .contents-block { width:100%; }
.frame { width:100%; height:auto;}
.frame img { position:relative;}

.footer-block .bottom-logo img { width:75%; }
.safety-footwear-block .big img { width:100%; margin: 0 0 20px 0;}

.pdficon a {font-size:18px;	line-height:18px;}


}



.mask-img img{
    width: 130px;
    height: 130px;
    margin: 10px;
}


.mask-img-1 span{
    font-weight: bold;
}
.container-img{
    width: 70%;
    margin: auto;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 50px;
}

.v-off{
    padding: 5% 2% 2% 2%;
}

.cenx-img{
    margin-top: 130px !important;
}


.Difference-between-eVO-and-EZY {
    width: 532px;
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
  }
  .diff{
      font-weight: 600;
  }
  .diff-txt{margin: 10px;
}

.container-dif{
    width: 60%;
    margin: auto;
    margin-bottom:50px;
}

.diff{

    margin: 15px;
}

.prod{
    box-shadow:0px 8px 15px 0px gray;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    
}

.container-diff{
    width: 75%;
    margin: 0px auto;
    margin-bottom:10px;
    padding: 30px;
}

.conpro{
    margin: 0px auto;
}

.pro-head{
    font-size: 2.3vw;

}

.pro-head2 p{
    font-size: 1.2vw;
}

.pro-head2 span{
    font-size: 1.1vw;
}

#mask-color{
    
    
    }
    #mask-color2{
    background-image: url('images/colors/color2');
    background-repeat: no-repeat;
    background-size:20px;
    margin-bottom: 12px;
    margin-left: 5px;
    
    }
    #mask-color10{
    background-image: url('images/colors/color3');
    background-repeat: no-repeat;
    background-size:20px;
    margin-bottom: 12px;
    margin-left: 5px;
    
    }
    .avai{
        font-size: 13px;
    }

    .con-box{
        min-width: 215px;
    }
  

    .price-lt{
        margin-bottom: 10%;
    }

    
@media (min-width: 360px) and (max-width: 980px) {



    .pro-head{font-size:35px;}
    
    .pro-head2 p{
        font-size: 20px;
    }
    .pro-head2 span{
        font-size: 18px;
    }

.topmianhead .logopart_sec .leftblock { background:rgba(0, 0, 0, 0) url("../images/menus-logo-bg-img.png") no-repeat scroll 0 0 / 60% auto; height:650px; position: absolute; top: 30px; }
nav a { width: 100%; margin: 0 0 0px; }
nav a:hover { color:#FFFFFF; font-size:19px;transition:all 0.5s ease 0s; }
nav {position: relative; top: 70%;}
nav .dropdown.open, .desktop nav li:hover { background-color: rgba(76, 93, 42, 0.7);}
.dropdown { background:#29150e; }
nav ul {background-color: rgba(0, 0, 0, 0.7); }
.topmianhead .logopart_sec .rightblock .toprightlinks { width: 35%; position:relative; top:0px; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul li a img { width: 75%; float:right; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul { margin: 8px 8px 0 0; }
.topmianhead .logopart_sec .rightblock .toprightlinks h5 { width: 100%; font-size: 15px; text-align:center; padding: 0 8px 0 0; text-align:right; }
.topmianhead .logopart_sec .rightblock .toprightlinks .followsus_sec ul li a { padding:0; }
.headerbase { padding:20px; }
.headerbase img { position: relative; top: -32px; width: 50%;}
.headerbase h1 { font-size: 30px; line-height: 15px; }
.welcome-contents-block { padding:15px; }
.welcome-contents-block img { width:100%; }
.pro-items-block{ padding: 60px 30px 30px; }
.pro-items-block .readmore-btn img { width:auto; }
.pro-items-block-caption p {font-size: 18px; line-height: 22px; padding:0; }
.media-sec-block { padding: 30px 15px 10px; }
.media-sec-block .image-sec img { width:80%; }
.media-sec-block .image-sec .image-title {width: 80%; margin:0 10%; }
.media-sec-block .image-sec .readmore-btn a img { width:auto; }
.gallery-block{ padding: 40px 20px; }
.gallery-block img { width:60%; margin:0 20%; height:auto; }
.gallery-block .readmore-btn img { width:50%; }
.our-blog-sec-block{ padding: 30px 5px 15px; }
.our-blog-sec-block .blog-sec { padding: 0 20px; margin: 0 0 30px; float:left; }
.footer-block .logo-sec p { padding: 0 5px; }
.footer-block .logo-sec { margin: 0 0 30px; }
.footer-block .contact-info-sec h3 { padding: 0 0 10px; }
.topmianhead .logopart_sec .leftblock .logo img {width: 20%; left: 18%; float: left; margin: 3% auto 0; }
.our-blog-sec-block .blog-sec img {width: 80%; }
.media-sec-block .image-sec {margin: 0 0 25px; }
#mixedSlider .MS-controls button { font-size:50px; }
.facebook-likebox-sec iframe { height:350px; }

#demo table { margin:5px auto; }
.otherpage-contents-block { padding:0; }

nav ul ul li a { width:100%; margin: 0 0 0px 0; }

.aboutus-block { padding:0; }

.gallery-cation { margin: 0 5% 5%; top: 70%; width: 90%;}
.press-block .sec-block { margin:0; }

#blurbox-wrapper {max-width: 80% !important; }

.blocks-sec img { width:auto !important }

#boxes #dialog { width:65%; }

.topmianhead .logopart_sec .rightblock .toprightlinks .delivery-icon img { width: 30%; }
.welcome-contents-block p {padding: 8px 0;}

.desktop nav .nav-toggle {
    display: none;
}

.rmm.style .rmm-mobile li > a:not(:only-child):after { margin-right:0px !important;}
.accordion { margin:30px 0 0 0; }



.topmianhead .logopart_sec .logo img { width:55%; }
.products-contents-block .problocksec .leftarea {width: 100%}
.products-contents-block .problocksec .rightarea {width: 100%}
.technoloyhome-contents-block .rightpart {padding:13px;}
.technoloyhome-contents-block .rightpart h2 {font-size: 34px; letter-spacing: 10px; }
.technoloyhome-contents-block .rightpart h1 {font-size: 60px; line-height:0; }
.technoloyhome-contents-block .rightpart .bigtext p {margin: 35px 0 0 0;}

.contact-contents-block-inner .contact-forms-block {margin: 0 0 26px 0;}
.productshome-contents-block {padding: 5px 0px 0px 0px;}

.topmianhead {margin: 10px 0 0 0; }
.welcome-contents-block h2{padding: 15px 0 10px 0;}

.safety-footwear-block img { width: 100%; margin: 0 auto 20px; }
.products-contents-block-inner .imageblock .fullwidth img { width:90%; }
.equipments-sec-block .contents-block { width:100%; }
.frame { width:100%; height:auto;}
.frame img { position:relative;}
.thumbnail > img {
    width: 45% !important;
    float: none;
    margin: 0 auto;
}


.footer-block .bottom-logo img { width:50%; }
.safety-footwear-block .big img { width:100%; margin: 0 0 20px 0;}


}


@media (min-width: 768px) and (max-width: 991px) {
.topmianhead .logopart_sec .leftblock { background:rgba(0, 0, 0, 0) url("../images/menus-logo-bg-img.png") no-repeat scroll 0 0 / 100% auto; }
nav a {font-size: 14px; line-height: 16px; }
.welcome-contents-block .container { width:100%; }
.media-sec-block .container { width:100%; }
.gallery-block .container { width:100%; }
.our-blog-sec-block .container { width:100%; }
.welcome-contents-block img { width:100%; }
.headerbase img {width: 25%; top:-16px; }
.headerbase h1 {margin: 12px 0;}
#mixedSlider .MS-controls button { font-size:50px; }
.pro-items-block { padding:100px 30px 80px; }
.gallery-block img{ height: 160px; }
.gallery-block .readmore-btn img { width: 20%; }
.our-blog-sec-block .blog-sec p{ font-size: 13px; line-height: 18px; }
.our-blog-sec-block .blog-sec a { font-size: 13px; line-height:16px; }
.our-blog-sec-block { padding: 35px 15px 40px;  }
.footer-block .logo-sec img { width: 70%; }
.footer-block .contact-info-sec h3 {font-size: 22px; line-height:24px; }
.footer-block .facebook-likebox-sec h3 {font-size: 22px; line-height:24px; }
.desktop nav { top: 15%; left: 2%; }
.topmianhead .logopart_sec .rightblock .toprightlinks { width:56%; }
.topmianhead .logopart_sec .rightblock .toprightlinks h5 { width: 65%; margin: 20px 25px 0 0; text-align: right; }
.topmianhead .logopart_sec .leftblock .logo img {width: 30%; left:30%; margin:6% auto 0; }
.facebook-likebox-sec iframe { height:250px; }
.desktop nav .nav-toggle { display: none; }
.otherpage-contents-block { padding:0; }
.otherpage-contents-block .container { width:100%; }

.aboutus-block { padding:0 50px; }

.gallery-cation {width: 90%; margin: 45% 5% 5%; }

#boxes #dialog { width:35%; }

.topmianhead .logopart_sec .rightblock .toprightlinks .delivery-icon img { width: 15%; }
.welcome-contents-block p {padding: 0 20px 20px;}
.technoloyhome-contents-block .rightpart h2 {font-size: 24px; letter-spacing: 10px; }
.technoloyhome-contents-block .rightpart h1 {font-size: 50px; line-height:0; }
.technoloyhome-contents-block .rightpart .bigtext p {margin: 35px 0 0 0;}
.technoloyhome-contents-block .rightpart {padding: 5px 8px 15px 8px;}
.products-contents-block .problocksec .rightarea { height: 180px; overflow: auto; }

.rmm.style .rmm-mobile li > a:not(:only-child):after { margin-right:0px !important;}
.topmianhead .logopart_sec .logo img {width: 40%; margin: 0 0 15px 0;}
.products-contents-block-inner .imageblock .imgtitle h4 {font-size: 14px; line-height:14px;}
.products-contents-block-inner .imageblock .imgtitle h5 {font-size: 12px; line-height:12px;}

.footer-block .bottom-logo img { width:40%; }



}

@media (min-width: 992px) and (max-width: 1199px) {
.topmianhead .logopart_sec .leftblock { background:rgba(0, 0, 0, 0) url("../images/menus-logo-bg-img.png") no-repeat scroll 0 0 / 100% auto; }
nav a {font-size: 14px; line-height: 16px; }
.welcome-contents-block .container { width:100%; }
.media-sec-block .container { width:100%; }
.gallery-block .container { width:100%; }

.our-blog-sec-block .container { width:100%; }
.welcome-contents-block img { width:100%; }
.headerbase img {width: 25%; top:-20px; }
.headerbase h1 {margin: 12px 0;}
#mixedSlider .MS-controls button { font-size:50px; }
.pro-items-block { padding:100px 30px 80px; }
.gallery-block img{ height: 260px; }
.gallery-block .readmore-btn img { width: auto; }
.our-blog-sec-block .blog-sec p{ font-size: 13px; line-height: 18px; }
.our-blog-sec-block .blog-sec a { font-size: 13px; line-height:16px; }
.our-blog-sec-block { padding: 35px 15px 40px;  }
.footer-block .logo-sec img { width: 70%; }
.footer-block .contact-info-sec h3 {font-size: 22px; line-height:24px; }
.footer-block .facebook-likebox-sec h3 {font-size: 22px; line-height:24px; }
.desktop nav { top: 18%; left: 2%; }
.topmianhead .logopart_sec .rightblock .toprightlinks { width:50%; }
.topmianhead .logopart_sec .rightblock .toprightlinks h5 { width: 65%; margin: 20px 25px 0 0; text-align: right; }
.topmianhead .logopart_sec .leftblock .logo img {width: 30%; left:30%; margin:6% auto 0; }
.facebook-likebox-sec iframe { height:240px; }
.otherpage-contents-block { padding:0; }
.otherpage-contents-block .container { width:100%; }

#boxes #dialog { width:35%; }

.topmianhead .logopart_sec .rightblock .toprightlinks .delivery-icon img { width: 15%; }
.welcome-contents-block p {padding: 0 20px 20px;}
.products-contents-block .problocksec .rightarea { height:220px; overflow: auto; }
.topmianhead .logopart_sec .logo img {width: 40%; margin: 0 0 15px 0;}
.products-contents-block-inner .imageblock .imgtitle h4 {font-size: 15px; line-height:15px;}
.products-contents-block-inner .imageblock .imgtitle h5 {font-size: 13px; line-height:14px;}



}

@media (min-width: 1200px) and (max-width: 1365px) {
.otherpage-contents-block { padding:20px; }
.otherpage-contents-block .container { width:100%; }




}


