/*
Theme Name: Smartick Demo
Theme URI: https://wordpress.org/themes/smartickdemo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Smartick Demo's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: smartickdemo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
.comments-area{display:none;}
.sldr_title{display:none;}




.button-0 {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 5px;
    font-family: 'Helvetica', cursive;
    font-size: 25px;
    color: #FFF;
    text-decoration: none;  
    background-color: #49c7ed;
    
    text-shadow: 0px -2px #2980B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.button-0:hover, 
.button-0:focus {
    text-decoration: none;
    color: #fff;
}

.button-0:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}



.button66 {
    width: 158px;
    height: 55px;
    border: 2px solid #CCC;
    outline: medium none;
    font-size: 15px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
    background-color: #115580;
    font-weight: bold;
    background-image: url("../images/1.png");
    background-repeat: no-repeat;
    background-position: 200px center;
	border-radius:5px;
}

.button66:hover {
  background: #fbb218;
  font-size: 15px;
  letter-spacing: 0.5px;}



.buttonpro {
    width: 309px;
    height: 55px;
    border: 2px solid #CCC;
    outline: medium none;
    font-size: 31px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
    background-color: #067295;
    font-weight: bold;
    background-image: url("../images/1.png");
    background-repeat: no-repeat;
    background-position: 200px center;
    border-radius:5px;
    color:#fff;

}

.buttonpro:hover {
  background: #fbb218;
  color:#000;
  font-size: 38px;
  letter-spacing: 0.5px;}

.button77 {
    width: 158px;
    height: 55px;
    border: 2px solid #CCC;
    outline: medium none;
    font-size: 15px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
    background-color: #00ab57;
    font-weight: bold;
    background-image: url("../images/1.png");
    background-repeat: no-repeat;
    background-position: 200px center;
	border-radius:5px;
}

.button77:hover {
  background: #c10101;
  font-size: 15px;
  letter-spacing: 0px;}


.button1 {
    background-color: #067295;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-family: "Helvetica",cursive;
    font-size: 14px;
    margin: 0 10px 10px 0;
    padding: 4px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}

.button1:hover {
  background: #c10101;
  font-size: 15px;
  letter-spacing: 0px;}
.men a:hover {color: #fff !important;}

.men a:visited{color: #fff !important;}

.button2 {
    background-color: #2da3c6;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-family: "Helvetica",cursive;
    font-size: 23px;
    margin: 0 14px 22px 0;
    padding: 8px 30px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}

.button2:hover {
  background: #c10101;
  font-size: 15px;
  letter-spacing: 0px;}

.sub-collapser{display:none;}

.vfb-legend{display:none;}

.hot-container p { margin-top: 10px; }
a { text-decoration: none; margin: 0 10px; }

.hot-container {
	min-height: 100px;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}



