@charset "utf-8";
.right-image {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 3px solid #6A6A6A;
	background-color: #7C7C7C;
	-webkit-box-shadow:  0px 10px 4px -6px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 10px 4px -6px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(96,96,96); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(137,137,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(137,137,137,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
}
.map {
	border: 3px solid #6A6A6A;
	background-color: #7C7C7C;
	-webkit-box-shadow:  0px 10px 4px -6px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 10px 4px -6px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(96,96,96); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(137,137,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(137,137,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,96,96,1) 0%,rgba(137,137,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
	text-align: center;
	height: 270px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.social-icon {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
.rounded-border {
	border: 2px solid #606060;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-radius: 10px;    
    border-radius: 10px;
	min-height: 560px;
}
.partners {
	padding: 0px;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse:separate;
	border-spacing:10px;
}
.partners tr td {
	width: 33%;
	text-align:center;
	padding: 5px;
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.partners tr td img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align:middle;
}
.empty-cell {
	display: none;
}
.left-photo {
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-image: url(../site-data/footer-BG.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #696969;
	-webkit-box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	transition: 0.5s;
	text-align: center;
}
.left-photo:hover {
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: 0.5s;
}
.left-photo a img {
	border: 0px none;
}
.right-photo {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	background-image: url(../site-data/footer-BG.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #696969;
	-webkit-box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	transition: 0.5s;
	text-align: center;
}
.right-photo:hover {
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: 0.5s;
}
.right-photo a img {
	border: 0px none;
}

.list-image {
	background-color: #FFF;
	padding: 6px;
	float: left;
	border: 4px solid #6799CD;
	-webkit-box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 6px 2px -4px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*-----Navigation for products-index-----*/
.brandbtn-holder {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100px;
}
.brandbtn-holder li a:link, .brandbtn-holder li a:visited {
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
	width: 140px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 0px 1px 0px #CCCCCC;
	height: 20px;
	background-image: url(../site-data/40px-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	transition: 0s;
}
.brandbtn-holder li a:hover, .brandbtn-holder li a:active {
	color: #CCCCCC;
	text-shadow: 0px 1px 0px #333333;
	filter: dropshadow(color=#333333, offx=0, offy=1);
	background-image: url(../site-data/40px-btn-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	transition: 0s;
}
/*-----PRODUCTS LIST TABLE-----*/
.products-list {
	width: 99%;
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
}
.products-list tr td {
	position:relative;
	width: 33%;
	background-color:#999;
	background: rgb(178,178,178); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,178,178,1) 0%, rgba(127,127,127,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*========PRODUCTS-TABLE-vertical-view==========*/
.products-list-vertical {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
}
.products-list-vertical tr td {
	position:relative;
	width: auto;
	background-color:#999;
	background: rgb(178,178,178); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,178,178,1) 0%, rgba(127,127,127,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,178,178,1) 0%,rgba(127,127,127,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.empty-cell {
	display: none;
}
/*naming the products in list*/
.name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	text-align: right;
	margin-right: 15px;
}
.name a:link, .name a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
}
.triangle {
	width: 80px;
	height: 80px;
	float: left;
	margin-top: -15px;
	margin-left: -10px;
	position: absolute;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.sub-picture {
	padding: 0px;
	margin-top: -60px;
	-webkit-border-radius: 5px 5px 0px 5px;
	border-radius: 5px 5px 0px 5px;
	padding: 5px;
	border: 1px solid #696969;
	background-color: #A0A0A0;
	float: right;
}
/*-----PARAMETERS TABLE-----*/
#parameters {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0px 5px;
}
#parameters thead tr th {
	padding: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #727272;
}
#parameters tr:nth-child(odd) {
	background-color:#6799CD; 
}
#parameters tr:nth-child(odd) p {
	color:#234465;
}
#parameters tr:nth-child(even) {
	background-color:#ACACAC
}
#parameters tr:nth-child(even) p {
	color:#333;
}
#parameters tr td {
	width: 50%;
}
#parameters tr td p {
	width: 50%;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
}
#parameters tr td p:first-letter {
	text-transform: uppercase;
}
.tv {
	height: 478px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../site-data/TV-BG.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 36px;
	padding-top: 36px;
	margin-bottom: 10px;
}
.benefits li {
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../site-data/li-icon.png);
}
.centered-link {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*-----PHOTOGALLERY TABLE-----*/
.photogallery {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photogallery tr td {
	width: 20%;
	vertical-align:middle;
	text-align: center;
}
.photogallery tr td a img {
	padding: 5px;
	background-color:#C8C8C8;
	border: solid 1px #333333;
}
.suitable {
	float:right;
	text-align:right;
}
.triangle-badge {
	float: right;
	margin-top: -7px;
	margin-right: -7px;
}.cleaner {
	clear: both;
}
.issuu-wrapper {
	height: 400px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
hr {
	clear: both;
}
/*BOTTOM ADVERTISEMENT*/
#advertisement {
	width: 90%;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	border-top: 1px solid #CCC;
	text-align: center;
}
#advertisement hr {
	visibility: hidden;
}
.adve {
	display: inline-table;
	margin-right: 15px;
	margin-bottom: 10px;
}