/*********** Import style **********/

@import "/css/grid.css" screen;
@import "/css/reset.css" screen;
@import "/css/slider.css" screen;

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/******************************* Global properties ***************************/
html {width:100%; height:100%;}

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:100%; 
 color:#736861;
 height:100%;
 background:url(/1234567.jpg) no-repeat 70% 0;
}

.main {
 width:1060px;
 margin:0 auto;
 font-size:12px;
 background-color: white;
 position:relative;
-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
box-shadow: 0 0 7px rgba(0,0,0,0.4);

}
.indentscont {

 margin-top:100px;

}
.menuheader {width: 1060px;
margin: 0 auto;
font-size: 12px;
position: relative;


}


/* Site Menus */
ul.uMenuRoot li, .blockContent ul li{border-bottom:1px solid #EEEEEE;font-size:15px;}
ul.uMenuRoot li a, .blockContent ul li a{display:block;padding:8px 12px;}
ul.uMenuRoot li a:hover, .blockContent ul li a:hover{background:#A2A2A2;color:#FFFFFF;text-decoration:none;}
ul.uMenuRoot li:last-child a, .blockContent ul li:last-child a{}/* --------- */
/*********************************header*************************************/
.block{
 margin-bottom:16px;
}
.blockTitle {
background: #1DA5FF;
font-family: "Ubuntu Condensed";
font-size: 20px;
padding: 7px 0 10px 15px;
font-weight: normal;
height: 25px;
border-radius: 1px 25px;
}

.blockContent {
background: white;
border-radius: 0 0 2px 2px;
}

.blockContent.with-padding{padding:15px;}
header {
 width:100%;
 position:relative; 
 z-index:1;

}
 header .indents{padding:34px 10px 63px;}
 #page1 header .indents{padding:34px 10px 69px;}
 header .indents1{margin: 20px auto 0 auto; width: 1070px;}

/*.header-pannel1{
 width:100%;
 height:52px;
 overflow:hidden;
 background:url(../images/header-pannel1-tail.png) center 6px repeat-x;
}
*/
.header-pannel2 {
height: 8px;
position: relative;
width: 100%;
margin-bottom: 60px;
}

.header-pannel3{
 width:100%;
 
 margin-top: 20px;
}


.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;border-top:1px dotted #bbb;border-bottom:1px dotted #bbb;}
.calTable .calMdayA,.calTable .calMdayIsA {color:#fff;background:#191611;}
.calTable .calMday,.calTable .calMdayIs{}
.calTable .calMdayIsA a {color:#fff;}
/******Logo*****/
.logo {
 float:left;
 display: inline;
 position: relative;
 font-family: "Ubuntu Condensed";
 font-size: 55px;
 font-weight: bold;
 cursor: pointer;
 margin-top: 10px;

text-decoration: none;
}

.logo a {
color:#7299AC;

}

.logo p {
 -moz-transform: rotate(-5deg); 
 -ms-transform: rotate(-5deg); 
 -webkit-transform: rotate(-5deg); 
 -o-transform: rotate(-5deg); 
 transform: rotate(-5deg);
}
.logo span {
 font-size: 16px;
font-family: "Ubuntu Condensed";
position: absolute;
padding-left: 9px;
width: 198px;
background: #1DA5FF;
border: 1px solid #1DA5FF;
color: white;
height: 22px;
padding-top: 2px;
 -moz-transform: rotate(5deg); 
 -ms-transform: rotate(5deg); 
 -webkit-transform: rotate(5deg); 
 -o-transform: rotate(5deg); 
 transform: rotate(5deg);
 margin-top: 10px;
margin-left: 4px;
border-radius: 1px 19px;

}
.logo a:hover {
 text-decoration: none;

}

.bgcontent {background-color: #FAFAFA;
border-bottom: 1px solid #fff;
border-top: 1px solid #d9d9d9;
box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.08) inset, 0px 2px 5px rgba(50, 50, 50, 0.02);
width: 100%;
height: 55px;
padding: 20px 0 10px;}
/************ menu ************/

nav {
 float:right;
 position:relative;
 z-index:999;
 background-color: #FFF;
 border-left: #dcdcdc 1px solid;

}

.menu {}
 .menu >li {
 float:left; 
 position:relative;
 font:16px "Ubuntu Condensed", sans-serif;
 border-top: #dcdcdc 1px solid;
border-bottom: #dcdcdc 1px solid;

 }
 .menu > li > a {
 display:block;
 text-decoration:none;
 cursor:pointer;
 padding-left:10px;
 white-space:nowrap;
 color: #666;

 }
 .menu > li > a em{
 display:block;
 font-style:normal;
 padding-right:10px;
 border-right: #dcdcdc 1px solid;
 }
 .menu > li > a strong{
 display:block;
 font-weight:normal;
 padding: 10px 11px 10px;
 border:none!important;
 }
 .menu > li > a .arrow{
 display:block;
 
 }
 .menu li a.active, .menu > li > a:hover, .menu > li.sfHover > a{text-decoration:none; background: #1DA5FF;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
border: none;z-index: 3}
 .menu li a.active em, .menu > li > a:hover em, .menu > li.sfHover > a em{background-position: right top;}
 .menu li a.active strong, .menu > li > a:hover strong, .menu > li.sfHover > a strong{background-position:center top;color: white;}

 /**submenu**/
 .menu ul {
 position:absolute;
 padding-top:0;
 top:-999em;
 background:#161311;
 
 box-shadow:0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 5px rgba(0,0,0,0.61);
 -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 5px rgba(0,0,0,0.61);
 -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 5px rgba(0,0,0,0.61);
 }
 .menu ul li {
 width:171px;
 font: 15px "Ubuntu Condensed", sans-serif;
 text-transform:uppercase;
 background: white;
 position:relative;
 border-bottom: #dcdcdc 1px solid;

 }
 .menu ul li.last-item{padding-bottom:0; background:none; border-right:#dcdcdc 1px solid!important; padding-right: 0!important;}
 .menu li:hover {visibility: inherit;}
 .menu li li a {
 display: block;
 color:#666;
 text-decoration:none;
 padding:12px 15px 11px;
 white-space:nowrap;
 background:none;
 }
 .menu ul li.last-item a{padding-bottom:13px;border-right:#dcdcdc 1px solid!important; padding-right: 0!important;}
 .menu li li > a:hover, 
 .menu li li.sfHover > a,
 .menu li li li a:hover {
 text-decoration:none;
 background: #1DA5FF;
 -webkit-transition: all 0.3s ease;
 color:white;
 }
 .menu li:hover ul, .menu li.sfHover ul {
 left:0px;
 top:39px;
 z-index:9999;
 }
 /*subsubmenu*/
 ul.menu li:hover li ul, ul.menu li.sfHover li ul {top:-999em;}
 ul.menu li li:hover ul, ul.menu li li.sfHover ul {
 left:-175px;
 top:0px;
 z-index:9999;
 }
 ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {top:-999em;}
.menu > li.last-item {border:none!important;}
.noborder {border-bottom:none!important;}
/*****************************************content**********************************************/
.eDetails,.eDetails1, .eDetails2{font-size:13px;padding:10px 5px 5px 5px;border-top:1px solid #ddd;}
.eDetails a,.eDetails1 a,.eDetails2 a {text-decoration:underline;color:#999;}
.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover {text-decoration:none;}
.eBlock {
background: white;
border-radius: 60px 60px 4px 4px;
}
#content {
 width:100%; 
 margin-top: 25px;
 z-index:1;


}
 #page1 #content{margin-top: 25px}

/*tags*/
a {color:black;text-decoration:none;}
a:hover {color:#1DA5FF;text-decoration:underline;}

h2{font:700 24px/29px 'Open Sans', sans-serif; color:#fff;}
h3{font:700 18px/22px 'Open Sans', sans-serif; color:#fff;text-decoration:none; letter-spacing:-1px;}
h4{font:400 18px/22px 'Open Sans', sans-serif; color:#fff;}
h5{font:400 italic 14px/24px 'Open Sans', sans-serif; color:#fff;}
 h5 a{color:#fff; text-decoration:none;}
 h5 a:hover{color:#6d7f33;}
h6{font-weight:normal; color:#fff;}
 h6 a:hover{color:#eaba0b; text-decoration:underline;}
h3 a:hover {
 color:#EABA0B;
}
.eTitle a {
 font-family: "Ubuntu Condensed";
 font-size: 20px;
 color: black;
 text-decoration: none;

}
.eTitle a:hover {
 text-decoration: underline;
}
.eTitle {
font: 15px/37px "Ubuntu Condensed";
font-size: 25px;
color: black;
}


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

/****************links***************/

input[type='text'], input[type='password'], textarea, input[type='file'], select{font-size:11px;color:black;padding:5px 3px;border:1px solid #fff;-moz-box-shadow:inset 0 1px 2px 0 #ccc;-webkit-box-shadow:inset 0 1px 2px 0 #ccc;box-shadow:inset 0 1px 2px 0 #ccc;-webkit-appearance:none;outline:none; border-radius: 4px; font-size: 12px;}
input[type='submit'], input[type='reset'], input[type='button'], button {color:white; background: #1DA5FF; cursor: pointer; border: none;display: inline-block; padding: 5px 5px 5px 5px;font-size: 12px!important}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, button:hover {background:#D3DBDB;-webkit-transition: all 0.2s ease; border: none;color:black; }


 /*Buttons*/
.pages a, .pages b, .catPages1 a, .catPages1 b {
color:white; background: #1DA5FF; cursor: pointer; border: none;display: inline-block; padding: 5px 10px 5px 10px;font-size: 12px!important;
margin-bottom:20px;}
.pages a, .catPages1 a {background: #A5B3B9;}
.pages a:hover, .catPages1 a:hover {background: #1DA5FF; -webkit-transition: all 0.2s ease; text-decoration: none;}





/****************************footer************************/
footer{
 width:1061px;
 margin:0 auto;
 -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
box-shadow: 0 0 7px rgba(0,0,0,0.4);

}
 .footer-pannel{
 
 padding:48px 0 51px;
 }

.footer-list{padding-right:21px;}
.footer-list li{
 background:url(../images/pic3.gif) center bottom repeat-x;
 padding-bottom:9px;
 margin-bottom:10px;
}
 .footer-list li.last-item{padding-bottom:0; background:none;}
 .footer-list a{
 display:inline-block;
 text-decoration:none;
 color:#736861;

 padding-right:16px;
 }
 .footer-list a:hover{color:#eaba0b;}

 .footer-text{
 text-align:center;
 padding:26px 0 28px; 
 font-size: 15px;
 font: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color:#fff;
 background: #222;
border-top: 5px solid #0093d0;
box-shadow: 0px 2px 19px rgba(0,0,0,0.3) inset;
 width: 1061px;
margin: 0 auto;
display: table;
 }
 .footer-text *{font: "Trebuchet MS", Arial, Helvetica, sans-serif;}
 .footer-text a{color:#fff; text-decoration:none;}
 .footer-text a:hover{text-decoration:underline;}

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


/* General forum Table View */
.gTable {}
.gTableTop {
padding: 8px 0 8px 15px;
font-size: 16px;
outline: none;
background: #1DA5FF;
line-height: 1.2em;
font-weight: normal;
text-transform: uppercase;
font-family: "Ubuntu Condensed", sans-serif;
font-weight: bold;
color:#fff;
border-radius: 1px 25px;
}
.gTableTop a {color:#fff;}
.gTableSubTop {padding:3px;background: #E5E5E5;border:2px solid #FFFFFF;color:#000000;height:20px;font-size:12px;border-radius: 8px;}
.gTableSubTop a {color:#000000;}
.gTableBody {padding:2px;background:#EEEEEE;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;color:#FF0000;}
/* ------------------------ */


/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF;border-radius: 8px;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding: 2px;background: #E5E5E5;border: 2px solid #fff;border-radius: 8px;
} 
.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;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background: #1DA5FF;
color: #fff;
width: 17px;
border: 1px solid #1DA5FF;}
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;border: 1px solid #E8EBF6;}
.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: 20px;}
/* ----------------- */


#sFltLst{
 position: static!important;
}
.catsTable{
 margin-left: 10px;
}
.pollQue{
 padding-left: 5px;
}
.eMessage{
 padding: 0 7px 0 2px;
}
.ui-sortable {
z-index: 15!important;
}

.spinner {
 background: #66B8E1;
height: 8px;
z-index: 1;
position: relative;
width: 100%;
}

}
hr {
 display: none;
}

/*---------- social icons -----------*/
 .social-icons{ margin: 0 0 0 50px; list-style:none; overflow:hidden;}
 .social-icons li{float:left; margin-right:3px;}
 .social-icons li a{
 display:block;
 height:29px;
 width:29px;
 background-image: url(../images/social-icons.png);
 background-repeat: no-repeat;
 cursor:pointer;
 }
 .social-icons .icon-1 a{background-position:0 top;} .social-icons .icon-1 a:hover{background-position:0 -38px;}
 .social-icons .icon-2 a{background-position:-33px top;} .social-icons .icon-2 a:hover{background-position:-33px -38px;}
 .social-icons .icon-3 a{background-position:-65px top;} .social-icons .icon-3 a:hover{background-position:-65px -38px;}
 .social-icons .icon-4 a{background-position:-97px top;} .social-icons .icon-4 a:hover{background-position:-97px -38px;}

.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;
}

#slider-wrapper {
 width:916px;
 margin-top: 45px;
position: relative;
border: 6px solid #F8F8F8;
-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: 4px;
height: 365px;
}

#slider {
 position:relative;
 height:365px;
 background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
 position:absolute;
 display:none;
 width:916px;
 height:365px;
}
#slider a {
 border:none;
 display:block;
}

.nivo-controlNav {
 width:251px;
 height:40px;
 position:absolute;
 left:340px; 
 bottom:-58px;
 padding:8px 0 0 95px;
 z-index:20; 
}
.nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 background:url(../images/bullets.png) no-repeat;
 text-indent:-9999px;
 border:none;
 margin-right:3px;
 float:left;
}
.nivo-controlNav a.active {
 background-position:0 -22px; 
}

.nivo-caption a { 
 color:#333;
 font-weight:bold;
 text-transform:uppercase;
 font-size: 19px;
 font-family: "Ubuntu Condensed", arial, serif; 
 text-decoration: none;
}

.cMessage img {
 border-radius: 3px;
width: auto;
margin-top: 5px;
height: auto;
}

.cTop {
 border: 1px dashed;
}
.img-box {
display: inline-block;
background: #fff;
height: 220px;
overflow: hidden;
position: relative;
width: 760px;

}

#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;
}

 #style-selector {
 position: fixed;
 top: 140px;
 right: -205px;
 z-index: 9999;
 -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
 box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
 }
 .style-selector-wrapper {
 position: relative;
 z-index: 9999;
 display: inline-block;
 background: #FFF;
 }
 .style-selector-wrapper > div {
 margin: 25px 20px 25px 25px;
 }
 #style-selector a.close {
 position: absolute;
 top: 55px;
 left: -34px;
 width: 34px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-radius: 3px 0 0 3px;
 -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
 box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
 }
 #style-selector a.active {
 box-shadow: 0 0 0 2px #000;
 }
 #style-selector h2 {
 height: 40px;
 background: #95C8F7;
 text-align: center;
 font-size: 14px;
 line-height: 40px;
 }
 #style-selector h3 {
 margin-top: 20px;
 margin-bottom: 10px;
 color: #959595;
 text-align: center;
 font-weight: normal;
 font-size: 13px;
 }
 #style-selector ul {
 width: 160px;
 }
 #style-selector .styles {
 overflow: hidden;
 margin: 0px 0px 10px 0px;
 }
 #style-selector .styles li {
 float: left;
 }
 #style-selector .styles li a {
 display: block;
 margin: 3px;
 width: 25px;
 height: 25px;
 cursor: pointer;
 }
 .layout select {
 margin: 0 3px;
 width: 100%;
 font-size: 12px;
 }
 .bg-image img {
 width: auto;
 height: 100%;
 }

 .color-yellow { background: #fec901; }
 .color-blue { background: #78b9f7; }
 .color-cream { background: #e0dac9; }
 .color-darkgray { background: #333; }
 .color-green { background: #9bcc45; }
 .color-lightgray { background: #dbdcde; }
 .color-orange { background: #fe9601; }
 .color-pink { background: #ff9dbc; }
 .color-red { background: #d73300; }
 .color-tan { background: #d7ad7c; }


.iconstyle {
 background: url(../images/style-switcher.png) #95C8F7 no-repeat center;
}

.photo-img {
width: 193px;
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.8);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.8);
box-shadow: 0 0 6px rgba(0,0,0,0.6);
border-radius: 5px;
height: 130px;
}
.photo-img:hover {opacity:.9!important;
 -moz-opacity:.9!important;
 -webkit-transition: all 0.9s ease;}
.photohover:hover {
 opacity:.9!important;
 -moz-opacity:.9!important;
 -webkit-transition: all 0.7s ease;
}
.chatMessage {
 background: white;
color: black;
border-radius: 4px;
padding: 3px;
font-size: 13px;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.chatMessage:hover {
 box-shadow: 0 0 3px;
}
#ascrail2000 > div
{
 -webkit-transition: width 0.2s ease;
 -moz-transition: width 0.2s ease;
 -o-transition: width 0.2s ease;
 -ms-transition: width 0.2s ease;
 transition: width 0.2s ease;
}
#ascrail2000 > div:hover{width:120%!important;}

#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: #A5B3B9;
 border-radius: 3px;
 background-image: url(../images/back-top.png);
 background-repeat: no-repeat;
 background-position: center center;
}
#back-top a:hover {
 background-color: #4B9EC9;
 -webkit-transition: all 0.4s ease;
}

.welcome {
 height: 70px;
background: url(../images/pattern.png) center top repeat;
font-family: "Ubuntu Condensed";
text-align: center;
padding-top: 27px;
font-size: 18px;
}
.portfolio {font-family: "Ubuntu Condensed";
text-align: center;
margin-top: 30px;
font-size: 13px;
letter-spacing: 2px;
}
.portfolio {
 background: url('../images/border.jpg') repeat-x 0 50%;
margin-bottom: 10px;
}
.portfolio span {
 background-color: white;
 padding: 0 20px;
 font-size: 18px;
}
.view {
 width: 300px;
 height: 200px;
 margin: 10px;
 border: 10px solid #fff;
 overflow: hidden;
 position: relative;
 text-align: center;
 -webkit-box-shadow: 1px 1px 2px #e6e6e6;
 -moz-box-shadow: 1px 1px 2px #e6e6e6;
 box-shadow: 1px 1px 2px #e6e6e6;
 cursor: default;

}
.viewphoto {
 width: 300px;
 height: 200px;
 margin-left: 20px;
 border: 10px solid #fff;
 overflow: hidden;
 position: relative;
 text-align: center;
 -webkit-box-shadow: 1px 1px 2px #e6e6e6;
 -moz-box-shadow: 1px 1px 2px #e6e6e6;
 box-shadow: 1px 1px 2px #e6e6e6;
 cursor: default;

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


}
.view h2 {
 text-transform: uppercase;
 color: #fff;
 text-align: center;
 position: relative;
 font-size: 17px;
 padding: 10px;
 background: rgba(0, 0, 0, 0.8);
 margin: 20px 0 0 0;
}
.view p {
 font-family: Georgia, serif;
 font-style: italic;
 font-size: 12px;
 position: relative;
 color: #fff;
 padding: 10px 20px 20px;
 text-align: center;
}
.view a.info {
 display: inline-block;
 text-decoration: none;
 padding: 7px 14px;
 background: #000;
 color: #fff;
 text-transform: uppercase;
 -webkit-box-shadow: 0 0 1px #000;
 -moz-box-shadow: 0 0 1px #000;
 box-shadow: 0 0 1px #000;
}
.viewinfo a.info {
 background:url(../images/link.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width:760px;
 height:220px;
}
.viewinfoblog a.info {
 background:url(../images/link.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width:760px;
 height:220px;
}
.viewinfo a.photo {
 background:url(../images/photo.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width:760px;
 height:220px;
}
.viewinfoblog a.photo {
 background:url(../images/photo.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width:760px;
 height:220px;
}
.view a.info:hover {
 -webkit-box-shadow: 0 0 5px #000;
 -moz-box-shadow: 0 0 5px #000;
 box-shadow: 0 0 5px #000;
}
.viewphoto img {
 display: block;
 position: relative;
}
.viewphoto h2 {
 text-transform: uppercase;
 color: #fff;
 text-align: center;
 position: relative;
 font-size: 17px;
 padding: 10px;
 background: rgba(0, 0, 0, 0.8);
 margin: 20px 0 0 0;
}
.viewphoto p {
 font-family: Georgia, serif;
 font-style: italic;
 font-size: 12px;
 position: relative;
 color: #fff;
 padding: 10px 20px 20px;
 text-align: center;
}
.viewphoto a.info {
 display: inline-block;
 text-decoration: none;
 padding: 7px 14px;
 background: #000;
 color: #fff;
 text-transform: uppercase;
 -webkit-box-shadow: 0 0 1px #000;
 -moz-box-shadow: 0 0 1px #000;
 box-shadow: 0 0 1px #000;
}
.viewphoto a.info:hover {
 -webkit-box-shadow: 0 0 5px #000;
 -moz-box-shadow: 0 0 5px #000;
 box-shadow: 0 0 5px #000;
}
.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(115,146,184, 0.7);
 -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 a.info {
 -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: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;
}
 
.grid3 {width: 255px;margin: 5px; float: left;height: 100%;}
.nameblock {
 font-family: "Ubuntu Condensed";
font-size: 23px;
color: #0089C2;
border-bottom: 1px solid #0089C2;
padding: 5px;
margin-bottom: 10px;
}



.mask img {
 left: 80px;
top: 50px;
}
.otherPhoto{
 width: 200px!important;
}
.photoActive {
 width: 230px!important;
}
.informphoto {
 display: inline-block;
background: #fff;
height: 180px;
overflow: hidden;
position: relative;
width: 300px;
margin: 18px;
}
.informphoto a.informerinfo {
 background:url(../images/link.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
width: 300px;
height:180px;
}
.eTitleinform {
 font: 15px/2px "Ubuntu Condensed";
font-size: 16px;
color: black;
margin-right: 15px;
}
.eTitleinform a:hover {
text-decoration:none!important;
}
.informerinfo {
 background:url(../images/link.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width: 50px;
height: 35px;
}
.informerph {
 background:url(../images/photo.png) center no-repeat;
 display: inline-block;
 text-decoration: none;
 text-indent:-9999px;
 width: 50px;
height: 35px;
}
.log {
 color: #1DA5FF;
}
.calTable {
width:200px;
}
.infTable {
margin-left: 5px;
}