/*
 * HTML5 ✰ Boilerplate
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0;
 background-color: #f2f2f2;
 /* add your base font-size and line-height here */ }
 #wrap .container_12 {
    background-color: #fff;
    padding: 0 10px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
body, button, input, select, textarea { font-family: Arial; color: #606060; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #2d75c0; text-decoration: none; }
a:visited { color: #2d75c0; }
a:hover { color: #2d75c0; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; width: 400px; height: 100px;  }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== roots styles ======================================================= */

a:active, input.button:active { outline: 0; position: relative; top: 1px; }

.button, #post-nav a, #comments-nav a {
  display: inline-block;
  background: #06c;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  width: auto;
  overflow: visible;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
}
.button:hover, #post-nav a:hover, #comments-nav a:hover {
  background: #09f;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 { /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/ }



/* =============================================================================
   Header
   ========================================================================== */

#banner { position: relative; margin: 0px auto 0; z-index: 1000; border-bottom: none !important; 
}
#banner .container { padding: 0; border-bottom: none; padding-top: 5px; }

#logo { /*float: left;*/ width: 387px; height: 110px; margin: 10px auto 16px; padding: 0; display: block; }


#nav-main ul {
  /*background: #06c;*/
  /*background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));*/
  position: relative;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dadada;
   background: url("../img/fixed-height.gif") repeat scroll 0 39px transparent;
   /*height: 38px;*/
   overflow: visible;
   vertical-align: middle;
 /* -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;*/
}
#nav-main ul li { float: left; margin: 0; *zoom: 1; }
#nav-main ul li:hover { position: relative; }
#nav-main ul li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 9px 58px 8px 57px;
  color: #5a5a5a;
  margin: 0px;
  margin-right: 0px;
  border-right: 1px solid #dfdfdf ;
  position: relative;
  z-index: 99999;
  /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);*/
}
#nav-main ul li a.last {
    padding-left: 53px;
    padding-right: 54px;
    margin-right: 0;
    border: none;
}
#nav-main ul li a:hover,
#nav-main ul li.current-menu-item > a,
#nav-main ul li.current-menu-parent > a,
#nav-main ul li.current-menu-ancestor > a,
#nav-main ul li:hover > a {
  color: #010101;
  background-color: #fff;
}

#nav-main ul ul {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 230px;
  background: #fff;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px 5px rgba(60, 60, 60, 0.3);
   -moz-box-shadow:    0 0 5px 5px rgba(60, 60, 60, 0.3);
   box-shadow:         0 0 5px 5px rgba(60, 60, 60, 0.3);
  display: block;
}
#nav-main ul ul li { float: none; }
#nav-main ul ul li a {
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 16px;
  width: 198px; /* account for the width of ul#nav-main ul and the padding on the anchor */
  display: inline-block;
  color: #5a5a5a;
  border-right:  none !important;
  

}
#menu-peopleparties a {
    border-right:  none !important;
}
#nav-main ul ul li a:hover,
#nav-main ul ul li.current-menu-item > a,
#nav-main ul ul li.current-menu-parent > a,
#nav-main ul ul li.current-menu-ancestor > a,
#nav-main ul ul li:hover > a {
 
  background: none repeat scroll 0 0 #EDEDED;
  color: #000000;
  
}

#nav-main ul ul ul { left: 100%; top: 0; }
#nav-main ul li:hover > ul { visibility: visible; }

#nav-utility { position: absolute; top: 0; right: 0; }
#nav-utility ul { list-style: none; margin: 0; padding: 0; float: right; width: auto; position: relative; }
#nav-utility ul li { float: left; position: relative; }
#nav-utility ul li a { display: block; float: left; padding: 2px 6px; }



/* =============================================================================
   Content
   ========================================================================== */

#content { margin-bottom: 0px; border-bottom: none !important; }
#content .container { width: auto; position: relative; padding: 0; }



/* =============================================================================
   Primary Content
   ========================================================================== */

#main { position: relative; padding-bottom: 30px; border-left: 1px solid #000; border-right: 1px solid #000;  }
#main .container { padding: 0; }

.home  #main  {
    border-right: none ;
     border-left: 1px solid #000000 !important;
}


/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar { position: relative; padding-right: 20px; }
#sidebar .container { width: auto; padding: 0; padding-left: 30px; }
#sidebar .widget { clear: both; margin-bottom: 1.5em; }
#sidebar .widget .gform_wrapper ul { padding: 0; list-style-type: none; }




/* =============================================================================
   Posts
   ========================================================================== */

.hentry header { margin-bottom: 1.5em; }
.hentry h1 { line-height: 1.2em; margin-bottom: 0.2em; }
.hentry h2:first-child { line-height: 1.2em; margin-bottom: 0; }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; font-size: 1.2em; position: relative; }
.hentry p.byline { }



/* =============================================================================
   Post & Comment Navigation
   ========================================================================== */

#post-nav { clear: both; *display: inline-block; }
#post-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#post-nav .post-previous { float: left; width: 50%; }
#post-nav .post-next { float: right; width: 50%; text-align: right; }
#post-nav .post-next a { float: right; }

#comments-nav { clear: both; margin: 0 0 1.5em 0; *display: inline-block; }
#comments-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#comments-nav .comments-previous { float: left; width: 50%; }
#comments-nav .comments-next { float: right; width: 50%; text-align: right; }
#comments-nav .comments-next a { float: right; }



/* =============================================================================
   Post Comments
   ========================================================================== */

ol.commentlist img.avatar { float: left; margin-right: 10px; }
ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; }
ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; }
#commentform { *display: inline-block; }
#commentform p { margin-bottom: 1em; }
#commentform label { display: block; }
#commentform textarea { display: block; }
#commentform input.button { margin-top: 0.5em; }
#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }



/* =============================================================================
   Galleries
   ========================================================================== */

figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img {
  border: 4px solid #bbb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }



/* =============================================================================
   Footer
   ========================================================================== */

#content-info { clear: both; position: relative; background-color: #202020 !important; color: #a2a2a2; }
#content-info > .container { padding: 10px; }
#content-info > .container p {
    margin-bottom: 0;
}
#content-info > .container a {
    color: #a2a2a2;
    text-decoration: none;
    font-weight: bold;
}
#content-info > .container a:hover {
    text-decoration: underline;
}

#content-info ul.menu { margin: 0 0 24px; padding: 0; list-style-type: none; }
#content-info ul.menu li { display: inline; margin-right: 1em; }

#content-info p.copy small { font-size: 1em; }
#content-info p.copy {
    font-size: 11px;
}


/* =============================================================================
   Gravity Forms
   ========================================================================== */

.gform_wrapper { margin: 0; max-width: none; }
.gform_wrapper .gform_heading { width: 100%; margin-bottom: 1.5em; }
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title { font-size: 1.5em; font-weight: 400; }
.gform_wrapper h3.gform_title { margin-top: 0; }
.gform_wrapper .top_label .gfield_label { margin: 6px 0 0 0; }
.gform_wrapper .top_label input.medium { padding-right: 0; }
.gform_wrapper .left_label .gfield_label,
.gform_wrapper .right_label .gfield_label { margin: 10px 10px 0 0; }
.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_radio {
  margin: 9px 0 0 31%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=file],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  font-size: 1em;
  line-height: 14px;
  padding: 4px;
  margin: 6px 0;
  border: 1px solid #bbb;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border: 1px solid #666;
}
.gform_wrapper select { padding: 3px; }
.gform_wrapper .small, .gform_wrapper .large { font-size: 1em; line-height: 14px; }
.gform_wrapper ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper form ul.left_label li {
  margin-bottom: 4px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 0.9em;
  font-style: normal;
  padding: 0;
}
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction {
  padding: 0;
  margin-left: 31%;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 6px 0;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input { float: none; display: inline-block; margin-top: 0; vertical-align: middle; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label  { display: inline-block; margin: 0 0 0 8px; vertical-align: middle; }
.gform_wrapper .left_label .ginput_complex .ginput_right label,
.gform_wrapper .left_label .ginput_complex .ginput_left label,
.gform_wrapper .right_label .ginput_complex .ginput_right label,
.gform_wrapper .right_label .ginput_complex .ginput_left label { word-spacing: 0; }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-weight: 400; }
img.ui-datepicker-trigger { vertical-align: middle; }
.gform_wrapper .gf_progressbar_wrapper { width: 100%; }
.gform_wrapper .gf_page_steps { border-bottom: 1px dashed #ddd; width: 100%; }
.gform_wrapper .gf_step { font-family: sans-serif; }
.gform_wrapper .gf_step span.gf_step_number { font-family: sans-serif; }
.gform_wrapper .gsection  { border-bottom: 1px dashed #ddd; }
.gform_wrapper .gform_page_footer { border-top: 1px dashed #ddd; }
.gform_wrapper .gform_footer { margin: 6px 0 0 0; padding: 0; }
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { margin: 6px 0 0 0; padding: 0 0 0 31%; }
.gform_footer input.button { *padding: 8px 16px; }
.gform_wrapper .gform_edit_link { display: none; }
.gform_wrapper .validation_error { font-size: 1em; font-weight: 400; padding: 0.8em; margin-bottom: 1.5em; background: #fbe3e4; color: #8a1f11; border: 2px solid #fbc2c4; }
.gform_wrapper .validation_message { display: none; }
.gform_wrapper li.gfield.gfield_error {
  background: none;
  margin-bottom: 6px !important;
  padding: 0 !important;
  border: none;
}
.gform_wrapper .top_label .gfield_error .ginput_container { max-width: none; }
.gform_wrapper .top_label .gfield_error { margin-bottom: 0 !important; }
.gform_wrapper .gfield_error .gfield_label { color: #8a1f11; }
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea { background: #FBE3E4; border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error input,
.gform_wrapper .top_label .gfield_error textarea,
.gform_wrapper .top_label .gfield_error select { border-color: #FBC2C4; }
.gform_wrapper .top_label .gfield_error { width: auto; }



/* =============================================================================
   Search form
   ========================================================================== */

#searchform #s { padding: 5px; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== wordpress generated classes ========================================
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption { border: 1px solid #ddd; text-align: center; background: #eee; padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 0; }



/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#portfolio .pinner {
    padding: 0 30px;
} 

#portfolio h2 {
    font-weight: lighter;
    font-size: 24px;
    color: #616161;
    margin-top: 65px;
}
#frontpage {
    margin-top: 18px;
}
#search {
    background-color: #fafafa;
    padding: 4px 5px;
    color: #5a5a5a;
    width: 295px;
    
}

#search #searchsubmit {
    background-image: url('../img/search.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 24px;
    height: 29px;
    border: none;
    text-indent: -9999px;
    margin-right: 10px;
    float: right;
}
#search #s {
  background-color: #f6f6f6;
  border: 1px solid #eaeaea; 
  padding: 7px 5px ;
  width: 195px;  
}
#newevent h2, #moreidea h2 {
    font-size: 18px;
    font-weight: normal;
    color: #2a2a2a;
    margin-bottom: 0px;
}
#newevent .sortdesc, #moreidea .span {
    font-size: 11px;
    font-style: italic;
    color: #b1b1b1;
    margin-bottom: 0;
}

#newevent .newsevent span, #moreidea .moreideacontnte span {
    font-size: 11px;
    font-style: italic;
    color: #b1b1b1;
}
#newevent .newsevent a, #moreidea .moreideacontnte a {
    color: #2d75c0;
    font-style: italic;
    font-size: 11px;
    text-decoration: none;
}
#newevent .newsevent h3, #moreidea .moreideacontnte h3 {
    font-size: 14px;
    color: #565656;
    margin-bottom: 5px;
}
#newevent .newsevent p ,#moreidea .moreideacontnte p {
    margin-bottom: 0;
    color: #565656;
}

#newevent .newsevent, #moreidea .moreideacontnte  {
    margin-top: 30px;
    color: #b1b1b1;
}

#newevent a, #moreidea a {
    text-decoration: none;
    color: #2d75c0;
    margin-top: 5px;
    display: inline-block;
}

.leftside h2 {
     font-size: 18px;
    font-weight: normal;
    color: #2a2a2a;
    margin-bottom: 0px;
} 
.leftside .sortdesc {
    font-size: 11px;
    font-style: italic;
    color: #b1b1b1;
    margin-bottom: 0;
}
.leftside {
    
}
#testmonial {
    margin-top: 30px;
}
#testmonial .testicontent {
    color: #272727;
    font-size: 12px;
    margin-top: 10px;
}
#testmonial .testicontent .auther {
    font-weight: bold;
    margin-bottom: 10px;
}
#fontpage_content {
    margin-top: 5px;
}
#latest_new {
    background-color: #ececec;
    padding: 10px;
    width: 623px;
    margin-left: 17px;
    border-top:1px solid #dadada;
}
#latest_new p {
    margin-bottom: 0;
    font-size: 11px;
    color: #7e7e7e;
    
}
#main .container {
    padding-right: 20px;
}
#main .container .content {
    margin-top: 25px;
    
}
#main .container .sortdesc {
     color: #B1B1B1;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px
}

#feature_work {
    margin-top: 30px;
}
#feature_work .featurework_content { 
    padding-top: 10px;
}
#feature_work .featurework_content  .featurework_box {
     padding-left: 0px;
     border-bottom: 1px solid #f2f2f2;
     padding-bottom: 10px;
     padding-top: 5px;
     text-align: center;
} 
#feature_work .featurework_content  .featurework_box  p a {
    font-weight: bold;
}
#feature_work .featurework_content  .featurework_box.last {
    border: none;
}
#feature_work .featurework_content ul li img {
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}

#topmenu {
    color: white;
    background-color: black;
    margin: 0 auto;
    padding: 0 30px 0px;
    height: 37px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#topmenu .container_12 {
    background-color: black;
    border: none !important;
}
#topmenu .topmenu ul  {
   list-style: none;
   margin:10px 0 0 0;
   
}
#topmenu .topmenu ul li {
    display: inline;
    margin-left: 0;

    
} 
#topmenu .topmenu ul li > a{
    
}
 
#topmenu .topmenu ul li a {
    color: #fff;
    margin: 0 10px;
    font-family: Verdana,Geneva,sans-serif;
}
#topmenu .topsearch {
    margin: 6px 0 4px 0;
    padding-left: 30px;
    width: 270px;
}
#topmenu .topsearch .input {
    width: 188px;
    margin: 0px 0 1px 0;
    height: 25px;
    float: left;
    border: 1px solid black;
    font: 18px Verdana, sans-serif;
    border: 0px;
    padding: 0 !important;
}

#topmenu .topsearch .btn_search {
    float: left;
    margin-left: 5px;
}
#topmenu .topsearch #searchformtop { 
    padding-left: 10px;
    
}
#ad .addcontent {
    margin-left: 10px;
    border: 1px #ccc solid;
    padding: 5px;
    height: 289px;
    -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
    
}
#slideshow .pinner {
    	background: rgba(0, 0, 0, 0.8);
    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
    color: #fff;
    padding: 10px;
    width: 616px;
}
#slideshow .pinner h2 {
    color: #fff;
}
#slideshow .pinner p {
    margin-bottom: 2px;
}
#slideshow .pinner img {
    background-color: transparent !important;
    border: none;
}

#slideshow .tcaption {
    bottom: 8px !important;
}
.frontbottom {
    margin-bottom: 30px;
    margin-top: 15px;
    height: 5px;
    background-color: #D01F26;
    border: none;
}
.logobottom {
     height: 5px;
    background-color: #D01F26;
    border: none;
    margin-bottom: 1px;
}
.logotop {
    background-color: #D01F26;
    height: 5px;
    border: none;
    margin-top: 4px;
    margin-top: 4px;
}
#wrap .morefrom {
    padding: 15px 10px;
}
#wrap .morefrom h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
}
#wrap .morefrom h2 span {
    color :#D01F26
}
#wrap .morefrom ul {
    margin: 0;
    padding: 0;
}
#wrap .morefrom ul li {
    display: inline;
    list-style: none;
    width: 150px;
    float: left;
    padding: 5px;
    border-bottom: 1px solid #BFAFAF;
}
#wrap .morefrom ul li a {
       display: block;
}
#wrap .morefrom ul li img {
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.morefromline {
    height: 5px;
    background-color: #D01F26;
    border: none;
    margin: 0;
}
#bottommenu {
    color: #DDDDDD;
}
#bottommenu h3 {
    font-size: 13px;
}
#bottommenu .bottommenu_box {
    width: 19%;
}
#bottommenu .bottommenu_box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    min-height: 53px;
}
#bottommenu .bottommenu_box ul li {
    margin-left: 15px;
}
#bottommenu .bottommenu_box ul li a {
    color: #DDDDDD;
    font-weight: normal;
}
#bottommenu .bottommenu_box.last{
    width: 17%;
    margin-left: 25px;
}
.try {
    padding-left: 30px;
    font-family: Verdana;
    margin-bottom: 10px;
}
.try .hbz_red {
    color: #D01F26;
}
.try a {
    color: #000000;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}
.topwhitespace {
    height: 47px;
    border-bottom: none;
}

.single #sidebar, .page #sidebar, .archive #sidebar, .latest-headlines #sidebar { 
    width: 160px;
} 
.home #main {
    padding-left: 30px !important;
    min-height: 785px !important;
    width: 643px !important;
    
}
.home #sidebar .container {
    padding-left: 30px;
}
.page #main, .single #main, .archive #main, .latest-headlines #main{
    padding-left: 5px;
    min-height: 785px;
    margin-right: 10px;
    width: 611px;
    border-left: none;
}

.page #sidebar .container, .single #sidebar .container, .archive #sidebar .container {
    padding-left: 5px;
}
.home #sidebar {
    width: 260px;
}
#rightsidebar {
    width: 337px;
}
#rad {
    margin-bottom: 15px;
}

#rad .ad_content {
    border: 1px #ccc solid;
    padding: 10px 10px;
    -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#social_connect h2 {
    font-size: 16px;
    margin-bottom: 4px !important;
}
#social_connect img {
    margin-bottom: 10px;
}
#social_connect h2 span {
    color: #D01F26;
}
#social_connect {
    margin-bottom: 25px;
    text-align: center;
    border-bottom:  1px solid #ccc;
    padding-bottom: 20px;
}

#rightsidebar #social_connect {
    border: 1px solid #ccc;
    padding-left: 20px;
}
#rightsidebar #social_connect h2  {
    color: #D01F26;
    margin-top: 5px;
} 
#rightsidebar #social_connect .social_icon {
   
}
#rightsidebar #social_connect .social_img {
    float: left;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
} 
#social_connect .social_icon {
    margin-right: 5px;
}

#social_connect .facebook {
    background-image: url('../img/facebboktwiiteremail.png');
    background-repeat: no-repeat;
    height: 46px;
    width: 47px;
    display: inline-block;
    text-indent: -9999px;
}

#social_connect .twitter {
    background-image: url('../img/facebboktwiiteremail.png');
    background-repeat: no-repeat;
    height: 46px;
    width: 47px;
    display: inline-block;
    text-indent: -9999px;
    background-position: -48px top;
}

#social_connect .mail {
    background-image: url('../img/facebboktwiiteremail.png');
    background-repeat: no-repeat;
    height: 46px;
    width: 47px;
    display: inline-block;
    text-indent: -9999px;
    background-position: -96px top;
}
#cd_fbsp_like_widget-3, #cd_fbsp_like_widget-4 {
 position: absolute;
 top: 120px;
 padding: 5px;
 border: 1px solid #ddd;
 background-color:#fff;
 z-index: 9;  
 display: none;  
}
#cd_fbsp_like_widget-4, #wpl-4, #rightsidebar .eemail_widget2 {
    top: 95px !important;
    left: 21px;
}

#cd_fbsp_like_widget-3 .container, #cd_fbsp_like_widget-4 .container #sidebar .eemail_widget .container, #rightsidebar .eemail_widget2 .container #sidebar #wpl-3 .container, #wpl-4 .container{
    padding-left: 0;
}

#sidebar .eemail_widget, #rightsidebar .eemail_widget2 {
position: absolute;
 top: 120px;
 padding: 5px 10px;
 border: 1px solid #000;
 background-color:#fff;
 z-index: 9; 
 width: 280px; 
 color: #000;
 font-weight: bold;
 display: none;
}
#sidebar .eemail_widget .container h3, #rightsidebar .eemail_widget2 .container h3 {
    margin-top: 0;
    display: none;
}

#sidebar .eemail_widget .eemail_textbox, #sidebar .eemail_widget .eemail_button , #rightsidebar .eemail_widget2 .eemail_textbox, #rightsidebar .eemail_widget2 .eemail_button {
    float: left;
}

#sidebar .eemail_widget .eemail_textbox input, #rightsidebar .eemail_widget2 .eemail_textbox input{
    border: 1px solid #000;
    padding: 5px;
    color:#000;
    font-weight: bold;
    font-style: italic;
    width: 175px;
    
}
#sidebar .eemail_widget .eemail_button #eemail_txt_Button, #rightsidebar .eemail_widget2 .eemail_button #eemail_txt_Button  {
    background-color: #000;
    padding: 6px 5px;
    border: none;
    color: #fff;
    margin-left: 10px;
    width: 75px;
}

#sidebar #wpl-3, #rightsidebar #wpl-4 {
     position: absolute;
     top: 120px;
     padding: 5px 10px;
     border: 1px solid #000;
     background-color:#fff;
     z-index: 9; 
     width: 275px; 
     color: #000;
     font-weight: bold;
     display: none;
}
.innerad {
    margin-top: 20px;
}
#moreidea {
    margin-left: 20px;
}
.moreideacontnte {
    position: relative;
    margin-top: 20px !important;
    
}

.moreideacontnte a {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../img/bg_more_idea.png');
    background-position: right top;
    background-repeat: no-repeat;
    width: 121px;
    height: 23px;
    font-family: times New Roman;
    color: #fff !important;
    font-weight: bold;
    font-style: normal !important;
    padding: 3px 5px;
    display: block;
    font-size: 17px !important;
    line-height: 22px;
    padding-left: 4px;
}
.moreideacontnte a:hover {
     background-image: url('../img/bg_more_idea_over.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
.entry-content {
   
}
#populer {
    margin-top: 10px;
}

#populer .cpopuler h2 {
    margin-bottom: 10px;
}

#populer ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
#populer ul li {
    margin-left: 5px;
}
#populer .cpopuler {
    width: 48%;
}

#main .container .post  {
    border-bottom: 1px solid #ccc ; 
}

#topgallery, #bottom-galler {
    background-color: #000000;
}

#topgallery #top-slider {
   
} 

#topgallery .bx-prev, #bottom-galler .bx-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 79px;
    height: 82px;
    text-indent: -999999px;
    background-image: url('../img/arrow_sprite.gif');
    z-index: 9;
}
#topgallery .bx-prev:hover , #bottom-galler .bx-prev:hover {
   background-position: 0px -82px;   
}
#topgallery .bx-next:hover, #bottom-galler .bx-next:hover {
     background-position: -79px -82px;
}

.photo-gallery #content {
    padding-top: 15px;
}
#topgallery .bx-next, #bottom-galler .bx-next {
    position: absolute;
    top:200px;
    right: 0px;
    width: 79px;
    height: 82px;
    text-indent: -999999px;
    background-image: url('../img/arrow_sprite.gif');
    background-position: -79px 0;
    z-index: 9;
}
#bottom-galler {
    margin-bottom: 0px;
}

#topgallery ul, #bottom-galler ul {
    /*	height: 195px;*/
    height: 507px;
    overflow: hidden;
    margin: 0;
}

#bottom-galler li {
     list-style: none;
    margin: 0;
    /*	height: 213px;*/
    /*width: 685px !important;*/
    width: 390px !important;
}

#topgallery li {
    list-style: none;
    margin: 0;
    /*	height: 213px;*/
    /*width: 685px !important;*/
    width: 853px !important;
    
}
#topgallery li .left {
    margin: 0 auto;
    width: 375px !important;
}
#topgallery.border {
    border-top: dotted #c3c3c1 1px;
    padding-top: 15px;
}

#topgallery.border .bx-window {
    margin-top: 78px;
}

#slider {
    
}

#topgallery .left {
    	width: 853px !important;
    /*	float: left;*/
}
#topgallery .left img{
    /*    margin-top: 45px;*/
}
.hero_overlay {
    background: none repeat scroll 0 0 #000000;
    height: 480px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    display: block  !important;
}

#bottom-galler .left {
    width: 380px !important;
}


#topgallery .right .album {
    /*	margin-top: 60px;*/
    /*	font-size: 16px;*/
    font-size: 22px;
    font-weight: bold;
}

#topgallery .right .band {
    font-size: 14px;
    /*	color: #838383;*/
}

#topgallery.multiple li {
    width: 190px;
}

#topgallery .bx-wrapper , #bottom-galler .bx-wrapper {
    margin: 0 auto;
    /*width: 996px !important;*/
    width: 100% !important;
}
.bx-window{
    /*width: 940px !important;*/
    /*    width: 996px !important;*/
    height: 510px;
    width: 100% !important;
}
.bx-wrapper a {
    outline: medium none;
}

.prev-overlay {
    height: 480px;
    /*height: 486px;*/
    width: 18%;
}
.prev-overlay {
    background-color: #2D322D;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
}

.next-overlay {
    height: 480px;
    /*height: 486px;*/
    width: 19%;
}
.next-overlay {
    background-color: #2D322D;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}

.field .field-label {
    font-size: 14px;
    color: #838383;
    font-weight: normal;
    margin-bottom: 5px;
}

/*start / stop*/
.bx-auto {
    text-align: center;
}

.bx-start {
    color: #f1eee7;
    font-size: 14px;
    background: #838383;
    padding: 4px 7px;
    border-radius: 3px;
    text-transform: capitalize;
}

.bx-start:hover {
    background: #525044;
    text-decoration: none;
}

/*pager*/
.bx-pager {
    text-align: center;
    /*margin-bottom: 15px;*/
}

.bx-pager a {
    font-size: 16px;
    color: #838383;
    padding: 0 3px 20px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
    color: #de312a;
    text-decoration: none;
}
.bx-pager .pager-active, .bx-pager a:hover {
    /*background-position: -287px -31px;*/
    background-position: -295px -49px;
}
.bx-pager .pager-active, .bx-pager a:hover {
    /*background: url("../images/sprites.png") no-repeat scroll -296px -36px transparent;*/
    background: url("../images/sprites.png") no-repeat scroll -295px -49px transparent;
}

.moreparties #mostpopluer{
    margin-top: 74px !important; 
    overflow: hidden;
} 

#mostpopluer li {
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 160px !important;
    border-bottom: none !important;
}

#mostpopluer li img {
    border:  none !important;
    padding: 0 !important;
}

#mostpopluer li a {
    text-align: center !important;
    text-decoration: none;
}

.moreparties {
    background: url(../img/morePartiesbg.png) 0 20px no-repeat;
    height: 281px;
    position: relative;
    width: 729px;
    margin: 0 auto;
    padding-left: 30px;
    
}
.moreparties .viewalllink {
    margin-top: 22px;
}

div.morefrom  .morediv {
    width: 180px;
    margin-left: 10px !important;
}

.morediv ul li {
    margin-left: 0 !important;
    
}

#mediakit {
    position: fixed;
    top: 50%;
    left: -77px;
    z-index: 1;
}
#mediakit a#mediakitdlink {
    background-color: #D01F26;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    -webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
writing-mode: lr-tb;

}
#mediakit #downloadmediakit {
    border: 1px solid #000;
    padding: 8px 5px;
    background-color: #fff;
    margin-top: -30px;
    height: 20px;
    margin-left: 119px;
    display: none;
}
#mediakit #downloadmediakit a {
    color: #000;
    font-weight: bold;
}

#text-3 {
    
}

#text-3 h3 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    background-color: #000000 ;
    padding: 15px 10px;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #000000 ;
   -webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;

}

#bottomarrow {
 background-image: url('../img/lookogtheweekbg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
	height:22px;
	width:250px;
    position: absolute;
    top: 235px;
    z-index:5;
    left: 4%;
}

#text-3 .textwidget {
    text-align: center;
}
#text-3 .textwidget img {
    margin-bottom: 5px;
}

#text-4 {
    
}
#text-4 .textwidget, #text-5 .textwidget{
    text-align: center;
}

#text-4, #text-5 {
    margin-bottom: 30px !important;
}

#text-4 {
padding-bottom: 15px;
margin-bottom: 15px !important;
border-bottom:1px solid #ccc;
}

#text-3 {
padding-bottom: 15px;
margin-bottom: 15px !important;

border-bottom:1px solid #ccc;
}
#text-3 a {
 color:#000;
 font-size:18px;
}


#two-slider .caption {
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
    color: #fff;
    padding: 5px;
    clear: both;
 font-weight: bold;
 width: 330px;   
    
}
#two-slider .caption p{
    margin-bottom: 0;
}

#gallerylist {
    background-color: #000;
    padding: 15px;
    margin-top: 20px;
}

#gallerylist .gallerycontent {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    
}
#gallerylist .gallerycontent img:hover {
     opacity: 0.5;
}
#gallerylist .gallerycontent .viewgallery {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
#gallerylist .gallerycontent .viewgallery a {
    color: #fff;
    text-decoration: none;
}
#gallerylist .gallerycontent .viewgallery strong {
    text-transform: uppercase;
    font-size: 16px;
}
#gallerylist .gallerycontent .viewgallery span {
    font-style: italic;
    text-transform: uppercase;
    
   
}

.text{
    width: 200px;
}

img.alignleft {
    margin-right: 10px;
    
}

.featurework_box ul {
    margin: 0;
    padding: 0;
}

.featurework_box ul li {
    float: left;
    list-style: none;
    display: inline;
    margin-left: 0;
}
.featurework_box ul li a {
 text-align: center !important;
 display: block;
}
.featurework_box p {
    margin-bottom: 0;
}

    












 




/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
