@import url(font-awesome-4.7.0/css/font-awesome.min.css);

*{margin: 0px;padding: 0px;font-family: "Roboto", sans-serif;}

#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }

.article_p p{
	font-size:20px;
	padding: 20px 0px 20px 0px;
	text-align:justify;
}

.little_spacer {
	display: block;
    float: left;
    width: 100%;
    height: 30px;
}

.red_star{
	color:#d93333;
}

.buy_btn{
	text-align:center;
	margin-top:20px;
	width: 100%;
	border-radius: 10px;
	border-width: 1px;
	border-color:#aaa;
	background-color: #ffd426;
	cursor: pointer;
}

.buy_btn *{
	margin:0px;
}

.buy_btn:hover{
	background-color: #fc0;
	border-color: #777;
}

.product-image-link{}

.player {
  border-radius: 10px;
  overflow: hidden;
}

.product-image{/* padding-bottom: 5px; */margin-bottom: 5px;border-radius: 10px;border-style: solid;border-color: #d5d5d5;border-width: 1px;}

.product-block p{
	text-align:justify;
}

.product-block iframe{
	border-radius: 10px;
}

.big_block {
	/* background-color: #fafafa; */
	display: block;
	float: left;
	border-radius: 10px;
	padding: 10px;
	width: 98%;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	}

.watch_all {
	text-align:center;
}

.watch_all > a:hover
{
	background-color:#bbb;
}

.watch_all > a
{
	background-color: #afafaf;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}

.breadcrumbs {
    font-size: 16px;
    padding-bottom: 20px;
}

.prompt_screen {
    /* margin: 0% 10% 0% 10%; */
    display: block;
    float: left;
    width: 100%;
}

p {
    margin: 10px 20px 0px 20px;
    font-size: 16px;
}

.stock{color: #33ad64;/* font-size: 14px; *//* padding: 10px 0px 0px 5px; */}

.unavailable{color: #d30b0d;/* font-size: 14px; *//* padding: 10px 0px 0px 5px; */}

.spacer {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
}

h3 {
    text-align: center;
    padding: 15px;
    color: #000000;
    font-weight: 500;
}

h2 {
    text-align: center;
    padding: 15px;
    color: #1a1a1a;
    font-weight: 300;
}
img{/* border:0px; */}
html{
width:100%;
height:100%;
margin:0px;
}
body{
height:100%;
margin:0 auto;
position:relative;
}
html > body{min-height:100%;height:auto;width: 100%;}
.chapter{
	/* color: #000000; */
	font-size:30px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	font-weight: 400;
	text-shadow: 1px 1px 2px #f3f3f3;
}

.chapter_after{
	transform: perspective(100px) rotateX(45deg) scaleY(-1.5) scaleX(1.25);
	/* color: #fff; */
	/* background-color: #000; */
	opacity: 0.2;
	width: 60%;
	margin: 0% 20% 0% 20%;
	/*display: grid;*/
	display: none;
}

.half_block{
	width: 49.5%;
	border-style: solid;
	border-radius: 10px;
	border-color: #ffffff;
	border-width: 1px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 40px;
	display: block;
	float: left;
	cursor: pointer;
}

.half_block img{
	margin-left: 17px;
	border-radius: 10px 10px 10px 10px;
}

.half_block iframe{
	border-radius: 10px;
	margin-left: 17px;
}

.half_block:hover{
	border-color:#aaa;
	background-color:#FDFDFD;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.block{
	width: 100%;
	border-style: solid;
	border-radius: 10px;
	border-color: #FFF;
	border-width: 1px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-bottom: 40px;
	display: block;
	float: left;
	cursor: auto;
}

.block iframe{
	border-radius: 10px;
}

.block p{
	padding-top:15px;
}

.block:hover{
	border-color:#aaa;
	background-color:#FDFDFD;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.third_block{
	width: 33%;
	border-style: solid;
	border-radius: 10px;
	border-color: #fff;
	border-width: 1px;
	background-color: #ffffff;
	/* padding: 10px 15px 40px 15px; */
	display: block;
	float: left;
	cursor: pointer;
}

.third_block img{
	border-radius: 10px;
	margin-left: 20px;
}

.third_block:hover{
	border-color:#aaa;
	background-color:#FDFDFD;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.news p, .news h2, .news h3{
	margin: 20px 15px 20px 15px;
	padding:0px;
}

.buy_block p{
	padding-top:0px;
}

#wrapper{width:942px;margin:0 auto;}
#content{
width:942px;
padding:18px 0 70px 0;
}
#footer{bottom:0px;width:942px;height: 30px;padding: 10px 10px 30px 10px;float: left;}
.logo{
float:left
}

#phone{font-family: "Roboto", sans-serif;font-size: 20px;background-color: #f3f3f3;text-align:right;width: 100%;height: 30px;float: right;border-radius: 10px 10px 0px 0px;margin-top: 5px;padding: 10px 0px 5px 0px;color: #000;}

#menu{width: 100%;float:left;/* text-shadow: 1px 1px 2px #a2a2a2; */padding: 0px 0px 15px 0px;background-color: #444444;}

div#menu {}

div#menu {}
#menu ul{padding: 0px 0px 30px 0px;}
#menu li{list-style-type:none;display:inline;padding: 15px 0px 10px 0px;/* line-height:18px; */height:18px;/* font-size: 20px; */width: 15%;float: left;text-align: center;}

li {}
#menu a, #bottom_navigation a{font-family: "Roboto", sans-serif;font-size: 22px;color:#010101;text-decoration: none;color: #fff;text-shadow: #bbbbbb 0 0 50px;}

a {
    text-decoration: none;
    color: #000000;
}

a {}
#menu a:visited, #bottom_navigation a:visited{text-decoration:none}
#menu a:hover{text-decoration:none;text-shadow: #FFF 0 0 10px}, #bottom_navigation a:hover{text-decoration:underline}
#bottom_navigation{background-color:#E1E4E8;font-family:Arial, Helvetica, sans-serif;font-size:12px;/* color:#4D4D4D; *//* line-height:23px; */height: 33px;text-align:center;/* margin:39px 0 10px 0; */}
#bottom_navigation a{
margin:0 12px
}
#copy{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#323232;
}
#copy a{
color:#B94304;
text-decoration:underline
}
#copy a:visited, .read_more:visited{text-decoration:underline}
#copy a:hover, .read_more:hover{text-decoration:none}
#blocks{
background-image:url(images/3bg.gif);
background-position:top left;
background-repeat:repeat-y;
}
#blocks div{
width:275px;
float:left;
padding:12px 16px 18px 23px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#010101
}
#blocks .image{
margin-top:14px
}
#blocks p{
padding:14px 0 0 4px
}

#blocks ul{
padding: 0 0 0 20px;
}

#blocks li{
padding: 0 0 5px 0;
}

.read_more{margin:4px 0 0 4px;display:block;color:#000;text-decoration: underline;text-align:center;}
span:empty {margin-left: 52px;display: inline-block;}
#block{
width:936px;
margin:0 auto;
background-image:url(images/blockbg.gif);
background-position:top left;
background-repeat:repeat-y;
}
#block div{
display:block;
float:left;
padding:7px 0 13px 19px;
}

#sub_title{
height:40px;
padding:15px 0px 5px 20px;
}

#show_image{
width:205px;
height:202px;
overflow:hidden;
margin:0 10px 0 0;
}

#galery_image{
position:relative;
left:264px;
padding: 0 0 0 0;
}

#block div p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#010101;
display:block;
width:235px;
float:left;
padding:9px 25px 0 4px
}
#block div img{
margin:0 7px 0 0
}
