/*  
Theme Name: My College
Theme URI: http://www.skatdesign.com/
Description: My College is a modern college/university/school WordPress Theme, focused on niche education . <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.2.3
Author: Skat
Author URI: http://www.skatdesign.com/
Tags: white, blue, two-columns, right-sidebar, left-sidebar.
License:
License:
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

body {
    font: normal 13px/22px "Open Sans", Arial, Tahoma, sans-serif;
    color: #686c6f;
    -webkit-text-stroke: 0.001px transparent;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
/* ------------------------------------------------------------------------ */
/* 02. Skeleton Base 960 Grid
/* http://getskeleton.com/
/* ------------------------------------------------------------------------ */
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (min-width: 1400px) {
    .container {
        width: 1100px;
        max-width: 1100px;
        /*padding: 0 15px;*/
    }
}
.container .column, .container .columns {
    /*float: left;*/
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.row {
    margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
    margin-left: 0;
}
.column.omega, .columns.omega {
    margin-right: 0;
}
/* Base Grid */
.container .one.column, .container .one.columns {
    width: 40px;
}
.container .two.columns {
    width: 100px;
}
.container .three.columns {
    width: 160px;
}
.container .four.columns {
    width: 220px;
}
.container .five.columns {
    width: 280px;
}
.container .six.columns {
    width: 340px;
}
.container .seven.columns {
    width: 400px;
}
.container .eight.columns {
    width: 460px;
}
.container .nine.columns {
    width: 520px;
}
.container .ten.columns {
    /*width: 580px;*/
    width: 485px;
}
.container .eleven.columns {
    width: 640px;
}
.container .twelve.columns {
    width: 700px;
}
.container .thirteen.columns {
    width: 760px;
}
.container .fourteen.columns {
    width: 820px;
}
.container .fifteen.columns {
    width: 880px;
}
.container .sixteen.columns {
    width: 940px;
}
.container .one-third.column {
    width: 300px;
}
.container .two-thirds.column {
    width: 620px;
}
/* Offsets */
.container .offset-by-one {
    padding-left: 60px;
}
.container .offset-by-two {
    padding-left: 120px;
}
.container .offset-by-three {
    padding-left: 180px;
}
.container .offset-by-four {
    padding-left: 240px;
}
.container .offset-by-five {
    padding-left: 300px;
}
.container .offset-by-six {
    padding-left: 360px;
}
.container .offset-by-seven {
    padding-left: 420px;
}
.container .offset-by-eight {
    padding-left: 480px;
}
.container .offset-by-nine {
    padding-left: 540px;
}
.container .offset-by-ten {
    padding-left: 600px;
}
.container .offset-by-eleven {
    padding-left: 660px;
}
.container .offset-by-twelve {
    padding-left: 720px;
}
.container .offset-by-thirteen {
    padding-left: 780px;
}
.container .offset-by-fourteen {
    padding-left: 840px;
}
.container .offset-by-fifteen {
    padding-left: 900px;
}
/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* ------------------------------------------------------------------------ */
/* 03. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
    color: #5D6F8D;
    outline-style: none;
    text-decoration: none;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
a:hover {
    text-decoration: none;
    color: #841212;
}
/* Blockquotes */
blockquote {
    color: #bab8ba;
    padding: 0 20px;
    font-size: 14px;
    border-left: 4px solid #E6E6E6;
    margin-bottom: 15px;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Tahoma, serif;
    font-weight: 600;
    color: #5d6f8d;
    padding-bottom: 10px;
    line-height: normal;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
    line-height: 14px;
}
h3 {
    /*font-size: 16px;
    line-height: 20px;*/
    font-size: 20px;
    line-height: 24px;
    color: black !important;
}
h4 {
    font-size: 14px;
    line-height: 22px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 10px;
    line-height: 14px;
}
/* Images Styling */
img.alignleft {
    float: left;
    vertical-align: middle;
    margin-right: 40px;
}
img.alignright {
    float: right;
    vertical-align: middle;
    margin-left: 40px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
    clear: both;
}
.aligncenter {
    margin: 0 auto;
    clear: both;
    display: block;
}
/* Raw code styling */
pre, code {
    font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    text-shadow: none;
}
pre {
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 1px;
    background: url(framework/images/bg-code.gif);
}
/* Lists */

ul {
    list-style: disc inside;
}
ol {
    list-style: decimal inside;
}
/* ------------------------------------------------------------------------ */
/* 04. Wrapper
/* ------------------------------------------------------------------------ */
#wrapper {
    margin: 0 auto;
    background-color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 05. Full Width
/* ------------------------------------------------------------------------ */
#full-width {
    width: 100%;
    margin: 0;
    background-color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 06. Header
/* ------------------------------------------------------------------------ */

#header {
    position: relative;
    /*background-color: #696a6b;*/
}
.top-bar {
    /*background-color: #262a2d;*/
}
.social-bar {
    background-color: #f0f2f4;
    padding: 5px 0 6px;
    border-bottom: 1px solid #ededed;
    min-height: 2px;
}
.social-bar ul {
    list-style: none;
    float: right;
}
.social-bar ul li {
    float: left;
    margin-right: 20px;
    font-size: 11px;
}
.social-bar ul li a {
    background-color: #fff;
    color: #878b93;
    padding: 3px 4px 3px 10px;
    border: 1px solid #e9e9e9;
    line-height: 17px;
    border-radius: 25px;
    display: inline-block;
}
.social-bar ul li a span {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(framework/images/sprite.png) no-repeat;
    margin-left: 5px;
}
.social-bar ul li a span.linkedin-icon {
    background-position: -37px -37px;
}
.header-middle {
    /*height: 70px;*/
    height: 95px;
    background-color: #fff;
}
.left-bg {
    position: absolute;
    background-color: #841212;
    /*height: 166px;*/
    height: 191px;
    width: 100%;
    left: -100%;
}
.header-phone {
    background-color: #841212;
    /*width: 291px;*/
    width: 374px;
    /*height: 56px;*/
    /*padding: 18px 0 22px 75px;*/
    /*padding: 25px 0 15px 20px;*/
	padding: 10px;
    /*background: #841212 url(framework/images/sprite.png) no-repeat 18px -70px;*/
    /*background: #841212 url(framework/images/sprite.png) no-repeat -636px -234px;*/
    position: relative;
    /*float: left;*/
    color:#ffffff;
    font-size: 18px;
}
.header-phone h2, .header-phone h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding-top: 10px;
}
.header-phone h4 {
    font-size: 13px;
    padding-top: 0;
}
.triangle-arrow {
    border-right: 58px solid transparent;
    border-top: 96px solid #841212;
    display: block;
    position: absolute;
    height: 0;
    /*width: 0;*/
    right: -58px;
    top: 0;
}
.header-tagline {
    float: right;
    height: 56px;
    /*padding: 8px 0;*/
    padding: 20px 0;
    text-align: center;
    width: 535px;
}
.header-tagline a {
    color: #4491C9;
    font-weight: 600;
}
.header-tagline h3 {
    line-height: 56px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.phone-slogan {
    /*overflow: hidden;*/
	height: 60px;
    z-index: 2;
}
/* ------------------------------------------------------------------------ */
/* 07. Main Header Navigation
/* ------------------------------------------------------------------------ */
.main-menu {
    position: relative;
    float: left;
    /*padding-left: 20px;*/
}
.mnav {
    display: none;
}
#menu-item-286, #menu-item-296 {
    display: none;
}
.menu_conteiner {
    margin-left: -105px !important;
    margin-right: 0px !important;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    position: relative;
    display: inline-block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 300;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** SKIN ***/

.sf-menu a {
    padding: 0;
    position: relative;
    display: block;
    line-height: 68px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sf-menu a {
    color: #6f6b6b;
    border-top: 2px solid #fff;
}
.sf-menu li {
    text-transform: capitalize;
    margin: 0 15px;
}
.sf-menu li a:hover {
    border-top: 2px solid #76c1f7;
    color: #76c1f7;
    background-color: #fff;
}
.current-menu-item a {
    border-top: 2px solid #76c1f7;
    color: #6f6b6b;
    background-color: #fff;
}
/* menu with children */
#main-menu .sf-with-ul {
}
/* menu with children hover */
#main-menu .sfHover .sf-with-ul:hover {
    color: #76C1F7;
}
/* dropdown active */
.sf-menu li.sfHover a {
    border-top: 2px solid #76c1f7;
    color: #76C1F7;
    background-color: #fff;
}
/* SUBMENU 1 */

#main-menu .sf-menu li ul {
    width: 200px;
    margin: 42px 0 0;
    padding: 0;
    background-color: #EFF1F3;
    border-left: 3px solid #6CA7D3;
    font-size: 11px;
    text-indent: 0;
}
#main-menu .sf-menu li ul .current-menu-item a {
    margin: 0;
    padding: 0 10px;
    border-top: none;
}
.sf-menu li li {
    text-transform: capitalize;
    width: 200px;
    border: none;
    margin: 0;
    float: left;
    text-align: left;
}
#main-menu .sf-menu li li a {
    color: #696969;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    border-width: 0 0 1px;
    background: none;
    line-height: 40px;
}
#main-menu .sf-menu li ul li a:hover {
    color: #76c1f7;
    margin: 0;
}
#main-menu .sf-menu li li:first-child {
    border: none;
}
/* SUBMENU 2 */

#main-menu .sf-menu li li ul {
    width: 200px;
    margin: 0 0 0 95px;
    padding: 0;
}
#main-menu .sf-menu li li li a {
    color: #696969;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
}
/* level 2 a active */
#main-menu .sf-menu li li.sfHover a {
    color: #76c1f7;
    margin: 0;
}
#main-menu .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#main-menu .sf-menu li li.sfHover li a {
    color: #696969;
    background: none;
}
/* level 3 a hover color */
#main-menu .sf-menu li li.sfHover li a:hover {
    color: #76c1f7;
    margin: 0;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}
.sf-sub-indicator {
    display: none;
}
/* search box */
.search-box {
    position: absolute;
    top: -151px;
    right: 0;
    z-index: 3;
}
.search-title {
    background-color: #748491;
}
.search-title h3 {
    padding: 0 0 0 20px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.search-form {
    background-color: #fff;
    border: 1px solid #E8EAEE;
    padding: 15px;
}
.select-replace-cover, .search-box input, .search-box select {
    color: #F25D28;
    border: 1px solid #D6DCE1;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #abaeb4;
    height: 40px;
    line-height: 40px;
    width: 100% !important;
    cursor: pointer;
    margin: auto;
    padding: 0 15px;
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    /* beautiful background below :) */
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f2f3));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f1f2f3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f2f3', GradientType=0 );
}
.select-replace-cover {
    margin-top: 15px !important;	
}
.select-replace {
    background: url(framework/images/sprite.png) no-repeat 205px -245px;	
}
.search-box .search-submit {
    width: 95px !important;
    margin: 15px 0 0;
    height: 35px;
    line-height: 35px !important;
    border: none;
    color: #fff;
    border-radius: 4px;
    background: #8cbb41; /* Old browsers */
    background: -moz-linear-gradient(top,  #8cbb41 0%, #8cbb41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbb41), color-stop(100%,#8cbb41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8cbb41 0%,#8cbb41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbb41', endColorstr='#8cbb41',GradientType=0 ); /* IE6-9 */
    -webkit-appearance: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.search-submit:hover {
    opacity: .9;	
}
#right-col .search-box {
    position: relative;
    margin: 0;
    top: auto;
}
#right-col .search-form {
    border: none;
    background: none;
    padding: 0 15px;
}
#right-col .select-replace-cover, #right-col .search-box input, #right-col .search-box select {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
/* ------------------------------------------------------------------------ */
/* 08. Site title & Tag Line
/* ------------------------------------------------------------------------ */

.site-title {
    /*margin: 8px 0 0 18px;*/
    padding: 0;
}
.text-logo {
    line-height: 50px;	
}
.site-title img {
    max-width: 100%;
}
.site-title a {
    color: #00adee;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.site-title a:hover {
    color: #292929;
}
/* ------------------------------------------------------------------------ */
/* 09. Content
/* ------------------------------------------------------------------------ */

.content {
    /*padding-top: 45px;*/
	padding-top: 20px;
}
.content-padding {
    padding-top: 0;
}
.page-top {
    position: relative;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 0;
    padding: 66px 0 50px;
    margin: -45px 0 40px;
}
.page-top h2 {
    font-size: 20px;
    padding: 0 0 0 40px;
    color: #464242;
    text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
/* breadcrumbs */
.breadcrumbs {
    font-size: 12px;
    text-align: right;
    line-height: 25px;
}
/*--content banenr--*/
.content-banner {
    float: left;
    width: 611px;
    margin-bottom: 45px;
}
/* ------------------------------------------------------------------------ */
/* 10. Blog Entry
/* ------------------------------------------------------------------------ */

.blog-entry {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #e8eaee;
}
.post-format-standard, .post-format-video, .post-format-gallery, .post-format-audio, .post-format-link {
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(framework/images/sprite.png) no-repeat 0 -275px;
    display: inline-block;
}
.post-format-video {
    background-position: -67px -335px;
    width: 26px;
}
.post-format-gallery {
    background-position: -30px -305px;
    width: 27px;
}
.post-format-audio {
    background-position: -103px -365px;
    width: 23px;
}
.post-format-link {
    background-position: -136px -395px;
    width: 26px;
}
.entry-meta {
    float: left;
    padding: 5px 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #e8eaee;
    width: 598px;
    margin-bottom: 15px;
}
.entry-meta ul {
    list-style: none;
}
.entry-meta ul li {
    float: left;
    font-size: 11px;
    margin-right: 40px;
    padding-left: 20px;
    color: #5d6f8d;
}
.meta-author {
    background: url(framework/images/sprite.png) no-repeat -688px -346px;
}
.meta-date {
    background: url(framework/images/sprite.png) no-repeat -656px -377px;
}
.meta-comments {
    background: url(framework/images/sprite.png) no-repeat -623px -409px;
}
.meta-category {
    background: url(framework/images/sprite.png) no-repeat -594px -443px;
}
.capitalize {
    text-transform: capitalize;
}
.entry-content {
    float: left;
    padding: 0 15px 15px;
    color: #949699;
    line-height: 22px;
    width: 607px;
}
.entry-content object, .entry-content embed {
    max-width: 100%;
}
.post-edit-link {
    display: block;
    clear: both;
}
.entry-title {
    font-size: 18px;
    font-weight: 400;
    padding: 7px 20px;
    line-height: 22px;
}
.entry-title a {
    color: #5d6f8d;
}
.entry-title a:hover {
    color: #841212;
}
.entry-thumb, .entry-gallery {
    margin-bottom: 15px;
    width: 607px;
    height: 195px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.entry-gallery img {
    height: 308px;
}
.entry-thumb:hover {
    opacity: .8;
}
.entry-thumb img {
    width: 607px;
    height: 195px;
    max-width: 100%;
}
.entry-video {
    margin-bottom: 15px;
    width: 566px;
    height: 316px;
    padding: 6px;
    border: 1px solid #ededed;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.entry-audio {
    margin-bottom: 10px;
    width: 580px;
}
.entry-video iframe {
    width: 566px;
    height: 316px;
}
.entry-audio iframe {
    width: 580px;
}
.entry-title-link {
    padding-bottom: 0;
}
.entry-link-content {
    margin-bottom: 15px;
    color: #ccc;
}
.page-top .entry-link-content {
    margin-bottom: 0;
}
.entry-excerpt {
    margin-bottom: 15px;
}
.read-more {
    background: rgb(139,186,64); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(139,186,64,1) 0%, rgba(122,169,55,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,186,64,1)), color-stop(100%,rgba(122,169,55,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.read-more:hover {
    opacity: .8;
    color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 11. Sidebar
/* ------------------------------------------------------------------------ */

/*-- left col--*/
#left-col {
    float: left;
}
#right-col {
    float: right;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e8eaee;
    padding: 0 0 15px;
}
.sidebar-widget a {
    color: #a3a3a9;
}
.sidebar-widget a:hover {
    color: #841212;
}
.sidebar-widget img {
    max-width: 100%;
}
.sidebar-widget li {
    list-style: none;
    background: url(framework/images/sprite.png) no-repeat -675px -481px;
    padding: 5px 15px 5px 33px;
}
.sidebar-widget li:hover {
    background-color: #f7f7f7;	
}
.sidebar-widget li:last-child {
    padding-bottom: 0;
}
.widget-shadow {
    width: 299px;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: -1px;
    background: url(framework/images/sprite.png) no-repeat 0 -390px;
    display: block;
}
.sidebar-widget h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: 1px solid #e8eaee;
    position: relative;
    margin: 0 0 15px;
}
/* flickr */
.flickr {
    position: relative;
    margin-left: -10px;
}
.flickr img {
    width: 74px;
    height: 55px;
    float: left;
    margin: 4px 0 6px 10px;
}
#right-col .flickr {
    padding-left: 18px;	
}
#right-col .flickr img {
    width: 74px;
    height: 55px;
}
#footer ul li:last-child {
    padding-bottom: 0;
}
#right-col .textwidget p {
    padding: 15px 15px 10px;	
}
#right-col .textwidget {
    padding: 0 15px;	
}
/* -- 125x125 ad blocks --*/
.ads ul {
    position: relative;
}
.ads ul li {
    margin-bottom: 7px;
    text-align: center;
    background: none;
    padding: 0;
    list-style: none;
}
/* -- tabbed widget --*/
.tabbed-tabs li {
    background: none;
    float: left;
    width: 49.7%;
    padding: 10px 0;
    margin: 0 0 15px;
    text-align: center;
    color: #5d6f8d;
    font-size: 18px;
    border: 1px solid #e8eaee;
    border-width: 0 1px 1px 0;
    position: relative;
}
.tabbed-tabs li:last-child {
    border-right: none;
    padding-bottom: 10px;	
}
.tabbed-tabs li:hover {
    cursor: pointer;
    background: none;	
}
.tabbed-tabs li.current {
    font-weight: 600;
}
.tabbed-tabs li.current span  {
    background: url(framework/images/sprite.png) no-repeat center top;
    bottom: -5px;
    display: block;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 15px;
}
.tabbed-panes {
    clear: both;
    padding: 0 15px;
}
.tabbed-panes h4 a {
    color: #858585 !important;
    font-size: 13px !important;
    line-height: 17px !important;
}
.tabbed-panes .popular-posts ul li:last-child {
    margin-bottom: 0 !important;	
}
.tabbed-panes .recent-date {
    color: #e79105 !important;
    font-size: 12px;
    font-style: normal;
}
.tabbed-panes ul li {
    float: left;
    width: 100%;
}
.tabbed-panes .recent-date {
    background: url(framework/images/sprite.png) no-repeat 0 -400px;
    padding-left: 16px;
}
/* -- archive dropdown --*/

.sidebar-widget select {
    border: 1px solid #d7dadc;
    padding: 2px 2px 2px 0;
    border-radius: 0;
    margin-left: 15px;
    max-width: 90%;
}
/* -- popular posts widget --*/
.popular-posts ul li {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 30px !important;	
}
#footer .popular-posts h4 a {
    color: #cbcbcb;	
}
#footer .popular-posts h4 a:hover {
    color: #841212;	
}
.popular-posts p {
    color: #878888;	
}
.popular-image {
    float: left;
    height: 49px;
    margin-right: 10px;
    width: 84px;	
}
.popular-posts img {
    height: 49px;
    width: 100%;
    max-width: 100%;	
}
/* -- tagcloud widget --*/
.tagcloud {
    padding: 0 15px;	
}
.tagcloud a {
    background-color: #fff;
    color: #00adee;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #ededed;
    -webkit-transition: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    -ms-transition: all .8s linear 0s;
    -o-transition: all .8s linear 0s;
    transition: all .8s linear 0s;
}
.tagcloud a:hover {
    color: #fff;
    background-color: #00adee;
    -webkit-transition: all 0.01s linear 0s;
    -moz-transition: all 0.01s linear 0s;
    -ms-transition: all 0.01s linear 0s;
    -o-transition: all 0.01s linear 0s;
    transition: all 0.01s linear 0s;
}
/* tagcloud footer */
#footer .tagcloud a {
    background-color: #1f1f1f;
    border: none;
    font-size: 13px !important;
    padding: 5px;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    -ms-transition: all .8s linear 0s;
    -o-transition: all .8s linear 0s;
    transition: all .8s linear 0s;
}
#footer .tagcloud a:hover {
    color: #fff;
    background-color: #00adee;
    -webkit-transition: all 0.01s linear 0s;
    -moz-transition: all 0.01s linear 0s;
    -ms-transition: all 0.01s linear 0s;
    -o-transition: all 0.01s linear 0s;
    transition: all 0.01s linear 0s;
}
/* ------------------------------------------------------------------------ */
/* 12. Pagination
/* ------------------------------------------------------------------------ */

.pagination {
    float: right;
    margin: 0;
}
.pagination .current, .pagination .inactive, .pagination .pagi-first, .pagination .pagi-last, .pagination .pagi-previous, .pagination .pagi-next {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: url(framework/images/sprite.png) no-repeat -147px -452px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}
.pagination .current {
    margin-left: 8px;
}
.pagination .inactive {
    margin-left: 8px;
    color: #fff;
}
.pagination .pagi-last, .pagination .pagi-first, .pagination .pagi-next, .pagination .pagi-previous {
    background-color: #fff;
    margin-left: 8px;
    color: #fff;
}
.pagination .inactive:hover, .pagination .pagi-first:hover, .pagination .pagi-last:hover, .pagination .pagi-previous:hover, .pagination .pagi-next:hover {
    background-position: -147px -476px;
    color: #fff;
}
.pagination .current {
    background-position: -147px -476px;	
}
/* ------------------------------------------------------------------------ */
/* 13. 404 Error
/* ------------------------------------------------------------------------ */

.not-found img {
    max-width: 100%;
    margin-bottom: 15px;
}
.not-found p {
    margin-bottom: 10px;
}
/* image preloader */

.preloader {
    background: url(framework/images/ajax-loader.gif) center center no-repeat;
    display: inline-block;
    margin: 0;
}
/* ------------------------------------------------------------------------ */
/* 14. Comments
/* ------------------------------------------------------------------------ */

#comments {
    position: relative;
    padding-top: 0;
    border: 1px solid #e8eaee;
}
.comments-title {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8eaee;
}
#comments ul, #comments ol {
    list-style: none;
    text-indent: 0;
}
.commentlist {
    padding: 0 15px;	
}
.comment-body {
    padding-bottom: 20px;
}
.comment-text {
    overflow: hidden;
    border: 1px solid #e8eaee;
    padding: 10px 15px;
}
.comment-text .author {
}
.text-of-comment {
    padding: 0;
    position: relative;
}
.comment-text .text p {
    padding-bottom: 10px;
}
#comments .text-of-comment {
    color: #949699;	
}
.comment-text cite {
    font-style: normal;
    display: block;
    font-size: 13px;
    color: #4395d1;
}
.comment-text cite a {
    color: #4395d1;
    font-weight: 400;
}
.comment-text cite a:hover {
    color: #4395d1;
}
.comment-meta {
    font-size: 11px;
    color: #ccc;
}
.comment-reply-link {
    color: #00adee;
    font-size: 11px;
}
.comment-reply-link:hover {
}
#comments .children {
    margin-left: 94px;
    position: relative;
}
#comments ol li ul li {
    border: none;
    padding-left: 0;
}
.author-avatar {
    width: 70px;
    height: 50px;
    float: left;
    margin-right: 10px;
    padding: 6px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
    background-color: #fff;
}
.author-avatar img {
    height: 50px;
    width: 70px;
}
#comments ol.commentlist li ul.children li.depth-1 {
}
#comments ol.commentlist li ul.children li.depth-2 {
}
#comments ol.commentlist li ul.children li.depth-3 {
}
#comments ol.commentlist li ul.children li.depth-4 {
}
#comments ol.commentlist li ul.children li.depth-5 {
}
#comments ol.commentlist li ul.children li.depth-6 {
}
.nocomments {
    margin-left: 20px;
}
.trackbacks {
    width: 430px;
    padding: 15px;
}
.trackbacks h3 {
    margin: 0 0 20px;
}
.trackbacks ul {
    list-style: none;
}
/*--respond--*/
h3#reply-title {
    display: none;
}
.fb_iframe_widget {
    border-bottom: none !important;
}
#respond {
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
    border: 1px solid #e8eaee;
    margin-top: 40px;
    margin-bottom: 40px;
}
#respond .title {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8eaee;
}

.comment-notes {
    display: none;
}
#comments .commentlist #respond {
    margin-left: 10px;
    margin-bottom: 50px;
}
#comments .commentlist #respond h4 {
    padding-bottom: 5px;
}
#respond .form-allowed-tags {
    display: none;
}
#reply-title {
    margin: 20px 0 30px;
}
.respond-inputs {
    position: relative;
    padding: 10px 15px;
}
.respond-inputs p {
    margin-bottom: 10px;
}
.respond-inputs .last-input {
    margin-right: 0;
}
.respond-inputs input {
    width: 96%;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 2%;
    color: #d1d1cd;
    -webkit-appearance: none;
    border-radius: 0;
}
.respond-inputs input:focus, .respond-textarea textarea:focus {
    border: 1px solid #00adee;
}
#comments .commentlist #respond .respond-inputs p {
    float: none;
    margin-bottom: 10px;
}
.respond-textarea {
    padding: 0 15px;	
}
#comments .commentlist #respond textarea {
    width: 100%;
}
.respond-textarea textarea {
    padding: 10px 2%;
    border: 1px solid #ddd;
    color: #737373;
    max-width: 96%;
    width: 96%;
}
.form-submit {
    margin-bottom: 20px;
}
input#submit, input#submit:active, input#submit:focus {
    background: rgb(139,186,64); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(139,186,64,1) 0%, rgba(122,169,55,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,186,64,1)), color-stop(100%,rgba(122,169,55,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border: none;
    float:  right;
    margin-right: 15px;
}
input#submit:hover {
    opacity: .8;
}
#respond #cancel-comment-reply-link {
    display: block;
    margin-bottom: 15px;
    color: #F00;
    padding-left: 15px;
}
.comment_form {
    clear: both;
}
.logged-in-as {
    padding: 0 15px;	
}
/* ------------------------------------------------------------------------ */
/* 15. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
    width: 100%
}
#wp-calendar caption {
    padding: 0 10px;
    text-align: left;
    font-weight: bold;
    margin: -5px 0 5px 0;
}
#wp-calendar thead {
    font-size: 10px
}
#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
    color: #aaa
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
    border-left: none;
}
#wp-calendar tbody td:hover {
    background: #fff
}
#wp-calendar tbody .pad {
    background: none
}
#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}
#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}
#prev {
    text-align: left;
    margin: 10px 0 0 0;
}
#next {
    text-align: right;
    margin: 10px 0 0 0;
}
.sticky {
}
.textwidget {
    margin-bottom: 0;
    padding-bottom: 0;
}
.textwidget p {
    padding-bottom: 10px;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.sticky {
}
.bypostauthor {
}
/*--gallery--*/
#gallery-1 img {
    border: 1px solid #ededed !important;
    padding: 3px;
}
.caption {
    margin-left: 10px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.center {
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 40px;
}
.alignright {
    float: right;
    margin-left: 40px;
}
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
    text-align: center;
    max-width: 100%;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 5px 15px;
    text-shadow: none;
}
.gallery-caption {
}

/* ------------------------------------------------------------------------ */
/* 16. Latest Tweet
/* ------------------------------------------------------------------------ */

.latest-tweet {
    background-color: #00adee;
    padding: 17px 0 15px;
    color: #fff;
}
#twitter_update_list {
    list-style: none;
    background: url(framework/images/sprite.png) no-repeat 0 -206px;
    padding: 3px 0 5px 35px;
}
#twitter_update_list li a {
    color: #fff;
    display: inline;
}
#twitter_update_list li a:hover {
    color: #fff;
}
#twitter_update_list li > a {
    display: none;
}

/* ------------------------------------------------------------------------ */
/* Hero
/* ------------------------------------------------------------------------ */
.hero {
    height: 350px;
    background: url('../../uploads/2018/04/paideia-main.jpg') 50% 10% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1025px) {
    .hero {
        height: 450px;
    }
}

@media screen and (min-width: 768px) {
	.main-menu {
		padding-left: 40px;
	}
	.container .column, .container .columns {
		float: left;
	}
}

/* ------------------------------------------------------------------------ */
/* Main Content
/* ------------------------------------------------------------------------ */
.main-content {
    
}

.main-content .front-items {
    margin-bottom: 50px;
}

.main-content .front-items .item {
    max-width: 360px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.main-content .front-items .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.main-content .front-items .item h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: black;
    padding: 0;
    margin: 0 0 20px 0;
}

.main-content .front-items .item p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #686c6f;
}

.main-content .front-items .item a {
    display: inline-block;
    color: white;
    font-weight: 600;
    background-color: #800000;
    font-size: 16px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 5px;
}

.main-content .front-items .item a:hover {
    background-color: #930f0f;
}

.main-content .articles {
    
}

.main-content .articles .article {
    margin-bottom: 30px;
}

.main-content .articles h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #800000;
    padding-bottom: 7px;
    border-bottom: 1px solid #E8EAEE;
    margin: 0 0 15px 0;
}

.main-content .articles h5 a {
    color: #800000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.main-content .articles p a {
    color: #686c6f;
}

.main-content .articles p a:hover {
    color: #800000;
}

@media screen and (min-width: 1025px) {
    .main-content .front-items {
        display: flex;
        justify-content: space-between;
    }
    
    .main-content .front-items .item {
        flex: 0 0 30%;
        margin: 0;
    }
    
    .main-content .articles {
        display: flex;
        justify-content: space-between;
    }
    
    .main-content .articles .article-section {
        flex: 0 0 30%;
    }
}

/* ------------------------------------------------------------------------ */
/* Course Information
/* ------------------------------------------------------------------------ */
.page-template-course-template h1,
.course-information .course-description p,
.course-information .course-description h4,
.course-information .course-description ul {
    color: black;
    margin: 0 0 15px 0;
    padding-bottom: 0;
}

.course-information h4 {
    font-size: 20px;
    line-height: 1.2;
}

.course-information .course-description {
    margin-bottom: 40px;
}

.course-information .course-description .course-ambient {
    display: block;
    width: 100%;
    height: auto;
}

.course-information .course-panel {
    background-color: #df4949;
    border: none;
    border-radius: 0;
}

.course-information .course-panel .panel-heading {
    padding: 15px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    text-align: center;
}

.course-information .course-panel .panel-heading a {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #43494c;
    border-radius: 5px;
    margin-bottom: 25px;
}

.course-information .course-panel .panel-body {
    padding: 20px;
}

.course-information .course-panel h2,
.course-information .course-panel h4,
.course-information .course-panel p,
.course-information .course-panel ul {
    color: white;
    margin: 0 0 15px 0;
    padding-bottom: 0;
}

.course-information .course-panel h2 {
    font-size: 28px;
}

.course-information .course-panel a {
    color: white;
}

.course-information .course-panel a:hover {
    text-decoration: underline;
}

.course-information .course-panel .apply {
    margin: 0;
    text-align: center;
}

.course-information .course-panel .apply a {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #43494c;
    border-radius: 5px;
    margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
    .course-information {
        display: flex;
    }
    
    .course-information .course-description,
    .course-information .single-course {
        flex: 0 0 60%;
        margin: 0 30px 0 0;
    }
    
    .course-information .course-panel {
        flex: 0 1 calc(40% - 30px);
        align-self: flex-start;
    }
}

/* ------------------------------------------------------------------------ */
/* 17. Footer
/* ------------------------------------------------------------------------ */

#footer {
    background-color: #696a6b;
    position: relative;
    padding-top: 76px;
    margin-top: 80px;
    font-size: 13px;
}
#footer a {
    color: #909294;
}
#footer a:hover {
    color: white;
}
.footer-title {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}
.footer-left-column, .footer-middle-column {
    width: 239px;
    padding-right: 40px;
    border-right: 1px solid #52585b;
    float: left;
    margin-right: 40px;
}
.footer-right-column {
    /*width: 239px;*/
    /*float: left;*/
    margin: 0;
}
/* footer content */
.footer-widgets {
    /*margin-bottom: 23px;*/	
    margin-bottom: 0px;	
}
.footer-sidebar-widget {
    margin-bottom: 20px !important;
}
.footer-sidebar-widget ul li {
    background: url(framework/images/sprite.png) no-repeat -688px -126px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 8px;
}

.footer-info {
    font-size: 14px;
    line-height: 1.3;
    color: #909294;
    padding-bottom: 20px;
    border-bottom: 1px solid #696a6b;
    margin: 20px 0;
}

.footer-info .section {
    margin-bottom: 30px;
}

.footer-info h5 {
    color: #e3e6e8;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
}

.footer-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-info ul li {
    margin-bottom: 5px;

}

.footer-info .networks {
    padding-top: 5px;
}

.footer-info .networks a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: black !important;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: none;
}

.footer-info .networks a:hover {
    background-color: black;
    color: white !important;
}

.copy p {
    color: #817d7d;
}

@media screen and (min-width: 768px) {
    .footer-info .sections {
        display: flex;
        justify-content: space-between;
    }
    
    .footer-info .sections .section {
        flex: 0 0 22%;
        margin: 0;
    }
    
    .footer-info .sections .section.address,
    .footer-info .sections .section.products {
        flex: 0 0 15%;
    }
    
    .footer-info .sections .section.contact,
    .footer-info .sections .social {
        flex: 0 0 25%;
    }
}

.grey-stripe {
    position: absolute;
    width: 100%;
    background-color: #696a6b;
    height: 140px;
    top: 0;
}
/* twitter feed */
.twitter-feed {
    float: left;
    /*background: url(framework/images/sprite.png) no-repeat -654px -30px;*/
    height: 66px;
    padding-left: 10px;
}
.tweet {
    display: none;
    width: 460px;
    font-style: italic;
    font-size: 14px;
    padding-top: 18px;
    color: #9b9999;
}
.tweet a {
    color: #841212 !important;
}
.tweet:first-child {
    display: block;
}
.twitter-container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
/* newsletter */
.newsletter {
    height: 170px;
    margin-top: -95px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.newsletter-content {
    margin: -23px auto auto;
    position: relative;
    width: 960px;
    z-index: 6;	
}
.newsletter-box {
    background: #841212 url(framework/images/sprite.png) no-repeat -643px -213px;
    color: #FFFFFF;
    float: right;
    height: 193px;
    padding-top: 40px;
    width: 366px;	
}
.triangle-arrow-newsletter {
    border-bottom: 171px solid #841212;
    border-right: 0px solid transparent;
    border-left: 100px solid transparent;
    border-top: 0;
    float: right;
    display: block;
    height: 0;
    margin-left: 366px;
    text-indent: -9999px;
    width: 0;
}
.newsletter-box h4{
    color: #fff;
    font-size: 16px;
    padding-left: 80px;
}
.newsletter-form {
    padding-left: 80px;	
}
.newsletter-box input {
    -moz-box-sizing: border-box;
    background-color: #1E6CA5;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    width: 219px;
    padding: 0 10px;
    float: left;
}
.newsletter-box .feedburner-button {
    background-color: #3384BE;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    width: 37px;
    float: left;
    text-align: center;
    margin-left: 10px;
}
/* footer middle */
.footer-middle {
    padding: 40px 40px 20px;
    background-color: #43494c;
    z-index: 2;
    position: relative;
    width: 880px !important;
}
.right-bg {
    background-color: #841212;
    display: block;
    height: 193px;
    position: absolute;
    width: 100%;
    right: -100%;
}
/* footer contact form */
.wpcf7-form textarea {
    background-color: #fff;
    border: 1px solid #ddd !important;
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 4%;
    width: 92% !important;
    max-width: 92% !important;
}
#footer .wpcf7-text, #footer .wpcf7-form textarea {
    background-color: #3E4447;
    border: 1px solid #52585B !important;
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 4%;
    width: 92% !important;
    max-width: 92% !important;
    height: 29px;
    line-height: 29px;
    display: block;
}
#footer .wpcf7-text {
    padding-top: 0;
    padding-bottom: 0;	
}
#footer .wpcf7-form textarea {
    height: 60px;
    overflow: hidden;
}
#footer .wpcf7-form p {
    padding: 0;
    margin: 0;	
}
#footer .wpcf7-form .button, #footer .wpcf7-form input[type="reset"], #footer .wpcf7-form input[type="submit"] {
    background: #8bba40; /* Old browsers */
    background: -moz-linear-gradient(top, #8bba40 0%, #7aa937 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bba40), color-stop(100%,#7aa937)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8bba40 0%,#7aa937 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    float: right;
    width: 63px;
    font-size: 12px;
}
/* ------------------------------------------------------------------------ */
/* 18. Footer Bottom
/* ------------------------------------------------------------------------ */
.bottom-footer {
    border-top: 1px solid #52585b;
    padding-top: 23px;
    font-size: 12px;
    color: #817d7d;
}
#footer .bottom-footer a {
    color: #7b7777;	
}
#footer .bottom-footer a:hover {
    color: #817d7d;
    opacity: .8;
}
.copyright {
    background: #292929 url(framework/images/footer-divider.png) repeat-x top;
    padding: 15px 0;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    color: #b2b2b2;
}
.copyright-content {
    width: 940px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
}
.copyright a {
    color: #b2b2b2;
}
.copyright a:hover {
    color: #00adee;
}
/* social bottom */
.social-bottom {
    float: right;
    margin-left: 10px;
}
.social-bottom li {
    float: left;
    margin-left: 10px;
    list-style: none;
}
.social-bottom li a {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 24px;
    height: 24px;
    opacity: 1;
    background: url(framework/images/sprite.png) no-repeat;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.social-bottom li a:hover {
    opacity: .8;
}
.social-bottom li.twitter-icon a {
    background-position: 0 -476px;
}
.social-bottom li.facebook-icon a {
    background-position: -34px -476px;
}
.social-bottom li.flickr-icon a {
    background-position: -68px -476px;
}
.social-bottom li.rss-icon a {
    background-position: -102px -476px;
}
/* footer menu */
.footer-menu {
    float: right;
    padding-top: 6px;
}
.footer-menu ul li {
    list-style: none;
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    border-right: 1px solid #7b7777;
    border-left: 1px solid #7b7777;
    line-height: 12px;
}
.footer-menu ul li:first-child {
    border: none;	
}
#footer .footer-menu li a {
    color: #7b7777;	
}
#footer .footer-menu li a:hover {
    color: #817d7d;	
    opacity: .8;
}
#footer .current_page_item a {
    background: none;
    border: none;
    color: #841212 !important;	
}

/* ------------------------------------------------------------------------ */
/* 19. Single Post Entry
/* ------------------------------------------------------------------------ */
.single-blog-entry {
}
.single-blog-entry p {
    padding-bottom: 10px;
}
.page-navigation {
    padding-top: 10px;
    display: block;
}
.single-blog-entry .entry-meta {
    border-top: none;	
}
/* post tags */
.post-tags {
    width: 100%;
    border: 1px solid #ededed;
    border-width: 1px 0;
    padding: 5px 0;
    margin-bottom: 15px;
}
.post-tags a {
}
.post-tags a:hover {
}
/* share box */

.share-entry {
}
.share-entry h6 {
    float: left;
    line-height: 20px;
    padding-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.share-entry ul {
    float: right;
}
.share-entry ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
.share-entry ul li a {
    display: block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00adee url(framework/images/sprite.png) no-repeat;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.share-entry ul li a:hover {
    opacity: .8;
}
.share-entry ul li.share-facebook a {
    background-position: -441px -36px;
}
.share-entry ul li.share-twitter a {
    background-position: -471px -36px;
}
.share-entry ul li.share-linkedin a {
    background-position: -501px -36px;
}
.share-entry ul li.share-google a {
    background-position: -531px -36px;
}
.share-entry ul li.share-delicious a {
    background-position: -561px -36px;
}
.share-entry ul li.share-stumbleupon a {
    background-position: -591px -36px;
}
.share-entry ul li.share-digg a {
    background-position: -621px -36px;
}
.share-entry ul li.share-reddit a {
    background-position: -651px -36px;
}
.share-entry ul li.share-email a {
    background-position: -681px -36px;
}
/* next & prev post links */

.previous-article {
    float: left;
    margin: 0;
}
.next-article {
    float: right;
    margin: 0;
}
.prev-next a:hover {
}
/* ------------------------------------------------------------------------ */
/* 20. Author Area
/* ------------------------------------------------------------------------ */

.author-area {
    border: 1px solid #ededed;
    padding: 15px 15px 0;
    margin: 15px 0 20px;
}
.author-image {
    float: left;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border: 1px solid #ededed;
    padding: 5px;
}
.author-bio {
    float: left;
    width: 432px;
}
.author-bio h4 {
    text-transform: capitalize;
}
.author-bio p {
    padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 21. Normal Page Entry
/* ------------------------------------------------------------------------ */

.page-entry {
    background: #fff none;
    margin-bottom: 40px;
}
.page-entry .entry-content {
    width: auto;
    min-height: inherit;
    padding-top: 10px;
}
.page-entry .entry-content p {
    padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 22. Full Width Page Entry
/* ------------------------------------------------------------------------ */

.full-width-page {
    margin-bottom: 20px;
}
.full-width-page p {
    padding-bottom: 15px;
    color: #949699;
}
.full-width-page .entry-content {
    padding: 0;
    border: none;
    width: 100%;	
}
.full-width-page .entry-title {
    padding-bottom: 40px;
}
.full-width-page img, .blog-entry img, .single-blog-entry img {
    max-width: 100%;
    margin-bottom: 10px;
}
/* ------------------------------------------------------------------------ */
/* 23. Contact Form 7
/* ------------------------------------------------------------------------ */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    width: 230px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #7e7e7e;
    margin: 5px 0 0;
    max-width: 100%;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form textarea:focus {
    border: 1px solid #00adee;
}
.wpcf7-form textarea {
    width: 430px;
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 90%;
    color: #7e7e7e;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="reset"]:active, .wpcf7-form input[type="button"]:active {
    width: 95px !important;
    margin: 0;
    height: 35px;
    line-height: 35px !important;
    border: none;
    color: #fff;
    border-radius: 4px;
    background: #8cbb41; /* Old browsers */
    background: -moz-linear-gradient(top,  #8cbb41 0%, #8cbb41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbb41), color-stop(100%,#8cbb41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8cbb41 0%,#8cbb41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbb41', endColorstr='#8cbb41',GradientType=0 ); /* IE6-9 */
    -webkit-appearance: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
    opacity: .8;
}
div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    top: 0 !important;
    left: 10px !important;
    width: 230px !important;
    padding: 0 !important;
    line-height: 20px;
    border: none !important;
    color: #00adee;
    background: #fff;
}
/* ------------------------------------------------------------------------ */
/* 24. List Styles
/* ------------------------------------------------------------------------ */

.circle-arrow li,
.arrow-list li {
    background: url(framework/images/sprite.png) no-repeat;	
}
.circle-arrow li {
    background-position: -689px 8px;
    list-style: none;
    padding-left: 23px;
    margin-bottom: 8px;
    line-height: 25px;
}
.arrow-list li {
    background-position: -691px -481px;
    list-style: none;
    padding: 5px 15px 5px 20px;	
}
.point-list li,
.check-list li,
.circle-arrow2 li {
    background: url(framework/images/list-bullets.png) no-repeat;
    padding: 5px 15px 5px 0;	
}
.point-list li {
    background-position: -71px 11px;
    list-style: none;
    padding-left: 20px;	
}
.check-list li {
    background-position: 0 -61px;
    list-style: none;
    padding-left: 24px;
}
.circle-arrow2 li {
    background-position: -36px -25px;
    list-style: none;
    padding-left: 30px;
}
/* ------------------------------------------------------------------------ */
/* 25. Table View
/* ------------------------------------------------------------------------ */
.table-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E8EAEE;
    color: #5D6F8D;
    font-size: 18px;
    overflow: hidden;
    padding-top: 5px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
}
tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}
.table-box th {
    background-color: #738391;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
}
.table-box th,
.table-box td,
.table-box caption {
    text-align: left;
    vertical-align: top;
}
.table-box td {
    color: #949699;
    font-size: 12px;
    padding-left: 20px;	
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

.framed-box .three-fourth, .framed-box .one-fourth {
    margin-bottom: 0;
}


/* custom */
.cff-likebox {
    margin: 0px !important;
}
#cff.cff-fixed-height {
    padding: 0 !important;
}
.cff-likebox iframe{
    height: 72px !important;
}
#featuredslider .captions {
    display: none !important;
}
.cff-likebox {
    margin: -6px !important;
}
.courses .courses-list .course p {
    color: black;
	font-weight: bold;
}