/*
	Theme Name: Sapphire WP - Responsive OnePage / Landing / Blog Template
	Author: CRTVMax
	Author URI: http://themeforest.net/user/crtvmax
    Theme URI: http://templates.crtvmax.com/sapphire-wp/
	Version: 1.0
	Description: Sapphire WP - Responsive OnePage / Landing / Blog Template
    Copyright: (c) 2014 CRTVMax.
    License: 
	License URI: http://themeforest.net/licenses
    Tags: light, green, blue, red, yellow, black, pink, purple, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments

*/

/* --------------- BASIC HTML STYLES --------------- */

html {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

body {
    margin: 0px !important;
    overflow-x: hidden;
}

a, p, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: 200ms linear all;
       -moz-transition: 200ms linear all;
        -ms-transition: 200ms linear all;
         -o-transition: 200ms linear all;
            transition: 200ms linear all;
}

ul, ol {
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none
}

a {
    text-decoration: none !important;
}

blockquote {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 14px;
    color: #666666;
}

hr {
    background-color: transparent;
    background-image: url('images/hr.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border-top: none !important;
    border-bottom: none !important;
    clear: both;
    display: table;
    height: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;
}

.row {
    margin-left: 0px
}

.empty {
    height: 80px
}

.clear {
    clear: both;
    height: 0px;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

/* --------------- HEADER ZONE --------------- */

header.top_head {
    position: relative;
    width: 100%;
    z-index: 5;
    background-image: url('images/menu_noise.png')
}

header.top_head.one_page {
    min-height: 60px;
}

header.top_head #top.transparent {
    background-color: transparent
}

header.top_head #top.noise {
    background-image: url('images/menu_noise.png')
}

header.top_head #top.road {
    -moz-border-radius: 0px;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: background-color 0.8s ease-in-out;
    -ms-transition: background-color 0.8s ease-in-out;
    -o-transition: background-color 0.8s ease-in-out;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.8s ease-in-out;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    min-height: 40px;
    position: fixed;
    transition: background-color 0.8s ease-in-out;
    width: 100%;
    z-index: 12;
}

header.top_head #top {
    height: 60px
}

/* ===[ Logo ]=== */

header.top_head #top.road #logo a {
    margin-top: 7px
}

header.top_head #top.road .row {
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
}

/* ===[ End Of Logo ]=== */

/* ===[ Begin Top Menu ]=== */

header.top_head #top.road nav {
    margin-top: 7px;
    min-height: 40px;
}

header.top_head #top.road nav ul {
    min-height: 40px !important;
    padding: 13px 0px 0px 0px;
}

header.top_head #top.road nav ul li a {
    text-shadow: none
}

header.top_head #top.road nav ul li a:active, header.top_head #top.road nav ul li a.current {
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

header.top_head #top.road nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

header.top_head a.mobile, #mobile_menu {
    display: none
}

header.top_head #top {
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    min-height: 60px;
    max-height: 60px;
    position: relative;
    width: 960px;
    z-index: 1;
}

header.top_head #top #logo {
    margin-left: 0px;
    width: 260px;
}

header.top_head #top #logo a {
    background-image: url("images/logo.png");
    display: block;
    margin-left: 10px;
    margin-top: 7px;
    min-height: 40px;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    width: 260px;
    zoom: 1;
}

header.top_head #top nav {
    margin-left: 20px;
    margin-top: 7px;
    min-height: 40px;
    width: 680px;
}

header.top_head #top nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: right;
    margin: 0px;
    margin-right: 12px;
    min-height: 60px;
    padding: 13px 0px 0px 0px;
}

header.top_head #top nav ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
    position: relative;
    padding: 0 0 20px 0;
}

header.top_head #top nav ul li.hasChild:hover:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -3.45px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6.9px 4px;
    border-color: transparent transparent #ffffff transparent;
}

header.top_head #top nav ul li:last-child {
    margin-right: 0px
}

header.top_head #top nav ul li a {
    -moz-border-radius: 6px;
    -moz-transition: 200ms linear background-color;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms linear background-color;
    border-radius: 6px;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0,0,0,0.2);
    transition: 200ms linear background-color;
}

header.top_head #top nav ul li a:active, header.top_head #top nav ul li a.current {
    -moz-transition: 200ms linear background-color;
    -webkit-transition: 200ms linear background-color;
    text-shadow: none;
    transition: 200ms linear background-color;
}

header.top_head #top nav ul li a:hover, header.top_head #top nav ul li:hover a {
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 200ms linear background-color;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 200ms linear background-color;
    background-color: #FFF;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    transition: 200ms linear background-color;
}

/* Sub Menu */

header.top_head #top nav ul li ul {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    margin: 0;
    padding: 5px 0 0 0 !important;
    top: 40px;
    white-space: nowrap;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}

header.top_head #top.road nav ul li ul {
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

header.top_head #top nav ul li:hover ul {
    display: table;
}

header.top_head #top nav ul li:hover ul li {
    padding: 0px 5px 5px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    position: relative;
}

header.top_head #top nav ul li:hover ul li.hasChild > a {
    padding-right: 40px;
}

header.top_head #top nav ul li:hover ul li.hasChild > a:after {
    content: '';
    position: absolute;
    bottom: 21px;
    right: 16px;
    border-right: 2px solid #666666;
    border-top: 2px solid #666666;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.top_head #top nav ul li:hover ul li.hasChild:hover:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: -6px;
    margin-right: 0;
    margin-top: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
}

header.top_head #top nav ul li ul li.edge.hasChild:hover:before {
    left: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 6.9px 4px 0;
    border-color: transparent #ffffff transparent transparent;
}

header.top_head #top nav ul li:hover ul li > a {
    display: list-item;
    font-size: 13px;
    color: #999999;
    background-color: #F9F9F9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

header.top_head #top nav ul li:hover ul li > a:hover, header.top_head #top nav ul li:hover ul li:hover > a {
    background-color: #EEEEEE;
    color: #666666;
}

/* Sub to Sub Menu */

header.top_head #top nav ul li ul li > ul {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 200ms ease-in all;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    transition: 200ms ease-in all;
}

header.top_head #top nav ul li ul li:not(.edge) > ul {
    left: 100%;
    margin-left: 10px;
}

header.top_head #top nav ul li ul li.edge > ul {
    right: 100%;
    margin-right: 10px;
}

header.top_head #top nav ul li ul li:hover > ul {
    display: table !important;
    visibility: visible;
    opacity: 1;
}

header.top_head #top nav ul li ul li:not(.edge):hover > ul:after {
    position: absolute; 
    width: 10px; 
    height: 100%;
    content: ''; 
    left: -10px;
    top: 0;
    display: block;
}

header.top_head #top nav ul li ul li.edge:hover > ul:after {
    position: absolute;
    width: 11px;
    height: 100%;
    content: '';
    right: -11px;
    top: 0;
    display: block;
}

/* ===[ End Of Top Menu ]=== */

/* ===[ Begin Slider Basics ]=== */

header.top_head #slider {
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

header.top_head #slider h2 {
    left: 480px;
    top: 192px;
}

header.top_head #slider p {
    left: 480px;
    top: 266px;
}

/* ===[ End Of Slider Basics ]=== */

/* --------------- SECTION ZONE --------------- */

section {
    -moz-box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    background-color: #FFF;
    box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    min-height: 200px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

section h2 {
    font-size: 28px;
    font-weight: normal;
    height: 60px;
    line-height: 62px;
    margin-bottom: 20px;
    margin-top: 0px;
}

section h2 strong {
    font-size: 28px;
}

section h2 span {
    color: #999;
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

section p {
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1)
}

/* ===[ Begin Features ]=== */

section .features_section ul.slides {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: url(images/cursors/openhand.cur), crosshair;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    user-select: none;
}

section .features_section ul.slides:active {
    cursor: url(images/cursors/closedhand.cur), crosshair
}

section .features_section li.features_li {
    float: left;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
}

section .features_section li.features_li:before {
    display: none;
}

.layout-2 section .features_section li.features_li, .layout-3 section .features_section li.features_li {
    width: 280px;
}

section .features_section li.features_li:nth-child(3n) {
    margin-right: 10px !important
}

section .features_section li.features_li:first-child {
    margin-left: 10px !important
}

section .features_section li.features_li:hover a {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1)
}

section .features_section li.features_li h3, section .features_section li.features_li p {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

section .features_section li.features_li h3 {
    color: #666;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: none !important;
}

section .features_section li.features_li a {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #EEEEEE;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6);
    cursor: pointer;
    display: list-item;
    height: 140px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 140px;
}

section .features_section li.features_li a .icon {
    font-size: 64px;
    text-align: center;
    line-height: 140px;
    -moz-transform: scale();
    -moz-transition: all 0.4s ease-in-out;
    -ms-transform: scale();
    -ms-transition: all 0.4s ease-in-out;
    -o-transform: scale();
    -o-transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale();
    -webkit-transition: all 0.4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: inherit;
    opacity: 1;
    position: absolute;
    transform: scale();
    transition: all 0.4s ease-in-out;
    width: inherit;
}

section .features_section li.features_li:hover a .icon {
    color: #FFFFFF;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

section .features_section li.features_li p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* ===[ End Of Features ]=== */

/* ===[ Begin Quotes ]=== */

section .testimonials_section {
    cursor: url("images/cursors/openhand.cur") !important;
    position: relative;
    overflow: hidden;
}

section .owl-buttons .owl-next, section .owl-buttons .owl-prev {
    position: absolute;
    top: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    height: 22px;
    width: 15px;
    -webkit-transition: 200ms ease-in all;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    transition: 200ms ease-in all;
    font-size: 0px !important;
}

section .owl-buttons .owl-next {
    background-image: url("images/small_next_arrow.png");
    right: -35px;
}

section .owl-buttons .owl-prev {
    background-image: url("images/small_prev_arrow.png");
    left: -35px;
}

section .owl-carousel:hover .owl-buttons .owl-prev {
    left: 0px;
}

section .owl-carousel:hover .owl-buttons .owl-next {
    right: 0px;
}

section .testimonials_section blockquote {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-left: none;
    cursor: url(images/cursors/openhand.cur), crosshair;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #FFFFFF;
    width: 100%;
}

section .testimonials_section blockquote:before {
    display: none;
}

section .testimonials_section blockquote:active {
    cursor: url(images/cursors/closedhand.cur), crosshair
}

section .testimonials_section blockquote h4 {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    text-shadow: none !important;
}

section .testimonials_section blockquote h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
}

/* ===[ End Of Quotes ]=== */

/* ===[ Begin More Features ]=== */

section .more_features_section {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section .more_features_section ul {
    margin: 0px;
    padding: 0px;
}

section .more_features_section ul li.more_features_li {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    float: left;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: 200ms linear all;
    width: 306px;
    list-style: none;
    padding: 0px;
}

section .more_features_section ul li.more_features_li:before {
    display: none;
}

section .more_features_section ul li.more_features_li:nth-child(3n) {
    margin-right: 0px
}

section .more_features_section ul li.more_features_li a {
    text-decoration: none
}

section .more_features_section ul li.more_features_li a .icon {
    -moz-border-radius: 50%;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 50%;
    -webkit-transition: 200ms linear all;
    background-color: #EEE;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 10px;
    transition: 200ms linear all;
    width: 80px;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
}

section .more_features_section ul li.more_features_li:hover a .icon {
    color: #FFFFFF;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    transition: 200ms linear all;
}

section .more_features_section ul li.more_features_li a .title {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    margin-top: 0px;
}

section .more_features_section ul li.more_features_li a p {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

/* ===[ End Of More Features ]=== */

/* ===[ Begin Download ]=== */

section .download_section div.master {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    padding: 0;
    position: relative;
}

section .download_section ul.download {
    width: 96px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    padding: 0px;
    top: 4px;
}

section .download_section ul.left, section .download_section ul.right {
    width: 50%;
    float: left;
    padding: 0px;
}

section .download_section ul li {
    list-style: none;
}

section .download_section ul li:before {
    display: none;
}

section .download_section ul.left li {
    float: right;
    margin: 12px 0;
}

section .download_section ul.left li a {
    text-align: left;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    padding: 12px 70px 12px 12px;
}

section .download_section ul.right li {
    float: left;
    margin: 12px 0;
}

section .download_section ul.right li a {
    text-align: right;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    padding: 12px 12px 12px 70px;
}

section .download_section ul.download li a.download {
    -moz-transition: 500ms ease-in-out all;
    -ms-transition: 500ms ease-in-out all;
    -webkit-border-radius: 50%;
    -webkit-transition: 500ms ease-in-out all;
    background-image: url('images/download_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 96px;
    transition: 500ms ease-in-out all;
    width: 96px;
    display: list-item;
    padding: 0px;
}

section .download_section ul.download li a.download:hover {
    -moz-animation: download_button 0.5s ease-in-out both;
    -ms-animation: download_button 0.5s ease-in-out both;
    -o-animation: download_button 0.5s ease-in-out both;
    -webkit-animation: download_button 0.5s ease-in-out both;
    animation: download_button 0.5s ease-in-out both;
    background-color: #FFF;
}

section .download_section ul li a {
    -webkit-transition: 500ms linear all;
    -moz-transition: 500ms linear all;
    -ms-transition: 500ms linear all;
    font-size: 14px;
    height: 80px;
    text-shadow: 0px 1px rgba(0,0,0,0.25);
    transition: 500ms linear all;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    display: table;
    text-decoration: none;
}

section .download_section ul li a strong {
    display: block;
    font-weight: normal;
}

section .download_section p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    text-align: center;
}

/* ===[ End Of Download ]=== */

/* ===[ Our Team ]=== */

section .team_members_section ul {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

section .team_members_section ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 215px;
    list-style: none;
}

section .team_members_section ul li:before {
    display: none;
}

section .team_members_section ul li:nth-child(4n) {
    margin-right: 0px !important
}

section .team_members_section ul li:hover h5 {
    color: #FFF
}

section .team_members_section ul li .avatar {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    display: table;
    padding: 0px;
    width: 100%;
}

section .team_members_section ul li .avatar img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

section .team_members_section ul li .desc {
    -moz-border-radius: 0px 0px 6px 6px;
    -moz-box-sizing: border-box;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 0px 0px 6px 6px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 200ms ease-in all;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-radius: 0px 0px 6px 6px;
    border-right: 1px solid #EEE;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    transition: 200ms ease-in all;
}

section .team_members_section ul li .desc ul.socials {
    display: table;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

section .team_members_section ul li .desc ul.socials li {
    float: left;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 32px;
    list-style: none;
}

section .team_members_section ul li .desc ul.socials li:last-child {
    margin-right: 0px
}

section .team_members_section ul li .desc ul.socials li a.facebook {
    background-image: url('images/social_fb.png')
}

section .team_members_section ul li .desc ul.socials li a.twitter {
    background-image: url('images/social_tw.png')
}

section .team_members_section ul li .desc ul.socials li a.plusgoogle {
    background-image: url('images/social_gp.png')
}

section .team_members_section ul li .desc ul.socials li a.linkedin {
    background-image: url('images/social_li.png')
}

section .team_members_section ul li .desc ul.socials li a.dribbble {
    background-image: url('images/social_db.png')
}

section .team_members_section ul li .desc ul.socials li a {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    display: list-item;
    height: 32px;
    opacity: .5;
    transition: 200ms linear all;
    width: 32px;
}

section .team_members_section ul li .desc ul.socials li a:hover {
    opacity: 1
}

section .team_members_section ul li .desc h4 {
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 22px;
    margin: 0px;
}

section .team_members_section ul li .desc p {
    color: #666;
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 10px;
}

section .team_members_section ul li h5 {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    background-color: #DDD;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    transition: 200ms ease-in all;
}

/* ===[ End Of Our Team ]=== */

/* ===[ Begin Price List ]=== */

section .price_list_section {
    width: 960px
}

section .price_list_section .column {
    float: left;
    margin: 10px;
    width: 220px;
}

section .price_list_section .column:hover .bottom {
    background-color: #EEE
}

section .price_list_section .column:hover .bottom a {
    background-color: #DDD
}

section .price_list_section .column:last-child {
    margin-right: 0px
}

section .price_list_section .column:hover ul {
    background-color: #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin: 0px;
    padding: 0 20px 0 20px;
}

section .price_list_section .column .bottom {
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-transition: 200ms linear all;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-transition: 200ms linear all;
    border-bottom: 1px solid #EEE;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    padding-bottom: 20px;
    padding-top: 14px;
    transition: 200ms linear all;
}

section .price_list_section .column .bottom a {
    -moz-border-radius: 6px;
    -moz-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms linear all;
    background-color: #EEE;
    border-radius: 6px;
    display: table;
    font-size: 22px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    transition: 200ms linear all;
}

section .price_list_section .column .bottom a:hover {
    color: #FFF
}

section .price_list_section .column ul {
    -moz-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin: 0px;
    padding: 0 20px 0 20px;
    transition: 200ms linear all;
}

section .price_list_section .column ul li {
    border-bottom: 1px solid #EEE;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    list-style: none;
}

section .price_list_section .column ul li:before {
    display: none;
}

section .price_list_section .column ul li:last-child {
    border-bottom: none
}

section .price_list_section .column ul li span {
}

section .price_list_section .column h5 {
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFF;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.2), 1px 0px 1px rgba(255,255,255,0.2);
}

section .price_list_section .column h6 {
    background-color: #EEE;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.2), 1px 0px 1px rgba(255,255,255,0.2);
}

/* ===[ End Of Price List ]=== */

/* ===[ Begin Gallery ]=== */

section .gallery_section .load_more {
    -moz-border-radius: 6px;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms linear all;
    border-radius: 6px;
    color: #FFF;
    display: table;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    transition: 200ms linear all;
    width: 140px;
}

section .gallery_section .load_more:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

section .gallery_section .load_more:hover {
    color: #FFF
}

section .gallery_section .screens {
    margin: 0px;
    padding: 0px;
}

section .gallery_section .screens li.screen {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
}

section .gallery_section .screens li.screen:before {
    display: none;
}

section .gallery_section .screens li.screen a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: list-item !important;
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 210px;
    -webkit-transition: 200ms ease-in all;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    transition: 200ms ease-in all;
}

section .gallery_section .screens:hover li.screen a {
    opacity: 0.45;
}

section .gallery_section .screens li.screen a:hover {
    opacity: 1;
}

section .gallery_section .screens li.screen a i {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
}

section .gallery_section .screens li.screen a img {
    max-height: 160px;
    max-width: 210px;
}

section .gallery_section .filters {
    display: block;
    height: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

section .gallery_section .filters li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

section .gallery_section .filters li:before {
    display: none;
}

section .gallery_section .filters li a.active {
    font-size: 16px;
    font-weight: bold;
}

section .gallery_section .filters li a {
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: all 200ms linear;
}

section .gallery_section .filters li a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* ===[ End Of Gallery ]=== */

/* ===[ Begin Contact ]=== */

.contact_section .contact_left {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.contact_section .contact_left input[type="text"], .contact_section .contact_left input[type="email"] {
    width: 50%;
}

.contact_section .contact_left textarea {
    min-height: 80px;
    height: 80px;
    width: 60%;
}

.contact_section .contact_left form div {
    margin-bottom: 20px
}

.contact_section .contact_left label {
    width: 30%;
}

.contact_section .contact_left span[role="alert"] {
    padding: 10px;
    display: block;
    margin-left: calc(30% + 10px);
}

.contact_section .contact_right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #EEE;
    box-sizing: border-box;
    float: left;
    padding-left: 40px;
    width: 50%;
}

.contact_section .contact_full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.contact_section .contact_right ul, .contact_section .contact_full ul {
    margin: 0px;
    padding: 0px;
}

.contact_section .contact_right ul li, .contact_section .contact_full ul li {
    color: #666;
    font-size: 16px;
    height: 30px;
    line-height: 20px;
    padding-bottom: 10px !important;
    padding-top: 10px;
    list-style: none;
}

.contact_section .contact_right ul li:before, .contact_section .contact_full ul li:before {
    display: none;
}

.contact_section .contact_right ul li strong, .contact_section .contact_full ul li strong {
    display: block;
    float: left;
    position: relative;
    width: 110px;
}

.contact_section .contact_right ul li strong:after, .contact_section .contact_full ul li strong:after {
    content: ':';
    position: absolute;
    right: 0px;
}

.contact_section .contact_right ul li span, .contact_section .contact_full ul li span {
    display: block;
    float: left;
    padding-left: 10px;
    width: 270px;
    word-wrap: break-word;
}

/* ===[ End Of Contact ]=== */

/* ===[ Begin Map ]=== */

.map_section {
    width: 100%
}

/* ===[ End Of Map ]=== */

/* ===[ Begin Valids & Errors ]=== */

input.error:focus, textarea.error:focus {
    -moz-box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    border: 1px solid #F00 !important;
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

input.error, textarea.error, input.error:hover, textarea.error:hover {
    border: 1px solid #F00 !important
}

input.valid, textarea.valid, input.valid:hover, textarea.valid:hover {
    border: 1px solid #38FF38 !important
}

.error::-webkit-input-placeholder, .error:focus::-webkit-input-placeholder, .error:hover::-webkit-input-placeholder {
    color: #F00
}

input.valid:focus, textarea.valid:focus {
    -moz-box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
    border: 1px solid #38FF38 !important;
    box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
}

.error:-moz-placeholder, .error:focus:-moz-placeholder, .error:hover:-moz-placeholder {
    color: #F00
}

.error:-ms-input-placeholder, .error:focus:-ms-input-placeholder, .error:hover:-ms-input-placeholder {
    color: #F00
}

.valid::-webkit-input-placeholder, .valid:focus::-webkit-input-placeholder, .valid:hover::-webkit-input-placeholder {
    color: #38FF38
}

.valid:-moz-placeholder, .valid:focus:-moz-placeholder, .valid:hover:-moz-placeholder {
    color: #38FF38
}

.valid:-ms-input-placeholder, .valid:focus:-ms-input-placeholder, .valid:hover:-ms-input-placeholder {
    color: #38FF38
}

/* ===[ End Of Valids & Errors ]=== */

/* ===[ Begin Sponsors ]=== */

.sponsors_section ul {
    margin: 0;
    padding: 0;
    zoom: 1;
    position: relative;
    overflow: hidden;
}

.sponsors_section ul li {
    -moz-border-radius: 6px;
    -moz-filter: grayscale();
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 6px;
    -webkit-filter: grayscale();
    -webkit-transition: 200ms ease-in all;
    border-radius: 6px;
    filter: grayscale();
    float: left;
    height: 100px;
    opacity: .5;
    transition: 200ms ease-in all;
    width: 188px !important;
    list-style: none;
}

.sponsors_section ul li:before {
    display: none;
}

.sponsors_section ul li:hover {
    -moz-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.sponsors_section ul li a img {
    height: 100px;
    width: 178px;
}

/* ===[ End Of Sponsors ]=== */

/* ===[ Begin Latest Tweets Bar ]=== */

#latest_tweets {
    background-color: #7BBDFF;
    clear: both;
    display: block;
    height: 60px;
}

#latest_tweets .row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

#latest_tweets #twitter_update {
    display: block;
    float: left;
    height: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: 20px !important;
    overflow: hidden;
    padding: 0px;
    width: 600px;
}

#latest_tweets #twitter_update {
    display: block;
    float: left;
    height: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: 20px !important;
    overflow: hidden;
    padding: 0px;
    width: 660px;
}

#latest_tweets #twitter_update .tweet_list {
    color: #FFF;
    padding: 0;
    margin: 0px 0px 10px 25px;
}

#latest_tweets #twitter_update .tweet_list li {
    color: #FFF
}

#latest_tweets #twitter_update .tweet_list li .tweet_text {
    color: #FFF;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets #twitter_update .tweet_list li .tweet_text .at {
    color: #FFF;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets #twitter_update .tweet_list li .tweet_text a {
    color: #FFF;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets h3 {
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 60px;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-top: 0px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
    width: 80px;
}

#latest_tweets h3:after {
    color: #EEE;
    content: ':';
    margin-left: 20px;
}

#latest_tweets h2 {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
    margin-right: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

/* ===[ End Of Latest Tweets ]=== */

/* --------------- FOOTER ZONE --------------- */

footer {
    border-top: 1px solid #EEE;
}

footer div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

footer div.footer_widgets {
    margin: 20px 0;
}

footer div.row .column {
    float: left;
    margin-right: 20px;
    width: 300px;
}

footer div.row .column:last-child {
    margin-right: 0px
}

footer div.row .column h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0px;
    padding-top: 4px;
    width: 300px;
}

footer div.row .column p {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px !important;
    margin-right: 20px;
    margin-top: 5px;
    width: 300px;
}

footer div.row .column p a {
    -moz-transition: 200ms linear color;
    -ms-transition: 200ms linear color;
    -o-transition: 200ms linear color;
    -webkit-transition: 200ms linear color;
    text-decoration: none;
    transition: 200ms linear color;
}

footer #band {
    background-color: #EEE;
    height: 60px;
}

footer #band div.row .copyright {
    float: left;
    font-size: 14px;
    line-height: 58px;
    padding-top: 2px;
    width: 420px;
}

/* ===[ Begin Footer Menu ]=== */

footer #band div.row ul {
    display: table;
    float: right;
    height: 20px;
    margin-bottom: 26px;
    margin-right: 0px;
    margin-top: 14px;
    padding: 0;
}

footer #band div.row ul li {
    float: left;
    height: 20px;
    list-style: none;
    margin-right: 20px;
}

footer #band div.row ul li:last-child {
    margin-right: 0px
}

footer #band div.row ul li a {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    display: list-item;
    line-height: 20px;
    padding: 8px;
    text-decoration: none;
    transition: 200ms linear all;
}

footer #band div.row ul li a:hover {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFF;
    border-radius: 8px;
}

/* ===[ End Of Footer Menu ]=== */


/* --------------- Basic WordPress Blog Styles --------------- */   


/* ===[ Images ]=== */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-smiley { 
    max-height: 1em;
    margin:0 !important;
}

.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin:-1.5em 0 0 0;
}

/* ===[ Widgets ]=== */

.widget {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
    padding: 10px;
}

#secondary .widget {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget .widget-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.widget p {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}

.widget img {
    margin: 10px 0;
}

.widget ul {
    padding: 0;
    margin-bottom: 5px;
}

.widget li {
    -webkit-transition: 100ms ease-in all;
    -moz-transition: 100ms ease-in all;
    -ms-transition: 100ms ease-in all;
    -o-transition: 100ms ease-in all;
    transition: 100ms ease-in all;
}

.widget li li {
    margin-left: 15px;
}

.widget li a, .widget_tag_cloud a, .entry-tags ul a {
    padding: 8px 6px;
    font-size: 13px;
    color: #777777;
    background-color: #FFFFFF;
    display: list-item;
    border-bottom: 1px solid #F9F9F9;
    -webkit-transition: 100ms ease-in all;
    -moz-transition: 100ms ease-in all;
    -ms-transition: 100ms ease-in all;
    -o-transition: 100ms ease-in all;
    transition: 100ms ease-in all;
}

.widget li a:hover {
    padding-left: 15px;
}

.widget li li a {
    position: relative;
}

.widget li li a:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -7px;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.widget_tag_cloud a, .entry-tags ul a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.widget_tag_cloud a:hover, .entry-tags ul a:hover {
    color: #FFFFFF;
}

.widget_tag_cloud li, .entry-tags ul a {
    float: left;
}

.widget_recent_comments li {
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 13px;
}

.widget_recent_comments li a {
    padding: 5px !important;
    clear: both;
    line-height: 20px;
}

.widget_archive li {
    border-bottom: 1px solid #F9F9F9;
}

.widget_archive li a, .widget_categories li a {
    border-bottom: none;
    display: inline-block;
}

.widget_archive li .baloon, .widget_categories li .baloon {
    right: 5px;
    display: inline-block;
    background-color: #F9F9F9;
    padding: 3px 5px;
    font-size: 14px;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 100ms ease-in all;
    -moz-transition: 100ms ease-in all;
    -ms-transition: 100ms ease-in all;
    -o-transition: 100ms ease-in all;
    transition: 100ms ease-in all;
}

.widget_archive li:hover .baloon, .widget_categories li:hover .baloon {
    color: #FFFFFF;
}

.widget_links li .baloon {
    display: none;
}

.widget_rss li {
    border-bottom: 1px solid #F9F9F9;
    clear: both;
    padding-bottom: 10px;
}

.widget_rss li a {
    border: none;
}

.widget_rss li a:hover {
    padding: 8px 6px;
}

.widget_rss li .rss-date {
    font-size: 10px;
    margin-left: 8px;
    color: #999999;
}

.widget_rss li .rssSummary {
    font-size: 11px;
    margin-bottom: 5px;
    padding: 0 8px 8px 8px;
}

.widget_rss li cite {
    font-style: italic;
    text-align: right;
    font-size: 13px;
    display: block;
}

/* Calendar */

.widget_calendar table {
    width: 100%;
    border-left: 1px solid #EEEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_calendar table caption {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #EEEEEE;
}

.widget_calendar table td {
    -webkit-transition: 200ms ease-in all;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    transition: 200ms ease-in all;
}

.widget_calendar table td:not(.pad):hover {
    cursor: default;
    background-color: #F9F9F9;
}

.widget_calendar table thead th {
    font-size: 12px;
    color: #999999;
    border-right: 1px solid #EEEEEE;
}

.widget_calendar table thead {
    border-bottom: 1px solid #EEEEEE;
}

.widget_calendar table tbody td {
    padding: 4px 0;
    font-size: 11px;
    text-align: center;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.widget_calendar table tfoot {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
}

.widget_calendar table tfoot #next a {
    float: right;
    padding: 5px 10px;
}

.widget_calendar table tfoot #prev a {
    float: left;
    padding: 5px 10px;
}

.widget_flickr .flickr_badge_image {
    float: left;
}

.widget_flickr .flickr_badge_image a {
    margin: 5px 7px;
}

.widget_flickr .flickr_badge_image img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.55;
    -webkit-transition: 200ms ease-in all;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    transition: 200ms ease-in all;
}

.widget_flickr:hover img {
    opacity: 0.25;
}

.widget_flickr .flickr_badge_image a:hover img {
    opacity: 1;
}

.widget input[type="text"] {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.widget_search input[type="text"], .widget_search input[type="search"], .not-found input[type="text"], .not-found input[type="search"] {
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    border-radius: 5px 0px 0px 5px !important;
    float: left;
    width: 85%;
}

.widget_search input[type="button"], .widget input[type="submit"], .not-found input[type="button"], .not-found input[type="submit"] {
    background-image: url(images/search_icon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.15);
    font-size: 0px;
    text-indent: -999px;
    padding: 0 10px;
    float: left;
    width: 15%;
    -webkit-border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px !important;
    border-radius: 0px 5px 5px 0px !important; 
}

.widget_search input[type="button"]:hover, .widget input[type="submit"]:hover, .not-found input[type="button"]:hover, .not-found input[type="submit"]:hover {
    background-position: 0px -40px;
}

/* ===[ Default Form Styles ]=== */

input[type="button"], input[type="submit"] {
    -moz-border-radius: 6px;
    -moz-box-sizing: border-box;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 200ms linear all;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 200ms linear all;
    outline: none;
}

input[type="button"]:active, input[type="submit"]:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

input[type="text"], input[type="email"], input[type="search"] {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEE;
    border-radius: 0px !important;
    box-shadow: 0px 0px;
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    margin-bottom: 0px;
    outline: none;
}

input[type="text"]:focus {
    outline: 0;
    outline: thin dotted 9;
}

textarea {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEE;
    border-radius: 0px !important;
    box-shadow: 0px 0px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 0px;
    resize: none;
}

textarea:focus {
    outline: 0;
    outline: thin dotted 9;
}

label {
    color: #666;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-right: 20px;
}

/* ===[ Pullquotes ]=== */

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/* ===[ Sidebar Styles ]=== */

#page {
    width: 940px;
    margin: 0 auto;
    display: block;
}

#page .page-title {
    font-size: 28px;
}

#primary, .layout-1 #primary {
    width: 940px;
}

.layout-2 #primary, .layout-3 #primary {
    width: 620px;
}

.error404 #primary {
    width: 940px !important;
}

.layout-2 #primary {
    float: right;
}

.layout-3 #primary {
    float: left;
}

#secondary {
    width: 300px;
}

.layout-2 #secondary {
    float: left;

}

.layout-3 #secondary {
    float: right;
    border-left: 1px solid #F9F9F9;
}

.not-found .big_title {
    display: table;
    margin: 60px auto;
    text-align: center;
    font-size: 162px;
    font-weight: bold;
}
    
.not-found h1, .not-found p {
    text-align: center;
}

.search_zone {
    display: table;
    float: none;
    width: 100%;
    margin: 40px auto;
}

.search_zone form {
    display: block;
    width: 230px;
    padding: 0;
    margin: 0 auto;
    overflow: auto;
}

.search_zone form input[type="submit"] {
    width: 40px;
}

.search_zone label {
    margin: 0;
    width: auto;
}

.search_zone input[type="text"] {
    width: 190px;
}

.search_zone .screen-reader-text {
    display: none;
}

/* ===[ Breadcrumb ]=== */

.breadcrumb {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: auto;
    background-color: transparent;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.breadcrumb li {
    float: left;
    position: relative;
    margin-right: 10px;
}

.breadcrumb li:after {
    content: ">";
    display: block;
    position: absolute;
    right: -8px;
    top: 5px;
    color: #999999;
    font-size: 10px;
}

.breadcrumb li a, .breadcrumb li span {
    display: list-item;
    padding: 5px 10px;
    font-size: 11px;
    color: #999999;
    margin-bottom: 5px;
    border-radius: 5px;
}

.breadcrumb li a:hover {
    background-color: #F9F9F9;
}

.breadcrumb li span {
    font-weight: bold;
}

.breadcrumb li:first-child a {
    padding: 5px 7px;
}

.breadcrumb li:last-child:after {
    display: none;
}

/* ===[ Content Styles ]=== */

.entry-title {
    font-weight: 500;
}

.entry-title a:hover {
    color: #999999;
}

.entry-header, .entry-footer {
    overflow: auto;
    background-color: transparent !important;
}

.entry-header .entry-meta {
	background-color: transparent !important;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F9F9F9;
}

footer.entry-meta {
	background-color: transparent !important;
	margin: 10px 0;
	padding-bottom: 5px;
	border-top: 1px solid #F9F9F9;
}

.entry-header .entry-meta span, footer.entry-meta span, .entry-header .entry-meta time {
	background-color: transparent !important;
}

.entry-meta span, .entry-meta time {
    font-size: 12px;
    background-color: #F9F9F9;
}

.entry-header .entry-meta span.icon {
	font-size: 14px;
	position: relative;
	top: 2px;
	padding: 0 5px;
}

.entry-meta .posted-on {
	padding: 5px 7px 5px 2px;
	border-right: 1px solid #F9F9F9;
	margin-right: 5px;
}

.entry-meta .byline {
	padding: 5px 5px 5px 2px;
	margin-right: 5px;
}

.entry-meta .comments-link {
	padding: 5px 5px 5px 2px;
}

.entry-meta .byline + .comments-link {
	border-left: 1px solid #F9F9F9;
}

.entry-meta span a, .entry-meta a {
    color: #666666;
}

footer.entry-meta span a {
	padding: 5px 8px !important;
	display: inline-block;
}

.entry-content {
    padding: 0;
    margin: 0 0 20px 0;
}

.entry-more {
    color: #FFFFFF;
    padding: 6px 10px;
    display: table;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0;
}

.entry-more:hover {
    background-color: #333333;
    color: #999999;
}

.entry-more:active {
    background-color: #000000;
    color: #666666;
}

.entry-tags {
    border: none;
}

.entry-tags ul {
    padding: 0;
    margin: 10px 0;
    display: block;
    width: 100%;
    overflow: auto;
}

.entry-tags ul a {
    padding: 4px 7px;
    margin: 2px;
    font-size: 11px;
}

.entry-tags ul a:hover {
    background-color: #EEEEEE;
    color: #666666;
}

.title-tags {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    text-align: center;
    display: block;
}

.title-karma {
    font-size: 12px;
    color: #999999;
}

/* Article Styles */

article figure {
    border: 1px solid #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

article figure img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    font-weight: bold;
    color: #666666;
    margin: 10px 0;
    line-height: 30px;
    height: auto;
    padding: 0 !important;
}

article h1 {
    font-size: 26px;
}

article h2 {
    font-size: 24px;
}

article h3 {
    font-size: 20px;
}

article h4 {
    font-size: 18px;
}

article h5 {
    font-size: 12px;
}

article h6 {
    font-size: 14px;
}

article a:hover {
    color: #DDDDDD;
}

article blockquote {
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #dotted;
    margin: 20px 0;
    color: #999999;
} 

article blockquote:before {
    color: #999999;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

article ul {
    padding: 0 15px;
    margin: 10px 0;
}

article ul ul {
    margin: 5px 10px;
}

article ol {
    counter-reset: i 0;
    padding: 0 15px;
    margin: 10px 0;
}

article ol ol {
    margin: 5px 10px;
}

article ul li {
    font-size: 14px;
    color: #666666;
    list-style: none;
    padding: 2px 4px 2px 0;
}

article ul li:before {
    font-family: "GeneralFoundicons";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 8px;
    position: relative;
    top: -1px;
    padding: 0 10px;
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    content: "\f003";
    color: #CCCCCC;
}

article ol li {
    font-size: 14px;
    color: #666666;
    padding: 2px 4px;
}

article ol li:before {
    content: counter(i);    
    counter-increment: i;
    font-weight: bold;
    color: #CCCCCC;
    padding: 0 8px;
}

/* Article Table */

article table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 0px;
	border: 1px solid #F4F4F4;
}

article thead td {
	text-align: center;
	font-weight: bold;
	color: #666666;
	font-size: 15px;
	background-color: #F9F9F9;
}

article tbody td {
	color: #999999;
	font-size: 13px;
}

article tr:nth-child(odd) { 
	background-color: #FFFFFF; 
}

article tr:nth-child(even) { 
	background-color: #FFFFFF; 
}

article td {
	vertical-align: middle;
	border: 1px solid #F4F4F4;
	border-width: 0px 1px 1px 0px;
	padding: 5px;
	color: #000000;
}

article tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

article tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

article tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

article tr:first-child td {
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
}

article tr:first-child td:first-child{
	border-width: 0px 0px 1px 0px;
}

article tr:first-child td:last-child{
	border-width: 0px 0px 1px 1px;
}

/* Article Navigation */

.post-navigation {
    height: 60px;
    position: relative;
    margin-bottom: 20px;
}

.post-navigation h3 {
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    margin: 0;
}

.post-navigation .nav-prev, .post-navigation .nav-next {
    position: absolute;
    top: 5px;
}

.post-navigation .nav-prev {
    left: 0;
}

.post-navigation .nav-next {
    right: 0;
}

.post-navigation .nav-prev a, .post-navigation .nav-next a {
    color: #FFFFFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: 50ms ease-in all;
    -moz-transition: 50ms ease-in all;
    -ms-transition: 50ms ease-in all;
    -o-transition: 50ms ease-in all;
    transition: 50ms ease-in all;
}

.post-navigation .nav-prev a:hover, .post-navigation .nav-next a:hover {
    background-color: #666666;
    color: #999999;
}

.post-navigation .nav-prev a:active, .post-navigation .nav-next a:active {
    background-color: #333333;
    color: #666666;
}

/* Comments */

.comments-area {
    margin: 20px 0 20px 0;
}

.comments-area h3, .comments-area h2, .comments-area h2 span, .reply-title {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #666666;
    text-shadow: none;
}

.comments-area h3 a:hover {
    color: #999999;
}

.comments-area h2 span {
    font-weight: bold;
}

.comments-area small a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px;
    font-size: 12px;
    float: right;
}

.comments-area small a:hover {
    background-color: #F9F9F9;
    color: #666666;
}

.comments-area small a:before {
    content: 'X';
    padding: 0 5px;
}

.comments-area .logged-in-as, .comments-area .comment-notes {
    padding: 5px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 11px;
    border: 1px solid #EEEEEE;
    background-color: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comments-area .logged-in-as a {
    margin-left: 5px;
}

.comments-area .logged-in-as a:hover {
    color: #999999;
}

.comments-area label {
    font-size: 16px;
    line-height: 40px;
    margin-right: 20px;
    width: 140px;
}

.comments-area textarea {
    font-size: 16px;
    margin: 10px 10px 20px 0;
    min-height: 80px;
    resize: none;
    width: calc(100% - 180px);
}

.comments-area label:first-letter {
    font-weight: bold;
}

.comments-area .form-allowed-tags {
    margin: 0 0 0 160px;
}

.comments-area input[type="submit"] {
    margin: 20px 0 0 160px;
}

code {
    margin: 10px 0px;
    display: block;
    border: none;
    color: #AAAAAA;
    background-color: #F9F9F9;
    white-space: normal;
    text-shadow: none;
}

.comment-list {
    border: 1px dashed #EEEEEE;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comment-list .comment {
    clear: both;
    margin-bottom: 10px;
}

.comment-list .comment .comment-avatar {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
    font-size: 11px;
}

.comment-list .comment .comment-avatar img {
    max-width: 80px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment-list .comment .comment-avatar a {
    font-size: 11px;
    color: #666666;
}

.comment-list .comment .comment-content {
    font-size: 13px;
    float: left;
    display: block;
    width: calc( 100% - 90px);
    text-indent: 5px;
    color: #777777;
    text-shadow: none;
}

.comment-list .comment .comment-content p {
    padding-left: 10px;
}

.comment-list .comment .comment-content.avatarize {
    width: 100%;
}

.comment-list .comment.odd .comment-content {
    color: #555555;
}

.comment-list .comment .comment-content .date {
    font-size: 11px;
    padding: 3px;
    margin: 0 0 10px 0;
    background-color: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment-list .comment.odd .comment-content .date {
    background-color: #DDDDDD;
}

.comment-list .comment .comment-content .date a {
    color: #666666;
}

.comment-list .comment .comment-reply-link {
    background-color: #EEEEEE;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    color: #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 100ms linear all;
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    transition: 100ms linear all;
}

.comment-list .comment .comment-reply-link:hover {
    background-color: #F9F9F9;
    color: #999999;
}

.comment-list .comment .reply {
    float: right;
}

.comment-list .children {
    margin-left: 100px;
}

.comment-navigation {
    height: 60px;
    position: relative;
    margin-bottom: 20px;
}

.comment-navigation h3 {
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    margin: 0;
}

.comments-area .nav-prev, .comments-area .nav-next {
    position: absolute;
    top: 5px;
}

.comments-area .nav-prev {
    left: 0;
}

.comments-area .nav-next {
    right: 0;
}

.comments-area .nav-prev a, .comments-area .nav-next a {
    color: #FFFFFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: 50ms ease-in all;
    -moz-transition: 50ms ease-in all;
    -ms-transition: 50ms ease-in all;
    -o-transition: 50ms ease-in all;
    transition: 50ms ease-in all;
}

.comments-area .nav-prev a:hover, .comments-area .nav-next a:hover {
    background-color: #666666;
    color: #999999;
}

.comments-area .nav-prev a:active, .comments-area .nav-next a:active {
    background-color: #333333;
    color: #666666;
}

.bypostauthor {
    border: 1px dashed #CCCCCC;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bypostauthor .admin_name {
    padding: 5px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bypostauthor .avatarize .admin_name {
    display: block;
    float: left;
    padding: 0px 5px 0px 0px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Validation Error Message  */   

input, textarea, .error input {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 3px;
    width: auto;
}

label.error {
    color: red;
    min-width: 200px;
    font-size:0.9em;
    width: 100%;
    margin-left: 160px;
    margin-bottom: 20px;
}

div label span {
    color:#E23C03;
    font-size:.9em;
}

/** Author Bio **/

.author-bio {
    padding: 5px;
}

.author-bio img {
    float: left;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.author-bio .author-info {
    float: left;
    padding-left: 20px;
}

.author-bio .author-info h5 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}

.author-bio .author-info p {
    font-size: 12px;
    color: #999999;
}

.author-bio .author-info .socials {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 24px;
    padding: 0px;
}

.author-bio .author-info .socials li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.author-bio .author-info .socials li:last-child {
    margin-right: 0px
}

.author-bio .author-info .socials li a {
    -moz-transition: 200ms linear opacity;
    -ms-transition: 200ms linear opacity;
    -o-transition: 200ms linear opacity;
    -webkit-transition: 200ms linear opacity;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: list-item;
    height: 28px;
    opacity: .5;
    transition: 200ms linear opacity;
    width: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.author-bio .author-info .socials li a:hover {
    opacity: 1
}

/** One Page Section Styles Addition For WP **/

.onepage_section {
    clear: both;
    margin-bottom: 40px;
    overflow: auto;
}

.onepage_section h4 {
    font-size: 20px !important;
    font-weight: normal;
    margin-bottom: 40px;
}

.onepage_section:last-child hr {
    display: none;
}

/* Social Widget */

.widget .socials_links {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 24px;
    padding: 0px;
}

.widget .socials_links li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.widget .socials_links li:last-child {
    margin-right: 0px
}

.widget .socials_links li a {
    padding: 0;
    -moz-transition: 200ms linear opacity;
    -ms-transition: 200ms linear opacity;
    -o-transition: 200ms linear opacity;
    -webkit-transition: 200ms linear opacity;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: list-item;
    height: 38px;
    opacity: .5;
    transition: 200ms linear opacity;
    width: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget .socials_links li a:hover {
    opacity: 1;
    padding: 0;
}

/* ===[ Begin Social Links Images ]=== */

.facebook {
    background-image: url('images/social_fb.png')
}

.twitter {
    background-image: url('images/social_tw.png')
}

.googleplus {
    background-image: url('images/social_gp.png')
}

.linkedin {
    background-image: url('images/social_li.png')
}

.dribbble {
    background-image: url('images/social_db.png')
}

.rss {
    background-image: url('images/social_rs.png')
}

/* ===[ End Of Social Links Images ]=== */

/*--------------- DOWNLOAD BUTTON ANIMATIONS ---------------*/

@keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-moz-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-ms-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-webkit-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-o-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

/*--------------- RESPONSIVE STYLES ---------------*/

/* ===[ Desktop ]=== */
@media (min-width: 959px) and (max-width: 1200px) {

	header.top_head #slider {
		background-size: auto 100% !important;
	} 

	section .features_section, section .testimonials_section {
		overflow: hidden;
	}

}

/* ===[ Portrait Tablet To Desktop ]=== */
@media (max-width: 959px) { 

	hr {
	    width: 100%
	}

	header.top_head {
	    min-height: 440px
	}

	header.top_head #top.road .row {
	    left: 0;
	    margin-left: inherit;
	    position: relative;
	    width: 100% !important;
	}

	header.top_head #slider {
	    background-size: auto 100%
	}

	header.top_head #top {
	    width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
	}

	header.top_head #top #logo {
	    margin-left: 3%;
	    width: 26%;
	}

	header.top_head #top nav {
	    margin-left: 0px;
	    margin-top: 7px;
	    min-height: 40px;
	    width: auto;
        float: right;
	}

    header.top_head #top nav ul {
        float: left;
    }

	header.top_head #top nav ul li {
	    margin-right: 2px
	}

	header.top_head #top nav ul li a {
	    font-size: 14px !important;
	    padding: 8px !important;
	}

	.sapphire-slider {
	    height: 440px;
	    min-width: 440px;
	    width: 100%;
	}

	.sapphire-slide {
	    margin-left: -50%;
	    position: absolute;
	    width: 100%;
	}

	.sapphire-slide .sapphire-link {
	    font-size: 14px;
	    padding: 10px;
	    top: 340px !important;
	}

	.sapphire-slide .pure {
	    bottom: 30px !important;
	    left: 0px;
	    width: 100%;
	}

	.sapphire-slide .pure img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	}

	.sapphire-slide img {
	    margin-left: 20%;
	    width: 60%;
	}

	.sapphire-slider h2 {
	    font-size: 42px;
	    top: 122px !important;
	}

	.sapphire-slider p {
	    font-size: 13px;
	    top: 186px !important;
	    width: 280px;
	}

	.testimonials_section h2, .features_section h2 {
	    padding-bottom: 0px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

    section .more_features_section ul li.more_features_li, section .more_features_section ul li.more_features_li:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
    }

    section .more_features_section ul li.more_features_li:nth-child(2n) {
        margin-right: 0px;
    }

	section .features_section, section .testimonials_section, section .more_features_section, section .download_section, section .price_list_section, section .contact_section, section #latest_tweets, section .gallery_section, section .team_members_section, section .sponsors_section {
	    width: 100% !important
	}

	section .contact_section .contact_right {
	    border-left: 0px;
	    display: table;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 0px;
	    width: 440px !important;
	}

	section .contact_section .contact_left {
	    display: table;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    width: 470px !important;
	}

	section .contact_section #map h2, section .testimonials_section blockquote h3, section .testimonials_section blockquote h4 {
	    width: 100% !important
	}

	section .features_section ul.slides li.features_item {
	    width: 30%
	}

	section .contact_section #map h2 {
	    margin-bottom: 0px;
	    text-align: center;
        line-height: 60px;
        height: 60px;
        padding: 0px !important;
	}

	section .features_section ul.slides li.features_item h3 {
	    font-size: 16px
	}

	section .features_section ul.slides li.features_item p {
	    font-size: 14px
	}

	section > div, section .contact_section #map h2 {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 20px;
	}

	section .price_list_section div.row .price_list .column {
	    float: left;
	    margin-bottom: 20px;
	    margin-right: 2%;
	    width: 49%;
	}

	section .price_list_section div.row .price_list .column:nth-of-type(2n) {
	    margin-right: 0%
	}

	footer div.row .column {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    float: left;
	    margin-right: 0px;
	    padding: 20px;
	    width: 100% !important;
	}

	footer div.row .column h4 {
	    width: 100%
	}

	footer div.row .column p {
	    width: 100%
	}

    section .team_members_section ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    section .team_members_section ul li:nth-child(2n) {
        margin-right:  0px;
    }

    section .team_members_section ul li .avatar {
        width: 100%;
    }

    section .sponsors_section {
        overflow-x: hidden;
    }

	section .features_section, section .testimonials_section {
	    overflow: hidden
	}

	section  .contact_section, section #latest_tweets {
	    padding: 0px
	}

	#latest_tweets div.row #twitter_update {
	    width: 56%
	}

	#latest_tweets div.row h2, #latest_tweets div.row h2 strong, #latest_tweets div.row h3 {
	    font-size: 18px;
	    margin-left: 2%;
	    margin-right: 2%;
	    width: 17%;
	}

	footer {
	    border-top: 1px solid #EEE;
	    padding-top: 20px;
	}

	footer #band {
	    margin-top: 0px
	}

	footer #band div.row .copyright {
	    display: table;
	    font-size: 12px;
	    margin-left: 20px;
	    width: auto !important;
	}

	footer #band div.row ul {
	    margin-right: 20px
	}

	footer #band div.row ul li {
	    margin-right: 10px
	}

    #primary, #secondary {
        width: 100%;
    }

    article {
        width: 100%;
    }

    aside {
        clear: both;
        width: 100%;
    }

}

/* ===[ Landscape Tablet ]=== */

@media (max-width: 768px) { 

    article {
        width: 100%;
    }

    aside {
        clear: both;
        width: 100%;
    }

    #page, #primary, #secondary {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    #secondary {
        border-left: none !important;
    }

    .search-box input[type="submit"], .search-box input[type="button"] {
        width: 40px !important;
    }

    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 100%;
        max-width: 640px;
    }

    #latest_tweets {
        height: 120px;
    }

    #latest_tweets h2, #latest_tweets h3 {
        font-size: 14px !important;
        margin: 0 !important;
        line-height: 30px !important;
    }

    #latest_tweets .row {
        width: 100%;
    }

    #latest_tweets div.row h2, #latest_tweets div.row h2 strong, #latest_tweets div.row h3 {
        width: 100%;
        text-align: center;
    }

    #latest_tweets div.row #twitter_update {
        width: 100%;
    }

    #top {
        top: 0;
    }

    header.top_head #top #logo {
        width: 33% !important;
        margin-left: 5%;
    }

	header.top_head div.row > nav {
	    display: none
	}

	#mobile_menu.on {
	    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    -webkit-transition: 200ms linear all;
	    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    display: block;
	    position: absolute;
        left: 0;
        right: 0;
	    transition: 200ms linear all;
	    z-index: 1;
	}

	#mobile_menu {
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-transition: 200ms linear all;
	    background-color: #EEE;
	    transition: 200ms linear all;
	}

	#mobile_menu ul {
	    margin: 0px;
	    padding: 0px;
	}

	#mobile_menu ul li {
	    float: none;
        position: relative;
	}

    #mobile_menu ul li .arrow {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 34px;
        font-weight: bold;
        color: #666666;
        display: block;
        cursor: pointer;
        z-index: 5555;
    }

     #mobile_menu ul li .arrow:hover {
        color: #999999;
    }

	#mobile_menu ul li a {
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-transition: 200ms linear all;
	    color: #444;
	    display: list-item;
	    padding: 10px;
	    text-align: center;
	    text-decoration: none;
	    transition: 200ms linear all;
        border-bottom: 1px solid #FFFFFF;
	}

    #mobile_menu ul li.up > a {
        background-color: #F9F9F9;
        border-bottom: 2px solid #CCCCCC;
    }

	#mobile_menu ul li a:hover {
	    background-color: #FFF;
	    color: #666;
	}

    #mobile_menu ul li ul {
        display: none;
        background-color: #FFFFFF;
    }

    #mobile_menu ul li ul li a:hover {
        background-color: #CCCCCC;
    }

	header.top_head #top.road .row {
	    min-height: 60px
	}

	header.top_head #top.road a.mobile {
	    top: 10px
	}

	header.top_head a.mobile {
	    -moz-border-radius: 6px;
	    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-border-radius: 6px;
	    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    -webkit-transition: 200ms linear all;
	    background-color: #FFF;
	    background-image: url('images/mobile.png');
	    background-position: center center;
	    background-repeat: no-repeat;
	    border-radius: 6px;
	    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    cursor: pointer;
	    display: table;
	    float: right;
	    padding: 10px;
	    position: relative;
	    right: 20px;
	    text-indent: -9999px;
	    top: 10px;
	    transition: 200ms linear all;
	    width: 20px;
        height: 20px;
        z-index: 22;
	}

	header.top_head a.mobile:hover {
	    background-color: #FFFFFF !important;
	}

	header.top_head a.mobile.opened {
	    background-image: url('images/mobile_close.png')
	}

	section .features_section ul.slides li.features_item p {
	    font-size: 12px
	}

	.sapphire-slider {
	    height: 440px;
	    min-width: 440px;
	    width: 100%;
	}

	.sapphire-slider h2, .sapphire-slider p, .sapphire-slider .sapphire-img, .sapphire-slide .sapphire-link {
	    -moz-animation: none !important;
	    -ms-animation: none !important;
	    -o-animation: none !important;
	    -webkit-animation: none !important;
	    animation: none !important;
	}

	.sapphire-slider h2 {
	    font-size: 42px;
	    left: 55% !important;
	    top: 122px !important;
	}

	.sapphire-slider p {
	    font-size: 13px;
	    left: 55% !important;
	    top: 186px !important;
	    width: 280px;
	}

	.sapphire-slide {
	    margin-left: -50%;
	    position: absolute;
	    width: 100%;
	}

	.sapphire-slide .sapphire-link {
	    font-size: 14px;
	    left: 55% !important;
	    padding: 10px;
	    top: 340px !important;
	}

	.sapphire-slide .pure {
	    bottom: 30px !important;
	    left: 0px;
	    width: 100%;
	}

	.sapphire-slide .pure img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	}

	.sapphire-slide img {
	    margin-left: 8%;
	    width: 68% !important;
	}

	footer #band div.row .copyright {
	    display: block;
	    margin-left: 0px;
	    text-align: center;
	    width: 100% !important;
	}

	footer #band div.row ul {
	    display: table;
	    float: none;
	    margin-bottom: 0px !important;
	    margin-left: auto;
	    margin-right: 0px;
	    margin-right: auto;
	    padding-top: 10px;
	    width: auto;
        padding: 0;
	}

	footer #band div.row ul li {
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}

    #twitter_update .tweet_list li {
        text-align: center;
    }

    section .price_list_section .column {
        float: left;
        margin: 1%;
        width: 31%;
    }

    .container, div.row, .error404 #primary {
        width: 100% !important;
    }

    header.slider {
        min-height: 440px !important;
    } 

    .sapphire-slider {
        height: 440px !important;
    }

    header.one_page {
        height: 60px !important;
    } 

}

/* ===[ Mobile Alternatives ]=== */

@media (max-width: 570px) {

    header.top_head #top #logo {
        margin-left: 0px;
        width: 50% !important;
    }

	section .gallery_section .screens li.screen {
		width: 210px;
	}

	section .gallery_section .screens li.screen {
		margin: 10px 0 !important;
	}

    section .gallery_section .screens {
        width: 210px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    section .sponsors_section li {
        width: 100% !important;
    }

    section .sponsors_section img {
        display: table;
        margin: 0 auto !important;
    }

}

/* ===[ Android (Nexus 4) landscape · width: 600px ]=== */

@media (max-width: 600px) {
    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 470px !important;
    }
}  


/* ===[ Mobile Landscape ]=== */

@media (max-width: 594px) {

	header.top_head {
    	min-height: 300px
	}

    header.top_head #top #logo {
        margin-left: 0px;
        width: 45%;
    }

	header.top_head #top #logo a {
	    background-image: url("images/logo.png");
	    background-repeat: no-repeat;
	    background-size: 100%;
	    left: 40px;
	    position: relative;
	    top: 7px;
	    width: 100%;
	}

	.sapphire-slider {
	    height: 300px;
	    min-width: 400px;
	    width: 100%;
	}

    header.slider {
        min-height: 300px !important;
    } 

    .sapphire-slider {
        height: 300px !important;
    }

    header.one_page {
        height: 60px !important;
    } 

	.sapphire-slider h2 {
	    font-size: 32px;
	    top: 140px !important;
	}

	.sapphire-slider p, .sapphire-slide .sapphire-link {
	    display: none
	}

	.sapphire-slide img {
	    margin-left: 10%;
	    width: 40% !important;
	}

	.sapphire-slide .pure img {
	    width: 80% !important
	}

	section .features_section ul.slides li.features_item h3 {
	    font-size: 16px
	}

	section .features_section ul.slides li.features_item a {
	    height: 80px;
	    width: 80px;
	}

	section .features_section ul.slides li.features_item p {
	    display: none
	}

    section .more_features_section li {
        width: 100% !important;
        float: none;
    }

    .onepage_section h3, .onepage_section h4 {
        text-align: center;
    }

    .entry-meta > span {
        width: 100% !important;
        display: block !important;
        margin: 10px 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        
    }

    article h1, article h2, article h3, article h4, article h5, article h6 {
        font-size: 18px;
    }

	section h2, section h2 strong {
	    font-size: 18px
	}

	section .testimonials_section blockquote h3 {
	    font-size: 22px
	}

	section .download_section ul li a, section .download_section ul li:last-child a {
	    font-size: 100% !important;
	    width: 100% !important;
	}

	section .price_list_section div.row .price_list .column {
	    float: left;
	    margin-right: 0%;
	    width: 100%;
	}

	section .gallery_section .filters li a {
	    font-size: 12px !important
	}

	section .contact_section .contact_left {
	    padding: 20px;
	    width: 100%!important;
	}

	section .contact_section .contact_left label {
	    font-size: 12px;
	    margin: 10px 0 !important;
	    width: 100% !important;
	}

	section .contact_left input[type="text"], section .contact_left input[type="email"], section .contact_left input[type="url"], .contact_left textarea, section .contact_left input[type="submit"] {
	    width: 100% !important;
        margin: 10px 0 !important;
	}

	section .contact_section .contact_right {
	    padding: 20px;
	    width: 100% !important;
	}

	section .contact_section .contact_right ul li strong {
	    font-size: 12px;
	    width: 35%;
	}

	section .contact_section .contact_right ul li span {
	    font-size: 12px;
	    padding-left: 5%;
	    width: 60%;
	}

	section #latest_tweets {
	    display: none
	}

    .price_list_section .column {
        width: 48% !important;
    }

    #comments .children {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #commentform label, #commentform textarea, #commentform input {
        width: 100%;
        clear: both;
    }

    .form-allowed-tags {
        margin: 0 !important;
        width: 100%;
    }

    .form-submit input {
        margin: 10px 0 !important;
    }

}

/* ===[ iPhone 5 landscape · width: 568px ]=== */

@media (max-width: 568px) {
    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 440px !important;
    }
}

/* ===[ iPhone 3+4 landscape · width: 480px ]=== */

@media (max-width: 480px) {
    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 350px !important;
    }
}

/* ===[ Mobile Portrait ]=== */

@media (max-width: 400px) {

    header.top_head #top #logo {
        width: 60%;
    }

	.sapphire-slider h2 {
		font-size: 14px;
	}

	.sapphire-slider {
		min-width: 100px;
	}

	section h2, section h2 strong {
		font-size: 16px;
        text-align: center;
	}

    section .team_members_section ul li {
        margin-right: 0px !important;
        width: 100% !important;
        float: none;
    }

    section .team_members_section ul.socials li {
        float: left;
        width: 32px !important;
        margin-right: 4px !important;
    }

	section .testimonials_section blockquote h3 {
		font-size: 14px;
	}

	section .gallery_section .filters li a {
		font-size: 10px !important
	}

	section .gallery_section .screens li.screen {
		width: 210px;
	}

	div.row .column #socials li {
		margin-bottom: 10px;
	}

	footer #band div.row ul {
		display: none;
	}

    .price_list_section .column {
        width: 100% !important;
        margin: 10px 0 !important;
    }

}	

/* ===[ Android (Nexus 4) portrait · width: 384px ]=== */

@media (max-width: 384px) {
    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 250px !important;
    }
}  

/* ===[ iPhone 3+4 portrait · width: 320px ]=== */

@media (max-width: 320px) {
    .widget_search input[type="text"], .widget_search input[type="search"] {
        width: 190px !important;
    }
}