﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/Roboto/Regular.eot");
	src:url("../Fonts/Roboto/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/Roboto/Regular.woff") format('woff'),
		url("../Fonts/Roboto/Regular.ttf") format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

html
{
}
body
{
	margin:0px;
	padding:0px;
}
a
{
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
p
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
hr
{
	width:100%;
	height:2px;
	margin:10px auto 10px auto;
	padding:0px;
	border:none;
	background-color:#cdcdcd;
}
::selection
{
	color:#ffffff;
	background-color:#63869e;
}
::-moz-selection
{
	color:#ffffff;
	background-color:#63869e;
}
.clear-both
{
	clear:both;
}
.display-none
{
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form
{
}
.form p
{
    height:40px;
    line-height:40px;
	margin:0px;
	padding:0px;
	font-family:Roboto;
	font-size:13px;
	color:#000000;
}
.form-captcha
{
    width:100%;
	height:37px;
	border:solid 1px #cdcdcd;
	outline:0px;
	background-color:#ffffff;
	text-align:center;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-captcha div
{
    background:#ffffff url("../Images/background-captcha.jpg");
}
.form-captcha a
{
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    font-size:16px;
    color:#ff0000;
    text-decoration:none;
    position:absolute;
    top:10px;
    left:5px;
}
.form-captcha a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-right
{
	width:49.5%;
	float:right;
}
.form-left
{
	width:49.5%;
	float:left;
}
.form-half
{
    width:420px;
    margin:0px auto;
}
.form-contact-us
{
	height:700px;
}
.form-contact-us-text
{
    width:100%;
    height:49.5%;
    padding:10px;
	border:solid 1px #cdcdcd;
	background-color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-contact-us-map
{
    width:100%;
    height:49.5%;
	margin-top:1%;
	overflow:hidden;
	border:solid 1px #cdcdcd;
	background-color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-contact-us-map-text
{
    width:250px;
    height:36px;
    line-height:36px;
    margin:0px;
    padding:0px 26px 0px 0px;
    font-family:Roboto;
    font-weight:bold;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-input-center input[type=number]
{
    text-align:center;
    letter-spacing:5px;
}
.form-input-center input[type=tel]
{
    text-align:center;
    letter-spacing:5px;
}
.form-input-center input[type=text]
{
    text-align:center;
    letter-spacing:5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.submit
{
	margin-top:10px;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.text
{
	line-height:30px;
	font-family:Roboto;
	font-size:14px;
	color:#000000;
	text-align:justify;
}
.text a
{
	color:#4285f4;
	text-decoration:none;
}
.text a:hover
{
	color:#1a0dab;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.link
{
	font-family:Roboto;
	font-size:14px;
	color:#000000;
}
.link a
{
    color:#4285f4;
	text-decoration:none;
}
.link a:hover
{
    color:#1a0dab;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pageline
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.pageline li
{
    margin:0px 0px 25px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#000000;
}
.pageline li:last-child
{
    margin-bottom:0px;
}
.pageline h4
{
    margin:0px 0px 10px 0px;
    padding:0px;
    font-weight:bold;
    font-size:16px;
    color:#63869e;
}
.pageline img
{
    width:100%;
    height:auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.pageline img:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.pageline .image-right
{
    width:250px;
    margin-left:10px;
    margin-bottom:10px;
    float:right;
}
.pageline .image-left
{
    width:250px;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}
.pageline .image-top
{
    width:100%;
    height:auto;
    margin-bottom:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pages-images
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.pages-images > li
{
    width:32%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.pages-images > li:nth-child(3n)
{
    margin-right:0px;
}
.pages-images > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.pages-images > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.pages-images > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.pages-images > li > h3
{
    height:36px;
	line-height:36px;
	margin:0px;
	padding:0px;
	font-family:Roboto;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.pages-images > li > h3 > a
{
	color:#000000;
	text-decoration:none;
}
.pages-images > li > h3 > a:hover
{
	color:#af1116;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.posts
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.posts > li
{
    width:23.5%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.posts > li:nth-child(4n)
{
    margin-right:0px;
}
.posts > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.posts > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.posts > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.posts > li > h3
{
    height:32px;
	line-height:32px;
	margin:10px 0px;
	padding:0px;
	font-family:Roboto;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.posts > li > h3 > a
{
	color:#000000;
	text-decoration:none;
}
.posts > li > h3 > a:hover
{
	color:#63869e;
}
.posts > li > div
{
    height:72px;
	line-height:24px;
	margin:10px 0px;
	padding:0px;
	font-family:Roboto;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	text-align:justify;
	overflow:hidden;
}
.posts > li > span
{
    width:100%;
    margin:10px 0px;
    display:block;
}
.posts > li > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    background-color:#63869e;
    font-family:Roboto;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.posts > li > span > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.posts-pager
{
    margin:10px auto;
	display:table;
}
.posts-pager > ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.posts-pager > ul > li
{
    margin:0px 2px;
    padding:0px;
    float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.posts-pager > ul > li > a
{
    padding:2px 10px;
    background-color:#000000;
    font-family:Roboto;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.posts-pager > ul > li > a:not([href])
{
    cursor:default;
}
.posts-pager > ul > li > a:hover
{
    color:#eeeeee;
}
.posts-pager-number
{
    color:#eeeeee !important;
}
.posts-pager-number:hover
{
    cursor:default;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-images
{
    width:384px;
    margin:0px 10px 10px 0px;
    padding-right:10px;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.post-images a
{
}
.post-images img
{
	width:100%;
	height:auto;
	border:0px;
	outline:0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.post-date
{
	margin-top:10px;
	font-family:Roboto;
	font-size:13px;
	color:#000000;
	text-align:right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.albums
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.albums > li
{
    width:32%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.albums > li:nth-child(3n)
{
    margin-right:0px;
}
.albums > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.albums > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.albums > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.albums > li > h3
{
    height:36px;
	line-height:36px;
	margin:0px;
	padding:0px;
	font-family:Roboto;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.albums > li > h3 > a
{
	color:#000000;
	text-decoration:none;
}
.albums > li > h3 > a:hover
{
	color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.albums-images
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.albums-images > li
{
    width:32%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.albums-images > li:nth-child(3n)
{
    margin-right:0px;
}
.albums-images > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.albums-images > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.albums-images > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.albums-images > li > h3
{
    height:36px;
	line-height:36px;
	margin:0px;
	padding:0px;
	font-family:Roboto;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.albums-images > li > h3 > a
{
	color:#000000;
	text-decoration:none;
}
.albums-images > li > h3 > a:hover
{
	color:#af1116;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.products-categories
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.products-categories > li
{
    width:23.5%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.products-categories > li:nth-child(4n)
{
    margin-right:0px;
}
.products-categories > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.products-categories > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.products-categories > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.products-categories > li > h3
{
    height:36px;
	line-height:36px;
	margin:0px;
	padding:0px;
	font-family:Roboto;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.products-categories > li > h3 > a
{
	color:#000000;
	text-decoration:none;
}
.products-categories > li > h3 > a:hover
{
	color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.products
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.products > li
{
    width:23.5%;
    height:auto;
    margin-right:2%;
    margin-bottom:2%;
    padding:10px;
    border:solid 1px #ebe9e9;
    background-color:#ffffff;
    float:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.products > li:nth-child(4n)
{
    margin-right:0px;
}
.products > li > a
{
    width:100%;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.products > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.products > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.products > li > h3
{
    line-height:32px;
    margin-top:10px;
    padding:0px 10px;
    font-family:Roboto;
    font-weight:normal;
    font-size:13px;
    text-align:center;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.products > li > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.products > li > h3 > a:hover
{
    color:#63869e;
}
.products-price-a
{
    direction:ltr;
    height:32px;
    line-height:32px;
    margin:0px 0px 5px 10px;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    text-align:right;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.products-price-a > span
{
    height:32px;
    line-height:32px;
    margin-right:5px;
    padding:0px 5px;
    background-color:#63869e;
    font-weight:normal;
    font-size:12px;
    color:#ffffff;
    display:inline-block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.products-price-a > strike
{
    color:#acacac;
}
.products-price-b
{
    height:32px;
    line-height:32px;
    margin:0px 0px 10px 12px;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    text-align:right;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.products-price-b > span
{
    padding:0px 10px;
    color:#acacac;
    display:block;
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.product-images
{
    width:384px;
    margin:0px 10px 10px 0px;
    padding-right:10px;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.product-images a
{
}
.product-images img
{
	width:100%;
	height:auto;
	border:0px;
	outline:0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.products-info-price
{
    margin:0px;
    padding:10px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#000000;
}
.products-info-price strike
{
    color:#ef3f3e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.search
{
	margin:0px;
	line-height:32px;
}
.search ul
{
	margin:0px;
}
.search a
{
	font-family:Roboto;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
.search a:hover
{
	color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sitemap
{
	margin:0px;
	line-height:32px;
}
.sitemap ul
{
	margin:0px;
}
.sitemap a
{
	font-family:Roboto;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
.sitemap a:hover
{
	color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.tags
{
	width:1280px;
	margin:10px auto;
	padding:0px;
	list-style:none;
}
.tags > li
{
	line-height:32px;
	margin-right:10px;
	float:left;
}
.tags > li > a
{
	font-family:Roboto;
	font-size:12px;
	color:#1a0dab;
	text-decoration:none;
}
.tags > li > a:hover
{
    color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.videos-bar > ul
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.videos-bar > ul > li
{
}
.videos-bar > ul > li > div
{
    overflow:hidden;
    -webkit-border-radius:10px 10px 0px 0px;
    -moz-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
.videos-bar > ul > li > h3
{
    width:100%;
    height:40px;
    line-height:40px;
    margin:0px;
    padding:0px;
    background-color:#63869e;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-align:center;
    display:block;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-border-radius:0px 0px 10px 10px;
    -moz-border-radius:0px 0px 10px 10px;
    border-radius:0px 0px 10px 10px;
}
.videos-bar-2-cell > ul > li
{
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
    float:left;
}
.videos-bar-2-cell > ul > li:nth-child(2n)
{
    margin-right:0px;
}
.videos-bar-3-cell > ul > li
{
    width:32%;
    margin-right:2%;
    margin-bottom:2%;
    float:left;
}
.videos-bar-3-cell > ul > li:nth-child(3n)
{
    margin-right:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.videos > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.videos > a > video
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.videos > video
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.videos-aparat
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.videos-aparat iframe
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-top
{
    height:48px;
    width:48px;
    background:rgba(99,134,158,0.8) url("../Images/back-top.png") no-repeat center 50%;
    opacity:0;
    text-indent:100%;
    display:block;
    overflow:hidden;
    visibility:hidden;
    z-index:999999999999;
    position:fixed;
    bottom:16px;
    left:16px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    -moz-transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}
.back-top.back-top--show,
.back-top.back-top--fade-out,
.back-top:hover
{
    -webkit-transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    -moz-transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.back-top.back-top--show
{
    opacity:1;
    visibility:visible;
}
.back-top.back-top--fade-out
{
    opacity:0.5;
}
.back-top:hover
{
    background-color:#63869e;
    opacity:1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.loading-progress
{
    width:100%;
    height:100%;
    background:#ffffff url("../Images/logo.png") no-repeat center;
    z-index:99999999;
    position:fixed;
    left:0px;
    top:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
    .tags
    {
	    width:95%;
    }
}
@media only screen and (max-width:1024px)
{
    .posts > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .posts > li
    {
        width:32%;
    }
    .posts > li:nth-child(3n)
    {
        margin-right:0px;
    }
}
@media only screen and (max-width:768px)
{
    .form-right
	{
		width:100%;
		float:none;
	}
	.form-left
	{
		width:100%;
		float:none;
	}
	.form-contact-us
    {
	    height:auto;
    }
    .form-contact-us-text
    {
        height:auto;
        margin-top:10px;
    }
    .form-contact-us-text:empty
    {
        display:none;
    }
    .form-contact-us-map
    {
        height:300px;
	    margin-top:10px;
    }
    
    
    .pages-images > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .pages-images > li
    {
        width:49%;
    }
    .pages-images > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .post-images
    {
        width:100%;
        margin:0px auto 10px auto;
        padding-right:0px;
        float:none;
    }
    
    
    .albums > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .albums > li
    {
        width:49%;
    }
    .albums > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .albums-images > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .albums-images > li
    {
        width:49%;
    }
    .albums-images > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .products-categories > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .products-categories > li
    {
        width:32%;
    }
    .products-categories > li:nth-child(3n)
    {
        margin-right:0px;
    }
    
    
    
    .products > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .products > li
    {
        width:32%;
    }
    .products > li:nth-child(3n)
    {
        margin-right:0px;
    }
    
    
    .product-images
    {
        width:100%;
        margin:0px auto 10px auto;
        padding-right:0px;
        float:none;
    }
    
    
    .videos-bar-3-cell > ul > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .videos-bar-3-cell > ul > li
    {
        width:49%;
    }
    .videos-bar-3-cell > ul > li:nth-child(2n)
    {
        margin-right:0px;
    }
}
@media only screen and (max-width:640px)
{
    .posts > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .posts > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .posts > li
    {
        width:49%;
    }
    .posts > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .products-categories > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .products-categories > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .products-categories > li
    {
        width:49%;
    }
    .products-categories > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .products > li:nth-child(4n)
    {
        margin-right:2%;
    }
    .products > li:nth-child(3n)
    {
        margin-right:2%;
    }
    .products > li
    {
        width:49%;
    }
    .products > li:nth-child(2n)
    {
        margin-right:0px;
    }
    
    
    .videos-bar > ul
    {
        margin:10px 0px;
    }
    .videos-bar-2-cell > ul > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    .videos-bar-2-cell > ul > li:last-child
    {
        margin-bottom:0px;
    }
    .videos-bar-3-cell > ul > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    .videos-bar-3-cell > ul > li:last-child
    {
        margin-bottom:0px;
    }
}
@media only screen and (max-width:480px)
{
    .form-half
    {
        width:100%;
    }
    
    
	.pageline .image-right
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .pageline .image-left
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
    
    
    .pages-images > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    
    
    .posts > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    
    
    .albums > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    
    
    .albums-images > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    
    
    .products-categories > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
    
    
    .products > li
    {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
        float:none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */