/*
Theme Name: inFocus
Theme URI: http://mysitemyway.com/
Description: A Mysitemyway Premium Wordpress Theme
Author: Mysitemyway
Author URI: http://mysitemyway.com/
Version: 3.0
*/

/*  TOC 
01. GENERAL TYPOGRAPHY 
02. STRUCTURE
03. MENU
04. POST LISTS & GRIDS
05. SINGULAR POSTS
06. WIDGETS & SHORTCODES
07. SLIDERS
08. PROGRESSIVE ENHANCEMENTS
09. RESPONSIVENESS & MOBILE
*/

/*
===============================================================================================================
01. GENERAL TYPOGRAPHY
=============================================================================================================== */

/* Global Reset
-------------------------------------------------------------- */
html,
body,
div,
form,
fieldset,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    vertical-align: baseline;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-bottom: 20px;
}

input,
textarea {
    font-family: inherit;
    padding: 4px;
}

img,
fieldset {
    border: 0;
}

body {
    line-height: 30px;
    font-size: 12px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0 none;
    -moz-outline-style: none;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

ul,
ol {
    padding-left: 25px;
}

li ol,
li ul {
    margin-bottom: 0;
}

/* Headers
-------------------------------------------------------------- */

h5 {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#content .teaser {
    line-height: 150%;
}

h4+h6 {
    margin-top: -10px;
}

/* Forms & Buttons 
-------------------------------------------------------------- */
.textfield,
.password,
.textarea,
#s,
#comment {
    padding: 6px;
    background: #f9f9f9 url(images/form-gradient.gif) repeat-x -1px -2px;
    border-color: #d9d9d9 #eaeaea #fff;
    border-style: solid;
    border-width: 1px;
    color: #666;
}

.textarea,
#comment {
    width: 97%;
    height: 120px;
}

.textfield:focus,
.password:focus,
.textarea:focus,
#s:focus,
#comment:focus {
    opacity: .9;
}

.textfield_label {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
}

#submit,
.call_to_action,
.fancy_button,
.button_link,
#searchsubmit,
.post_more_link {}

.small_button,
.post_more_link,
#submit {}

.medium_button {
    height: 40px;
    line-height: 41px;
}

.large_button {
    height: 50px;
    line-height: 51px;
    padding: 0 35px;
    height: 58px;
    line-height: 56px;
}

.post_more_link:hover {
    text-decoration: none;
    color: #000;
}

.call_to_action,
.intro .intro_title {
    display: inline-block;
    float: left;
    font-size: 32px;
    margin: 10px 50px 10px 0;
    padding: 0 3px;
}

.call_to_action {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
    text-transform: none;
}

/* Images & Galleria
-------------------------------------------------------------- */
.fancy_image_caption {
    bottom: -18px;
}

.fancy_image img,
#body_inner .galleria-container,
.wp-caption,
#content .gallery img,
.single_post_image img,
.post_grid_image img,
.post_list_image img,
.framed,
.video_frame,
.mysite_flickr_widget img,
.avatar,
.about_author_module .avatar {
    background: #f5f5f5;
    border: 1px solid #fff;
    padding: 4px;
    outline: 1px solid #eaeaea;
}

.avatar,
.widget .small_post_list img,
.additional_posts_module .small_post_list img {
    float: left;
    margin: 1px;
    padding: 3px;
}

#footer .post_grid_image img,
#footer .post_list_image img,
#footer .framed {
    background: url(styles/_rgba/black10.png);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 2px;
    outline: none;
}

#slider_module .video_frame {
    border: 0;
    padding: 0;
    outline: 0;
}

/* galleria */
#body_inner .galleria-thumbnails .galleria-image {
    background: transparent;
    border: 0;
}

#body_inner .galleria-stage {
    top: 5px !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 50px !important;
}

#body_inner .galleria-thumbnails-container {
    bottom: 5px !important;
    left: 5px !important;
    right: 5px !important;
    height: 40px !important;
}

/* Custom Columns
-------------------------------------------------------------- */
.one_half {
    width: 47.5%;
}

.one_third {
    width: 30%;
}

.two_third {
    width: 65%;
}

.one_fourth {
    width: 21.25%;
}

.three_fourth {
    width: 73.75%;
}

.one_fifth {
    width: 16%;
}

.two_fifth {
    width: 37%;
}

.three_fifth {
    width: 58%;
}

.four_fifth {
    width: 79%;
}

.last {
    margin-right: 0;
}









.one_sixth {
    width: 12.5%;
}

.five_sixth {
    width: 82.5%;
}

.custom_column {
    position: relative;
    margin: 0;
    float: left;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
}

/*
===============================================================================================================
02. STRUCTURE
=============================================================================================================== */

body {
    position: relative;
    min-width: 998px;
    font-size: 100% !important;
}

#body_inner {
    position: relative;
    min-width: 998px;
}

#header_inner,
.intro_inner,
#breadcrumbs_inner,
#content_inner,
#outro_inner,
#footer_inner,
#sub_footer_inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

/* Custom Backgrounds
-------------------------------------------------------------- */
body.has_custombg>.multibg>.multibg,
body.has_custombg>.multibg {
    display: none;
}


/* Header
-------------------------------------------------------------- */
#header {
    position: relative;
    height: 220px;
    background: #5d2728;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5d2728 31%, #411b1c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #5d2728), color-stop(100%, #411b1c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5d2728 31%, #411b1c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5d2728 31%, #411b1c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5d2728 31%, #411b1c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5d2728 31%, #411b1c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d2728', endColorstr='#411b1c', GradientType=0);
    /* IE6-9 */
}

.has_slider #header {
    height: 292px;
    border-bottom: 6px solid #bbb5b3;
}

#header_extras {
    color: #aaa;
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: 0;
}

.header_links {
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 0 3px;
}

.header_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_links li {
    float: left;
    padding-right: 12px;
}

.header_links li ul {
    float: right;
    margin-right: 0px;
}

.header_social {
    float: right;
    padding-left: 5px;
}

.header_social .social_icon {
    float: left;
    padding-left: 5px;
}

.header_text {
    padding-top: 2px;
    float: left;
}

.logo {
    left: -50px;
    position: absolute;
    top: 0;
    display: block;
    font-size: 32px;
}

/* Intro & Breadcrumbs
-------------------------------------------------------------- */

.intro_inner {
    padding: 12px 0;
}

.intro .teaser,
.intro h3 {
    line-height: 30px;
    font-size: 22px;
}

.intro .teaser {
    margin-bottom: 0;
    min-height: 57px;
    min-width: 200px;
    overflow: hidden;
    padding: 10px 0;
}

.intro .tweet {
    display: block;
    min-height: 50px;
    background: url(images/sprite2.png) no-repeat -190px -130px;
    line-height: 100%;
    margin-bottom: 0;
    padding-left: 65px;
}

.intro h3 {
    margin-bottom: 0;
    padding: 10px 0;
}

.intro .call_to_action {
    font-size: 28px;
    letter-spacing: 0;
    margin-top: 10px;
}

#breadcrumbs {
    color: #aaa;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: tahoma;
    padding-left: 2px;
}

#breadcrumbs a {
    color: #bbb;
}

#breadcrumbs .delimiter {
    color: #ccc;
    padding: 0 4px;
}

/* Image Banner Intros */
.has_image_banner .intro_inner {
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.image_banner_intro .image_banner {
    width: 100% !important;
    height: auto !important;
    vertical-align: bottom;
    margin-bottom: 2px;
}

.intro .image_banner_intro .intro_title {
    background: #eee;
    border-bottom: 1px solid #fff;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
    color: #444;
    padding: 10px 40px;
    border-radius: 0;
}

/* Content
-------------------------------------------------------------- */
#main {
    padding: 30px 0 10px 0;
    min-height: 550px;
}

#sidebar {
    margin-top: 0;
    min-height: 300px;
    position: relative;
}

.right_sidebar #main {
    float: left;
    width: 648px;
}

.right_sidebar #sidebar {
    float: left;
    width: 312px;
}

.right_sidebar #main_inner {
    margin-right: 25px;
    position: relative;
}

.right_sidebar #sidebar_inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.right_sidebar .sidebar_top {
    background: url(images/sidebar_top.png) no-repeat scroll 0 0 transparent;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.right_sidebar .sidebar_bottom {
    background: url(images/sidebar_bottom.png) 0 bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
}

.left_sidebar #main {
    float: right;
    width: 720px;
}

.left_sidebar #sidebar {
    float: right;
    width: 240px;
}

.left_sidebar #main_inner {
    margin-left: 38px;
    position: relative;
}

.left_sidebar #sidebar_inner {
    position: relative;
    padding-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(images/sidebarL_middle.png) right top repeat-y;
}

.left_sidebar .sidebar_top {
    background: url(images/sidebarL_top.png) no-repeat scroll right top transparent;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.left_sidebar .sidebar_bottom {
    background: url(images/sidebarL_bottom.png) right bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
}

/* Footer
-------------------------------------------------------------- */
#outro {
    background: #f9f9f9;
}

#outro_inner {
    padding: 20px 0;
}

#outro p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 0;
    letter-spacing: .25px;
    line-height: 25px;
}

#footer {
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

#footer_inner {
    padding-top: 35px;
    padding-bottom: 20px;
}

#sub_footer {
    background: #000;
    border-top: 1px solid #151515;
    min-height: 30px;
    padding-top: 10px;
    overflow: hidden;
}

#sub_footer a:hover {
    text-decoration: none;
}

.copyright_text {
    float: left;
}

.footer_links {
    float: right;
}

.footer_links li {
    float: left;
    padding-right: 12px;
}

.footer_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links ul ul {
    float: right;
    margin-right: 0px;
}

.no_footer #footer {
    display: none;
}

/* Squeeze Page
-------------------------------------------------------------- */
.squeeze_page #body_inner {
    background: url(styles/_rgba/black10.png);
    background: rgba(0, 0, 0, .1);
    margin: 10px auto;
    padding: 5px;
    width: 800px;
    min-width: 800px;
}

.squeeze_page #header_inner,
.squeeze_page .intro_inner,
.squeeze_page #content_inner,
.squeeze_page #sub_footer_inner {
    width: auto !important;
    padding-left: 50px;
    padding-right: 50px;
}

.squeeze_page .logo {
    position: relative;
    text-align: center;
}

.squeeze_page.has_image_banner .intro_inner {
    padding: 0;
}

/*
===============================================================================================================
03. Menu
=============================================================================================================== */

#primary_menu {
    position: absolute;
    top: 170px;
    left: -8px;
}

.jqueryslidemenu {
    position: relative;
    z-index: 2000;
}

.jqueryslidemenu ul {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jqueryslidemenu li {
    position: relative;
    display: inline;
    float: left;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 6px;
    margin: 0 6px;
}

.jqueryslidemenu a {
    display: block;
    text-decoration: none;
    line-height: normal;
    overflow: hidden;
    overflow: visible;
    color: #fff;
}

.jqueryslidemenu a:hover {
    text-decoration: none;
}

.jqueryslidemenu a span {}

.jqueryslidemenu li.current-menu-item a,
.jqueryslidemenu li.current-post-ancestor a {
    /*color:#dcb0b1;*/
}

.jqueryslidemenu li ul li a {
    color: #fff;
}

.jqueryslidemenu li ul li a:hover {
    color: #000;
}

.jqueryslidemenu li:hover {
    background: #aa3638;
}

/*.jqueryslidemenu li:hover, .jqueryslidemenu li.current-menu-item, .jqueryslidemenu li.current-menu-ancestor, .jqueryslidemenu li.current-page-parent, .jqueryslidemenu li.current-post-ancestor{ background:#aa3638;}*/
.jqueryslidemenu li a:hover .menu_arrow,
.jqueryslidemenu li:hover a .menu_arrow {
    border-bottom: 10px solid;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    width: 0 !important;
    display: block;
    padding: 0;
    margin: -7px auto 0;
    position: relative;
}

.jqueryslidemenu ul ul {
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 6px 6px 6px;
    background: #aa3638;
    top: 25px !important;
    box-shadow: 0px 3px 4px #5a2526;
}

.jqueryslidemenu ul ul li {
    display: list-item;
    float: none;
    margin: 0 1px;
}

.jqueryslidemenu ul ul a {
    width: 180px;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 22px;
    font-size: 14px;
}

.jqueryslidemenu ul ul a:hover {
    color: #000;
}

.jqueryslidemenu ul ul ul {
    margin-top: -2px;
    z-index: 2001;
}

.jqueryslidemenu small {
    display: none;
}

/* optional */

.jqueryslidemenu li a:hover .menu_arrow,
.jqueryslidemenu li:hover a .menu_arrow {
    z-index: 2002;
}

.ie .jqueryslidemenu ul ul {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

/*
===============================================================================================================
04. POST LISTS & GRIDS
=============================================================================================================== */

.post_title {
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.post_title a {
    color: #808080;
}

/* Specific Layouts
-------------------------------------------------------------- */
.single_post_module .post_title,
.blog_layout1 .post_title,
.blog_layout2 .post_title,
.blog_layout3 .post_title,
.large_post_list .post_title,
.medium_post_list .post_title,
.one_column_blog .post_title,
.two_column_blog .post_title,
.three_column_blog .post_title {
    border-bottom: 1px solid #cacbc9;
}

.single_post_module .post_meta,
.blog_layout1 .post_meta,
.blog_layout2 .post_meta,
.blog_layout3 .post_meta,
.large_post_list .post_meta,
.medium_post_list .post_meta,
.one_column_blog .post_meta,
.two_column_blog .post_meta,
.three_column_blog .post_meta {
    border-top: 1px solid #cacbc9;
}

.single_post_module .post_title,
.blog_layout1 .post_title,
.blog_layout2 .post_title,
.blog_layout3 .post_title {
    font-size: 36px;
    line-height: 36px;
}

.portfolio .post_title,
.portfolio .post_meta,
.single_post_module .portfolio .post_title {
    background-image: none;
}

.portfolio .date {
    color: #aaa;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.portfolio .post_title+.date {
    margin-top: -10px;
}

.right_sidebar .blog_layout3 .one_half .meta_category,
.left_sidebar .blog_layout3 .one_half .meta_category {
    display: none;
}

.small_post_list .post_title a {
    color: #888;
    font-size: 15px;
}

/* Meta
-------------------------------------------------------------- */
.post_meta {
    color: #808080;
    font-size: 16px;
    ;
    margin-bottom: 20px;
    padding: 4px 1px 4px;
    font-style: italic;
}

.post_meta a {
    color: #808080;
    font-weight: bold;
    font-style: normal;
}

.post_meta em {
    font-style: normal;
}

.post_meta_bottom {
    font-size: 10px;
    margin: 20px 0 40px;
    font-style: italic;
}

.post_meta_bottom em {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.post_meta_bottom span {
    padding-right: 20px;
}

.post_meta+.post_grid_image {
    margin-top: -2%;
}

/*
===============================================================================================================
05. SINGULAR POSTS
=============================================================================================================== */

/* Post Images 
-------------------------------------------------------------- */
.infocus_shadow_bottom,
.infocus_shadow_top {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    display: block;
    margin: 0;
    opacity: .9;
}

.single_post_image {
    margin-bottom: 10px !important;
    margin-top: -10px;
}

.post_grid_image img,
.post_list_image img,
.single_post_image img {
    vertical-align: bottom;
}

.post_grid_module,
.post_list_module {
    margin-bottom: 40px;
    clear: both;
}

.post_grid_image {
    text-align: center;
}

/* Single Post Module
-------------------------------------------------------------- */
.single_post_module {
    margin-bottom: 30px;
}

.single_post_image {
    margin-bottom: 20px;
    display: block;
}

.single_post_content {
    position: relative;
}

/* Post Nav Module
-------------------------------------------------------------- */
.post_nav_module {
    margin-bottom: 30px;
    overflow: hidden;
}

.previous_post {
    float: left;
}

.next_post {
    text-align: right;
}

/* Share This Module
-------------------------------------------------------------- */
.share_this_module {
    margin-bottom: 10px;
    padding: 4px 25px;
    position: relative;
    background: url(images/share_this_bg.png) repeat-x 0 0 #e9e9e9;
}

.full_width .share_this_module {
    max-width: 500px;
}

.share_this_title {
    position: absolute;
    text-indent: -99999px;
    background: url(images/sprite2.png) no-repeat -10px -68px #888;
    height: 38px;
    top: 10px;
    width: 100px;
}

.share_this_content {
    padding-left: 112px;
    height: 50px;
}

.post_sociable {
    background: #888;
}

/* About Author Module
-------------------------------------------------------------- */
.about_author_module {
    margin-bottom: 50px;
    padding: 26px;
    position: relative;
    overflow: hidden;
    background: url(images/about_author_bg.png) repeat-x 0 0 #e9e9e9;
}

.about_author_title {
    text-indent: -99999px;
    background: url(images/sprite2.png) no-repeat -10px -127px #888;
    height: 40px;
    left: 132px;
    position: absolute;
    top: 25px;
    width: 95px;
}

.author_bio {
    overflow: hidden;
    padding-top: 50px;
    color: #888;
}

.author_name {
    font-weight: bold;
}

.author_name:after {
    content: " - ";
}

.about_author_module .avatar {
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid #888;
    margin-right: 28px;
}

.about_author_module .fancy_link {
    display: block;
}

/* Blog Tabs
-------------------------------------------------------------- */
.blog_tabs_container {
    border-top: 1px solid #ccc;
}

.blog_tabs {
    height: 34px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.blog_tabs li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog_tabs a {
    display: block;
    font-family: tahoma;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 30px;
    padding: 3px 1px 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.blog_tabs a:hover {
    color: #888;
    text-decoration: none;
}

.blog_tabs a.current {
    color: #666;
    cursor: default;
    border-top: 2px solid;
}

.blog_tabs_content {
    display: none;
    padding-top: 30px;
}

/* Additional Posts Module
-------------------------------------------------------------- */
.additional_posts_module {
    margin-bottom: 50px;
}

.share_this_module+.additional_posts_module {
    margin-top: 60px;
}

.additional_posts_module .post_grid_image {
    margin-bottom: 10px;
}

.additional_posts_module .post_grid_module,
.additional_posts_module .one_fourth {
    margin-bottom: 0;
}

/* Threaded Comments
-------------------------------------------------------------- */
#comments {
    margin-top: 50px;
    clear: both;
    margin: 45px 0 5px 0;
}

.comment-text {
    color: #888;
    left: 25px;
    margin: 10px 0;
    min-height: 90px;
    overflow: hidden;
    padding-right: 40px;
    padding-top: 8px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.commentlist {
    margin: 0 0 20px 0;
    padding-left: 0;
}

.commentlist li {
    background: url(images/comment_bubble.gif) 0px 15px no-repeat;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}

.commentlist li li {
    margin-left: 20px;
}

.children {
    padding: 0;
}

.awaiting_moderation {
    background: #fff;
    border: 1px solid #eee;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.commentmetadata,
.commentlist .reply {
    float: left;
    font-size: 10px;
    margin-right: 5px;
    text-transform: lowercase;
}

.comment-author {
    float: left;
    overflow: hidden;
    width: 90px;
    line-height: 16px;
}

.comment-author cite {
    display: inline-block;
    font-style: normal;
    padding-left: 2px;
    padding-top: 5px;
    text-transform: capitalize;
    color: #666;
    font-size: 12px;
}

.comment-author .date {
    padding-left: 2px;
    color: #bbb;
    font-size: 9px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    position: static;
    background: none;
}

.trackbacks_pingbacks.commentlist li {
    background: none;
    padding: 10px 0;
}

.comment-text li {
    background: none;
    border: none !important;
    padding: 2px;
    margin: 0;
}

.comment-text ol li {
    list-style: decimal;
    overflow: visible;
}

/* Reply Form
-------------------------------------------------------------- */
#commentform {
    padding-top: 20px;
}

#respond {
    clear: both;
    padding-top: 20px;
}

#respond h3 {
    margin-bottom: 0px;
}

#cancel-comment-reply-link {
    color: #bbb;
    font-size: 9px;
    padding-left: 2px;
    text-transform: uppercase;
    line-height: 15px;
}

#cancel-comment-reply-link:hover {
    text-decoration: none !important;
}

/*  
===============================================================================================================
06. WIDGETS & SHORTCODE OVERRIDES
=============================================================================================================== */

#sidebar .widget,
#footer .widget {
    clear: both;
    padding: 0 0 40px 0;
    overflow: hidden;
    position: relative;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget a:hover {
    text-decoration: none;
}

.widgettitle {
    margin-bottom: 24px;
    padding-bottom: 8px;
}

#sidebar .widgettitle {
    line-height: 30px;
    color: #808080;
    border-bottom: 1px solid #cacbc9;
    font-size: 14px;
}

#sidebar .mysite_testimonial_widget,
#footer .mysite_testimonial_widget {
    padding: 0;
}

.widget .post_list_module {
    margin-bottom: 0;
}

/* Footer */
#footer .widget {
    padding: 0 0 20px 0;
}

#footer .widget .activation_link_list {
    margin-top: -5px;
}

#footer .avatar,
#footer .flickr_badge_image img,
#footer .post_grid_image img,
#footer .post_list_image img,
#footer .framed {
    outline: none;
    background: rgba(200, 200, 200, .2);
    border: 1px solid rgba(200, 200, 200, .2);
    padding: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

#footer a {
    opacity: 1 !important;
}

#footer .activation_link_list a,
#footer .mysite_twitter_widget a,
#footer .widget_categories a,
#footer .widget_links a,
#footer .widget_archive a,
#footer .widget_meta a,
#footer .mysite_subnav_widget a,
#footer .widget_nav_menu a,
#footer .widget_pages a,
#footer .widget_recent_entries a {
    opacity: .8 !important;
}

#footer .widget a:hover {
    opacity: 1 !important;
}

/* Pre
-------------------------------------------------------------- */
.fancy_pre_box {
    background: url(images/form-gradient.gif) repeat-x -1px -2px #F9F9F9;
    border-color: #D9D9D9 #EAEAEA #FFFFFF;
    color: #666;
}

.fancy_code_box {
    background: url(images/code.png) repeat 0 1px #F6F6F6;
    border-color: #ddd;
}

/* Popular/Related/Recent Posts
-------------------------------------------------------------- */
.small_post_list .post_title {
    padding-bottom: 0;
}

#sidebar .small_post_list .post_list_module {
    margin-bottom: 0;
}

/* Shared Widget Styles
-------------------------------------------------------------- */
#sidebar .mysite_twitter_widget li {
    padding-left: 0 !important;
}

#footer table {
    background: #f9f9f9;
}

#footer .widgettitle,
#footer .widget li {
    text-shadow: none;
}

#footer .widget_pages li,
#footer .widget_nav_menu li,
#footer .widget_categories li {
    border-bottom: none;
    padding: 0;
}

#footer .widget_categories a,
#footer .widget_nav_menu a,
#footer .widget_pages a {
    border-bottom: 1px solid #333;
    display: block;
    padding: 5px 0;
}

#sidebar .activation_link_list,
#sidebar .mysite_popular_widget>ul,
#footer .mysite_popular_widget>ul,
#sidebar .mysite_recent_widget>ul,
#footer .mysite_recent_widget>ul,
#sidebar .mysite_twitter_widget>ul,
#footer .mysite_twitter_widget>ul,
#sidebar .widget_recent_comments>ul,
#footer .widget_recent_comments>ul,
#sidebar .widget_recent_entries>ul,
#footer .widget_recent_entries>ul,
#sidebar .widget_categories>ul,
#footer .widget_categories>ul,
#sidebar .widget_links>ul,
#footer .widget_links>ul,
#sidebar .widget_archive>ul,
#footer .widget_archive>ul,
#sidebar .widget_meta>ul,
#footer .widget_meta>ul,
#sidebar .mysite_subnav_widget>ul,
#footer .mysite_subnav_widget>ul,
#sidebar .widget_nav_menu .menu,
#footer .widget_nav_menu .menu,
#sidebar .widget_pages>ul,
#footer .widget_pages>ul {
    margin-top: -20px;
}

#sidebar .activation_link_list a,
#sidebar .mysite_twitter_widget a,
#sidebar .widget_categories a,
#sidebar .widget_links a,
#sidebar .widget_archive a,
#sidebar .widget_meta a,
#sidebar .mysite_subnav_widget a,
#sidebar .widget_nav_menu a,
#sidebar .widget_pages a,
#sidebar .widget_recent_entries a {
    background: url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -308px -321px;
    padding-left: 20px;
    text-shadow: 1px 1px 1px #fff;
}

#sidebar .widget_pages li li,
#sidebar .widget_nav_menu li li,
#sidebar .widget_categories li li {
    background: url(images/line.gif) repeat-x center top;
}

#sidebar .widget_pages li li a,
#sidebar .widget_nav_menu li li a,
#sidebar .widget_categories li li a {
    margin-left: 20px;
}

/* Search
-------------------------------------------------------------- */
#searchform div {
    background: url(images/searchbar.png) no-repeat left top;
    height: 28px;
    margin-top: 5px;
    overflow: hidden;
    width: 288px;
}

#searchform #s {
    background: none;
    border: 0;
    float: left;
    height: 25px;
    margin: 0;
    padding: 4px 0 0 14px;
    width: 232px;
    color: #666;
}

#searchform #s:focus {
    background: transparent url(images/searchbar.png) no-repeat left -30px;
    outline: none;
}

#searchform #searchsubmit {
    background: transparent url(images/searchbar.png) no-repeat right 0;
    border: 0 none;
    cursor: pointer;
    float: left;
    text-indent: -99999px;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 42px;
    border: 0 none !important;
    box-shadow: none !important;
}

#searchform #searchsubmit:hover {
    background-position: right -30px;
}

/* Twitter Widget
-------------------------------------------------------------- */
.mysite_twitter_widget {
    position: relative;
    overflow: visible;
}

.mysite_twitter_widget li {
    background: none;
    padding-left: 0;
}

.mysite_twitter_widget a {
    background: url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -380px -239px;
    padding-left: 26px;
}

#sidebar .twitter_bird {
    background: url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -7px -268px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 54px;
    display: block;
}

/* Tag Cloud
-------------------------------------------------------------- */
.widget_tag_cloud a {
    padding: 4px;
}

#content .widget_tag_cloud a:hover,
#content .widget_tag_cloud a:active {
    text-shadow: 1px 1px 1px #fff;
}

/* Calendar & Other Tables
-------------------------------------------------------------- */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-bottom: 18px;
}

table,
td,
th {
    vertical-align: middle;
}

th {
    padding: 10px;
    color: #666;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}

td {
    padding: 10px;
    color: #888;
}

tfoot td {
    border: 0px;
}

th,
tr:hover {
    background-color: #f5f5f5;
}

#wp-calendar {
    border-collapse: separate;
    font-size: 12px;
}

#wp-calendar th {
    padding: 10px;
    color: #666;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#wp-calendar td {
    padding: 10px;
    color: #888;
}

.widget_calendar tfoot td {
    background-image: none;
}

.widget_calendar a {
    text-decoration: underline;
}

#wp-calendar,
#wp-calendar th {
    border-color: #2E353D;
}

/* Recent Comments
-------------------------------------------------------------- */
#sidebar .recentcomments span {
    background: url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -380px -243px transparent;
    padding-left: 26px !important;
}

#sidebar .recentcomments {
    padding: 4px 0 8px;
}

#sidebar .recentcomments {
    padding-left: 0 !important;
}

.wp-pagenavi .pagenavi-page:hover {
    background: #f9f9f9 url(images/form-gradient.gif) repeat-x -1px -2px;
    border-color: #d9d9d9 #eaeaea #fff;
    color: #666;
}

/* jCarousel
-------------------------------------------------------------- */
.mysite_jcarousel_blog .post_grid_image img,
.mysite_jcarousel_blog .video_frame,
.mysite_jcarousel_portfolio .post_grid_image img,
.mysite_jcarousel_portfolio .video_frame {
    margin-left: 1px;
    margin-right: 1px;
    padding: 3px;
}

.mysite_jcarousel_text {
    width: 21.25% !important;
    margin-right: 5% !important;
}

.mysite_jcarousel_text+.blog_clip,
.mysite_jcarousel_text+.portfolio_clip {
    width: 73.75% !important;
}

/*
===============================================================================================================
07. SLIDERS
=============================================================================================================== */

#slider_module {
    height: 400px;
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: -85px;
}

#slider_module_inner {
    margin: 0 auto;
    width: 960px;
}

/* Fading */
#mysite_fading_slider {
    margin-left: -120px;
    position: relative;
    width: 1200px;
    height: 400px;
}

.single_fading_slide {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* Scrolling */
#mysite_scrolling_slider {
    overflow: hidden;
    margin-left: -120px;
    position: relative;
    width: 1200px;
    height: 400px;
}

#scrolling_slides {
    width: 9999em;
    position: absolute;
    height: 100%;
}

.single_scrolling_slide {
    float: left;
    position: relative;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

/* Nivo */
#mysite_nivo_slider {
    margin: 0 auto;
    padding-top: 20px;
    width: 960px;
}

.nivo_slider #slider_module_inner {
    background: url(images/sliders/staged.png) bottom center no-repeat;
    height: 400px;
    overflow: hidden;
}

#mysite_nivo_slider .nivo-controlNav {
    position: absolute;
    text-align: center;
    top: 355px;
    width: 100%;
    padding: 0;
}

#mysite_nivo_slider .nivo-controlNav a {
    float: none;
    display: inline-block;
    background: url(images/sliders/nav_dots_sprite.png) 0px 0px no-repeat;
}

#mysite_nivo_slider .nivo-controlNav a.active {
    background-position: 0 -34px;
}

/* Slider Nav
-------------------------------------------------------------- */
.slider_nav {
    z-index: 1001;
}

.slider_nav a {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 0px;
    font-size: 1px;
}

/* Nav Thumbs */
.slider_nav_thumb .slider_nav {
    position: absolute;
    background: url(styles/_rgba/black50.png) repeat 0 0;
    padding: 0 10px;
    left: 120px;
    bottom: 40px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease, opacity .3s ease;
    -moz-transition: height .3s ease, opacity .3s ease;
    -o-transition: height .3s ease, opacity .3s ease;
    transition: height .3s ease, opacity .3s ease;
}

.slider_nav_thumb .slider_nav img {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.slider_nav_thumb #slider_module_inner:hover .slider_nav {
    opacity: 1;
    height: 56px;
}

.slider_nav_thumb .slider_nav a {
    opacity: .6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slider_nav_thumb .slider_nav a:hover {
    opacity: 1;
}

.slider_nav_thumb .raw_html .slider_nav,
.slider_nav_thumb .full_slide .slider_nav {
    width: 940px;
    bottom: 0;
}

.slider_nav_thumb .floating_slide .slider_nav {
    width: 940px;
}

.slider_nav_thumb .staged_slide .slider_nav {
    width: 940px;
}

.slider_nav_thumb .overlay_slide .slider_nav {
    width: 400px;
}

.slider_nav_thumb .partial_staged_slide .slider_nav {
    width: 580px;
    left: 480px;
}

.slider_nav_thumb .partial_staged_slideL .slider_nav {
    width: 580px;
}

.slider_nav_thumb .partial_gradient_slide .slider_nav {
    width: 580px;
    left: 480px;
}

.slider_nav_thumb .raw_html.vimeo_slide .slider_nav,
.slider_nav_thumb .full_slide.vimeo_slide .slider_nav {
    top: 0px;
}

.slider_nav_thumb .floating_slide.vimeo_slide .slider_nav,
.slider_nav_thumb .staged_slide.vimeo_slide .slider_nav,
.slider_nav_thumb .overlay_slide.vimeo_slide .slider_nav,
.slider_nav_thumb .partial_gradient_slide.vimeo_slide .slider_nav,
.slider_nav_thumb .partial_staged_slide.vimeo_slide .slider_nav,
.slider_nav_thumb .partial_staged_slideL.vimeo_slide .slider_nav {
    top: 20px;
}

/* Nav Dots */
.slider_nav_dots .slider_nav {
    bottom: 0;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 100%;
}

.slider_nav_dots .slider_nav a {
    width: 20px;
    height: 20px;
    margin: 0px;
    background: url(images/sliders/nav_dots_sprite.png) 0px 0px no-repeat transparent;
    display: inline-block;
    font-size: 1px;
}

.slider_nav_dots .slider_nav a:hover {
    opacity: .7;
}

.slider_nav_dots .slider_nav .current {
    background-position: 0 -34px;
}

/* Stageing Effects
-------------------------------------------------------------- */
.slide_title {
    color: #999;
}

.slide_overlay {
    z-index: 3;
    position: absolute;
}

#slider_module .video_frame {
    position: relative;
    z-index: 10;
}

.slide_content {
    z-index: 4;
    position: absolute;
    font-size: 14px;
    line-height: 25px;
    color: #aaa;
    width: 330px;
    height: 315px;
    top: 45px;
    left: 160px;
    overflow: hidden;
}

.positioning {
    z-index: 1;
    float: right;
    margin-top: 20px;
    margin-right: 120px;
}

/* Legacy */
.full_slide,
.partial_gradient_slide,
.partial_staged_slide,
.floating_slide,
.overlay_slide,
.staged_slide {
    background-position: bottom center;
}

/* Full/Raw */
#slider_module_inner .raw_html .slide_content {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#slider_module_inner .raw_html .positioning {
    margin-top: 0;
}

#slider_module_inner .full_slide .slide_content {
    width: 880px;
}

#slider_module_inner .full_slide .positioning {
    margin-top: 0;
}

/* Floating */
#slider_module_inner .floating_slide {
    background: url(images/sliders/floating.png) bottom center no-repeat;
}

/* Staged */
#slider_module_inner .staged_slide {
    background: url(images/sliders/staged.png) no-repeat center bottom;
}

/* Overlay */
#slider_module_inner .overlay_slide {
    background: url(images/sliders/staged.png) center bottom no-repeat;
}

#slider_module_inner .overlay_slide .slide_overlay {
    background: url(styles/_rgba/black80.png) repeat 0 0;
    height: 340px;
    left: 120px;
    top: 20px;
    width: 420px;
}

#slider_module_inner .overlay_slide .slide_title {
    color: #fff;
}

/* Partial Staged */
#slider_module_inner .partial_staged_slide .slide_overlay {
    background: url(images/sliders/partial_staged.png) bottom center no-repeat;
    top: 20px;
    right: 120px;
    width: 600px;
    height: 358px;
}

#slider_module_inner .partial_staged_slide .slide_content {
    top: 35px;
    left: 120px;
}

#slider_module_inner .partial_staged_slide .slide_title {
    color: #fff;
}

/* Partial Staged Left */
#slider_module_inner .partial_staged_slideL .slide_overlay {
    background: url(images/sliders/partial_staged.png) bottom center no-repeat;
    top: 20px;
    left: 120px;
    width: 600px;
    height: 358px;
}

#slider_module_inner .partial_staged_slideL .positioning {
    float: left;
    margin-left: 120px;
}

#slider_module_inner .partial_staged_slideL .slide_content {
    top: 35px;
    left: auto;
    right: 120px;
}

#slider_module_inner .partial_staged_slideL .slide_title {
    color: #fff;
}

/* Partial Gradient */
#slider_module_inner .partial_gradient_slide {
    background: url(images/sliders/staged.png) bottom center no-repeat;
}

#slider_module_inner .partial_gradient_slide .slide_overlay {
    background: url(images/sliders/partial_staged.png) bottom center no-repeat;
    top: 20px;
    right: 120px;
    width: 600px;
    height: 358px;
}

#slider_module_inner .partial_gradient_slide .slide_content {
    width: 285px;
    color: #888;
}

#slider_module_inner .partial_gradient_slide .slide_title {
    color: #444;
}

/*
===============================================================================================================
08. PROGRESSIVE ENHANCEMENTS
=============================================================================================================== */

/* Border Radius
-------------------------------------------------------------- */
.share_this_module,
.about_author_module {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.textfield,
.password,
.textarea,
#s,
#comment {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.intro_title,
.fancy_button,
.button_link,
#searchsubmit,
.post_more_link {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Box Shadow
-------------------------------------------------------------- */


/* Transitions
-------------------------------------------------------------- */
.jqueryslidemenu ul ul a {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*
===============================================================================================================
09. RESPONSIVENESS & MOBILE
=============================================================================================================== */

/* Responsive Slider
-------------------------------------------------------------- */
.mysite_responsive #slider_module {
    background-size: auto 100%;
}

.mysite_responsive .flexslider {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 0;
    border: none;
    background: none;
}

.slider_content_left .flexslider,
.slider_content_right .flexslider {
    width: 600px;
}

.mysite_responsive .flexslider_content {
    font-size: 14px;
    color: #eee;
}

.mysite_responsive .flex-direction-nav li .flex-prev {
    left: -16px;
}

.mysite_responsive .flex-direction-nav li .flex-next {
    right: -16px;
}

.mysite_responsive .flex-control-nav li {
    margin: 0;
}

.mysite_responsive .flex-control-nav li a {
    width: 20px;
    height: 20px;
    background: url(images/sliders/nav_dots_sprite.png) 0 0 no-repeat transparent;
}

.mysite_responsive .flex-control-nav li a:hover {
    background-position: 0 0;
    opacity: .7;
}

.mysite_responsive .flex-control-nav li a.flex-active {
    background-position: 0 -34px;
}

/* Responsive Menu
-------------------------------------------------------------- */
.mysite_responsive #responsive_menu {
    margin: 10px auto 20px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
    background: linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .2) inset;
}

.mysite_responsive #responsive_menu .select,
.mysite_responsive #responsive_menu .mysite_message {
    background: url(images/select_menu.png) right center no-repeat;
    text-indent: 20px;
    color: #fff;
}

/* Media Queries
-------------------------------------------------------------- */

@media screen and (max-width: 1050px) {
    .mysite_responsive.has_fullbg #body_inner {
        padding: 0;
        width: 100% !important;
        min-width: 0 !important;
    }
}

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

    .mysite_responsive,
    .mysite_responsive #body_inner {
        width: 100% !important;
        min-width: 100% !important;
    }

    .mysite_responsive.squeeze_page #body_inner {
        max-width: 800px;
        min-width: 0 !important;
    }

    .mysite_responsive.has_image_banner .intro_inner {
        width: 100%;
    }

    .mysite_responsive #header_inner,
    .mysite_responsive #slider_module_inner,
    .mysite_responsive .intro_inner,
    .mysite_responsive #breadcrumbs_inner,
    .mysite_responsive #content_inner,
    .mysite_responsive #outro_inner,
    .mysite_responsive #footer_inner,
    .mysite_responsive #sub_footer_inner {
        width: 90%;
        position: relative;
    }

    .mysite_responsive .share_this_content {
        height: auto;
    }

    .mysite_responsive .post_sociable {
        margin-top: 5px;
        width: 40px;
    }

    .mysite_responsive .logo {
        left: -7%;
    }

    .mysite_responsive .logo img {
        width: 238px;
    }

    .mysite_responsive .logo2 {
        background-size: 100%;
        width: 40px;
        height: 55px;
    }

    .mysite_responsive .block_in p {
        padding-top: 10px;
    }

    .mysite_responsive .block_in a {
        float: left;
    }

    .mysite_responsive h2 {
        font-size: 20px !important;
        font-weight: bold;
    }

    .mysite_responsive #header {
        height: 160px !important;
    }

    .mysite_responsive.has_slider #header {
        height: 210px !important;
    }

    .mysite_responsive .flex-caption {
        font-size: 12px !important;
        line-height: 14px !important;
        left: 5px !important;
    }

    .mysite_responsive .flexslider a {
        font-size: 10px;
        padding: 3px 0;
        width: 80px;
        margin-top: 2px;
    }

    .mysite_responsive .flex-control-nav {
        bottom: -36px !important;
    }

    .mysite_responsive #slider_module {
        margin-bottom: -26px;
    }

    .mysite_responsive #main {
        margin-top: 0;
        padding-top: 10px;
    }

    .mysite_responsive .notre .thumb_contents {
        padding: 0;
        float: left;
    }

    .fud .one_half .input,
    .wpcf7-text,
    .wpcf7-textarea {
        width: 90% !important;
    }

    .fud .one_half .select {
        width: 94% !important;
    }

    .right_sidebar #sidebar_inner {
        padding-left: 30px !important;
    }

    .green_btn {
        margin-left: 0 !important;
    }

    .call_to_action,
    .intro .intro_title {
        font-size: 25px !important;
    }

    .green_btn input {
        font-size: 12px !important;
        padding: 16px 5px !important;
    }

    .date {
        width: 35px !important;
        height: 40px !important;
    }

    .arc .date {
        left: -68px !important;
    }

    .date span {
        font-size: 18px !important;
    }

    .date p {
        font-size: 12px !important;
    }

    .news_column .date {
        width: 50px !important;
        height: 50px !important;
    }

    .news_column .date span {
        font-size: 18px !important;
    }

    .news_column .date p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 830px) {
    .mysite_responsive.squeeze_page #body_inner {
        padding: 0;
        margin: 0 auto;
    }

    .mysite_responsive.squeeze_page #content_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:768px) {
    .mysite_responsive .logo {
        position: relative;
    }

    .mysite_responsive.squeeze_page #header {
        box-shadow: none;
        height: 100px;
    }

    .mysite_responsive .infocus_shadow_top,
    .mysite_responsive .infocus_shadow_bottom {
        display: none !important;
    }
}

@media screen and (max-width:650px) {
    .mysite_responsive .intro .intro_title {
        float: none !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: auto !important;
        clear: both !important;
    }

    .mysite_responsive.left_sidebar #sidebar_inner,
    .mysite_responsive.right_sidebar #sidebar_inner,
    .mysite_responsive.left_sidebar .sidebar_top,
    .mysite_responsive.left_sidebar .sidebar_bottom,
    .mysite_responsive.right_sidebar .sidebar_top,
    .mysite_responsive.right_sidebar .sidebar_bottom {
        background: none !important;
    }

    .mysite_responsive.left_sidebar #sidebar_inner {
        padding-right: 0;
    }

    .mysite_responsive.right_sidebar #sidebar_inner {
        padding-left: 0;
    }

    .mysite_responsive .additional_posts_module .post_grid_image {
        text-align: left;
    }

    /* -- edited - 15 april  */
    span.wpcf7-not-valid-tip {
        width: 250px !important;
        left: 10% !important;
        top: 50%;
    }

    .date {
        width: 32px !important;
        height: 40px !important;
        left: -15px !important;
    }

    .arc .date {
        left: -46px !important;
    }

    .date span {
        font-size: 16px !important;
    }

    .date p {
        font-size: 11px !important;
    }

    .news_column .date {
        width: 30px !important;
        height: 40px !important;
    }

    .news_column .date span {
        font-size: 16px !important;
    }

    .news_column .date p {
        font-size: 12px !important;
    }

    .opacity_bkg .card {
        top: 45px !important;
    }

    .inner_block form p .textfield,
    .password,
    .textarea,
    #s,
    #comment {
        width: 97% !important;
    }

    .news_wrap .news_column .date {
        height: 45px !important;
        width: 45px !important;
    }

    /* footer */
    .textwidget p {
        margin-bottom: 0 !important;
    }

    /* edited css ends here */
}

@media screen and (max-width: 480px) {
    .mysite_responsive .commentlist li ul li {
        background: none;
        padding-left: 30px;
    }

    .mysite_responsive #comments .avatar {
        float: left;
        height: 40px;
        margin-right: 20px;
        width: 40px;
    }
}

.logo2 {
    float: right;
    width: 175px;
    height: 204px;
    background: url(images/logo_right.png) no-repeat 0 0;
}

.menu_arrow,
.is_home .intro {
    display: none !important;
}

.phone_icon {
    background: url(images/sprites.png) no-repeat 0 3px;
    padding-left: 30px;
}

.email_icon {
    background: url(images/sprites.png) no-repeat 0 -43px;
    padding-left: 30px;
}

.address_icon {
    background: url(images/sprites.png) no-repeat 0 -89px;
    padding-left: 30px;
}

.share {
    float: left;
}

.share li {
    float: left;
    width: 30px;
    height: 28px;
    margin-right: 10px;
}

.share li a {
    float: left;
    width: 28px;
    height: 28px;
}

.share li.fb {
    background: url(images/sprites.png) no-repeat 0 -195px;
}

.share li.google {
    background: url(images/sprites.png) no-repeat 0 -235px;
}

.share li.rss {
    background: url(images/sprites.png) no-repeat 0 -275px;
}

h2.title,
h2.title2,
h2.title3,
h2.title4 {
    color: #808080;
    border-bottom: 1px solid #cacbc9;
    padding-bottom: 20px;
}

h3.subtitle {
    color: #aa3638;
    font-size: 20px;
    margin: -10px 0 13px 0;
}

/*.news_column .date {
    background: #aa3638;
    border-radius: 4px;
    float: left;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: normal;
    position: static;
}*/

.news_column .date span {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 7px;
    display: block;
}

.news_column .date p {
    font-size: 14px;
}

/*.news_column .date_content {
    padding-left: 65px;
}*/

.news_column .date_content p {
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.news_column .date_content a,
.testimonial_wrap a {
    line-height: 24px;
    font-size: 14px;
}

.news_column {
    border-bottom: 1px solid #cacbc9;
    margin-bottom: 19px;
    padding-bottom: 19px;
    padding-left: 10px;
}

.testimonial_wrap img {
    border: 1px solid #fff;
    box-shadow: 0 0px 8px #3b3b3b;
    margin-bottom: 10px;
}

.testimonial_wrap p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.pl_10 {
    padding-left: 10px;
}

.testimonial_wrap .pl_10 {
    border-bottom: 1px solid #cacbc9;
    padding-bottom: 12px;
}

.bottom_block {
    padding: 10px;
    border-top: 1px solid #cacbc9;
    border-bottom: 1px solid #cacbc9;
    background: #fff;
    overflow: auto;
    padding-top: 20px;
}

.block_in span {
    background: #aa3638;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    width: 165px;
    height: 31px;
    line-height: 31px;
}

.block_in p {
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}

.block_in a {
    line-height: 30px;
}

.block_in {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cacbc9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.intro {
    border-top: 1px solid #bb5e60;
    border-bottom: 9px solid #c4bebb;
}

#content_inner {
    background: url(images/border_opacity.png) repeat-y top left;
}

.inner_block {
    margin-left: 30px;
}

.is_home #content_inner {
    background: none;
}

.inner_block h2.title {
    padding-bottom: 10px;
}

.ul_list {
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.ul_list li {
    background: url(images/circle.png) no-repeat 4px 9px;
    padding-left: 30px;
    list-style: none;
}

.ul_list li span {
    padding-left: 22px;
    font-size: 14px;
    display: block;
}

h2.title2 {
    margin-top: 30px;
    padding-bottom: 10px;
}

h2.title3 {
    margin-top: 10px;
}

h2.title4 {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
}

.mt_20 {
    margin-top: -20px;
}

.notre .thumb {
    float: left;
}

.notre img {
    box-shadow: 0 0px 8px #3b3b3b;
    border: 1px solid #fff;
}

.notre .thumb_contents {
    padding-left: 145px;
}

.notre .thumb p,
.notre .one_fifth p {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.notre .one_fifth p span {
    font-weight: normal;
    font-style: italic;
    display: block;
}

.clear {
    clear: both;
}

.notre h3 {
    font-size: 24px;
    float: left;
    width: 100%;
}

.fud .upper_block label {
    margin: 0 20px 0 8px;
}

.fud .upper_block em {
    margin: 0 20px 0 0;
}

.fud .upper_block span {
    margin: 0 0 0 10px;
}

.fud .input,
.fud .select,
.wpcf7-text,
.wpcf7-textarea {
    border: 1px solid #cacbc9;
    padding: 5px;
}

.fud .upper_block .input {
    width: 50px;
}

.fud h2.title2 {
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fud h3 {
    margin-bottom: 4px;
}

.fud .one_half .input,
.wpcf7-text,
.wpcf7-textarea {
    width: 240px;
    color: #808080;
    font-size: 12px;
    font-style: italic
}

.fud .one_half .select {
    width: 252px;
    color: #808080;
    font-size: 12px;
    font-style: italic;
}

.fud .one_half label,
.contact span {
    font-family: museo500;
    color: #808080;
    font-size: 24px;
}

.contact .wpcf7-text,
.contact .wpcf7-textarea {
    padding: 8px 10px;
}

.contact {
    padding-left: 30px;
}

.opacity_bkg {
    background: url(images/yellow_opacity.png) repeat 0 0;
    border-bottom: 1px solid #f4b918;
    padding: 20px;
    position: relative;
    padding-bottom: 20px;
}

.fud .one_half.last h2.title2 {
    border-bottom: 1px solid #f4b918;
    margin-bottom: 0;
}

.lock_icon {
    font-size: 12px;
    font-weight: bold;
    background: url(images/lock_icon.png) no-repeat left center;
    padding-left: 22px;
    margin-bottom: 15px;
}

.opacity_bkg .card {
    position: absolute;
    right: 10px;
    top: 18px;
}

.opacity_bkg .card img {
    margin-left: 10px;
}

.fud .one_half .opacity_bkg label {
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.fud .one_half .opacity_bkg small {
    font-size: 12px;
    color: #808080;
    margin-top: -4px;
    display: block;
}

.fud .one_half .opacity_bkg p {
    line-height: normal;
    margin-bottom: 14px;
}

.fud .one_half .opacity_bkg .popacity p {
    line-height: 30px;
}

.fud .one_half .sld {
    width: 120px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.fud .one_half .sly {
    width: 70px;
}

.green_btn {
    background: #c3bcba;
    padding: 5px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 30%;
}

.green_btn input {
    background: #119d48;
    /* Old browsers */
    background: -moz-linear-gradient(top, #119d48 0%, #008c39 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #119d48), color-stop(100%, #008c39));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #119d48 0%, #008c39 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #119d48 0%, #008c39 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #119d48 0%, #008c39 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #119d48 0%, #008c39 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#119d48', endColorstr='#008c39', GradientType=0);
    /* IE6-9 */
    border-radius: 6px;
    box-shadow: inset 0px 1px 1px #fff;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-shadow: 0px -1px 0px #004800;
    cursor: pointer;
    border: 0;
}

.green_btn:hover input {
    background: #008c39;
    /* Old browsers */
    background: -moz-linear-gradient(top, #008c39 1%, #119d48 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #008c39), color-stop(100%, #119d48));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008c39 1%, #119d48 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008c39 1%, #119d48 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008c39 1%, #119d48 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #008c39 1%, #119d48 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008c39', endColorstr='#119d48', GradientType=0);
    /* IE6-9 */
    text-decoration: none;
}

.fud label {
    cursor: pointer;
}

.flex-caption {
    background: none !important;
    bottom: auto;
    top: -2px;
    left: 30px !important;
    font-family: museo500;
    color: #fff;
    font-size: 26px !important;
    line-height: 40px !important
}

.flex-direction-nav {
    display: none !important;
}

.mysite_responsive .flexslider {
    box-shadow: 0px 2px 10px #545555;
    border: 2px solid #fff;
    border-radius: 2px;
}

/*.flex-control-nav{bottom: -56px !important;}*/
.is_home #main {
    padding: 20px 0 40px 0;
}

.flexslider .flex-caption a {
    background: #ab3739;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 110px;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
}

/*.intro .intro_title span{ background:url(images/fud.png) no-repeat left center; padding-left:25px;}
.intro .intro_title span{ background:url(images/note.png) no-repeat left center; padding-left:25px;}*/
.intro .intro_title span {
    padding-left: 5px;
}

#sidebar li a {
    background: none !important;
    padding-left: 0 !important;
}

#sidebar .widget li {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 95%;
    line-height: normal;
}

#sidebar li a:hover {
    color: #787878;
}

#sidebar li a {
    text-shadow: none !important;
}

.right_sidebar .sidebar_top {
    display: none;
}

#sidebar {
    background: url(images/border_opacity.png) repeat top left;
}

.arc p {
    margin-bottom: 2px;
}

.button_link,
.fancy_button,
#searchsubmit,
#submit {
    background: #aa3638 !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.intro .teaser {
    display: none;
}

.error {
    background: none repeat scroll 0 0 #FFEBEB;
    border: 1px solid #EC3737 !important;
}

.errortext {
    color: #EE5B5B;
    display: block;
    font-size: 12px;
    margin-top: 1px;
}


#loader {
    background: url(images/ajax-loader2.gif) no-repeat 0 0 scroll transparent;
    height: 34px;
    left: 50%;
    margin-left: -30px;
    position: fixed;
    top: 55%;
    width: 34px;
    z-index: 999;
}

.date {
    padding-left: 0.5rem;
    color: #aa3638;
    border-left: 2px solid #aa3638;
    margin-bottom: 0.5rem;
}

/*.date span{ font-size:18px; line-height:22px; line-height:normal; display:block; padding-top:2px;}
.date p{ font-size:16px; text-transform:uppercase; line-height:14px; margin:0;}
*/
.by {
    color: #808080;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 16px;
}

.by span {
    font-weight: normal;
    font-style: italic;
}

.arc .date {
    left: -68px;
}

.share_this_module,
.additional_posts_module {
    display: none;
}

.contact .green_btn input {
    font-size: 16px;
}

.contact .green_btn {
    margin: 0;
}

.contact .ajax-loader {
    display: none;
}

.thanks {
    color: #aa3638;
    text-align: center;
    padding-left: 30px;
}


/*---- edited - 18 April 2013 ----*/
@media (min-width:321px) and (max-width:360px) {
    .mysite_responsive .logo {
        left: -6%;
    }
}

@media (min-width:361px) and (max-width:480px) {
    .mysite_responsive .logo {
        left: -4%;
    }
}

@media (min-width:621px) and (max-width:768px) {
    .mysite_responsive .logo {
        left: -3%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .inner_block .single_post_module .date {
        left: -26px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .mysite_responsive .logo {
        left: -3%;
    }

    .inner_block .single_post_module .date {
        left: -26px;
    }
}

/* if condition occurs in any device  */
@media (min-width:800px) and (max-width:990px) {
    .mysite_responsive .logo {
        left: -4%;
    }

    .mysite_responsive .logo2 {
        width: 90px;
        height: 102px;
    }

    .mysite_responsive .logo img {
        width: 364px;
    }

    #primary_menu {
        top: 110px;
    }
}

/* edited css ends here */
.red_btn,
.wpcf7-submit {
    background: #ab3739;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    line-height: normal;
    border: 0;
    cursor: pointer;
}

.red_btn {
    margin-left: 310px;
}

.contactpage h4 {
    border-bottom: 1px solid #cacbc9;
    line-height: 30px;
    margin-bottom: 7px;
    color: #777;
    font-size: 22px;
    padding-bottom: 8px;
}

.contactpage p {
    line-height: 22px;
}

#footer .one_third {
    width: 34%;
}

#footer .one_third.last {
    width: 22%;
}

.pullquote4 {
    background: url(images/border_opacity.png) repeat top left;
    border: 0px solid #111;
    color: #787878;
    padding-left: 30px
}

.testimonial_author_name {
    font-size: 18px;
    font-family: museo500;
}

.pullquote4 {
    margin-right: 2%;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

.paypal-btn {
    background: url("images/paypal-img.jpg") no-repeat scroll right center transparent;
    border: 0 none;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    padding: 14px 62px;
}

.fud .one_half label {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.is_home #sidebar {
    display: none;
}

.address_icon {
    line-height: 11px;
    padding-top: 10px !important;
}

#sub_footer {
    display: none;
}



/* Brochure Download
-------------------------------------------------------------- */
.is_home .intro.intro--teaser {
    display: block !important;
}

.intro--teaser {
    border-bottom-width: 0px;
    margin-bottom: 3rem;
}

.intro_inner--teaser {
    text-align: center;
    color: #fff;
    padding: 2rem 0;
}


.download__link {
    color: #fff;

}

.download__icon {
    color: #fff;
}

.download__title {
    color: #fff;
    margin-bottom: 0;
}

.download__teaser {
    color: #fff;
}


/* Testimonial block
-------------------------------------------------------------- */
.testimonials_home--wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
    background: #fff;
}
.testimonials_home {
    padding: 2rem 1rem 1rem 1rem;
    overflow: auto;
    margin: 0 auto 3rem auto;
    width: 960px;
}
.testimonials_home .subtitle {
	font-size: 24px;
}
.testimonials_home--more {
	text-align: center;
	clear: both;
	padding-top: 1rem;
}

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

	.testimonials_home {
        width: 90%;
        position: relative;
    }
}


/* Homepage various
-------------------------------------------------------------- */
.read-more {
	clear: both;
}