/*
Theme Name: ViralVideo WP
Theme URI: https://themeforest.net/item/viralvideo-responsive-magazine-wordpress-theme/20801118
Description: ViralVideo - Responsive Magazine WordPress Theme. For more Premium WordPress Themes, check <a href="https://anthemes.com/wordpress-themes/">Anthemes.com</a>
Version: 3.5
Author: anthemes.com
Author URI: https://anthemes.com
Tags: sticky-post, right-sidebar, custom-colors
Text Domain: viralvideo-wp
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

------------------------------------------------ 

				0.	CSS Reset 
				1.	Layout
				2.  Header
				3.  Home Content
				4.  Entry Content
				5.  Sidebar & Widgets
				6.  Comments
				7.  Contact Form
				8.  Custom Pages 
			    9.  Footer
			   10.  Shortcodes

-------------------------------------------------- */
 

/*-----------------------------------------------------------------------------
----------------------------- 0 - CSS Reset -----------------------------------
-----------------------------------------------------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,form,li,ul,ol,p,input,select,legend,textarea,fieldset { margin:0; padding:0;}
ul, ol                     { list-style-type: none; }
:focus                     { outline: 0;}
ins                        { text-decoration: none; }
del                        { text-decoration: line-through; }
img                        { border:none;}

h1,h2,h3,h4,h5,h6          { line-height:26px;}
h1                         { font-size: 29px; }
h2                         { font-size: 24px; }
h3                         { font-size: 18px; }
h4                         { font-size: 16px; }
h5                         { font-size: 14px; }
h6                         { font-size: 12px; }

pre                        { background: url(images/bg_pre.png); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; line-height: 20px; font-size: 12px; display: block;  margin: 14px 0; overflow:hidden; padding: 21px 18px 18px 18px;  }
pre:hover                  { overflow:scroll;}

strong                     { font-weight: bold;}
fieldset                   { border: none;}

.clear                     { clear:both; display:block;}
.sleft                     { float:left;}
.sright                    { float:right;}
iframe                     { border: 0 !important;}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"]     { -webkit-appearance: none; height:40px; font-size: 14px; font-weight: bold; }

/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
*                          { margin: 0; padding: 0; }
html body                  { font: 14px/22px "Ruda", Helvetica, Arial, sans-serif; font-weight: 400; -webkit-text-size-adjust: none; overflow-x:hidden; }
/* - Header - */
header                     { width: 100%; height: auto; margin: 0 auto;  }
.main-header               { width: 100%; height: 60px; margin: 0 auto; }
.wrap-center               { width: 1280px; height: auto; margin: 0 auto; }
/* - Layout content - */
.wrap-fullwidth            { width: 1280px; height: auto; margin: 0 auto 0 auto; }
.wrap-fullwidth-bg         { width: 1278px; height: auto; margin: 40px auto 50px auto; padding: 10px 0px 30px 0;}
.wrap-fullwidth-bg .entry  { width: auto; padding-left: 115px; padding-right: 115px;}
.halfpage                  { width: 570px; padding: 0 15px;}
body.um-page-register .wrap-footer  { display: none;}
body.um-page-register .halfpage  { margin-top: 100px; margin-bottom: 100px; }
body.um-page-login .wrap-footer  { display: none; }
body.um-page-login .halfpage  { margin-top: 100px; margin-bottom: 100px; }
body.um-page-password-reset .wrap-footer  { display: none; }
body.um-page-password-reset .halfpage  { margin-top: 100px; margin-bottom: 100px; }

body.um-page-register .waveHorizontals,
body.um-page-register .footer-navigation   { display: none;}
body.um-page-login .waveHorizontals,
body.um-page-login .footer-navigation   { display: none;}
body.um-page-password-reset .waveHorizontals,
body.um-page-password-reset .footer-navigation   { display: none;}

/* .page-content */
.wrap-content              { width: 950px; min-height: 200px; float: left; margin-bottom: -20px; }
.single-content            { width: 948px; float: left; padding: 0 0 25px 0; margin-bottom: -20px;  }           
.sidebar                   { width: 300px; float: left; margin-left: 30px; margin-top: 30px; }


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Top social icons -- */
ul.top-social              { width: 36px; height: auto; position: absolute; z-index: 101; right: 0; padding: 15px 0; margin: 100px 0 0 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.top-social li             { text-align: center; font-size: 14px; line-height: 1.2; text-align: center;}
.top-social li a i         { padding: 6px 6px; }
#responsive-menu-search-box         { margin-bottom: -20px !important;}
#responsive-menu-additional-content { text-align: left; }
#responsive-menu-additional-content ul.top-social { width: 250px; float: none; display: block; margin-top: 25px; }
#responsive-menu-additional-content ul.top-social li a { float: left; text-align: left; left: 0; font-size: 20px; margin-right: 15px;}

/* -- Logo -- */
.logo                      { float: left;  max-height: 60px; margin-left: 30px; }

/* -- Search -- */
.triangle-search           { width: 0; position: absolute; margin: 9px 0 0 -6px; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #FFFFFF transparent transparent; }
#searchform2               { height: auto; float: left; margin: 11px 30px 0 30px; }
#searchform2 #s            { font-weight: bold; height: 33px; font-family: 'Ruda', sans-serif; float: left; border: none; padding: 2px 20px 0 20px; font-size: 13px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
#searchform2 .buttonicon   {     font-family: FontAwesome; font-size: 16px; font-weight: 400; width: 37px; height: 37px;  float: right; border: none; text-align: center; border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
#searchform2 .buttonicon:hover   { cursor: pointer;}
#s                         { width: 200px; }

/* -- Live Search -- */
ul.dwls_search_results     { width: 279px !important; z-index: 999999 !important; }
ul.search_results li.post_with_thumb img { margin-top: 10px !important; }
ul.search_results li.post_with_thumb a { width: 200px !important; float:left; margin-top: 13px !important; margin-bottom: 0px !important; }
ul.search_results li       { padding: 0 10px 5px 10px !important; font-size: 13px !important; line-height: 18px !important; font-weight: 400 !important; }

/* -- Top Header Menu --
##################### */
.jquerycssmenu             { font-family: 'Baloo Bhaina', cursive; font-size: 15px; font-weight: 700; text-transform: uppercase; position: relative;}
.jquerycssmenu ul li       { position: relative; display: inline; float: left; padding: 0; margin-top: 13px; }
.jquerycssmenu ul li i     { padding: 0 4px 0 0; font-size: 12px; line-height: 1.2;}
.jquerycssmenu ul li.right { float: right; margin-right: 30px; }
.jquerycssmenu ul li.right ul li a { width: 90px;}

/*Top level menu link items style*/
.jquerycssmenu ul li a     { font-weight: 400; display: block; padding: 0px 8px 0px 8px !important; margin-right: 10px; line-height: 38px; }
.jquerycssmenu ul li.current_page_item a { border-radius: 3px;}
.jquerycssmenu ul li.current-menu-ancestor a { border-radius: 3px;}
.jquerycssmenu ul li:hover a { border-radius: 3px }
.jquerycssmenu ul li.current-menu-item a { border-radius: 3px;}
.jquerycssmenu ul li.current-post-parent a { border-radius: 3px;}
/*1st sub level menu*/
.jquerycssmenu ul li ul    { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; position: absolute; z-index: 201; margin-top: 0px; margin-left: 0px; padding: 10px 0; display: block; visibility: hidden; border-top: none; }
.jquerycssmenu ul li ul:hover { /*display: none;*/}
.jquerycssmenu ul li ul a:hover {border-radius: 0; }
.jquerycssmenu ul li ul li ul a:hover {border-radius: 0; }

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li:last-child a { border: none;}
.jquerycssmenu ul li ul li { display: list-item; float: none; font-weight: 700; margin-top: 0px;}
.jquerycssmenu ul li ul li a { margin: 0 18px !important; padding: 5px 0 5px 0 !important; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul { top: 0; margin:-10px 0 0 -1px; z-index: 100; }

/* Sub level menu links style */
.jquerycssmenu ul li ul li a { font-size: 13px; height: auto; line-height: 1.4em; width: 160px; margin: 0; }
.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/ }

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass             { position: absolute; top: 27px; left: 40%; }
.rightarrowclass            { position: absolute; top: 11px; right: 18px; }
.jquerycssmenu ul li.current-home a .downarrowclass { display: none;}

/* -- Reponsive menu -- */
#responsive-menu              { z-index: 999999 !important;}
button#responsive-menu-button { z-index: 999999 !important;}
ul#responsive-menu li a span { display: none !important;}
#rmp-menu-wrap, .rmp-menu    { width: 76% !important; } 
.rmp-submenu                 { width: 95% !important; } 
.rmp_menu_trigger:hover       { cursor: pointer;} 


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Home content -- */
.home-content { 
    border-bottom: 2px solid #F5F5F5; 
    margin-bottom: 30px; 
}

.home-content div.entry { 
    width: 90%;
    margin: 0px auto !important; 
    padding: 30px 0 !important; 
}

/* -- Home Featured Posts -- */
#featured-posts          { width: 1280px; margin: 0 auto 0 auto; clear: both; display: block;}
ul.featured-home-posts   { width: auto; float: left; }
ul.featured-home-posts li{ width: 320px; height: 230px; float: left; margin: 0 0 0 0;}
ul.featured-home-posts li .title-box { width: auto; height: 75px; margin-top: -82px; position: relative; }
ul.featured-home-posts li.big .title-box { width: auto; height: 86px; margin-top: -93px;}
ul.featured-home-posts li img { width: 320px; height: 230px; object-fit: cover; }
ul.featured-home-posts li.big { width: 640px; height: 460px; float: left; margin-left: 0px !important; }
ul.featured-home-posts li.big img { width: 640px; height: 460px; object-fit: cover; }
ul.featured-home-posts h2:hover { text-decoration: underline;}
ul.featured-home-posts li h2 { color: #FFF; font-size: 14px; text-transform: uppercase; padding:18px 45px 0 20px; line-height: 22px; }
ul.featured-home-posts li.big h2 { height: 52px; font-size: 18px; padding:18px 60px 0 20px; line-height: 26px; font-weight: bold; }
ul.featured-home-posts li a.read-more  { margin-top: 0px; float: right;  width: 30px; height: 75px; }
ul.featured-home-posts li.big a.read-more  { margin-top: 0px; float: right; width: 30px; height: 86px; display: block; }
ul.featured-home-posts li.big a.read-more i { font-size: 11px; color: #FFF; margin: 38px 0 0 12px;}
ul.featured-home-posts li a.read-more i { font-size: 11px; color: #FFF; margin: 32px 0 0 12px;}

/* -- Modules -- */
ul#module-black         { float: left; background-color: #191919 !important; padding-top: 70px; margin-top: -50px; margin-bottom: 15px; }
ul#module-black li h2   { color: #FFF;}

/* -- Blog Style -- */
ul.grid_list            { width: 950px; height: auto; margin-top: 20px; }
ul.grid_list li         { position: relative; z-index: 101; width: 283.3px; height: 275px; float: left; margin: 0 0 25px 25px; border-radius: 5px; }
ul.grid_list li img     { width: 283.3px; height: 165px; object-fit: cover;}
ul.grid_list li .content-grid { width: auto; height: auto; padding: 0 20px 20px 20px; }
ul.grid_list li h2      { float: left; margin: 0 0 2px 0; font-size: 16px; line-height: 25px; font-weight: 400; }
ul.grid_list li h2:hover { text-decoration: underline; }
ul.grid_list li .content-grid span    { float: left; font-size: 12px; color: #999;}
ul.grid_list li .content-grid span.anviews { margin-left: 20px;}
ul.grid_list li .content-grid span.comm { margin-left: 10px;}
ul.grid_list li .content-grid span.comm a { color: #999 !important; }
ul.grid_list li .content-grid span.comm i { color: #ffc80b; margin: 2px 5px 0 0; font-size: 15px; float: left; }
ul.grid_list li .content-grid i       { margin: -2px 0 0 0; font-size: 20px; float: left; }
ul.grid_list li div.avatar-grid          { width: 30px; height: 30px; float: left; margin: -25px 0 10px 20px; position: relative; }
ul.grid_list li .avatar-grid img.avatar { width: 30px; height: 30px; border-radius: 50%; border: 3px solid #FFF;}
ul.grid_list li .margin-top { margin-top: 100px;}
ul.grid_list li .margin-top div.avatar-grid { margin-left: 0;}
ul.grid_list li div.noimg  { width: 283.3px; height: 165px; background-color: #f5f5f5; }

/* -- Title Home / Modules -- */
h3.title-home { margin: 30px 0 0 25px; display: inline-block; font-size: 18px; }
h3.title-home { border-bottom: 2px solid #e42b26; }
h3.titlewhite { color: #FFF; margin-top: 40px;}

 /* -- Pagination -- */
.wp-pagenavi { position: relative; float: none; width: 100%; text-align: center; font-size: 15px; margin-top: 0px; margin-bottom: 75px; }
.wp-pagenavi a, .wp-pagenavi span  { display: inline-block; padding:4px 13px; list-style: none;  margin: 0; border-radius: 3px; margin-right:2px; font-size:12px; font-weight:bold; }
.wp-pagenavi a:hover { border-radius: 3px; }
.wp-pagenavi span.current  { border-radius: 3px; }

/* -- Default pagination numbers -- */
.defaultpag                { font-weight: 700; padding: 0 25px 0 25px; margin-bottom: 50px;}
.defaultpag .sright        { margin-left: 50px;}

/* -- Subheader Leaderboard AD -- */
div.homeadv                { width: 728px; height: 90px; margin: 40px auto 0 auto; border: 1px solid #f1f1f1; }
 

/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Archive-header -- */
h3.index-title          { margin: 30px 0 0 25px; display: inline-block; font-size: 18px; }
/* -- not-found -- */
.not-found              { margin-left: 25px; }

/* ##### Related articles single ##### 
################################## */
.single-related            { width: 100%; height: auto; margin: 50px auto 0 auto; }
.single-related-wrap       { width: 720px; margin: 0 auto; padding: 50px 0;}
.single-related h3         { margin: 0 0 20px 0; display: inline-block; font-size: 16px;}
.single-related h4         { margin-top: 10px;}
.one_half_sr, .one_half_last_sr    { float:left;width:48%; margin-bottom:10px; margin-right:4%; }
.one_half_last_sr                    { margin-right:0;}

/* - Top entry - */
img.attachment-viralvideo_wp_thumbnail-single-image { display: block; max-width: 100%; margin-left: auto; margin-right: auto; height: auto; margin-top: 30px;}
.entry-top                 { width: 720px; height: auto; margin: 0 auto; padding: 40px 0 0 0; }
ul.meta-entry-top          { float: left; margin-top: 10px;}
ul.meta-entry-top li       { float: left; margin-right: 5px; font-weight: 700; color: #b3b2b2;}
ul.meta-entry-top li img.avatar { width: 25px; height: 25px; border-radius: 50%; margin-top: -5px; border: 2px solid #ebebeb; }
 
/* -- Single Share -- */
ul.meta-entry-top li ul.single-share  { width:auto; height: auto; float: left; margin: -2px 0 0 13px; }
ul.meta-entry-top li ul.single-share li { float: left;  margin-right: 3px; border-radius: 2px; display: inline-block;}
ul.meta-entry-top li ul.single-share li i { font-size: 11px !important; padding: 0 2px; margin-top: 5px;}
ul.meta-entry-top li ul.single-share li a { padding: 5px 5px 4px 5px; border-radius: 2px; line-height: 18px; font-size: 10px; font-weight: 700; text-transform: uppercase;}
ul.meta-entry-top li ul.single-share a span { color: #FFF; line-height: 0px;}
ul.meta-entry-top li ul.single-share a:hover { opacity: 0.8;}
ul.meta-entry-top li ul.single-share li a.fbbutton    { background-color: #3b5998 !important; color: #FFF !important; }
ul.meta-entry-top li ul.single-share li a.fbbutton i { padding-right: 3px; margin-top: 5px;}
ul.meta-entry-top li ul.single-share a.twbutton    { background-color: #00aced !important; color: #FFF !important;}
ul.meta-entry-top li ul.single-share a.pinbutton   { background-color: #ca212a !important; color: #FFF !important;}
ul.meta-entry-top li ul.single-share a.googlebutton{ background-color: #eb4026 !important; color: #FFF !important;}
a.googlebutton { display: none !important; }

/* -- Page / Article Title -- */
h1.article-title           { font-size: 30px; font-weight: 600; line-height: 44px; }
.entry h1.page-title       { font-size: 30px; font-weight: 600; line-height: 44px; text-align: center; padding-bottom: 10px; margin-bottom: 20px; text-decoration: none;}

/* -- Gallery -- */
.media-single-content      { width: 100%; height: auto; margin-top: 20px;}
.single-gallery            { width: 720px; height: auto; margin-right: auto; margin-left: auto; }
.single-gallery img        { width: 85px; height: 85px; margin: 10px 2px -14px 2px !important; }
.single-gallery img:hover  { opacity:.9;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);-webkit-animation:scaleUp 1s ease-in-out forwards;-moz-animation:scaleUp 1s ease-in-out forwards;animation:scaleUp 1s ease-in-out forwards}@-webkit-keyframes scaleUp{to{-webkit-transform:scale(1)}}@-moz-keyframes scaleUp{to{-moz-transform:scale(1)}}@keyframes scaleUp{to{transform:scale(1)}}
iframe.single_iframe       { max-width: 100%; margin-left: auto; margin-right: auto; float: none; display: block; margin-bottom: -7px;}

/* -- Entry bottom -- */
.entry-bottom              { width: 720px; height: auto; margin: 50px auto 10px auto;}
.single-content h3.title   { font-weight: normal; border-radius: 2px; font-size: 13px; text-transform: uppercase;  padding: 2px 10px 1px 10px; margin: 5px 0 20px 0; }
.single-content h3.title i { float: right; border-style: solid; border-width: 14px 5px 14px 10px; margin: -2px -15px -5px 0px; height: 1px; width: 0px; }

/*-- Entry button -- */
.entry-btn                 { font-size: 12px; display: inline-block; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; font-weight: bold;  padding: 1px 10px; text-align: center; margin: 5px 5px 0 0; } 
.ct-size a, .ct-size       { font-size: 12px;  font-weight: bold;}

/* -- Prev and Next articles --*/
.prev-articles             { width: 250px; height: auto; padding: 25px 25px 30px 25px; right: 0; bottom: -20px; position: fixed; z-index: 999999; }
.prev-articles ul.article_list li { border-bottom: none; }

/* -- Entry content style -- */
.entry                     { width: 720px; height: auto; margin: 25px auto 0 auto;}
.entry p                   { padding: 10px 0; font-size: 15px; line-height: 26px; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin-top: 35px; }
.entry strong              { font-weight: bold; }

/* -- blockquote -- */
blockquote                 { margin: 1.5em 0; padding: 30px; quotes: "\201C""\201D""\2018""\2019"; }
blockquote:before          { content: open-quote; font-size: 6em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
blockquote p               { display: inline; }

/* -- Responsive Images -- */
.entry iframe              { max-width: 948px; height: 500px; margin-left: -114px; margin-top: -5px;}
.entry embed               { max-width: 100%;}
.entry object              { max-width: 100%;}
.entry img, .wp-caption    { max-width: 100%; border-radius: 3px; }
.entry img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] { height: auto; }
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img { height: auto; max-width: 100%; }
img.alignleft, .alignleft img   { width: inherit !important;}
img.alignright, .alignright img { width: inherit !important;}
.alignleft                 { float: left; margin: 20px 20px 10px -50px; }
.alignright                { float: right; margin: 20px -50px 10px 20px; }
.aligncenter               { display: block; margin: 30px auto 10px auto;}
.wp-caption img[class*="wp-image-"] { display: block; margin: 0; }
.wp-caption-text { font-size: 12px !important; margin-top: -7px; padding: 0 10px 0 10px; text-align: center; }
.wp-caption-text a { background: none !important;}
a.wp-img-bg-off    { background: none !important;}
/* -- End res. img -- */

/* -- Lists -- */
.entry th                  { padding: 0; margin-right: 2px; }
.entry li                  { padding:3px 0 3px 5px; }
.entry ul                  { margin:20px 40px; list-style-type: square;}
.entry ol                  { margin:20px 40px; list-style-type: decimal;}

/* -- Pagination entry articles -- */
.my-paginated-posts      { text-align: center; font-size:10px; margin-bottom: 30px; }
.my-paginated-posts span { padding: 3px 6px 3px 6px; border-radius: 3px;}
.my-paginated-posts p    { font-size:1.4em; }
.my-paginated-posts p a  { border-radius: 3px; font-weight: bold; padding: 6px 10px; text-decoration:none; margin: 0 1px; }
.my-paginated-posts a:hover { opacity: 0.8; }

/* -- Entry button for password, etc -- */
form.post-password-form input { width: 276px; font-size: 18px; text-align: center; font-weight : 400; line-height : 39px; border-radius: 3px; }
form.post-password-form input:hover { cursor: pointer;}
form.post-password-form input[type="submit"] { width: 280px !important; margin-top: 5px; background-color: #222; color: #FFF; border: 1px solid #222; }
.post-password-form { background-color: #f1f1f1; border-radius: 3px; width: 280px; padding: 30px; margin: 30px auto; }
.post-password-form input { display: block; clear: both;}

/*-- Tables --*/
table     { margin-top: 20px; margin-bottom: 50px; border-collapse: collapse; width: 100%; }
thead     { text-align: left; }
table     { background-color: #fafafa;}
thead     { background-color: #f1f1f1; }
td,th     { padding: 10px; text-align: center; }
td        { text-align: left;}
dl        { margin-top: 20px; padding: 10px;}
dt        { font-weight: bold;}
table,td,dl,thead, th { border:1px solid #ccc}

/* Chat Posts */
.format-chat .entry p {
	background: #fafafa; /* The background color of first paragraph */
	border-left: 7px solid #ddd; /* The setting for border of first paragraph */
	margin-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
}
.format-chat .entry p:nth-child(odd) {
	background: #f1f1f1; /* The background color of next paragraph */
	border-left-color: #ccc; /* The setting for border of next paragraph */
}

/* tags-cats */
.tags-cats { margin-top: 10px;}


/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Top users -- */
.ta-preset.ta-gravatar-list-count { width: 300px; display: inline-block; margin-left: -10px; margin-bottom: -10px; }
.ta-preset.ta-gravatar-list-count li { background-color: #f1f1f1; border-radius: 4px;margin-left: 10px; float: left; width: 100px; margin-bottom: 6px; text-align: right; padding: 10px; border-bottom: 2px solid #fff; color: #e42b26; font-weight: bold; }
.ta-preset.ta-gravatar-list-count li:hover { border-bottom: 2px solid #e42b26; }
.ta-preset.ta-gravatar-list-count li a { color: #222; float: left; text-align: left; margin-top: -20px; font-size: 12px; }
.ta-preset.ta-gravatar-list-count li a img { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #ebebeb; margin-top: 19px; }
div.authortop { margin: -7px 0 0 0; }
.ta-preset.ta-gravatar-list-count li i { line-height: 24px; font-size: 22px; color: #ccc; }

/* -- Sidebar -- */
.sidebar h3.title { margin: 20px 0 20px 0; display: inline-block; font-size: 16px; }
.sidebar .widget  { width: 250px; padding: 0 24px 24px 24px; margin-bottom: 30px;} 

/* -- Instagram -- */
ul.instagram-pics      { float: left; margin-left: -6px; }
ul.instagram-pics li   { float: left; margin-left: 6px;}
ul.instagram-pics li img { opacity: 0; max-width: 100%; border-radius: 3px; }
ul.instagram-pics li img:hover { opacity: 0.7 !important;}
ul.instagram-size-thumbnail li img { width: 122px; }
.sidebar .widget:after { content: ''; display: block; clear: both !important; }
ul.instagram-size-small li img { width: 122px; }

/* -- FeedBurner -- */
div.feed-info i        { font-size: 18px; display: block; padding: 10px 0 0px 0; }
div.feed-info          { text-align: center; padding: 0 15px 15px 15px;}
#newsletter-form       { padding-bottom: 5px;}
#newsletter-form input { width:251px; }
#newsletter-form input.newsletter  { height:30px; font-weight: bold; font-size: 12px; text-align: center; margin-bottom: -3px; border-top-left-radius: 2px; border-top-right-radius: 2px; opacity: 0.5; }
#newsletter-form input.newsletter-btn  { width:253px; position: relative; font-size: 10px; font-weight: 600; text-transform: uppercase; padding: 8px 0 7px 0; margin: 0 0 0 0; text-align: center; border: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
#newsletter-form input.newsletter-btn:hover { opacity:.85;  cursor: pointer; }

/* -- Article widget -- */
ul.article_list          { width: 100%; height: auto; border-radius: 2px; margin-top: -15px; }
ul.article_list li       { width: 100%; height: auto; float: left; display: block; padding: 15px 0; }
ul.article_list li:last-child { border-bottom: none; padding-bottom: 0px; }
ul.article_list li img     { border-radius: 3px; float: left; margin-bottom: 0px; }
ul.article_list li div.an-widget-title { font-size: 12px; color: #b3b2b2; font-weight: bold;}
ul.article_list .an-widget-title h4   { font-size: 14px; line-height: 22px; font-weight: 400; }
ul.article_list li div.authorname    { margin: 5px 0 0 0;}
ul.article_list li div.authorname img.avatar { width: 18px; height: 18px; margin-top: -1px; border-radius: 50%; border: 2px solid #ebebeb; }
ul.article_list li div.post-nr { margin: 0 -30px 0 0px; font-weight: bold; line-height: 30px; width: 30px; height: 30px; text-align: center; position: relative; float: left; color: #FFF; border-radius: 3px; }
ul.article_list .an-widget-title span    { float: left; font-size: 12px; color: #999;}
ul.article_list .an-widget-title span.anviews { margin-left: 5px; }
ul.article_list .an-widget-title i       { margin: -2px 0 0 0; font-size: 20px; float: left;  color: #e42b26; }
ul.article_list .an-widget-title span.comm { margin-left: 10px;}
ul.article_list .an-widget-title span.comm a { color: #999 !important; }
ul.article_list .an-widget-title span.comm i { color: #ffc80b; margin: 2px 5px 0 0; font-size: 15px; float: left; }

/* -- Banner widget 300px -- */
.img-300          { width: 300px; height: auto; margin:0 0 -31px -25px; padding: 0px;}

/* -- Categories in two columns -- */
.widget_anthemes_categories ul { width: 275px; margin-top: -10px; margin-left: -25px; display: inline-block;}
.widget_anthemes_categories li a { font-weight: normal;}
.widget_anthemes_categories li { border-bottom: 1px solid rgba(241, 241, 241, .8); float: left;  width: 112px;  margin-left: 25px; line-height: 35px; font-size: 12px; font-weight: bold; } 

/* -- Custom Text -- */
.widget_text img    { max-width: 100% !important;}
.widget_text select { width: 100%; padding: 10px 20px;}
.widget_text option { padding: 0 10px;}

/* -- Widget RSS -- */
.widget_rss h3 a img     { width: 10px; height: 10px;}
.widget_rss li { background: url(images/li_minus_gold.png) no-repeat 0 16px;  border-bottom: 1px solid rgba(241, 241, 241, .8);  display: block;  padding: 10px 0 10px 20px; }
.widget_rss li a { font-weight: bold;}

/* -- Default Tags -- */
div.widget_tag_cloud     { display: inline-block; margin-bottom: 10px;}
div.tagcloud span        { font-weight: bold; }
div.tagcloud a           { float: left; display: inline-block; padding:3px 10px; list-style: none;  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; margin:0 4px 4px 0; font-size:12px !important; font-weight:400;}

/* -- Default Search -- */
div.widget_search h3.title { margin-bottom: 0px; }
div.widget_search        { display: inline-block; }
div.widget_search #searchform2 { float: left; margin: 0; padding-top: 20px; }
div.widget_search #searchform2 #s { width: 170px; background-color: #fff !important; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
div.widget_search #searchform2 #s:focus { width: 170px; overflow: hidden;} 
div.widget_search #searchform2 .buttonicon   { border-top-right-radius: 2px; border-bottom-right-radius: 3px;}
div.widget_search #searchform2 div.triangle-search { display: none;}

/* -- Recent Entries -- */
.widget_recent_entries li {  background: url(images/li_minus_green.png) no-repeat 0 16px; border-bottom: 1px solid #f0eee9; display: block;  padding: 10px 0 10px 20px; }
.widget_recent_entries li:last-child {  border: none;  }

/* -- Recent Comments -- */
.widget_recent_comments li { background: url(images/li_minus_black.png) no-repeat 0 16px; border-bottom: 1px solid #f0eee9; display: block; padding: 10px 0 10px 20px; }
.widget_recent_comments li:last-child { border: none; }

/* -- Archives in two columns -- */
.widget_archive ul { /* list-style-type: circle; */ width: 275px; margin-top: -10px; margin-left: -25px; display: inline-block;}
.widget_archive li a { font-weight: normal;}
.widget_archive li { border-bottom: 1px solid rgba(241, 241, 241, .8); float: left;  width: 112px;  margin-left: 25px; line-height: 35px; font-size: 12px; color: #ffd800; font-weight: bold; } 

/* -- Archives and Nav menu widget -- */
div.widget_nav_menu ul    { margin-top: -10px;}
.widget_archive ul    { margin-top: -10px;}
.widget_nav_menu li { display: block;  padding: 10px 0 10px 0; }
.widget_nav_menu li:last-child { border: none;  }
div.widget_archive select { width: 100%; padding: 10px 20px;}
div.widget_archive option { padding: 0 10px;}
div.widget_nav_menu li ul.sub-menu { margin: -5px 0 -10px 10px; padding: 10px 0 0 0;}
div.widget_nav_menu li ul.sub-menu li { padding: 10px 0 10px 20px; }
.widget_archive li:before { content: "\f1c6"; font-family: 'FontAwesome'; padding-right: 10px; }
.widget_archive li  { display: block;  padding: 10px 0 10px 0;}
.widget_nav_menu li:before { content: "\f0da"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 13px; }
div.widget_nav_menu ul li > ul li > ul li > ul li { margin-left: -30px; }

/* -- Meta in two columns -- */
.widget_meta ul { list-style-type: circle; width: 275px; margin-top: -10px; margin-left: -25px; display: inline-block;}
.widget_meta li a { font-weight: normal;}
.widget_meta li { border-bottom: 1px solid rgba(241, 241, 241, .8); float: left;  width: 112px;  margin-left: 25px; line-height: 35px; font-size: 12px; color: #ffd800; font-weight: bold; } 

/* -- Meta and Pages widget -- */
div.widget_pages ul    { margin-top: -10px;}
.widget_pages li, .widget_meta li { display: block; padding: 10px 0 10px 0; }
.widget_pages li:last-child, .widget_meta li:last-child { border: none; }
.widget_pages li:before, .widget_meta li:before { content: "\f0da"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 13px; }

/* -- Categories -- */
div.widget_categories ul { }
.widget_categories li { background: url(images/li_minus_gold.png) no-repeat 0 16px; border-bottom: 1px solid #f0eee9; display: block; padding: 10px 0 10px 20px; }
.widget_categories li:last-child { border: none;  }
div.widget_categories select { width: 100%; padding: 10px 20px;}
div.widget_categories option { padding: 0 10px;}
.widget_categories li ul.children { margin: -5px 0 -10px -5px; padding: 10px 0 0 0;}
.widget_categories li ul.children li { padding: 10px 0 10px 20px; } 

/* -- Calendar -- */ 
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: center; font-weight: bold; margin-bottom: 10px; color: #333; font-size: 15px; padding: 0 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:5px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody td a { font-weight: bold; color: #222; display: block;}
#wp-calendar tbody td#today { border-radius: 4px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* -- Default classes -- */
.gallery-caption { font-size: 13; }
.bypostauthor    { font-size: 13; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;}


/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

.nocomments, .nopassword, .must-log-in  { text-align: center; padding: 15px 0 0 0; }

ul.comment                    { width: 720px; margin: 0 0 50px 0; }
ul.comment li                 { display: block; margin: 0 0 20px 0; padding: 20px 20px 20px 20px; overflow: hidden; }
ul.comment li span.comm-avatar    { width: 20px; height: 20px; float: left; margin-right: 10px;}
ul.comment li img.avatar          { width: 20px; height: 20px; margin: -3px 0 0 0; border-radius: 50%; border: 3px solid #FFF;}
ul.comment li span.comment-author { margin-right: 15px; font-weight: bold; text-transform: uppercase; font-size: 14px; float: left;}
ul.comment li span.comment-date { float: left; font-size: 13px; opacity: 0.4; }
ul.comment li span.comment-reply-button { float: left; opacity: 0.8; display: inline-block; border-radius: 3px; padding: 0 5px; line-height: 16px; margin: 3px 0 0 10px; font-size:10px; }
ul.comment li span.comment-reply-button:hover { opacity: 1;}
.comment-body                 { padding-bottom: 5px;}
ul.comment li ul.children li  { margin: 10px 0 0 0; }
ul.comment li ul.children li > ul.children li { margin-left: -20px; margin-bottom: 0px; padding-bottom: 0px; border: none; }

/* -- Comments -- */
.comments                     { width: 720px; float: left;  height: auto; margin: 0 0 0 0;}
.comments h3.comment-reply-title  { width: auto; height: 26px; font-weight: normal; border-radius: 2px; font-size: 13px; text-transform: uppercase;  padding: 2px 10px 1px 10px; margin: 30px 0 0 0; }
.comments h3.comment-reply-title i { float: right; border-style: solid; border-width: 14px 5px 15px 10px; margin: -2px -15px -5px 0px; height: 0px; width: 0px; }
.comments h3.comment-reply-title a { font-weight: bold; text-decoration: underline; color: #FFF !important;}
.comments h3.comment-reply-title a#cancel-comment-reply-link { text-decoration: none;}

/* -- Comment Form -- */
.comment-notes                { display: none;}
#commentform                  { padding: 0 6px 20px 0; font-size:11px;}
#commentform #author, #comment, #email, #url { width:100%; height:40px; font-size: 14px; font-weight: bold; border-radius: 3px;}	
#commentform #submit          { border: none; border-radius: 4px; font-weight: bold;  padding: 9px 21px; text-align: center; margin: 15px 5px -10px 0;}
#commentform #submit:hover    { opacity:.85;  cursor: pointer; }
#commentform input, #comment  { padding-left: 5px;  }
#commentform textarea         { -moz-resize:vertical; resize:vertical;}
#commentform #comment         { height: 100px; }
#commentform label            { display: block; margin-top:10px; font-size:11px; font-weight: bold; }
#commentform label span       { font-size: 15px; }
#wp-comment-cookies-consent   { float: left; margin: 3px 5px 0 0;} 

/* -- Comment Cols -- */
.one_half_c, .one_half_last_c { float:left; width:47.9%; margin-right:4%; }
.one_half_last_c              { margin-right:0; margin-bottom: 20px;}
.one_full_c                   { float:left; width:99.8%;}



/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

/* -- Contact Form 7 Plugin -- */
form.wpcf7-form span.wpcf7-radio input { width: auto !important; display: inline-block !important; height: auto !important;}
form.wpcf7-form span.wpcf7-checkbox input { width: auto !important; display: inline-block !important; height: auto !important;}
form.wpcf7-form               { margin:0 0 0 0; font-size:11px;}
form.wpcf7-form input         { width: 98%; height:40px; font-size: 14px; font-weight: bold; border-radius: 3px; padding-left: 2%; }
form.wpcf7-form textarea      { width: 98%; height:200px; line-height:22px; font-size: 14px; border-radius: 3px; font-weight: bold; -moz-resize:vertical; resize:vertical; padding-left: 2%;} 
form.wpcf7-form input.wpcf7-submit       { width: inherit !important; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; font-weight: bold;  padding: 6px 20px; text-align: center; }
form.wpcf7-form input.wpcf7-submit:hover { opacity:.85;  cursor: pointer; }
form.wpcf7-form img.ajax-loader { width: inherit !important;}
form.wpcf7-form .wpcf7-validation-errors { margin-top: -75px; margin-left: -10px; position: relative; border: none; }
form.wpcf7-form span.wpcf7-form-control-wrap { width: 100% !important;}

/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tag & Category Index -- */
#mcTagMap                              { margin-top: 20px;}
#mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 { font-size: 14px; font-weight: bold; }
#mcTagMap .tagindex ul li span.mctagmap_count { float: right !important; opacity: 0.5;}
#mcTagMap .tagindex ul li, #sc_mcTagMap .tagindex ul li { font-size: 14px; }
#mcTagMap .holdleft, #sc_mcTagMap .holdleft { width: 163px !important; }

/* -- 404 page -- */
body.error404                    { background-color: #FFF;}
#viralvideo-404 .middle-404      { max-width: 900px; margin: 0 auto; }
#viralvideo-404                  { width: 100%; min-height: 400px; height: auto; padding: 200px 0 100px 0; text-align: left; }
#viralvideo-404 h1               { font-size: 80px; font-weight: 700; padding: 0 0 40px 0;}
#viralvideo-404 p                { font-size: 20px; line-height: 32px;}
#viralvideo-404 h2               { font-size: 20px; margin-bottom: 20px !important; font-weight: 400; color: #000; font-weight: 700; }
#viralvideo-404 .widget_recent_entries       { text-align: left; width: 100%; margin: -30px auto 0 auto;}
#viralvideo-404 div.widget_recent_entries ul { border-top: 1px solid #f0eee9; margin-top: 10px; }
#viralvideo-404 .widget_recent_entries li { font-weight: 700; background: transparent; border-bottom: 1px solid #f0eee9; display: block;  padding: 10px 0 10px 0; }
#viralvideo-404 .widget_recent_entries li:last-child {  border-bottom: 1px solid #f0eee9; }
#viralvideo-404 .widget_recent_entries li a { color: #444; }

/* -- User Submitted Posts -- */
#usp_form label          { color: #444 !important; font-weight: 700;}
.usp-category select     { width: 100% !important; height: 40px; background-color: #f1f1f1; border:1px solid #ddd; font-size: 14px; font-weight: 400; color:#333; border-radius: 3px; }
#usp_form input::-moz-placeholder { opacity: 0; }
#usp_form input.usp-input { width: 100% !important; padding-left: 10px !important;}
input.usp-submit       { background-color: #192b33; color: #FFF; height: 34px !important; border: 1px solid #192b33; border-radius: 3px; font-weight: bold; font-size: 11px !important; padding: 0px 25px; text-transform: uppercase; text-align: center; }
input.usp-submit:hover { cursor: pointer; }
#usp-success-message   { -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1); box-shadow: 0 1px 5px rgba(0,0,0,0.1); background:#e9f6e3; color:#93c088; border:1px solid #ceedc4; padding:15px; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
a.um-ajax-paginate     { color: #FFF !important;}
#usp_form textarea     { height: 400px; } 
#usp_form iframe       { width: 100% !important; margin-left: 0px !important;}


/* -- Ultimate member -- */
body.um-own-profile .entry table, body.um-page-user .entry table     { background-color: #e22428 !important; }
body.um-own-profile .entry thead, body.um-page-user .entry thead     { background-color: #192b33 !important; } 
div.um-load-items > a.um-ajax-paginate, div.um-load-items > a.um-button      { color: #FFFFFF !important;}
div.um-load-items > a.um-ajax-paginate:hover, div.um-load-items > a.um-button:hover      { color: #FFFFFF !important;}
body.um-own-profile iframe       { width: 100% !important; height: auto; margin-left: 0px !important;}
body.um-page-user iframe       { width: 100% !important; height: auto; margin-left: 0px !important;}

/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
footer                        { width: 100%; height: auto; bottom: 0; z-index:102; position: relative;}
.wrap-footer                  { width: 1280px; height: 60px; margin: 0 auto; padding: 75px 0 75px 0; }
.wrap-footer p                { font-size: 14px; font-weight: 700; padding-top: 5px; color: #a0a0a0;}
.wrap-footer p a              { color: #222222;}
.wrap-footer p i              { font-size: 8px !important; padding: 0 10px; margin-top: -30px !important; display: inline-block;}

/* -- Logo -- */
.footer-logo                  { display: block; float: left; height: 80px; margin-top: -10px; }
div.footer-logo-wrap          { width: auto; float: left; margin-right: 30px; }

/* -- Back to Top -- */
#back-top                     { position: fixed; display: block; bottom: 10px; right: 10px; z-index:999999; }
#back-top a                   { width: 40px; display: block;  }
#back-top span                { width: 40px; height: 40px; display: block;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span i              { color: #FFF; margin: 12px 0 0 12px;}

/* -- Footer navigation -- */
.footer-navigation         { width: 100%; height: 47px; margin: -1px auto; position:relative; z-index:2; }
#popular-words             { width: auto; height: 30px; padding-top: 12px; text-align: center; font-size: 13px !important; }
#popular-words a           { font-weight: bold; margin: 0 10px; font-size: 13px !important;}
#popular-words a:hover     { }
#popular-words strong      { padding: 4px 10px; border-radius: 3px;}

/* -- Popular Words -- */
#popular-words a           { color: #FFF !important;}
#popular-words ul { float: none; width: 100%; text-align: center;}
#popular-words li { float: none; display: inline-block; text-align: left;}
#popular-words ul li i     { padding: 0 2px 0 0; font-size: 14px; margin-top: 0px;}

/* -- Wave -- */
.waveHorizontals{ width: 100%; height: 20px; position:relative; overflow:hidden; z-index:1; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .waveHorizontals { height: 1px; } 
}
@supports (-ms-accelerator:true) {
  .waveHorizontals { height: 1px; }  
}
.waveHorizontal{
	width: 200%;
	height: 100%;
	display: block;
	position:absolute;
	left:0; bottom:0;
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:350px 100%;
	transform-origin:0 100% 0;
	
	/* animation: move linear infinite; */
	animation-name:move;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

#waveHorizontal1{
    -webkit-mask: url(images/svg/wave1.svg);
    mask: url(images/svg/wave1.svg);
	animation-delay: -2s;
	animation-duration: 12s;
}
#waveHorizontal2{
    -webkit-mask: url(images/svg/wave2.svg);
    mask: url(images/svg/wave2.svg);
	animation-delay: -2s;
	animation-duration: 5s;	
}
#waveHorizontal3{
    -webkit-mask: url(images/svg/wave3.svg);
    mask: url(images/svg/wave3.svg);
	animation-delay: -1s;
	animation-duration: 3s;
}
@keyframes move{
	0% {		transform: translate(-175px,0px) scale(1,1);}
	50% {		transform: translate(-87px,0px) scale(1,0.5);}
	100% {	transform: translate(0px,0px) scale(1,1);}
}


@media screen and (max-width: 990px) {
#popular-words {
		position: relative;
		z-index: 103;
		min-height: 30px;
	}	
#popular-words ul {
		width: 200px;
		right: 0;
		margin: -10px 20px 0 0;
		padding: 5px 0;
		position: absolute;
		bottom: 0;
		background: #191919 url(images/menu/icon-menu.png) no-repeat 170px 12px;
		border-radius: 5px;
 	}
#popular-words li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
#popular-words .current {
		display: block; /* show only current <li> item */
	}
#popular-words a {
		display: block;
		padding: 3px 5px 3px 25px;
		text-align: left;
	}
#popular-words .current a {
		background: none;
	}
	/* on nav hover */
#popular-words ul:hover {
		background-image: none;
	}
#popular-words ul:hover li {
		display: block; 
	}
#popular-words ul:hover .current {
		background: url(images/menu/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
#popular-words.right ul { 
	}	
}


/*-----------------------------------------------------------------------------
----------------------------- 10 - Shortcodes -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Buttons  -- */
.simplebtn, .smallbtn  { display: inline-block; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; font-weight: bold;  padding: 6px 20px; text-align: center; margin: 10px 10px 0 0; }
.smallbtn          { padding: 0px 10px; font-weight: 600; }
.smallbtn a        { color: #FFF !important; }
.smallbtn a:hover  { background: inherit !important; text-decoration: underline;}
.simplebtn:hover   { opacity:.85; text-decoration: none !important; }
.simplebtn i       { padding-right: 5px;}
a.simplebtn.blue:hover  { background-color: #0099cc !important; color: #FFF !important;}
a.simplebtn.green:hover { background-color: #7dc34d !important; color: #FFF !important;}
a.simplebtn.green2:hover { background-color: #0fbe7c !important; color: #FFF !important;}
a.simplebtn.orange:hover{ background-color: #e76b33 !important; color: #FFF !important;}
a.simplebtn.gold:hover  { background-color: #ffd62c !important; color: #FFF !important;}
a.simplebtn.red:hover { background-color: #cc3333 !important; color: #FFF !important;}
a.simplebtn.pink:hover  { background-color: #d63f72 !important; color: #FFF !important; }
a.simplebtn.black:hover { background-color: #3b3b3b !important; color: #FFF !important; }
.simplebtn.blue    { background-color: #0099cc; border: 1px solid #0099cc !important; color: #FFF !important; text-shadow: 0 -1px 0 #0099cc;}
.simplebtn.green   { background-color: #7dc34d; border: 1px solid #7dc34d !important; color: #FFF !important; text-shadow: 0 -1px 0 #7dc34d;}
.simplebtn.green2  { background-color: #0fbe7c; border: 1px solid #0fbe7c !important; color: #FFF !important; text-shadow: 0 -1px 0 #0fbe7c;}
.simplebtn.orange  { background-color: #e76b33; border: 1px solid #e76b33 !important; color: #FFF !important; text-shadow: 0 -1px 0 #e76b33;}
.simplebtn.gold    { background-color: #ffd62c; border: 1px solid #ffd62c !important; color: #FFF !important; text-shadow: 0 -1px 0 #ffd62c;}
.simplebtn.red     { background-color: #cc3333; border: 1px solid #cc3333 !important; color: #FFF !important; text-shadow: 0 -1px 0 #cc3333;}
.simplebtn.pink    { background-color: #d63f72; border: 1px solid #d63f72 !important; color: #FFF !important; text-shadow: 0 -1px 0 #d63f72;}
.simplebtn.black   { background-color: #3b3b3b; border: 1px solid #3b3b3b; color: #FFF !important; text-shadow: 0 -1px 0 #3b3b3b;}


/* -- Columns -- */
.one_half, .one_half_last         { float:left;width:48%; margin-bottom:10px; margin-right:4%; }
.one_half_last                    { margin-right:0;}

.one_third, .one_third_last       { float:left; width:30%; margin-bottom:10px; margin-right:5%; }
.one_third_last                   { margin-right:0;}

.one_fourth, .one_fourth_last     { float:left; width:23.5%; margin-bottom:10px; margin-right:2%; }
.one_fourth_last                  { margin-right:0;}

/* -- Boxes info  -- */
.boxinfo                          { box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset; background:#ddecf5; color:#99b1c1; 
                                    border:1px solid #c3d9e5; padding:15px; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxsucces                        { box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset; background:#e9f6e3; color:#93c088;
	                                border:1px solid #ceedc4; padding:15px; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxerror                         { box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;	background:#ffe3e3; color:#cf9494;
	                                border:1px solid #fdcdcd; padding:15px; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxnotice                        { box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;	background:#fcf9da; color:#b3ad77;
	                                border:1px solid #ebe7bc; padding:15px; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxinfo, 
.boxsucces, 
.boxerror, 
.boxnotice                        { max-width: 100% !important; display: inline-block !important; }

/* -- List styles – ul  -- */
ul.simplelist li            { padding:3px 0 3px 15px; background: url(images/li_arrow.png) no-repeat 0px center; font-weight: 600;  }
ul.simplelist               { margin:20px 40px; list-style-type: none;}

ul.minus-blue-list li       { padding:3px 0 3px 17px; background: url(images/li_minus_blue.png) no-repeat 0px center; font-weight: 600;  }
ul.minus-blue-list          { margin:20px 40px; list-style-type: none;}

ul.minus-green-list li      { padding:3px 0 3px 17px; background: url(images/li_minus_green.png) no-repeat 0px center; font-weight: 600; }
ul.minus-green-list         { margin:20px 40px; list-style-type: none;}

ul.minus-orange-list li     { padding:3px 0 3px 17px; background: url(images/li_minus_orange.png) no-repeat 0px center; font-weight: 600; }
ul.minus-orange-list        { margin:20px 40px; list-style-type: none;}

ul.minus-gold-list li       { padding:3px 0 3px 17px; background: url(images/li_minus_gold.png) no-repeat 0px center; font-weight: 600; }
ul.minus-gold-list          { margin:20px 40px; list-style-type: none;}

ul.minus-black-list li      { padding:3px 0 3px 17px; background: url(images/li_minus_black.png) no-repeat 0px center; font-weight: 600; }
ul.minus-black-list         { margin:20px 40px; list-style-type: none;}