@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@-moz-document url-prefix() 
{ 
.queryField {padding: 8px 3px!important;} 
input[type="text"], input[type="password"], textarea, input[type="file"], select {margin: 3px; }
} 

body { 	 
	font-family: Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	min-width:980px;
	background:url(../images/body.png) center top repeat #fff;
	font-size:12px;
	line-height:17px;
}


.main {
	width: 1150px;	
	padding: 0;
	margin: 0 auto;	
	position:relative;
}

.wrapper {
	width: 100%; 
	overflow: hidden; 
	position: relative;
}

.floatleft {
	float: left;
	margin-top: 48px;
	margin-bottom: 46px;
}

.indent-top {

	float: right;
}

.indent-toptext {
	margin:28px 0 20px 0;
}



/*********************************SLIDER********************************/

.slider {
	background: white;
	width: 1150px;
	height: 600px;
	margin: 0px auto;
}

.bannercontainer {
    padding:5px;
    background-color:#fff;
    width:1890px;
    position:relative;
    position:relative;
    margin-left:auto;
    margin-right:auto;

}

.banner{
    width:1890px;
    height:1490px;
    position:relative;
    overflow:hidden;
}

.bannercontainer-simple {
    padding:5px;
    background-color:#fff;
    width:1890px;
    position:relative;
    position:relative;
    margin-left:auto;
    margin-right:auto;

}

.banner-simple{
    width:1890px;
    height:1490px;
    position:relative;
    overflow:hidden;
}

.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:1450px !important;
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
    width:100% !important;
    max-height:1450px !important;
    position:relative;
}

/*********************************LINKS********************************/
a {
	color: #8a8a8a; 
	outline: none; 
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}


/*********************************HEADER*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	border-top: 9px solid #292929!important;
}

/*********************************TITLE TAG*************************************/
h1 {
	color: #000;
	display: block;
	padding:8px 0 8px 15px;
	border: 1px solid #E8E8E8;
	border-radius:3px;
	-webkit-border-radius:5px;
	font-size: 18px;
	outline: none;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #ededed;
	line-height:1.2em;
	margin-bottom: 21px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Cuprum', 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
	h1 a {
		text-indent:-9999px;
		width:145px;
		height:29px;
}

h2 {
	color: #000;
	display: block;
	padding:8px 0 8px 19px;
	border: 1px solid #E8E8E8;
	border-radius:3px;
	-webkit-border-radius:5px;
	font-size: 18px;
	outline: none;
	background:url(../images/page1-bg1.gif) repeat-x 0 0 #ededed;
	line-height:1.2em;
	margin-bottom: 21px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Cuprum', 'Open Sans Condensed', sans-serif;
}


/*********************************MENU HEADER*************************************/
nav {
	float: left;
	margin-right: 2px;
}
.menuheader {
	float:left;
	position:relative;
}
.menuheader li {
	float:left; 
	position:relative;
	font-family: 'Cuprum', 'Open Sans Condensed', sans-serif;
	background: #4a4a4a;
	background: -moz-linear-gradient(top, #4a4a4a 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#303030));
	background: -webkit-linear-gradient(top, #4a4a4a 0%,#303030 100%);
	background: -o-linear-gradient(top, #4a4a4a 0%,#303030 100%);
	background: -ms-linear-gradient(top, #4a4a4a 0%,#303030 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%,#303030 100%);
	border-right: 1px solid #202020;

	
}
.menuheader li span {
	display:block;
	-webkit-transition: all 0.2s ease;
}
.menuheader li span a {
	padding:19px 18px 21px 19px;
}
.menuheader li:first-child span a {
	padding:19px 20px 21px 19px;
}
.menuheader .last,
.menuheader .last span {
	border-radius:0 4px 4px 0;
}
.menuheader li a {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 19px 18px 21px 19px;
	font-size: 16px;

}
.menuheader li a:hover {
	background-color: #282828;
	border-color: #e07809;
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	padding-top: 15px;
}

a.uMenuItemA  {
	background-color: #282828;
	border-color: #e07809;
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	padding-top: 15px!important;
}
.menuheader li.sfHover {
	position:relative;
	z-index:10;
}
.menuheader li.active span,
.menuheader > li:hover span {
border-width: 4px 0px 0px 0px;
border-style: solid;
padding-top: 15px;
background-color: #282828;
border-color: #e07809;
}
.menuheader li.active span a,
.menuheader > li:hover span a {
	color:#fff;
}
.menuheader nav ul.uMenuRoot > li:first-child > a.uMenuItemA {background-color: #282828;}
.menuheader li span a:hover { color: white!important;}


/*********************************CONTENT*************************************/

#content {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
	font-size: 15px;
}

#content .main {

}

.block {
	background-color: #f9f9f9;
}

.blockTitle {
	color: #000;
	display: block;
	padding:8px 0 8px 19px;
	font-size: 20px;
	outline: none;
	line-height:1.2em;
	margin-bottom: 21px;
	font-weight: normal!important;
	text-transform:uppercase;
	font-family: 'Cuprum', sans-serif;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%);
}

.blockContent {
	margin: 5px 10px 20px 10px;
	padding-bottom: 15px;
}

.logo {
	font-family: "Cuprum", sans-serif;
	font-size: 48px;
	text-decoration: none!important;
	display: block;
	margin: 27px 0 0 0;
	font-weight: normal;
	color: #353636;
	font-weight: bold;
}

input[type='text'], input[type='password'], textarea, input[type='file'], select{
	font-size:11px;
	color:#777;
	padding:6px 3px;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	color: #717171;
}


.eTitle a {	
	text-decoration:none!important; 
	color: #000000!important;
}
.eTitle a:hover {
	text-decoration: underline!important;
}


.eDetails,.eDetails1,.eDetails2{
	padding: 18px 0 0 0;
	
}
.eDetails a,.eDetails1 a,.eDetails2 a {
	text-decoration:none!important;
	color:#304351; 
}
.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover {
	text-decoration:underline!important;
}

.eBlock {
	margin:0 0 20px 0;

}



.cMessage {
	font-size:13px;
}

.cMessage img {
	margin:0 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}



.plist a { 
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none!important;
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	text-transform: uppercase;
}

.plist a:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}

.ui-sortable {
	z-index: 150!important;
}

/* ====== FORUM ====== */


/* General forum Table View */
.gTable {}
.gTableTop {

padding: 8px 0 8px 15px;
font-size: 18px;
outline: none;
background: #E07809;
line-height: 1.2em;
font-weight: normal;
text-transform: uppercase;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
color:#fff;
}
.gTableTop a {color:#fff;}
.gTableSubTop {padding:3px;background: #E5E5E5;border:2px solid #FFFFFF;color:#000000;height:20px;font-size:12px;}
.gTableSubTop a {color:#000000;}
.gTableBody {padding:2px;background:#EEEEEE;}
.gTableBody1 {padding:2px;background: #F7F7F7;}
.gTableBottom {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;}
.gTableRight {padding:2px;background:#E5E5E5}
.gTableError {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;color:#FF0000;}
/* ------------------------ */


/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding: 2px;background: #E5E5E5;border: 2px solid #fff;
} 
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#fff;-webkit-transition:none!important;}
a.catLink:visited {text-decoration:none; color:#fff;}
a.catLink:hover {text-decoration:underline; color:#fff;}
a.catLink:active {text-decoration:underline; color:#fff;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color: #2E373E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color: #2E373E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color: #2E373E;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color: #2E373E;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#9CCF00;}
a.forumBarA:active {text-decoration:underline; color:#9CCF00;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#C2C2C2;}
.pagesInfo {background: #E5E5E5; padding-right: 10px; font-size: 8pt; padding-left: 7px; border: 1px solid #CDCDCD;padding-top: 2px;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background: #E07809;
color: #fff;
width: 17px;
border: 1px solid #E07809;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AFAEAE;border:1px solid #FFFFFF;color:#FFFFFF;height:20px;font-size:10px;padding-left:40px;}
.threadsDetails {padding:2px;background:#E7E7E7;color:#000000;height:20px;font-size:10px;border:2px solid #FFFFFF;border-radius: 3px;}
.forumOnlineBar {padding:2px;background:#E7E7E7;border:2px solid #FFFFFF;color:#000000;height:20px;font-size:10px;border-radius: 3px;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#2E373E;}
a.threadLink:visited {text-decoration:none; color:#2E373E;}
a.threadLink:hover {text-decoration:underline; color:#314452;-webkit-transition:none!important;}
a.threadLink:active {text-decoration:underline; color:#314452;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#EEEEEE;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom: 1px solid #E5E5E5;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#999999;}

.postTdTop {background: #E5E5E5;;color:black;height:20px;font-size:10px; border: 2px solid #fff;border-left: #E8EBF6;}
.postBottom {color:#000000;height:20px;padding: 5px;background: #F5F5F5;}
.postUser {font-weight:bold; color: black;}
.postTdInfo {text-align: center; padding: 5px; background: #EEEEEE; border: 2px solid #fff;border-bottom: 1px solid #E8EBF6;
border-left: 1px solid #E8EBF6;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#2D435B;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {padding-right: 5px;}
.statusOffline {padding-right: 5px;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px;}
.newPollItem {padding: 0 0 0 8px; }
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}


.postNameFl,.postDescrFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postPollFl,.postQuestionFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postResultFl {background:#EBEBEB;border:1px solid #9CCF00;width:50px}
.postAnswerFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}
.postTextFl {background:#EBEBEB;  width:550px;height:150px}
.postUserFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.forumContent{margin-top: 20px;}
#forum_filter #filter_by {
margin-top: 9px!important;
}
.fFastSearchTd {
	padding-top: 9px!important;
}
/* ----------------- */



.shop-cat-descr img {
	background: #e7e7e7;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	margin-bottom: 20px;
}

.gphoto:hover {
	opacity:0.9; 
	-webkit-transition: all 0.4s ease;
	background-image: url(../images/item-ico.png);
	background-position: center; 
   }

.commSbmFl {
	margin-bottom: 10px;
}

/*********bg*********/

.backgrounds {
	background: #4a4a4a;
background: -moz-linear-gradient(top, #4a4a4a 0%, #303030 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#303030));
background: -webkit-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: -o-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: -ms-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: linear-gradient(to bottom, #4a4a4a 0%,#303030 100%);
width: 1150px;
margin: 0 auto;
	margin-bottom: 19px;
}

/**********buttons***********/

.buttonsearch {
	display:inline-block;
	color:#383939;
	font-size:15px;
	line-height:1.2em;
	padding: 5px 19px 5px 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	border-radius:3px;
	-webkit-border-radius:3px;
	background: #EDEDED;
	text-decoration: none!important;
		
}

.buttonsearch:hover {
	background:url(../images/menu1.gif) repeat-x 0 0 #f3f3f3;
	color:#fff;
	-webkit-transition: all 0.2s ease;
}
.buttonsearch:hover span {
	background-position:right -26px;
}

input[type='submit'], input[type='reset'], input[type='button'], button {
	background: #4a4a4a;
background: -moz-linear-gradient(top, #4a4a4a 0%, #303030 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#303030));
background: -webkit-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: -o-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: -ms-linear-gradient(top, #4a4a4a 0%,#303030 100%);
background: linear-gradient(to bottom, #4a4a4a 0%,#303030 100%);
font-size: 15px;
cursor: pointer;
text-decoration: none!important;
font-family: Cuprum, Arial, sans serif;
padding: 8px 12px;
color: #FFF;
border: none;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, button:hover {
	background: #303030;
background: -moz-linear-gradient(top, #303030 0%, #4a4a4a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#4a4a4a));
background: -webkit-linear-gradient(top, #303030 0%,#4a4a4a 100%);
background: -o-linear-gradient(top, #303030 0%,#4a4a4a 100%);
background: -ms-linear-gradient(top, #303030 0%,#4a4a4a 100%);
background: linear-gradient(to bottom, #303030 0%,#4a4a4a 100%);
color: #fff;
border: 0;
}


/*************************footer************************/
footer {
	color:#8a8a8a;
	width:100%;
	padding: 20px 0;
	background-color: #353535;
	border-top: 8px solid #eaeaea;
}

.footer {
		padding:19px 0;
		width: 1200px;
	}

.backgroundfooter {
	background-color: #353535;
	border-top: 8px solid #eaeaea;
}

.menufooter a {
	color:#959595;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	line-height:1.2em;
}

.menufooter li {
	float:left;
	padding-right:18px;
}

.menufooter a:hover,
.menufooter a.active {
	color:#000;
}

.footer2 {
	float:right;
	padding-top: 3px;
	margin-left: 460px;
}

.footer2 a {
	color:#8a8a8a;
}

.footer2 a:hover {
	color:#000;
}

.menufooter {
	float:left;
	margin-left: -2px;
	padding-top: 3px;
}

.foot {

	background: #232323;
	border-top: 2px solid #e07809;
	color: #9c9c9c;
	padding: 20px;
	font-size: 13px;
}

#doSmbBt,.u-combobut {display:none;}
.u-comboeditcell, .u-combo {border:0!important;background:none!important;}
.u-combolist {background:#eee;border:1px solid #fff;font-size:12px!important;color:black!important;-moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.2);}
#uCatsMenu7 {
left:0!important;
top:0!important;
position: static!important;
}
.photo-img {
	border: 4px solid #fff;
	width: 193px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	border-radius: 5px;
	height: 130px;

}
.photo-img:hover {
	
}
.fancybox-image {
	width: auto!important;
height: auto!important;
max-width: auto!important;
max-height: auto!important;
}
#fancybox-overlay {
	background:url(../images/fancybg.png)!important;
	opacity:.6!important;
	-moz-opacity:.6!important;
	filter:alpha(opacity=85)!important;
}
.img-box {
display: inline-block;
background: #fff;
margin: 15px 10px 10px 36px;
height: 220px;
overflow: hidden;
position: relative;
width: 640px;
}
.img-box:hover {opacity:.9!important;
	-moz-opacity:.9!important;
	-webkit-transition: all 0.9s ease;}
.titleshop a {
 text-decoration: none!important;
font-family: Cuprum, sans-serif;
color: #A12283!important;
font-weight:bold!important;
}

.titleshop a:hover {
text-decoration: none!important;
font-family: Cuprum, sans-serif;
color: #29A0D2!important;
font-weight:bold!important;
-webkit-transition: color .1s ease-in-out .1s;
-moz-transition: color .1s ease-in-out .1s;
-o-transition: color .1s ease-in-out .1s;
-ms-transition: color .1s ease-in-out .1s;
transition: color .1s ease-in-out .1s;
}

#back-top {
	position: fixed;
	bottom: 15px;
    right: 25px;
	padding:0;
	margin:0;
	z-index: 5;
}
#back-top a {
	text-decoration: none;
	width: 33px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	background-color: #f5f5f5;
	border-radius: 3px;
	background-image: url(../images/back-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d6d6d6;
}
#back-top a:hover {
	background-color: #e2e2e2;
}





.socialicons a {
  margin: 1px;
    opacity: 1.0;
     transition: 0.3s;
}

.socialicons {

margin-top: 46px;
}

.socialicons a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contact {
float: right;
color: #888;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}

.border-menu {
	width: 100%;
	background-color: #efefef;
}

/**********Search form**********/
#search-form{
    vertical-align: top;
    height: 30px;
    overflow: hidden;
    float: right;
margin-right: 19px;
margin-top: 13px;

}
    #search-form fieldset {border:none; padding:0; width:100%; overflow:hidden;}
        #search-form label {display:block; float:left;}
        #search-form input{
           
                color: black;
                font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
                margin: 0;
                outline: none;
                width: 175px;
                color: #888!important;
                background: white!important;
                border: none!important;
                height: 30px;
				padding: 0 0 0 3px!important;
            }
    #search-form a{
        float: right;
        display: block;
        width: 32px;
        height: 32px;
        background: url(../images/serch-button.png) #E07809  center 9px no-repeat;
        cursor: pointer;
        transition: 0.3s;

    }
        #search-form a:hover{background-color: #aaa!important;;  transition: 0.3s; }

.infophoto {
	margin-top: -70px;
}
.informerinfo {
  background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   text-indent:-9999px;
  width: 17px;
height: 17px;
background-color: #2C2C2C;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
opacity: 0.8;
filter: alpha(opacity=80);
 transition:0.3s;
 margin-top: 70px;


}
.informerinfo:hover {
    transition:0.3s;
      opacity: 1.0;
filter: alpha(opacity=100); 
}
.informerph {
  background:url(../images/photo.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   text-indent:-9999px;
  width: 17px;
height: 17px;
background-color: #2C2C2C;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
opacity: 0.8;
filter: alpha(opacity=80);
margin-right: 20px;
 transition:0.3s;
}
.informerph:hover {
     transition:0.3s;
    opacity: 1.0;
filter: alpha(opacity=100);
}

.view {
   width: 277px;
   height: 180px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 277px;
   height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'Cuprum', 'Georgia', serif;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-second .mask {
   background-color: rgba(0, 0, 0, 0.61);
   width: 277px;
   padding: 60px;
   height: 267px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(265px, 145px) rotate(45deg);
   -moz-transform: translate(265px, 145px) rotate(45deg);
   -o-transform: translate(265px, 145px) rotate(45deg);
   -ms-transform: translate(265px, 145px) rotate(45deg);
   transform: translate(265px, 145px) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second h2 {
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second .zoomphoto {
   -webkit-transform: translate(0px, 100px);
   -moz-transform: translate(0px, 100px);
   -o-transform: translate(0px, 100px);
   -ms-transform: translate(0px, 100px);
   transform: translate(0px, 100px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view-second .infophoto {
   -webkit-transform: translate(0px, 100px);
   -moz-transform: translate(0px, 100px);
   -o-transform: translate(0px, 100px);
   -ms-transform: translate(0px, 100px);
   transform: translate(0px, 100px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-80px, -125px) rotate(45deg);
   -moz-transform: translate(-80px, -125px) rotate(45deg);
   -o-transform: translate(-80px, -125px) rotate(45deg);
   -ms-transform: translate(-80px, -125px) rotate(45deg);
   transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}

.view-second:hover .zoomphoto {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.view-second:hover .infophoto {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.infophoto, .zoomphoto {display: inline-block;}
.photoActive {
	width: 200px;
}
.otherPhoto {
	width: 200px;
}
.phtThumbs {
	vertical-align: none!important;
}
.gallery {
width: 805px;

}
#leftSwch {
	background: transparent url('/images/arrows.png') no-repeat -1px -2px!important;
	
	margin-right: 10px;
	width: 33px!important;
	transition: 0.3s;
}
#leftSwch:hover {
	transition: 0.3s;
	opacity: 0.7;
}
#rightSwch {
	background: url('/images/arrows.png') no-repeat -35px -2px!important;
	margin-left: 10px;
	width: 33px!important;
	transition: 0.3s;
}
#rightSwch:hover {
	transition: 0.3s;
	opacity: 0.7;
}
hr {
    border: 1px solid #eee;
}

.view h2 a {
	color:white!important;
}
.view h2 a:hover {
	text-decoration: none!important;
}

.worktitle {
font-size: 21px;
font-family: "Cuprum","Ubuntu Condensed";
text-transform: uppercase;
color: black;
font-weight: bold;
margin-left: 22px;


}
.work {margin-top: 50px;}
.informgallery {
margin: 5px 0 20px 23px;
width: 1000px;
padding-bottom: 40px;
padding-top: 13px;
}

.welcome {
	background-color: #fafafa;
	border-color: #e8e8e8;
	width: 100%;
	height: 200px;
	border-width: 1px 0px;
	border-style: solid;
	margin-top: 60px;
}

.welcome p {
	font-size: 35px;
color: black;
font-family: "Cuprum", sans-serif;
padding-top: 44px;
margin: auto;
font-weight: 300;
line-height: 40px;
margin-left: 250px;
}

.calTable td {text-align:center;padding:6px 3px;}
.calTable td a {font-weight:bold;text-decoration:underline;}
.calTable td a:hover {text-decoration:none;}
.calTable .calWday,.calTable .calWdaySe,.calTable .calWdaySu {font-weight:bold;font-family:'Ubuntu Condensed';border-top:1px dotted #bbb;border-bottom:1px dotted #bbb;}
.calTable .calMdayA,.calTable .calMdayIsA {color:#fff;background:#E07809;}
.calTable .calMday,.calTable .calMdayIs{}
.calTable .calMdayIsA a {color:#fff;}

.slogan {
font-family: "Cuprum";
font-size: 15px;
border-left: 1px solid #E8E8E8;
margin: -18px 0 0 135px;
padding: 4px 0 5px 15px;
color: #888;
}

header a.logo span {
color: #E07809;
}


.user-menu li a {
	color: #a2a2a2;
	text-decoration: none!important;
}

.user-menu li {
	padding: 0 0 0 7px;
	float: left;
}

.user-menu {
	float: right;

}


/*============== BLOG ===============*/

.post-text a {
font-family: "Cuprum";
font-size: 19px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.post-text a:hover {
  transition: 0.3s;
    text-decoration: none!important;
    color: #464646;
}
.eTitle {
font: 15px/30px "Cuprum";
font-size: 22px;
color: black;
line-height: 21px;
text-transform: uppercase;
border-bottom: 1px solid #e0e0e0;
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
margin-bottom: 5px;
padding-bottom: 10px;
}
.post-text {

font-size: 22px;
color: black;
line-height: 21px;
text-transform: uppercase;
}
.pages a, .pages b, .catPages1 a, .catPages1 b {
color: white;
background: #E07809;
cursor: pointer;
border: none;
display: inline-block;
padding: 8px 12px 8px 12px;
font-size: 12px!important;
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
margin-bottom:20px;}
.pages a, .catPages1 a {
border-bottom: none;
color: #888;
background-color: #f4f4f4;-webkit-transition: all 0.2s ease;
transition: 0.2s;}
.pages a:hover, .catPages1 a:hover {background: #aaa!important;
-webkit-transition: all 0.2s ease;
transition: 0.2s;
border: none;
color: white!important;
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
text-decoration: none!important;}

.eDetails,.eDetails1, .eDetails2{font-size:13px;padding: 10px 5px 10px 2px;}
.eDetails a,.eDetails1 a,.eDetails2 a {text-decoration:underline;color:#999;}
.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover {text-decoration:none;}
.eBlock { border-bottom:1px dashed #dddddd;

margin-bottom: 40px;height: 1px;
width: 100%;}
.textpost {
  float: right;
width: 490px;
margin-bottom: 30px;
margin-top: -2px;
}

.entryReadAllLink {
  display: none;
}


.viewinfo {
  width: 300px;
height: 180px;
float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;


}


.viewinfo .mask,.viewinfo .content {
   width: 300px;
height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.viewinfo img {
   display: block;
   position: relative;
   width: 300px;
height: 180px;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   width: 665px;
   height: 280px;
}
.viewinfo a.info {
  background:url(../images/link.png) center no-repeat;
  display: inline-block;
text-decoration: none;
width: 17px;
height: 17px;
background-color: #2C2C2C;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
opacity: 0.8;
filter: alpha(opacity=80)!important;
margin-top: 60px;
transition: 0.3s;
}
.viewinfo a.photo {
  background: url(../images/photo.png) center no-repeat;
  display: inline-block;
text-decoration: none;
width: 17px;
height: 17px;
background-color: #2C2C2C;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
opacity: 0.8;
filter: alpha(opacity=80);
margin-top: 70px;
transition: 0.3s;
margin-right: 40px;
}
.viewinfo a.photo:hover {
  transition:0.3s;
    opacity: 1.0;
filter: alpha(opacity=100);
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
  background-color: rgba(0, 0, 0, 0.61);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

#mchatBtn {
	padding-right: 25px;
}

.blogtitle {
	font-size: 21px;
	font-family: "Cuprum","Ubuntu Condensed";
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}

.informblog {
	margin-top: 20px;
}

.myblog {
	margin: 5px 0 20px 23px;
	width: 1216px;
	padding-bottom: 40px;
	padding-top: 25px;
}

.secure {
	opacity: 0.2;
	width: 37px;
	transition: 0.3s;
}
.secure:hover {
	transition: 0.3s;
	opacity: 0.3;
}
.user {
	opacity: 0.2;
	width: 37px;
	transition: 0.3s;
}

.user:hover {
	transition: 0.3s;
	opacity: 0.3;
	}

.grid3 {
		float: left;
		width: 265px;
		padding: 40px 30px 40px 0;
	}

.nameblock {
font-family: "Cuprum",sans-serif;
font-size: 20px;
color: #fff;
padding-bottom: 15px;
margin-bottom: 10px;
text-transform: uppercase;
color: #eaeaea;
}

.footer-text{

color: #fff;
font-size: 15px;
    }
    .footer-text li{margin-bottom: 8px;}
    .footer-text a{color: #9c9c9c; text-decoration:none;}
        .footer-text a:hover{text-decoration:underline;}



/*======================== Style Menu 2 ====================*/
#uMenuDiv2 a.uMenuItemA {
	border-color: 0!important;
	background: transparent!important;
	border-style: none;
	border-width: 0;
	padding-top: 11px!important;
}

/* Site Menus */
#uMenuDiv2 ul.uMenuRoot li, .blockContent ul li{border-bottom: 1px solid #EEEEEE;font-size:15px;}
#uMenuDiv2 ul.uMenuRoot li a, .blockContent ul li a{display:block;padding:11px 15px;}
#uMenuDiv2 ul.uMenuRoot li a:hover, .blockContent ul li a:hover{background: #EFEFEF;text-decoration:none;}
#uMenuDiv2 ul.uMenuRoot li a:hover, .blockContent ul li a.uMenuItemA:hover{background: #EFEFEF!important;text-decoration:none;}
#uMenuDiv2  li a.uMenuItemA {background:#EFEFEF!important;}
#uMenuDiv2 {margin: -21px -10px -15px -10px;}

.footer-list li {
margin-bottom: 10px;
border-bottom: 1px dotted #474747;
padding: 0 0 10px 0;
}

.footer-list a {
display: inline-block;
text-decoration: none;
padding-right: 16px;
color: #CECECE;
transition: 0.4s;
background: url(../images/footer-marker.gif) right 9px no-repeat;
}
.footer-list a:hover {
	color: #DFDFDF;
	text-decoration: none;
}
#sFltLst {
	left: 460px!important;
	top: 30px!important;
}