.ith_item {
	border-bottom: 1px solid #ddd;
	display: block;
	clear: both;
}

.ith_item h2 {
	padding-top: 30px;

}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight
}

/** /ANIMATIONEN **/

#wrapper {
	margin: 0 auto;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1390px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

.clearer {
	clear: both;
}

.header {
	position: relative;
	margin-bottom: 30px;
	background-color: #f7f7f7;
	padding-top: 10px;
	text-align: center;
}

.header h2.ith-textlogo{
	font-weight: 700;
	font-size: 30px;
	font-family: 'Montserrat';
	color: #444;
	padding-bottom: 10px;
}

.header a,
.header a:visited {
	color: #fff;
	text-decoration: none;
}

.logoHelper img {
	max-width: 280px;
	max-height: 180px;
	width: auto;
	height: auto;
}

.logoHelper {
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	margin-top: 10px;
}

.navigationContainer {
	display: block;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	height: auto;
	border-top: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	background-color: #3498db;
	vertical-align: top;
}

.navigationContainer a {
	margin: auto;
}

.navigationContainer ul {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 50px;
}

.navigationContainer ul li {
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.navigationContainer ul li:hover {
	text-decoration: underline;
	cursor: pointer;
}

.navigationContainer ul li a:hover {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.upperBody {
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.upperBody h1 {
	color: #333;
	font-weight: bold;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: 'Montserrat';
}

.underline {
	margin-bottom: 5px;
	width: 20px;
	height: 3px;
	background-color: #333;
}

.gallery {
	float: left;
	width: 55%;
	margin-top: 20px;
}

.bigPic {
	position: relative;
	width: 100%;
	height: 530px;
	text-align: center;
}

.gallery-main-img {
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
}

.gallery-main-img img {
	max-width: 100%;
}

.bigPic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 100%;
}

.galleryThumbContainer {
	display: inline-block;
	margin-right: 1%;
	width: 22%;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	font: 0/0 a;
}

.galleryThumbContainer:last-child {
	margin-right: 0;
}

.galleryThumbContainer:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.galleryThumb:hover {
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.galleryThumb {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.galleryThumb img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

/** TABELLE **/

.it-hardpulse_properties-list {
	list-style: none;
	margin-top: 20px;
	padding: 0 !important;
	font-family: 'PT Sans Narrow', sans-serif;
	max-width: 455px;
	font-size: 14px;
	color: #777;
	position: relative;
}

.it-hardpulse_properties-list li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.it-hardpulse_properties-list li:nth-child(2n-1) {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: -5px;
	line-height: 2.6;
}

.it-hardpulse_properties-list li:nth-child(2n) {
	display: inline-block;
	vertical-align: top;
	width: 58%;
	margin-left: -5px;
}

.it-hardpulse_properties-list li.it-hardpulse_property_name {
	font-weight: 600;
}

.it-hardpulse_properties-list li:nth-child(4n),
.it-hardpulse_properties-list li:nth-child(4n-1) {
	background-color: #f5f5f5;
}

.galleryNav {
	padding-top: 15px;
	text-align: center;
}

.leftContainer {
	float: none;
	width: auto;
}

.overview {
	float: left;
}

.overviewHeading {
	padding-top: 0;
}

.overviewHeading h2 {
	color: #000;
	font-size: 32px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.overviewHeading ul {
	padding: 0;
}

.overviewHeading i {
	color: #333;
	margin-right: 10px;
	color: #3498db;
}

.overviewHeading ul li {
	list-style: none;
	line-height: 1.8;
	font-size: 16px;
	color: #535353;
}

.overviewHeading h4 {
	margin-top: 17px;
	color: #aaa;
	text-decoration: line-through;
	font-weight: 300;
	font-size: 14px;
}

.overviewHeading h3 {
	margin-top: 5px;
	color: #FF5C26;
	font-weight: normal;
	font-size: 26px;
}

.overviewDetail {
	float: left;
}

.overviewDetail p {
	max-width: 400px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.overviewDetail span {
	margin-right: 4px;
	color: #666;
}

#variationContainer {
	margin: 20px 0 0 0;
	padding-bottom: 45px;
	padding-left: 0px;
	width: 345px;
	font-family: 'montserrat', sans-serif;
	display: none !important;
}

#variationContainer h5 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}

.varList1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.varList1 li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #333;
	background-color: fff;
	color: #333;
	font-size: 12px;
}

.varList1 li:hover {
	background-color: #000;
	color: #fff;
	cursor: default;
}

.varList2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.varList2 li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #333;
	color: #333;
	font-size: 12px;
}

.varList2 li:hover {
	background-color: #000;
	color: #fff;
	cursor: default;
}

.priceTagBox {
	padding: 30px 0 0 20px;
	width: 380px;
	border: 1px solid #efefef;
	height: 115px;
	margin-top: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7f7f7;
	font-family: 'Lato', sans-serif;
}

.priceTagBox i {
	color: #3498db;
	display: inline-block;
	margin-right: 4px;
}

.priceTagBox h2 {
	margin: 0;
	padding: 0;
	color: #343434;
	font-weight: normal;
	font-size: 28px;
	font-family: 'Montserrat';
}

.priceTagBox h3 {
	margin: 0 0 0 2px;
	padding: 0;
	color: #343434;
	font-weight: normal;
	font-size: 14px;
}

.priceTagBox h4 {
	margin: 0;
	padding-top: 15px;
	color: #343434;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}

.priceTagBox h4 img {
	margin: 0 5px 0 4px;
	width: 12px;
	height: 12px;
}

.uiButton a,
.uiButton a:hover,
.uiButton a:visited {
	text-decoration: none;
}

.uiButton {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 195px;
	height: 37px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #181919;
	box-shadow: 0px 3px 0px #2A2B2B;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.uiButton:hover {
	background-color: #3498db;
	box-shadow: 0px 3px 0px #B2141D;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.uiButton:active {
	background-color: #d35400;
	box-shadow: 0px 3px 0px #d35400;
	text-decoration: none;
}

.innerbox {
	float: left;
	width: 40px;
	height: 37px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 0px;
	border-radius: 3px 0px 0px 3px;
	background-color: #fff;
	opacity: 0.2;
}

.uiButton i,
#buyItNowButton i {
	position: relative;
	top: 8px;
	left: -30px;
	float: left;
	color: #ffffff;
	font-size: 22px;
}

#buyItNowButton i {
	position: relative;
	top: 5px;
	left: -32px;
	font-size: 24px;
}

.uiButton p,
#buyItNowButton p {
	position: relative;
	left: -10px;
	margin: 0;
	padding-top: 5px;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
}

#buyItNowButton {
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	width: 185px;
	height: 35px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3498db;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#buyItNowButton .innerbox {
	height: 35px;
}

#buyItNowButton p {
	padding-top: 3px;
	font-size: 14px;
}

#buyItNowButton:hover {
	background-color: #2980b9;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#buyItNowButton:active {
	text-decoration: none;
}

.rightContainer {
	float: right;
	padding-left: 20px;
	width: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	display: none!important;
}

.rightContainerCircle {
	display: block;
	float: left;
	margin: 0 auto;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 500px;
	background-color: #3498db;
	text-align: center;
}

.rightContainerCircle i {
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
}

.circle {
	position: relative;
	top: -38px;
	display: block;
	margin: 0 auto;
	width: 76px;
	height: 76px;
	border-radius: 500px;
	background-color: #3498db;
}

.circle i {
	margin-top: 20px;
	color: #ffffff;
	font-size: 36px;
}

.brandView {
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: center;
}

.brandView img {
	max-width: 150px;
	max-height: 74px;
	width: auto;
	height: auto;
}

.brandView span {
	margin-top: 12px;
	font-size: 14px;
}

.trustViewDescription {
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
	font-size: 14px;
}

.trustViewDescription a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.trustViewDescription:hover a {
	color: #3498db;
	-webkit-transition: all 0.1s ease-in-osut;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.trustViewDescriptionText {
	display: inline-block;
	padding-top: 1px;
	vertical-align: top;
}

.trustViewDescription p {
	margin: 0;
	padding: 0;
}

.tabBar {
	padding-bottom: 80px;
	margin-top: 30px;
}

#tab2,
#tab3,
#tab4,
#tab5,
#tab6 {
	display: none;
}

.tabBar input[type=radio] {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	position: absolute;
}

.tablinks {
	display: inline-block;
	margin-left: -4px;
	margin-right: 1%;
	padding-top: 0;
	width: 24%;
	height: 45px;
	line-height: 45px;
	background-color: #EFF0EB;
	color: #666666;
	text-align: center;
	font-size: 18px;
	transition: all 0.1s;
	margin-bottom: 10px;
}

.tabBar label:last-of-type {
	margin-right: 0;
}

.tablinks:hover {
	background-color: #3498db;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.1s;
}

#tab1-btn:checked + .tablinks,
#tab2-btn:checked + .tablinks,
#tab3-btn:checked + .tablinks,
#tab4-btn:checked + .tablinks,
#tab5-btn:checked + .tablinks,
#tab6-btn:checked + .tablinks {
	background-color: #3498db;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.1s;
}

#tab1-btn:checked ~ #tab1 {
	display: block;
}

#tab1-btn:checked ~ #tab2,
#tab1-btn:checked ~ #tab3,
#tab1-btn:checked ~ #tab4,
#tab1-btn:checked ~ #tab5,
#tab1-btn:checked ~ #tab6 {
	display: none;
}

#tab2-btn:checked ~ #tab2 {
	display: block;
}

#tab2-btn:checked ~ #tab1,
#tab2-btn:checked ~ #tab3,
#tab2-btn:checked ~ #tab4,
#tab2-btn:checked ~ #tab5,
#tab2-btn:checked ~ #tab6 {
	display: none;
}

#tab3-btn:checked ~ #tab3 {
	display: block;
}

#tab3-btn:checked ~ #tab1,
#tab3-btn:checked ~ #tab2,
#tab3-btn:checked ~ #tab4,
#tab3-btn:checked ~ #tab5,
#tab3-btn:checked ~ #tab6 {
	display: none;
}

#tab4-btn:checked ~ #tab4 {
	display: block;
}

#tab4-btn:checked ~ #tab1,
#tab4-btn:checked ~ #tab2,
#tab4-btn:checked ~ #tab3,
#tab4-btn:checked ~ #tab5,
#tab4-btn:checked ~ #tab6 {
	display: none;
}

#tab5-btn:checked ~ #tab5 {
	display: block;
}

#tab5-btn:checked ~ #tab1,
#tab5-btn:checked ~ #tab2,
#tab5-btn:checked ~ #tab3,
#tab5-btn:checked ~ #tab4,
#tab5-btn:checked ~ #tab6 {
	display: none;
}

#tab6-btn:checked ~ #tab6 {
	display: block;
}

#tab6-btn:checked ~ #tab1,
#tab6-btn:checked ~ #tab2,
#tab6-btn:checked ~ #tab3,
#tab6-btn:checked ~ #tab4,
#tab6-btn:checked ~ #tab5 {
	display: none;
}

.tabContent {
	clear: both;
	color: #222;
	text-align: left;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
}

.tabContent img {
	max-width: 100%;
}

.tabContent p {
	margin: 0;
	padding: 0;
}

.tabContent a,
.tabContent a:visited {
	color: #3498db;
	text-decoration: none;
}

.tabContent a:hover {
	text-decoration: underline;
	font-weight: 700;
}

.tabContent h1,
.tabBar h1,
.tabContent h2,
.tabBar h2 {
	font-weight: lighter;
	font-size: 28px;
	margin-top: 40px;
	font-family: 'Montserrat';
	transition: all 0.1s;
}

.tabContent h1:hover,
.tabBar h1:hover,
.tabContent h2:hover,
.tabBar h2:hover {
	color: #3498db;
	cursor: default;
	transition: all 0.1s;
}

.tabContent ul,
.tabContent ol {
	text-align: left;
	margin: 0;
	position: relative;
	line-height: 1.5;
	display: inline-block;
}

.tabContentFeaturesList {
	margin: 0 auto !important;
	padding: 0 0 0 20px;
	max-width: 350px;
	list-style: none;
	text-align: left;
}

.tabContentFeaturesList li {
	margin-bottom: 10px;
}

.tabContentFeaturesList i {
	margin-right: 8px;
}

.descriptionFeatures {
	margin: 50px 0 70px 0;
	padding: 30px 0 60px 0;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 18px;
}

.descriptionFeatures h2 {
	font-size: 40px;
}

.contentImgLeft {
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
	max-width: 45%;
	height: auto;
}

.contentImgRight {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	max-width: 45%;
	height: auto;
}

.contentImgInline {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px 15px;
}

#tab1 .contentImgLeft {
	width: 25%;
}

.whyChooseUs {
	position: relative;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 30px 0;
	width: 100%;
	background-color: #3498db;
}

.whyChooseUsBlockContainer {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.whyChooseUsBlock {
	position: relative;
	display: inline-block;
	margin-top: 35px;
	margin-right: 2%;
	margin-bottom: 40px;
	margin-left: 2%;
	padding: 20px 1%;
	min-height: 270px;
	width: 16%;
	border-radius: 5px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.whyChooseUsBlock:hover {
	color: #3498db;
	cursor: default;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.whyChooseUs h2 {
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	font-family: 'Roboto Slab', serif;
}

.whyChooseUs h2.subtitle {
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Roboto Slab';
}

.whyChooseUsBlock h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
}

.whyChooseUsBlock p {
	margin-top: 15px;
	color: #565656;
	font-size: 15px;
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif;
}

.bestsellerContainer {
	clear: both;
	margin-top: 60px;
	width: 100%;
	text-align: left;
	display: none !important;
}

.bsItem:hover h3,
.bsItem:hover p,
.bsItem:hover a {
	color: #3498db;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bestsellerContainer a:hover,
.bestsellerContainer a:visited,
.bestsellerContainer a {
	color: inherit;
	text-decoration: none;
}

.bestsellerContainerHeading {
	padding: 0;
	border-bottom: 3px solid #333;
}

.bestsellerContainer h2 {
	position: relative;
	top: 3px;
	display: inline-block;
	margin: 0;
	padding: 0 0 8px 0;
	width: auto;
	border-bottom: 3px solid #3498db;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
}

.bsItem {
	display: inline-block;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 3%;
	padding: 0;
	width: 22.2%;
	height: 300px;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bsItem:last-child {
	margin-right: 0;
}

.bsItemImgContainer {
	position: relative;
	width: 100%;
	height: 230px;
	text-align: center;
	cursor: pointer;
}

.bsItem img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bsItem a {
	color: #000;
	text-decoration: none;
}

.bsItem span {
	float: left;
	margin-top: 9px;
	width: 100%;
	text-align: center;
}

.bsItem h3 {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bsItem p {
	margin-top: 7px;
	padding: 0;
	color: inherit;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footerContainer {


	width: 100%;
	height: 50px;
	background-color: #181919;
}

#footerContainer h2 {
	margin: 0 0 26px 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #3498db;
	color: #f0f0f0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	font-family: 'montserrat';
}

#footerContainer i {
	float: left;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}

#footerContainer a {
	color: #D6D6D6;
	text-decoration: none;
}

#footerColumn1 {
	float: left;
	margin-left: 60px;
	width: 220px;
	height: 180px;
}

#footerColumn2,
#footerColumn3 {
	float: left;
	margin-left: 55px;
	width: 205px;
	height: 180px;
}

.footerRow {
	margin-bottom: 20px;
	height: 28px;
}

#footerColumn1 p {
	margin: 0 0 0 40px;
	margin-bottom: 0;
	padding: 0;
	color: #D6D6D6;
	font-size: 12px;
}

#footerColumn2 p {
	display: block;
	float: left;
	margin: 5px 0 0 15px;
	color: #D6D6D6;
	font-weight: 400;
	font-size: 12px;
}

#footerColumn3 p {
	clear: both;
	color: #D6D6D6;
	font-weight: 400;
	font-size: 12px;
}

#footerColumn3 span {
	margin-top: 5px;
	font-weight: 400;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	color: #D6D6D6;
	font-size: 9px;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 1215px) {
	.gallery {
		width: 40%;
	}
}

@media only screen and (max-width: 1135px) {
	.rightColumn {
		padding-left: 10px;
		width: 160px;
	}
}

/*****************/

/* TABLET 1024px */

/*****************/

@media only screen and (max-width: 1024px) {
	.logoContainer {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}


	.galleryAndShortdescriptionContainer {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.gallery {
		display: block;
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	.bigPic {
		height: 530px;
	}
	.bigPic img {
		max-height: 530px;
	}
	.midColumn {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.midColumn h1 {
		text-align: center;
	}
	.midColumn h2 {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.underline {
		margin: 15px auto 15px auto;
	}
	.shortdescription {
		margin: 0 auto;
		width: 410px;
		float: none;
	}
	.shortdescription p {
		text-align: center;
	}
	#variationContainer {
		width: auto;
		text-align: center;
	}
	.priceTagBox {
		margin: 0 auto;
		padding: 20px 0 0 30px;
		max-width: 380px;
	}
	#askNowButton {
		margin-left: 20px;
		min-width: 40%;
	}
	#askNowButton p,
	.uiButton p {
		left: -15px;
	}
	.buttonContainer {
		margin: 0 auto;
		text-align: center;
	}
	.uiButton {
		display: inline-block;
		float: none;
	}
	#questionBtn {
		margin: 10px 0 0 0;
		width: 202px;
	}
	#watchlistBtn {
		margin: 10px 0 0 0;
		width: 202px;
	}
	.rightColumn {
		float: none;
		clear: both;
		margin: 40px auto 0 auto;
		padding-top: 20px;
		max-width: 100%;
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center;
		width: auto;
	}
	.brandContainer {
		display: none;
	}
	.trustViewDescription {
		display: inline-block;
		clear: both;
		margin-right: 20px;
		width: auto;
		width: 40%;
		vertical-align: top;
		text-align: left;
	}
	.trustViewDescription p {
		margin: 0;
		vertical-align: top;
	}
	.tabBar {
		margin: 40px auto 0 auto;
		max-width: 100%;
		text-align: left;
	}
	.whyChooseUs {
		max-width: 100%;
	}
	.whyChooseUsBlock {
		width: 30%;
	}
	.crossSellerContainer {
		margin: 0 auto;
		padding-top: 60px;
		padding-right: 30px;
		width: 90%;
	}
	.crossSellerContainer {
		width: 100%;
	}
	.crossSellerItem {
		width: 21%;
	}
}

@media only screen and (max-width: 830px) {
	.videoWrapperContainer {
		width: 90%;
	}
	.overview {
		float: none;
		margin: 40px auto 0 auto;
		text-align: center;
	}
	.overviewDetail {
		float: none;
		margin: 0 auto;
		text-align: left;
	}
	.it-hardpulse_properties-list {
		margin: 4x0px auto 40px auto;
	}
	.bigPic {
		width: auto;
		height: 290px;
	}
	.bigPic img {
		max-width: 95%;
		max-height: 300px;
		width: auto;
		vertical-align: middle;
	}
	.bigPic {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}
	.contentImgLeft,
	#tab1 .contentImgLeft,
	.contentImgRight,
	#tab1 .contentImgRight {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		width: auto;
		text-align: center;
	}
	.contentImgLeft img,
	.contentImgRight img {
		margin-bottom: 10px;
		width: 100%;
	}

	#footerColumn1,
	#footerColumn2,
	#footerColumn3 {
		float: none;
		margin-bottom: 50px;
		margin-left: 50px;
	}

}

/* SMARTPHONE 660px*/

@media only screen and (max-width: 660px) {
	#wrapper {
		padding: 20px 20px 0 20px;
	}
	.tablinks {
		margin-bottom: 10px;
	}
	.tabBar label {
		width: 47%;
		margin-right: 1%;
		margin-left: 1%;
	}

	.whyChooseUs {
		padding: 30px 0;
		width: 100%;
	}
	.whyChooseUsBlock {
		width: 90%;
	}
	.crossSellerContainer {
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	.crossSellerItem {
		display: block;
		margin: 0 auto;
		padding-top: 50px;
		width: 80%;
		text-align: center;
	}
	.crossSellerItem:last-child {
		margin-right: auto;
	}

}

/* SMARTPHONE 480px*/

@media only screen and (max-width: 480px) {
	.gallery-main-img img {
	max-width: 100%;
}
	.logoContainer {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.gallery {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.bigPic {
		height: 230px;
		margin: 0 auto;
	}
	.bigPic img {
		max-width: 95%;
		max-height: 230px;
		width: auto;
		vertical-align: middle;
	}
	.midColumn {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.midColumn h2 {
		margin: 0 auto;
		text-align: center;
	}
	.shortdescription {
		clear: both;
		padding-left: 0px;
		width: 100%;
	}
	.overview,
	.overviewDetail {
		float: none;
	}
	.priceTagBox {
		padding: 30px 0 40px 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		text-align: center;
	}
	.priceTagBox h2 {
		margin: 0 auto;
		display: block;
	}
	.priceTagBox h3 {
		margin: 0 auto;
		text-align: center;
	}
	.priceTagBox h4 {
		margin: 0 auto;
		text-align: center;
	}
	#buyItNowButton {
		margin-top: 40px;
		margin-right: 26px;
		margin-bottom: 20px;
		width: 200px;
		text-align: center;
		display: none !important;
		float: none;
	}
	.uiButton {
		display: block;
	}
	.buttonContainer {
		text-align: center;
	}
	#watchlistBtn {
		display: inline-block;
		width: 250px;
	}
	#questionBtn {
		display: inline-block;
		margin-right: 0;
		margin-top: 10px;
		width: 250px;
	}
	#questionBtn p {
		font-size: 13px;
	}
	.trustViewDescription {
		display: block;
		margin: 0 auto 15px auto;
		width: 90%;
		height: auto;
	}
	.whyChooseUsBlock {
		display: block;
		margin: 60px auto 0 auto;
		padding: 0 1%;
		min-height: 300px;
		width: 80%;
		background-color: #fff;
	}
	.tabBar {
		display: block;
	}
	.tablinks li {
		height: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 350px) {
	.bigPic img {
		max-height: 200px;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10px)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight
}
