/*==========================================================*/


/*                         HEADER                           */


/*==========================================================*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

i {
    text-rendering: optimizeLegibility;
}
#header {
    background-color: #31313a;
    min-height: 80px;
    /* width: 100%;*/
    color: #e2e2e2;
    border-bottom: 1px solid #636363;
    position: relative;
}

#site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
    {
    color: #292e32;
    font-family: 'RobotoBold', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    /* font-weight: 700;*/
}

.site-description {
    text-transform: uppercase;
    font-size: 11px;
    color: #c1c1c1;
    float: left;
    margin-left: 10px;
    line-height: 60px;
}

.site-description span {
    border-left: 1px solid #636363;
    padding-left: 10px;
}

.site-title {
    float: left;
    margin-left: 25px;
}

.site-title a h1 {
    color: #fff;
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix {}

.contentCabinet {
    width: 80%;
    float: right;
    position: relative;
    display: none;
    left: -25px;
    min-height: 550px;
}

@media (max-width: 1220px) {
    .contentCabinet {
        width: 87%;
        float: right;
        position: relative;
        display: none;
    }
}

.contentCabinet h2 {
    font-size: 30px;
    line-height: 45px;
}

.contentCabinet h3 {
    font-size: 27px;
    line-height: 35px;
}

.contentCabinet h4 {
    font-size: 22px;
    line-height: 35px;
}

.contentCabinet h5 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px !important;
}

.contentCabinet h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

#littleSidebarCabinet {
    display: none;
    width: 5%;
    margin: 0px;
    max-width: 75px;
    min-width: 50px;
    text-align: left;
    float: left;
}

@media (max-width: 1220px) {
    #sidebarCabinet {
        display: none;
    }

    #littleSidebarCabinet {
        display: block;
    }
}


#sidebarCabinet {
    height: 100%;
    width: 20%;
    margin: 0px;
    max-width: 320px;
    min-width: 175px;
    text-align: left;
    float: left;
}

.underSidebar {
    background-color: rgba(205, 205, 205, .8);
    float: left;
    width: 100%;
    margin: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0px 0 20px -23px rgba(0, 0, 0, .8), 0px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.cabinetMenuButton {
    height: 75px;
    color: #31313a;
    background: rgba(195, 195, 195, .8);
    margin: 0px !important;
    padding: 10px;
    border-bottom: 2px solid rgba(185, 185, 185, .8);
    border-top: 0px solid #31313a;
    border-right: 2px solid rgba(185, 185, 185, .8);
    vertical-align: top;
    color: #31313a !important;
    font-size: 15pt;
    font-family: 'Cuprum';
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0px 0 20px -23px rgba(0, 0, 0, .8), 0px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;*/
    cursor: pointer;
}

.cabinetMenuButton:hover {
    box-shadow: 1px 4px 6px rgb(113, 113, 113, 1);
    /*0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
*/
}

.textLabelSidebar {
    vertical-align: middle;
    top: 0px;
    color: #31313a;
    font-size: 18px;
    position: relative;
    left: 10px;
}

.textLabelSidebarIcon {
    vertical-align: middle;
    top: 0px;
}

.cabinetMenuLink:hover {
    color: #ed1c24;
}

.cabinetMenuLink {
    display: block;
    margin-right: 5px;
}

.cabinetSidebarRow {
    vertical-align: middle;
}

#container {
    width: 100%;
}

.cabinetContainer {
    width: 80%;
    float: right;
}

.content {
    margin: 15px;
}

#strategiesList {
    display: none;
}

.strType {
    padding: 15px !important;
}











/*==========================================================*/


/*                     CONTENT                              */


/*==========================================================*/

.button {
    line-height: 1;
    color: white;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 9px;
    padding: 12px 24px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 0px;
    border: 1px solid #ed1c24;
    text-shadow: none;
    font-weight: 300;
}

.full {
    color: #fff;
    background: #ed1c24;
    box-shadow:
}

.empty {
    border-color: #ed1c24;
    background-color: transparent;
    box-shadow: none;
}

body {
    background-color: #e2e2e2;
    border-top: 5px solid #ed1c24;
    margin: 0px;
}













/* ===============
   Mediaphase Lite
   =============== */


/*
Theme Name: Mediaphase Lite
Theme URI: http://themefurnace.com/mediaphase-lite-theme/
Author: ThemeFurnace
Author URI: http://themefurnace.com
Description: MediaPhase is a versatile multi-purpose WordPress theme which is suitable for business and corporate users, online shops, bloggers and digital agencies. It has a full-featured homepage template which is available boxed or full width, multiple blog templates so you can have a traditional blog layout or grid based layout. eCommerce capability using the WooCommerce plugin. It's fully responsive so looks great on desktops, mobiles and tablets with a tidy mobile navigation menu. The theme makes use of the Customizer so you can set up your homepage just how you like it, from adding a hero image, call to action ribbons and buttons, features areas with fontawesome icons, about us text, meet the team widgets with social media profile links, latest news, client logos and footer widget areas. The header has space for contact details, email and phone number, a social media menu so you can link to your profiles and integrated search area. Lots of neat typography and post styling along with things like built-in pagination, breadcrumbs, default thumbnail images. Compatible with bbPress, Woocommerce, Contactform 7, Jetpack, Gravity Forms and more popular plugins. Visit http://themefurnace.com to upgrade for $49 for 17 more themes, support and more theme features.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediaphase
Tags: responsive-layout, right-sidebar, dark, black, gray, red, white, one-column, two-columns, right-sidebar,fixed-layout,light,sticky-post,theme-options,custom-background, custom-menu, featured-images, threaded-comments, translation-ready, photoblogging

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.

Mediaphase is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* ===============
   INDEX 
   =============== */


/*
    =GLOBAL SETTINGS
    =LINKS
    =LAYOUT
    =HEADER
    =HERO
    =RIBBONS
    =MAINFEATURES
    =SUBFEATURES
    =ABOUTUS
    =TEAM
    =NEWS
    =INSIDE
    =POST NAVIGATION
    =PAGINATION
    =COMMENTS
    =SIDEBAR
    =LOGOS
    =BACKTOTOP
    =FOOTER
    =BOTTOM
    =RESPONSIVE
*/


/* ===============
   =GLOBAL SETTINGS 
   =============== */


/* Import Reset and Defaults */

@import url("/defaults.css");










/* Import CSSMenu */

@import url("/cssmenu.css");










/* Import Widgets */

@import url("/widgets.css");

body {
    background-color: #e2e2e2;
    border-top: 5px solid #ed1c24;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}











/* For IE 6/7 only */

.clearfix {
    *zoom: 1;
}

.hideme {
    opacity: 0;
}











/* ===============
   =LINKS 
   =============== */

a {
    color: #ed1c24;
    text-decoration: none
}



/*
a:visited {
    color: #ed1c24;
}*/

a:hover,
a:focus,
a:active {
    color: #ed1c24;
}











/* ===============
   =LAYOUT 
   =============== */

.container {
    width: 1160px;
    margin: 0 auto;
}

.fullwidth .container {
    width: 100%;
}

.fullwidth,
.wrap {
    width: 1160px;
    margin: 0 auto;
    width: auto;
}











/* ===============
   =HEADER 
   =============== */

#header {
    background-color: #31313a;
    min-height: 80px;
    width: 100%;
    color: #e2e2e2;
    border-bottom: 1px solid #636363;
    position: relative;
    z-index: 90;
}

#site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
    width: 100%
}

.site-title {
    float: left;
    margin-left: 70px;
}


#cssmenu {
    margin-right: 50px !important;
}

@media only screen and (min-width: 1550px) {

    .site-title {
        float: left;
        margin-left: 270px;
    }

    #cssmenu {
        margin-right: 150px !important;
    }
}

@media only screen and (min-width: 1700px) {

    .site-title {
        float: left;
        margin-left: 340px;
    }

    #cssmenu {
        margin-right: 250px !important;
    }
}



.site-title img {
    vertical-align: middle;
    max-height: 60px;
}

.site-title a h1 {
    color: #fff;
    font-size: 20px;
    color: #fff
}

.site-description {
    text-transform: uppercase;
    font-size: 11px;
    color: #c1c1c1;
    float: left;
    margin-left: 10px;
    line-height: 60px;
}

.site-description span {
    border-left: 1px solid #636363;
    padding-left: 10px;
}

#subheader {
    background-color: #292932;
    color: #e2e2e2;
    padding: 20px;
}

.contactdetails {
    float: left;
    padding-top: 7px;
    text-transform: uppercase;
    font-size: 12px;
    color: #c1c1c1;
}

.contactdetails .fa {
    margin-right: 3px;
    font-size: 14px;
}

.contactdetails .fa-envelope {
    margin-left: 15px;
}

.topsearch {
    float: right;
    position: relative;
}

.topsearch .search-field {
    width: 156px;
    background-color: #292931;
    border: 1px solid #636363;
    border-radius: 8px;
    height: 15px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.topsearch .fa-search {
    position: absolute;
    top: 9px;
    left: 148px;
}

.topsearch .search-field:focus {
    background-color: #292931;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    height: 15px;
}

.topsearch .search-submit {
    background-color: #ed1c24;
    border: 0px solid #ed1c24;
    border-radius: 8px;
    height: 30px;
    margin: 0px;
    display: inline-block;
    line-height: 0px;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.1);
}

.topsearch .search-submit:hover {
    box-shadow: none;
    border: 0px solid #b61318;
}

#menu-social {
    float: right;
    border-right: 1px solid #636363;
    margin-right: 20px;
    padding-right: 15px;
    padding-top: 5px;
}

#menu-social ul {
    list-style: none;
    margin: 0 0 0px;
    text-align: center;
}

#menu-social ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

#menu-social li a {
    color: #dbdddc;
}

#menu-social li a:hover {
    color: #ed1c24;
}

#menu-social li a::before {
    content: '\f408';
    display: inline-block;
    /*  font-family: 'FontAwesome';*/
    font-size: 20px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}











/* ===============
   =HERO
   =============== */

#hero {
    background-image: url(img/hero2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

#herocontent {
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
    width: 70%;
    text-shadow: 0.1em 0.1em 0.2em black;
}

#herotitle a,
#herotext a:not(.herobutton) {
    border-bottom: 1px solid #ed1c24;
    color: #e6e6e6;
}

#herotitle a:hover,
#herotext a:hover {
    color: #fff;
}

#herotitle {
    color: white;
    font-size: 38px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

#herotext {
    color: #f2f1f1;
    font-size: 22px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

a.herobutton {
    line-height: 1;
    color: white !important;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 9px;
    padding: 15px 30px;
   /* padding: 12px 24px;*/
    /*font-size: 18px;*/
    font-size: 21px;
    margin-bottom: 15px;
    border-bottom: 0px;
    border: 1px solid #ed1c24;
    text-shadow: none;
    font-weight: 300;
    box-shadow: 2px 1px 23.2px 0px black !important;
}

a.herobutton .fa {
    margin-left: 5px;
}











/* ===============
   =RIBBONS
   =============== */

#ribbon {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 35px;
    padding-bottom: 15px;
}

#ribbon p {
    margin: 0px;
    margin-bottom: 20px;
}

.topribbon {
    background-color: #292932;
    background-image: url(img/ribbon1.png);
}

.midribbon {
    background-color: #292932;
    background-image: url(img/ribbon2.png);
}

.botribbon {
    background-color: #292932;
    background-image: url(img/ribbon3.png);
}

#ribbon .button {
    margin-bottom: 20px;
}











/* ===============
   =MAINFEATURES 
   =============== */

#mainfeatures {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto
}

.mainfeaturesimage {
    max-width: 450px;
    position: relative;
    top: 50px;
}

.featuretitle {
    text-align: center;
    color: #242d33;
    border-bottom: 1px solid #ed1c24;
    margin-bottom: 40px;
}

.featuretitle h2 {
    display: inline-block;
    position: relative;
    top: 14px;
    background: #fff;
    padding: 0 16px;
    font-size: 26px;
    font-weight: 300;
}

.mainfeaturesleft {
    float: left;
    width: 30%;
    padding-left: 50px;
    font-family: 'Cuprum';
}

.mainfeaturesright {
    float: right;
    width: 33%;
    padding-right: 50px;
    font-family: 'Cuprum';
    font-size: 18px;
}

.featurewidget {
    width: 370px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.featurewidgettitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.featurewidgettext {
    width: 370px;
    display: block;
}

.featurewidget p {
    color: #8e8e8e;
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    letter-spacing: -0.2px;
    font-family: 'Cuprum' !important;
    font-size: 16px;
}

.featurewidgeticon {
    font-size: 30px;
    background-color: #fff;
    height: 75px;
    width: 75px;
    display: block;
    border: 1px solid #D9D9D9;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    text-align: center;
    margin: 0 auto;
    line-height: 76px;
}

.featurewidgeticon:hover {
    border-color: #999999
}

.featurewidgeticon a {
    color: #ed1c24;
    display: block;
    width: 75px;
    height: 75px;
}

.featurewidgeticon a:visited {
    color: #ed1c24;
}

.featurewidgeticon a:hover {
    transition: all 0.5s ease-out;
}











/* ===============
   =SUBFEATURES 
   =============== */

#subfeatures {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    overflow: auto
}

#subfeatures .featurewidget {
    width: 350px;
}

#subfeatures .featurewidgettext {
    width: 300px;
    margin: 0 auto;
}











/* ===============
   =ABOUTUS 
   =============== */

#aboutus {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    overflow: auto
}

.featuresdescr {
    padding-left: 90px;
    padding-right: 90px;
    color: #7e7e7e;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-top: -10px;
}











/* ===============
   =TEAM 
   =============== */

#team {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto
}

.teamintro {
    padding-left: 90px;
    padding-right: 90px;
    color: #7e7e7e;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-top: -20px;
}

#teammembers {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden
}

.member {
    width: 300px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.member:nth-of-type(3n+3) {
    margin-right: 0px;
}

.membertitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
}

.member p {
    color: #7e7e7e;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

.memberphoto {
    width: 130px;
    height: 130px;
    border-radius: 130px;
}

.teamsocial {
    background-color: #ed1c24;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: -25px;
    bottom: -20px;
}

.teamsocial a {
    margin-left: 5px;
    margin-right: 5px;
}











/* ===============
   =NEWS 
   =============== */

#news {
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
    overflow: auto
}

.newsintro {
    padding-left: 90px;
    padding-right: 90px;
    color: #7e7e7e;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-top: -20px;
}

.newspost {
    width: 300px;
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    overflow: hidden;
    margin-bottom: 60px;
}

.newspost:nth-of-type(3n+3) {
    margin-right: 0px;
}

.newsoverlay {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    height: 220px;
    overflow: hidden
}

.newsimage {
    display: block;
    width: 300px;
    height: 220px;
    transition: all .2s ease-in-out;
}

.newsoverlay:hover .newsimage {
    transform: scale(1.2);
}

.newsimagebody {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: white;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.newsimagebody:hover {
    opacity: 1;
}

.newsimagebody .fa {
    font-size: 30px;
    padding-top: 35px;
    border: 1px solid #fff;
    width: 100px;
    height: 65px;
    border-radius: 100px;
}

.newscategory a,
.newscategory a:visited {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 7px;
    background-color: #ed1c24;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}

.newscategory a:hover {
    box-shadow: none;
}

.newstitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -15px;
    padding-left: 20px;
    padding-right: 20px;
}

.newstitle a,
.newstitle a:visited {
    color: #000;
}

.newsauthor,
.newsauthor a {
    color: #7e7e7e;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.newstext p {
    padding-left: 20px;
    padding-right: 20px;
    color: #7e7e7e
}

ul.newsmeta {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #999999;
    margin-bottom: -3px;
    font-size: 14px;
}

.newscomments {
    float: left;
    margin-left: 10px;
}

.newstime {
    float: right;
    margin-right: 10px;
}

.newsmeta .fa {
    color: #ed1c24;
    margin-right: 5px;
    font-size: 18px;
}











/* ===============
   =INSIDE
   =============== */

#main {
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
    overflow: auto
}

#innernav {
    background-color: #292932;
    margin-top: 1px;
    padding: 20px;
    color: #fefefe;
    overflow: auto;
}

.innerheading {
    color: #fefefe;
    font-weight: 300;
    font-size: 25px;
    float: right;
}

.innerbreadcrumbs {
    float: left;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 11px;
    color: #c1c1c1;
}

.innerbreadcrumbs .fa {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

.leftcontent {
    float: left;
    width: 810px;
}

.leftcontent .newspost {
    width: 350px;
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 35px;
    margin-bottom: 60px;
}

.leftcontent .newspost:nth-of-type(3n+3) {
    margin-right: 35px;
}

.leftcontent .newspost:nth-of-type(2n+2) {
    margin-right: 0px;
}

.leftcontent .newsoverlay {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 350px;
    height: 240px;
    overflow: hidden
}

.leftcontent .newsimage {
    display: block;
    width: 350px;
    height: 240px;
    transition: all .2s ease-in-out;
}

.content {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    font-weight: 300;
}


.singlepost {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 735px;
    text-align: left;
    padding: 20px;
    margin-bottom: 35px;
}

.widebox {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    text-align: left;
    padding: 20px;
    margin-bottom: 35px;
    width: 1125px;
}

.singlepostold {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 700px;
    text-align: left;
    padding: 20px;
    margin-left: 35px;
    margin-bottom: 35px;
}

.singleposttitle {
    font-size: 30px;
    /*  font-weight: 700;*/
    font-family: 'RobotoBold', sans-serif;
    line-height: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.singleposttitle a,
.singleposttitle a:visited {
    color: #000;
}

.singlepost .newsmeta {
    margin-left: -20px;
    padding-right: 40px;
    margin-bottom: -23px;
}

.singlepostimage {
    width: 100%;
    overflow: hidden
}

#authorbox {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 700px;
    text-align: left;
    padding: 20px;
    margin-left: 35px;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #707070;
    clear: left;
}

#authorbox p {
    margin-bottom: 10px;
}

#authorbox .avatar {
    float: left;
    margin-right: 10px;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

#authorbox .authorinfo {
    width: 560px;
    float: right;
}

#authorbox .author-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

#authorbox .author-website a {
    color: #707070;
    font-size: 12px;
    margin-top: -20px;
}

#authorbox .fa {
    font-size: 13px;
    color: #ed1c24;
}











/* ===============
   =POST NAVIGATION
   =============== */

.nav-links {
    display: inline-block;
}

.singlepost .nav-links {
    width: 100%;
}

.nav-previous a,
.nav-next a {
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 13px;
    line-height: 1;
    border: 1px solid;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #4C4C4C;
    color: white;
}











/* ===============
   =PAGINATION
   =============== */

.pagination {
    padding: 0px 0;
    font-size: 14px;
    line-height: 13px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    clear: left
}

.pagination span,
.pagination a,
.pagination a:visited {
    display: block;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 15px 18px 14px 18px;
    text-decoration: none;
    width: auto;
    color: #000;
    background-color: #f3f4f5;
}

.pagination a:hover {
    background: #24221D;
    color: #fff;
    text-decoration: none;
}

.pagination a:visited {
    text-decoration: none;
}

.pagination .current {
    padding: 15px 18px 14px 18px;
    background: #24221D;
    color: #fff;
}











/* ===============
   =COMMENTS
   =============== */

#comments {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 735px;
    text-align: left;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    clear: left;
}

.woocommerce #comments {
    width: 90%
}

#responder {
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 700px;
    text-align: left;
    padding: 20px;
    margin-left: 35px;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #707070;
    clear: left;
    padding-top: 0px;
}

.comment-content:after {
    clear: none;
}

.comments-area {
    width: 60%;
    margin: 0 auto;
}

.comment-notes {
    font-size: 12px;
}

.form-allowed-tags {
    display: none;
}

.comment-form-comment textarea {
    clear: both;
    padding: 10px;
    display: block;
    width: 95%;
}

.comment-form-comment label {
    display: none;
}

.commentinfo {
    font-size: 14px;
    margin-top: 10px;
}

.cancelcomment {
    margin-bottom: 10px;
}

.loggedinauthor {}

.form-allowed-tags {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.comment-form-author label {
    margin-top: 10px;
    font-size: 14px;
    display: block;
}

.comment-form-author input {
    width: 95%;
    padding: 10px;
}

.comment-form-email label {
    font-size: 14px;
    display: block;
}

.comment-form-email input {
    width: 95%;
    padding: 10px;
}

.comment-form-comment label {
    font-size: 14px;
    display: block;
}

.comment-form-comment input {
    width: 95%;
    padding: 10px;
}

.comment-form-url label {
    font-size: 14px;
    display: block;
}

.comment-form-url input {
    width: 95%;
    margin-bottom: 20px;
    padding: 10px;
}

.edit-link {
    clear: both;
}

.comments ol {}

.comment {
    line-height: 20px;
}

#commentsform {
    padding-right: 10px;
    position: relative;
    margin-bottom: 0px;
}

#comments p {
    line-height: 24px;
}

.yours {
    float: right;
    margin-top: 20px;
}

.comment {
    padding-bottom: 20px;
}

.comment-author a {
    color: #C8C8C8;
}

.fn {
    font-style: normal;
}

.bypostauthor {}

.comment-meta {
    font-size: 11px;
}

.comment-meta a {
    border-bottom: 0px;
}

.comment-meta a:visited {
    border-bottom: 0px;
}

.comment-body {
    margin-left: 00px;
}

.comment-body p {
    margin-top: 10px;
    line-height: 20px;
    margin-left: 53px;
    margin-bottom: 10px;
}

.comment li {
    margin-top: 20px;
}

.comment {
    list-style-type: none;
}

.children ul {}

.depth-1 {
    margin-top: 10px;
}

.depth-2 {
    margin-top: 20px;
    margin-left: 10%;
}

.depth-3 {
    margin-top: 20px;
    margin-left: 10%;
}

#comments .comment:last-child.depth-2 {}

#comments .comment:first-child.depth-2 {}

#comments .comment:last-child.depth-3 {}

.comment-author-admin {}

#comments ul.children {}

.reply {
    float: right;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
}

.comment-reply-link {
    color: rgba(0, 0, 0, .8);
    font-size: 13px;
    line-height: 1;
    padding: .6em 1em .6em;
    color: white;
    background-color: #1e1e1e;
    border-radius: 5px;
}

a.comment-reply-link {
    float: right
}

a.comment-reply-link:visited {
    color: white;
}

a.comment-reply-link:hover {
    background-color: #4C4C4C;
    color: white;
}

.commentinput {
    width: 50%;
    margin-bottom: 20px;
}

.commentbox {
    width: 70%;
    height: 150px;
}

.commentinfo {
    font-size: 11px;
    margin-top: 20px;
}

.commentsubmit {
    margin-top: 20px;
    display: block;
    background-color: #464646;
    color: white;
    border: 0px;
    font-size: 11px;
    padding: 5px 15px;
}

.commentsubmit:hover {
    background-color: #5E5E5E;
    cursor: pointer;
}

.cancelcomment {
    margin-bottom: 10px;
}

.loggedinauthor {}

#comments .avatar {
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#comments .comment-author {
    font-size: 14px;
    color: #010101;
    clear: both;
}

.comments-title {
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
}

.comments-title .fa {
    color: #ed1c24;
    margin-right: 7px;
}

#reply-title {
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 5px;
}

.comment-reply-title {
    clear: both;
}

.comment-content {
    padding-left: 8px;
}

.comment-metadata {
    font-size: 11px;
}

.no-comments {
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
}











/* ===============
   =SIDEBAR
   =============== */

#sidebar {
    float: right;
    width: 315px;
    margin-right: 0px;
    text-align: left;
    padding-right: 35px;
}

.left-sidebar #sidebar {
    float: left;
    padding-left: 35px;
    padding-right: 0;
}

.left-sidebar #comments {
    float: right;
}

.sidebarwidget {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    margin-bottom: 20px;
}

.sidebarwidget li {
    color: #a2a2a2;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebarwidget li:not(.cat-item,
.page_item) a::before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget li a::before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget li a {
    color: #767676;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.sidebarwidget li a:hover {
    background-color: #fff;
}

.sidebarwidget select {
    margin: 10px;
    width: 100%
}

.sidebarwidget .rssSummary {
    padding: 10px;
}

.sidebarwidget .rss-date {
    padding: 10px;
    margin-top: 10px;
    display: block
}

.sidebarwidget cite {
    padding: 10px;
    display: block
}

.sidebarwidget #recentcomments li {
    color: #a2a2a2;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.sidebarwidget #recentcomments li::before {
    font-family: 'FontAwesome';
    content: '\f0e5';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget #recentcomments li a::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget #recentcomments li a {
    color: #767676;
    display: inline-block;
    border: 0px;
    padding: 0px;
}

.sidebartitle {
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    padding: 10px;
}

.sidebartitle .fa {
    color: #ed1c24;
    margin-right: 7px;
}

.textwidget {
    padding: 15px;
    line-height: 20px;
    color: #767676;
    font-size: 14px;
}

.sidebarsearch {
    padding: 15px;
    position: relative;
}

.sidebarwidget .search-form {
    margin: 10px;
}

.sidebarwidget .search-field {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin: 0px;
    color: #000;
    font-size: 12px;
    margin-right: 5px;
}

.sidebarwidget .search-field:focus {
    border: 1px solid #c3c3c3;
}

.sidebarwidget .search-submit {
    background-color: #ed1c24;
    border: 0px solid #ed1c24;
    border-radius: 6px;
    height: 30px;
    margin: 0px;
    line-height: 0px;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.1);
}

.sidebarwidget .search-submit:hover {
    box-shadow: none;
    border: 0px solid #b61318;
}

.sidebarwidget .page_item li ::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget .page_item a::before {
    font-family: 'FontAwesome';
    content: '\f0f6';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget .cat-item li ::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.sidebarwidget .cat-item a::before {
    font-family: 'FontAwesome';
    content: '\f115';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}











/* ===============
   =LOGOS 
   =============== */

#logos {
    background-image: url("img/atsbg.png");
    background-color: #fff;
    background-position: left;
    padding: 45px 0px 45px 0px;
    text-align: center;
    overflow: auto
}











/* ===============
   =BACKTOTOP
   =============== */

#backtotop {
    background-color: #fff;
    border-bottom: 5px solid #ed1c24;
    text-align: center;
}

#backtotop .fa {
    color: #fff;
    width: 50px;
    height: 30px;
    font-size: 20px;
    padding-top: 10px;
}

#backtotop a {
    background-color: #ed1c24;
    display: block;
    width: 50px;
    height: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#backtotop a:hover {
    background-color: #292932;
    border-color: #292932
}











/* ===============
   =FOOTER
   =============== */

#footer {
    background-color: #31313a;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
    overflow: auto;
    color: #d5d5d5;
    width: 100%;
}

.footerwidget {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    margin-right: 110px;
    text-align: left;
    font-weight: 300;
}

/*
.footerwidget:nth-of-type(3n+3) {
    margin-right: 0px;
}*/

.footerwidgettitle {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: -3px;
    color: #fff;
    font-family: 'Cuprum';
    letter-spacing: -0.2px;
}

.footerwidget p {
    color: #d5d5d5;
    margin-left: 0px;
}

.footerwidget .textwidget {
    color: #d5d5d5;
    margin-left: -15px;
}

.footerwidget a,
.footerwidget a:visited {
    color: #d5d5d5;
}

.footerwidget a:hover {
    color: #fff;
}

.footerwidget .search-submit {
    background: #ed1c24;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.1);
}

.footerwidget .search-submit:hover {
    box-shadow: none;
}

.footerwidget li {
    color: #d5d5d5;
    /*text-transform: uppercase; */
    font-size: 16px;
    font-family: 'Cuprum';
    letter-spacing: -0.2px;
}

.footerwidget li:not(.cat-item,
.page_item) a::before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget li a::before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget li a {
    color: #d5d5d5;
    border-bottom: 1px solid #636363;
    display: block;
    padding: 10px;
}

.footerwidget li a:hover {
    background-color: #000;
    color: #fff
}

.footerwidget select {
    margin: 10px;
    width: 100%
}

.footerwidget .rssSummary {
    padding: 10px;
}

.footerwidget .rss-date {
    padding: 10px;
    margin-top: 10px;
    display: block
}

.footerwidget cite {
    padding: 10px;
    display: block
}

.footerwidget #recentcomments li {
    color: #a2a2a2;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #636363;
}

.footerwidget #recentcomments li::before {
    font-family: 'FontAwesome';
    content: '\f0e5';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget #recentcomments li a::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget #recentcomments li a {
    color: #d5d5d5;
    display: inline-block;
    border: 0px;
    padding: 0px;
}

.footerwidget .page_item li ::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget .page_item a::before {
    font-family: 'FontAwesome';
    content: '\f0f6';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget .cat-item li ::before {
    content: '';
    margin-right: 0px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget .cat-item a::before {
    font-family: 'FontAwesome';
    content: '\f115';
    margin-right: 10px;
    color: #ed1c24;
    font-size: 13px;
}

.footerwidget .search-field {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    background-color: #42424c;
    border: 1px solid #595965;
    border-radius: 6px;
}

.footerwidget .search-field:focus {
    border: 1px solid #707080;
}

.footerwidget .search-submit {
    background-color: #ed1c24;
    border: 0px solid #ed1c24;
    border-radius: 6px;
    height: 30px;
    margin: 0px;
    line-height: 0px;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}

.footerwidget .search-submit:hover {
    box-shadow: none;
    border: 0px solid #b61318;
}











/* ===============
   =BOTTOM
   =============== */

#bottom {
    background-color: #292932;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    overflow: auto;
    color: #b5b5b5;
}

.bottomlogo {
    margin-left: 30px;
    float: left;
    margin-right: 10px;
}

.bottomtext {
    float: left;
    margin-bottom: 0px;
    padding-top: 5px;
    color: #b5b5b5;
}

.bottomtext a,
.bottomtext a:visited {
    color: #b5b5b5;
}

.bottomtext a:hover {
    color: #fff;
}











/* ===============
   =RESPONSIVE
   =============== */

img {
    max-width: 100%;
    height: auto;
}











/* 1024 Screens */

@media only screen and (min-width: 1000px) and (max-width: 1253px) {

    .container,
    .fullwidth,
    .wrap {
        width: auto;
    }

    #hero {
        min-height: 350px;
    }


    #herocontent {
        padding-top: 50px;
    }

    .mainfeaturesleft,
    .mainfeaturesright {
        width: 250px;
    }

    .featurewidget,
    .featurewidgettext {
        width: 250px;
    }

    #subfeatures .featurewidget {
        width: 300px;
    }

    #subfeatures .featurewidgettext {
        width: 300px;
        margin: 0 auto;
    }

    .member {
        width: 250px;
    }

    .newspost,
    .newsoverlay,
    .newsimage {
        width: 250px;
    }

    .newsoverlay,
    .newsimage {
        height: 180px;
    }

    /*
    .footerwidget {
        width: 250px;
    }*/

    .leftcontent {
        width: 640px;
        background-color: #fff
    }

    .leftcontent .newspost {
        width: 270px;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .leftcontent .newspost:nth-of-type(3n+3) {
        margin-right: 35px;
    }

    .leftcontent .newspost:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .leftcontent .newsoverlay {
        width: 270px;
        height: 200px;
    }

    .leftcontent .newsimage {
        width: 270px;
        height: 200px;
    }

    .singlepost,
    #comments,
    #authorbox,
    #responder {
        width: 530px;
    }

    #authorbox .authorinfo {
        width: 390px;
    }

    .comment-form-comment textarea,
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment input,
    .comment-form-url input {
        width: 94%;
    }
}











/* Portrait Tablets */

@media only screen and (min-width: 768px) and (max-width: 1505px) {

    .mainfeaturesimage {
        max-width: 350px;
        clear: both;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: 120px;
    }

    .mainfeaturesleft,
    .mainfeaturesright {
        width: 29%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {

    .site-description {
        display: none;
    }

    .mainfeaturesleft,
    .mainfeaturesright {
        width: 27%;
    }

    .mainfeaturesimage {
        position: relative;
        top: 150px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1250px) {
    .footerwidget {
        width: 475px;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
        /* margin-right: 0px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    .container,
    .fullwidth,
    .wrap {
        width: auto;
    }

    #header {
        padding-top: 35px;
    }

    .contactdetails {
        float: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #636363;
    }

    .topsearch {
        float: left;
    }

    #menu-social {
        float: right;
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px;
    }

    #herocontent {
        padding-top: 80px;
        width: 90%
    }

    #herotitle {
        font-size: 28px;
        margin-bottom: 15px;
    }

    #herotext {
        font-size: 18px;
    }

    .mainfeaturesimage {
        max-width: 350px;
        clear: both;
        display: block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: 0;
    }



    .mainfeaturesleft,
    .mainfeaturesright {
        width: 300px;
        margin-top: 50px;
    }

    .featurewidget,
    .featurewidgettext {
        width: 300px;
    }

    .member {
        width: 475px;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .newspost,
    .newsoverlay,
    .newsimage {
        width: 475px;
        margin-bottom: 40px;
        margin-right: 0px;
    }


    #sidebar {
        width: 270px;
    }

    .leftcontent {
        width: 375px;
        background-color: #fff
    }

    .leftcontent .newspost {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .leftcontent .newspost:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .leftcontent .newspost:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .leftcontent .newsoverlay {
        width: 300px;
        height: 220px;
    }

    .leftcontent .newsimage {
        width: 300px;
        height: 220px;
    }

    .singlepost,
    #comments,
    #authorbox,
    #responder {
        width: 260px;
    }

    #authorbox {
        text-align: center;
    }

    #authorbox .avatar {
        float: none;
    }

    #authorbox .authorinfo {
        width: 270px;
        float: none;
        text-align: left;
    }

    #authorbox .author-title {
        text-align: center;
    }

    .comment-form-comment textarea,
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment input,
    .comment-form-url input {
        width: 89%;
    }

    .sidebarwidget .search-submit {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1050px) {
    #header {
        padding-top: 0px;
    }

    .site-description {
        float: inherit;
        margin-left: 0px;
        display: none;
    }
}

@media only screen and (max-width: 922px) {
    #header {
        padding-top: 0px;
    }

    .site-title {
        float: inherit;
        margin-left: 0px;
        display: none;
    }
}




/*  Portrait Mobiles */

@media only screen and (max-width: 768px) {

    .container,
    .fullwidth,
    .wrap {
        width: auto;
    }

    #header {
        padding-top: 0px;
    }

    #site-branding {
        text-align: center;
    }

    .site-title {
        float: inherit;
        margin-left: 0px;
        display: none;
    }

    .site-description {
        display: none;
    }

    .contactdetails {
        float: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #636363;
        display: none;
    }

    .topsearch {
        float: left;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #636363;
        width: 100%;
        text-align: center
    }

    .topsearch .fa-search {
        left: 158px;
    }

    #menu-social {
        float: inherit;
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px;
        margin: 0 auto;
    }

    #herocontent {
        padding-top: 20px;
        width: 90%
    }

    #herotitle {
        font-size: 22px;
        top: 20%;
    }

    #herotext {
        font-size: 15px;
    }

    .herobutton {
        border-radius: 5px;
        padding: 8px 18px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .mainfeaturesleft,
    .mainfeaturesright {
        width: 250px;
        float: inherit;
        padding: 0;
        margin: 0 auto;
        margin-top: 50px;
    }

    .featurewidget,
    .featurewidgettext {
        width: 250px;
    }

    .mainfeaturesimage {
        width: 250px;
    }

    #subfeatures .featurewidget {
        width: 250px;
        margin: 0 auto;
    }

    #subfeatures .featurewidgettext {
        width: 250px;
        margin: 0 auto;
    }

    #aboutus p,
    #news p,
    .teamintro {
        padding-left: 20px;
        padding-right: 20px;
    }

    .member {
        width: 250px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .newspost,
    .newsoverlay,
    .newsimage {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .newsoverlay,
    .newsimage {
        height: 140px;
    }

    /*.footerwidget {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }*/

    .bottomtext {
        float: inherit;
        padding: 20px;
    }

    .bottomlogo {
        float: inherit;
    }

    #sidebar {
        width: 250px;
        padding-right: 0px;
        float: inherit;
        margin-left: 20px;
    }

    .leftcontent {
        width: 250px;
        float: inherit;
    }

    .leftcontent .newspost {
        width: 250px;
        margin-left: 20px;
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .leftcontent .newspost:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .leftcontent .newspost:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .leftcontent .newsoverlay {
        width: 250px;
        height: 220px;
    }

    .leftcontent .newsimage {
        width: 300px;
        height: 220px;
    }

    .innerheading,
    .innerbreadcrumbs {
        float: inherit
    }

    .singlepost,
    #comments,
    #authorbox,
    #responder {
        width: 200px;
        margin-left: 0px;
        float: inherit
    }

    .newscomments,
    .newstime {
        float: inherit;
    }

    #authorbox {
        text-align: center;
    }

    #authorbox .avatar {
        float: none;
    }

    #authorbox .authorinfo {
        width: 200px;
        float: none;
        text-align: left;
    }

    #authorbox .author-title {
        text-align: center;
    }

    .comment-form-comment textarea,
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment input,
    .comment-form-url input {
        width: 87%;
    }

    .sidebarwidget .search-submit {
        margin-top: 25px;
    }

    .newscomments {
        float: inherit;
        margin-left: 10px;
        margin-top: 5px;
    }

    .newstime {
        float: inherit;
        margin-left: 10px;
        margin-right: 25px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}




/* Landscape Mobiles */

@media only screen and (min-width: 480px) and (max-width: 768px) {

    .container,
    .wrap .fullwidth {
        width: 380px;
    }

    #header {
        padding-top: 0px;
    }

    .site-title {
        float: left;
        margin-left: 25px;
    }

    .site-description {
        display: none;
    }

    .contactdetails {
        float: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #636363;
        display: block;
    }

    .topsearch {
        float: left;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #636363;
        width: 100%;
        text-align: left
    }

    .topsearch .fa-search {
        left: 148px;
    }

    #menu-social {
        float: left;
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px;
    }

    #herocontent {
        padding-top: 40px;
        width: 90%
    }

    #herotitle {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .herobutton {
        border-radius: 5px;
        padding: 8px 18px;
        font-size: 14px;
    }

    .mainfeaturesleft,
    .mainfeaturesright {
        width: 300px;
        float: inherit;
        padding: 0;
        margin: 0 auto;
        margin-top: 50px;
    }

    #mainfeatures {
        text-align: center
    }

    .mainfeaturesimage {
        width: 350px;
    }

    #subfeatures .featurewidget {
        width: 300px;
        margin: 0 auto;
    }

    #subfeatures .featurewidgettext {
        width: 300px;
        margin: 0 auto;
    }

    #aboutus p,
    #news p,
    .teamintro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .member {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .newspost,
    .newsoverlay,
    .newsimage {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .newsoverlay,
    .newsimage {
        height: 180px;
    }

    #sidebar {
        width: 340px;
        padding-right: 0px;
        float: inherit;
        margin-left: 20px;
    }

    .leftcontent {
        width: 340px;
        float: inherit;
    }

    .leftcontent .newspost {
        width: 340px;
        margin-left: 20px;
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .leftcontent .newspost:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .leftcontent .newspost:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .leftcontent .newsoverlay {
        width: 340px;
        height: 240px;
    }

    .leftcontent .newsimage {
        width: 340px;
        height: 240px;
    }

    .singlepost,
    #comments,
    #authorbox,
    #responder {
        width: 300px;
        margin-left: 0px;
        float: inherit
    }

    #authorbox {
        text-align: center;
    }

    #authorbox .avatar {
        float: none;
    }

    #authorbox .authorinfo {
        width: 300px;
        float: none;
        text-align: left;
    }

    #authorbox .author-title {
        text-align: center;
    }

    .comment-form-comment textarea,
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment input,
    .comment-form-url input {
        width: 90%;
    }

    .sidebarwidget .search-submit {
        margin-top: 0px;
    }

    .newscomments {
        float: inherit;
        margin-left: 10px;
        margin-top: 5px;
    }

    .newstime {
        float: inherit;
        margin-left: 10px;
        margin-right: 25px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}











/* custom classes*/

.testres {
    font-size: 10px;
}

.ats {
    height: 292px;
    background-color: rgba(0, 0, 0, 0.45);
    border-top: solid 3px rgba(0, 0, 0, 0.2);
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
    /*width: 100%;*/
}

.ats-name {
    margin-top: -10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.ats-undoname {
    font-family: 'Roboto', sans-serif;
    color: #f2f1f1 !important;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.ats-button-bg {

    background-color: rgba(0, 0, 0, 0.3);
}

.logged-in-as,
.comment-form-comment,
.form-submit {
    margin-bottom: 5px;
}

.test-res-table:hover {
    background: none;
}

.test-res-table:hover {
    background: RGBA(0, 0, 0, 0.1);
}


.emailConfirmationAttentionBlock {
    color: #494949;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    font-size: 46px;
    position: fixed;
    width: 75px;
    height: 70px;
    right: 0px;
    top: 180px;
    z-index: 100;
    border-radius: 5px 0px 0px 5px;
    background-color: rgba(265, 265, 265, 1);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4), 0 2px 3px 0 rgba(0, 0, 0, .5);

    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;*/
}

.emailConfirmationAttentionBlock:hover {
    color: #ed1c24;
}

.emailConfirmationAttentionBlock:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    left: 200px;
    width: 285px;
    height: 122px;
    top: -19px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
    opacity: 0;
    z-index: 100;
}

.emailConfirmationAttentionBlock:after {
    content: '';
    display: block;
    position: absolute;
    top: 34px;
    left: 200px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, .7);
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
    opacity: 0;
    z-index: 100;
}


.emailConfirmationAttentionBlock:hover:before {
    opacity: 1;
    left: -300px;
}

.emailConfirmationAttentionBlock:hover:after {
    opacity: 1;
    left: -7px;
}

@font-face {
    font-family: 'Cuprum';
    src: url('fonts/cuprum_regular.eot');
    src: url('fonts/cuprum_regular.eot') format('embedded-opentype'),
        url('fonts/cuprum_regular.woff2') format('woff2'),
        url('fonts/cuprum_regular.woff') format('woff'),
        url('fonts/cuprum_regular.ttf') format('truetype'),
        url('fonts/cuprum_regular.svg#cuprum_regular') format('svg');
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;


    /*   font-family: Cuprum;
    src: url('fonts/cuprum-regular.woff2') format('woff2'),
         url('fonts/cuprum-regular.woff') format('woff'),     
         url('fonts/cuprum-regular.ttf') format('truetype');*/

    /*   font-family: 'Cuprum';
    src: url('fonts/cuprum_regular-webfont.woff2') format('woff2'),
         url('fonts/cuprum_regular-webfont.woff') format('woff');        
         url('fonts/cuprum_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;*/
}

.cabinetMenuButton td:first-child {
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, .1),
        inset 0px -11px 8px -10px rgba(0, 0, 0, .1),
        inset 11px 0px 8px -10px rgba(0, 0, 0, .0);
}

.cabinetMenuButton td {
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, .1),
        inset 0px -11px 8px -10px rgba(0, 0, 0, .0);
}

.cabinetMenuButton td:last-child {
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, .1),
        inset 0px -11px 8px -10px rgba(0, 0, 0, .1),
        inset -11px 0px 8px -8px rgba(0, 0, 0, .1);
}








/*-webkit-box-shadow: inset 0 0 10px #337AB7;
    box-shadow: inset 0 0 10px #337AB7;*/

.blockInSidebar {
    position: relative;
    display: block;
    min-width: 100px;
    min-height: 150px;
    background-color: rgba(235, 235, 235, .7);
    margin: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    font-size: 22px;
    font-weight: normal;
    /* text-align: center; */
    padding-top: 10px;
    font-family: 'Cuprum';
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 17px;
    letter-spacing: -0.2px;
}

.sidebarLinkIcon {
    display: inline-block;
    margin-right: 10px;
    color: #ed1c24;
}

.sidebarLink {
    font-size: 17px;
    font-weight: normal;
    color: #494949;
    cursor: pointer;
    width: 97%;
    border-bottom: 1px solid #494949;
    display: block;
    padding-bottom: 6px;
    margin-top: 10px;
    line-height: 21px;
}

.sidebarLink:hover {
    color: #ed1c24;
    border-bottom: 1px solid #494949;
}

.documentationLink {
    font-size: 18px;
    font-weight: normal;
    color: #494949;
    cursor: pointer;
    width: 97%;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: -0.1px;
}

.documentationLinkMail {
    font-size: 17px;
    font-weight: normal;
    color: #494949;
    width: 97%;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: -0.1px;

}

.documentationSubLink {
    margin-top: 5px;
    margin-left: 15px;
}

.documentationLink:hover {
    color: #ed1c24;
}

.documentationLinkHead:hover {
    color: unset;
    cursor: normal;
}

.documentationLinkHead {
    cursor: unset;
}

.documentationSubLinkIcon {
    font-size: 11px;
    top: -1px;
    position: relative;
}

.sidebarSubscrDescr {
    margin-top: 5px;
    font-family: 'Cuprum';
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: justify;
}

.inputText {
    border: none !important;
    padding: 5px 20px !important;
    border-radius: 25px !important;
    background: white;
    width: 289px;
    font-size: 11pt;
    margin-bottom: 10px;
    color: #494949;
    font-family: 'Cuprum';
    /* margin-left: 10px; */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.buttonSubscribe {
    border: none !important;
    border-radius: 20px !important;
    width: 117px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: -7px;
    font-family: 'Cuprum';
}

.buttonSubscribe:hover {
    background-color: #494949 !important;
}

.textInNews {
    font-size: 18px !important;
    margin-bottom: 10px;
    display: block;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 15px;
}

.headOfNews {
    font-family: 'RobotoBold';
    font-weight: normal !important;
    display: inline-block !important;
    font-size: 27px;
    margin-left: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
}

.paragraphInNews {
    font-family: 'RobotoBold';
    font-weight: normal !important;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.cellWithNewsIcon {
    width: 15%;
    vertical-align: middle;
    text-align: center;
    font-size: 150px;
    padding-left: 15px;
    padding-right: 15px;
    /* border: 1px solid black;*/
}

.cellWithNewsDescr {
    text-align: center;
    width: 85%;
    /*  border: 1px solid black;*/
}

.tableWithNewsDescr {
    margin-bottom: 0;
}

.link {
    cursor: pointer;
    display: block;
    color: #31313a;
}

.headOfNews:visited {
    color: #31313a;
}

.link:hover {
    color: #ed1c24;
}



.inputArea {
    width: 400px !important;
    height: 100px !important;
}

.generalContentWrap {
    width: 65%;
    min-height: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    background-color: rgba(235, 235, 235, .7);
    border-radius: 5px 0 5px 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 13px;
    margin-left: 15px;
    padding-right: 15px;
	font-size: 17px;
        line-height: 24px;
}

@media only screen and (max-width: 1700px) {
    .generalContentWrap {
        width: 85%;
    }
}

@media only screen and (max-width: 1450px) {
    .generalContentWrap {
        width: 90%;
    }
}

@media only screen and (max-width: 1220px) {
    .generalContentWrap {
        width: 93%;
    }
}

@media only screen and (max-width: 1000px) {
    #hero {
        min-height: 350px;
    }
}

@media only screen and (max-width: 768px) {
    #hero {
        min-height: 250px;
    }
}

.tagsOfNews {
    font-family: 'RobotoBold';
    font-weight: normal !important;
    left: 10px;
    font-size: 20px;
    position: relative;
}

.tagNews {
    display: inline-block;
    width: unset !important;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    margin-left: 15px;
    font-weight: normal;
    background-color: #31313ae3 !important;
}

.liIcon {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    font-size: 22px;
    top: 2px;
}

.liText {
    margin-top: 5px;
    display: inline-block;
    position: relative;
    left: 5px;
    font-style: italic;
    margin-bottom: 0;
}

.functionTypeRadioButton {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

.functionTypeLabel {
    font-family: 'Cuprum';
    font-size: 18px;
    color: #434343;
}

.headContent {
    font-family: 'RobotoBold';
    /*  letter-spacing: 0.4px;*/
    font-weight: normal !important;
    display: inline-block;
    position: relative;
    left: 20px;
    font-size: 25px;
    margin-top: 15px;
    line-height: 40px;
}

#helloText {
    font-family: 'RobotoBold';
    letter-spacing: 0.2px;
    font-weight: normal !important;
    font-size: 31px;

}

.generalProjectButtonHelp {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 25px;
    font-family: 'Cuprum';
    color: #494949;
    /*z-index: 100;*/
}

.generalProjectButtonHelp:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 8px;
    position: absolute;
    left: -181px;
    width: 170px;
    height: 50px;
    top: -12px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    transition: .25s ease-in-out;
    display: none;
    z-index: 255;
}

.generalProjectButtonHelp:after {
    content: '';
    display: none;
    position: absolute;
    top: 6px;
    left: -3px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid rgba(0, 0, 0, .7);
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid transparent;
    transition: .25s ease-in-out;
    opacity: 1;
    z-index: 255;
}

.generalProjectButtonHelp:hover:before {
    display: block;
}

.generalProjectButtonHelp:hover:after {
    display: block;
}

.grow {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.grow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
}

.image {
    margin: 0 auto;
    cursor: pointer;
    width: 400px !important;
    height: unset !important;
}

.image515 {
    margin: 0 auto;
    cursor: pointer;
    width: 515px !important;
    height: unset !important;
}

.smallImage {
    margin: 0 auto;
    cursor: pointer;
    width: 300px !important;
    height: unset !important;
}

.popup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

#bigImage {
    -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.5s;
    
}

.popup_bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1001;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


.popup_img {
    position: relative;
    margin: 0 auto;
    z-index: 1002;
    max-height: 94%;
    max-width: 94%;
    margin: 1% 0 0 0;
}

.imgContainer {
    display: block !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.newParagraph {
    margin-top: 10px;
}

.listInHelp {
    margin-top: 5px;
    margin-left: 50px;
    list-style: inherit;
    margin-bottom: 5px;
}

.fadeInOut600Class {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
}

.fadeInOut300Class {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    display: block;
}

.zatemnenieError {
    background: rgba(49, 49, 58, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 999999;
}

.buttomRename,
.buttomRename:hover,
.buttomRename:focus {
    display: block !important;
    border: none !important;
    border-radius: 20px !important;
    width: 30% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0px auto !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt !important;
    cursor: pointer;
    box-shadow: none !important;
}

.buttomRename:hover {
    background-color: #494949 !important;
}

#errorStrategy {
    position: absolute;
    width: 550px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
}