/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover,
a:active {
    outline: 0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    /* Responsive images (ensure images don't scale beyond their parents) */

    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */

    width: auto\9;
    /* IE7-8 need help adjusting responsive images */

    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */

    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page  {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 100%;
    width: 100%;
    background: url(../images/body_bg.jpg) #f4f4f4 repeat-x;
}
a {
    color: #0088cc;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #005580;
    text-decoration: underline;
}
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span4 {
    width: 275px;
    margin-right:20px;
    box-shadow: 0px 0px 5px #888888;
}


.span3 {
    width: 250px;
    margin-right:20px;
    box-shadow: 0px 0px 5px #888888;
}

.
[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}


.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}
small {
    font-size: 85%;
}
strong, b {
    font-weight: bold;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
.muted {
    color: #999999;
}
a.muted:hover,
a.muted:focus {
    color: #808080;
}
.text-warning {
    color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}
.text-error {
    color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
    color: #953b39;
}
.text-info {
    color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}
.text-success {
    color: #468847;
}
a.text-success:hover,
a.text-success:focus {
    color: #356635;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
h1,
h2,
h3 {
    line-height: 40px;
}
h1 {
    font-size: 38.5px;
}
h2 {
    font-size: 24px;
    line-height:1.2;
}
h3 {
    font-size: 24px;
    color:#FFF;
    background-color:#2eb8e4;
    line-height:1.2;
}
h4 {
    font-size: 18px;
    color:#485c66;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
h5 {
    font-size: 13px;
    color:#485c66;
}
h6 {
    font-size: 13px;
    color:#FFF;





}

p{

    margin-bottom: 15px !important;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
ul.unstyled,
ol.unstyled {

}
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline > li{
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}

blockquote {
  padding: 20px 8px !important;
  background-color: #f4f4f4;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 5px 0 !important;
  text-indent: 23px;
}
blockquote p {
	margin: 0 !important;
}
/* custom CSS */

#main_container{
    padding-top:10px;
}

.wrapper{
    margin:0 auto;
    width:1130px;
}

#top_header{
    height:40px;
    background-color:#2eb8e4;
    font-family: 'Droid Sans', sans-serif;
    color:#FFF;
}

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

.sub_nav li{
    display:inline;
}

.sub_nav li a{
    color:#FFF;
}

.sub_nav_foot{
    float:left;
    margin-top:10px;
    margin-left:40px;
}

.sub_nav_foot li{
    display:inline;
}

.sub_nav_foot li a{
    color:#FFF;
}

.sub_nav_foot li a{
    border-right: 1px solid #fff;
    padding-left: 8px;
    padding-right: 13px;
}

.sub_nav_foot li:first-child a{

    padding-left: 0px;

}

.sub_nav_foot li:last-child a{

    border-right: none;

}



.copyright{
    float:right;
    margin:9px 20px;
}

.top_search{
    float:right;
    margin:6px 20px;
	display: block;
	width: 230px;
	overflow: hidden;
}
#searchform {
	display: inline-block;
}
.bigger-arrow {
	font-size: 20px;
	display: inline-block;
	padding-top: 2px;
}

.facetious_search {
	
}
.facetious_search label {
	display: none;
		line-height: 26px;
}
.facetious_search input {	
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle;
}

.facetious_submit input{
	background: url(/wp-content/themes/stateofDigital/images/search_button.png) no-repeat #FFF -2px 2px;
	width: 20px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	border: none;
	margin-left: -5px;
	vertical-align: middle;
}

.facetious_input_search {
	border: none;
}

.top_search input:focus {
	outline: none;
}

.search_bar p{
    float:left;
    margin-right:5px;
	line-height: 26px;
	margin-bottom: 0 !important;
}
.search_form{
    float:left;
}

.search_bar input.search_btn{
    background: url(../images/search_button.png) no-repeat #FFF -2px 2px;
    padding:5px 10px;
    cursor: pointer;
}

#header{

}



.main_logo{

    margin: 0 0;
}

.footer_content{
    height:40px;
    background-color:#2eb8e4;
    margin-top:20px;
    color:#FFF;
    font-family: 'Droid Sans', sans-serif;
}

.left_col{
    float:left;
    width:260px;
    margin-right:20px;
}

.center_col{
    float:left;
    width:570px;
    margin-right:20px;
}

.right_col{
    float:right;
    width:260px;
}

.right_col a{
    color:#000;
}

.articles{
    margin: 0 10px;
}

.articles li{
    border-top:solid 1px #e3e3e3;
    padding:10px 0;
    list-style:none;
}

.article_image{
    float:left;
}
.side_container .article_image{
    width: 71px;

}



.article_text{
    float:left;
    width:150px;
    padding-left:10px;
}

.article_text a{


}

.latest_time{
    font-size:10px;
    color:#999;
    text-transform: uppercase;
}

.side_container{
    box-shadow: 0px 0px 5px #999;
    margin-bottom:20px;
    background: #fff;
    margin-top: 20px;
}

.side_container h5{
    padding:10px 0px;
    margin-left:10px;
	font-size: 13px;
}
.side_container .article_text p {
	margin-bottom: 5px !important;
}
.side_container .article_text a {
	font-size:12px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	line-height: 120%;
	color: #272724;
}

.most_read ul{
    padding:10px;
    margin-left:15px;
}

.most_read ol{
    margin-left:20px;
    padding:10px;
    list-style: decimal;
}

.most_read ol li a{
    color: #485c66;
}


/*HOME*/

.span4_home{

    background: #fff;
}
.events_side{
    border:solid 1px #CCC;
    margin-bottom:20px;
    border-radius: 0 0 8px 8px;
    background-color:#FFF;
    margin-top: 20px;
}
.slider_home1, .slider_home2, .slider_home3 {
    background:url(../images/carousel_bottom.jpg) no-repeat 0 290px;
    padding-top:20px;

}

.scroll_date{
    color:#2eb8e4;
}

.scroll_title{
    margin-bottom:10px;
    color:#485c66;
	font-weight: bold;
}



/*TRAINIIG SECTION*/


.training .flexslider2{
    background-color:#fff !important;
    color:#606060;
    width:550px;
}

.training .flexslider2 h3{

    color:#606060;
}

.training .flexslider2 h3{
    background-color:#fff !important;
	font-size: 16px;
	font-weight: bold;
}


.training{
    height:305px;
    background-color:#fff;
    margin-bottom:20px;
    box-shadow: 0px 0px 5px #888888;
    padding: 10px;

}

h5.training_slider_title{
    color: #485c66;
    text-transform: uppercase;
    background: url(../images/training_icon.png) no-repeat;
    padding-left: 40px;
    height: 26px;
    margin-left: 10px;
	font-weight: bold;
    font-size: 13px;
    padding-top: 3px;


}
.training_categories{

    border-top:1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    height: 27px;	
    margin-top: 5px;
    padding-top: 3px;



}
.training_categories ul{


}

.training_categories ul li{

    display: inline;
    padding: 0 8px;
    border-right: 1px solid #000;
}

.training_categories ul li a{

    display: inline;
    text-decoration: none;
}
.training_categories ul li a:hover, .training_categories ul li.active a {

    color: #2fb8e5;
}

.train_slider_text{
    float:left;
    width:245px;
	color: #9ca2a7;
    padding:20px 10px 10px 30px;
}

.train_slider_text p{
    margin: 15px 0;
	color: #9ca2a7;	
}

.train_slider_image{
    float:left;
    margin-top:20px;
    margin-right:;
    box-shadow: 0px 0px 5px #888888;
    width: 255px;
}

.train_slider_title{
    z-index:10;
    position:absolute;
    color:#606060;
    top:15px;
    left:30px;
    width: 220px;
}

.train_slider_title a{
    color:#606060;

}



.train_slider_text h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
    color:#606060;
    background: none;
}
.train_slider_text h3 a{

    color:#606060;
    text-decoration: none;
}


.train_slider_link a{
   color: #9ca2a7;;
}
.train_slider_link{

    margin-top: 10px;
}

.train_slider_arrow{
    z-index:10;
    position:absolute;
    top:50px;
    background:url(../images/slider_arrow.png) no-repeat -2px;
    width:30px;
    height:30px;
}

.span_no_margin{
    margin:0 !important;
}

.news_content{
    margin:10px 15px;
}

.news_content h4 a{
    color: #2FB8E5;
    font-weight: bold;
}

.news_content h4 a:hover{
    text-decoration: none;
}


.news_details{
    margin-top:10px;
    color:#2fb8e5;
}

.news_details_content{
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding:5px 0;
    margin-top:15px;
    color:#2fb8e5;
    text-transform: uppercase;
}

.news_details_content a{
	
	text-decoration: none !important;
}

.news_details_content a{
    color:#2fb8e5;
}
.news_details p a {
    color: #2fb8e5;
}

.news_text{
    color:#666;
}


.news_details p.time_ago{

    text-transform: uppercase;

}

.continue_reading{
    margin-top:15px;
}

.continue_reading a{
    color:#666;
    padding-right:40px;
    background: url(../images/continue_arrow.png) no-repeat 120px;
}

.continue_reading_white{
    margin-top:15px;
}
.continue_reading_white a{
    color:#666;
    padding-right:40px;
    background: url(../images/continue_arrow_white.png) no-repeat 120px;
}

.side_menu li, .side_menu_filter li{
    border-bottom:solid 1px #CCC;
    padding:5px 0 5px 10px;
    list-style:none;
	overflow: hidden;
}

.side_menu li a, .side_menu_filter li a{
    color:#485c66;
}

.side_menu .active a,.side_menu_filter .active {
    color:#2eb8e4;
}

.side_menu h5{
    background: url(../images/events_img.png) no-repeat 8px;
    padding:7px 0 7px 50px;
    border-bottom:solid 1px #CCC;
}
.side_menu_filter h5{
    background: url(../images/left_filter.png) no-repeat 8px;
    padding:7px 0 7px 50px;
    border-bottom:solid 1px #CCC;
	text-transform: uppercase;
}

.side_menu_filter li a {
	background: url(../images/plus.png) no-repeat 95% 50%;
	display: block;
}
.side_menu_filter li a.active {
background: url(../images/minus.png) no-repeat 95% 50%;
}

.side_menu_filter li a:hover {
	text-decoration: none;
	 color:#2eb8e4;
}

.side_menu_filter .filter-content {
	display: none;
	margin-top: 5px;
	font-size: 12px;
}
.side_menu_filter .filter-content .facetious_submit_button {
	background-color: #2EB8E4;
	background-position: 0 0;
	background-image: none;
	color: #fff;
	padding-left: 0px;
	line-height: 12px;
	float: right;
	display: block;
	width: 75px;
	text-align: center;
	margin: 0 10px 5px;
}

.side_menu_filter .filter-content .facetious_filter {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 11px;
}


/*NAVIGATION*/

.menu-top-navigation-container{
	
	width: 690px;
	float: left;
}

ul#menu, ul#menu2 {
    background-color: #f5f5f5;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);

}

ul#menu li, ul#menu2 li{
    width:167px;
    list-style-type: none;
    display: inline-block;
    text-align:center;
}

ul#menu li:last-child, ul#menu2 li:last-child{
    width:172px;
}

.active-menu-item {
	height: 9px;
	width: 172px;
	background: #2eb8e4;
	position: absolute;
	z-index: 1;
	display: none;
	
}

ul#menu li a, ul#menu2 li a{
	position: relative;
    font-family: 'Droid Sans', sans-serif;

    width:170px;
    border:solid 1px #ccc;

    /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
}

ul#menu li ul li a, ul#menu2 li ul li a{
    border:solid 1px #ccc;
    text-align:left;

    border:none;
    margin:0;
    padding:5px 3px 3px 8px;
    width:170px;
    z-index:999;
}

ul#menu li.dropdown, ul#menu2 li.dropdown{
    background: url(../images/menu_arrow.png) right 13px no-repeat;
}

.sub-menu {
	position: relative;
	z-index: 5;
}
/*Link Appearance*/
ul#menu li a, ul#menu2 li a{
    text-decoration: none;
    color: #999;
    padding: 5px 0;
    display:inline-block;
}

ul#menu li ul li a:hover, ul#menu2 li ul li a:hover{
    color:#2eb8e4;
}

/*Make the parent of sub-menu relative*/
ul#menu li, ul#menu2 li {
    position: relative;
}

ul#menu li ul, ul#menu2 li ul{
    display:none;
    position: absolute;
    top: 32px;
    left: 0;
    border:solid 1px #CCC;
    border-top:solid 8px #2eb8e4 !important;
    width:170px;
    background-color:#FFF;
    z-index:999;
}
ul#menu li:hover ul, ul#menu2 li:hover ul {
    display:block;
}

.active_main a{
    color:#000 !important;
    border-bottom:solid 8px #2eb8e4 !important;
}

/*SLIDER*/

.slider{
    margin-bottom:20px;
    width:570px;
    color:#fff;
    height: 300px;
    margin-top: 20px;
}

.flexslider{
    background-color:#2eb8e4 !important;
}

#loading-animation {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url('../images/preloader.gif') 50% 40% no-repeat;
}
#infscr-loading { 
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 50%;
}
#pagination-blog a {
    color: #fff;
}
#blog-content {
    padding-bottom: 32px;
}
#pagination-blog {
    clear: both;
}
.blog-content-list {
    position: relative;
}
.blog-content-list #infscr-loading {
    bottom: -8px;
}
#infscr-loading em  {
    display: none;
}

#pagination-blog a {
    text-indent: -9999px;
}

.slider_text{
    float:right;
    width:260px;
    padding:40px 0 30px 0;
}

.slider_text h3 a{
    color: #fff;
    text-decoration: none;
	font-weight: bold;
}


.slider_text p{
    margin: 15px 0;
}

.slider_image{
    float:right;
    margin-top:20px;
    margin-right: 15px;
	margin-left: 10px;
    box-shadow: 0px 0px 5px #888888;
    width: 258px;
}

.slider_title{
    z-index:10;
    position:absolute;
    color:#fff;
    top:15px;
    left:30px;
}



.slider_link a{
    color:#FFF !important;
}
.slider_link{

    margin-top: 10px;
}

.slider_arrow{
    z-index:10;
    position:absolute;
    top:50px;
    background:url(../images/slider_arrow.png) no-repeat -2px;
    width:30px;
    height:30px;
}

.main_col{
    float:left;
    width:830px;
    margin-left:20px;
    margin-right:20px;
}

.main_details{
    padding:10px 0 10px 0;
}

.main_col h2{
    float:left;
}

.view_as{
    float:left;

}

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

.sort_by p {
    float:left;
	margin-bottom: 0 !important;
}

.sort_by .facetious_submit_button {
	width: 100px;
}

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

.sort_form select{
    width:130px;
}

.content_image{
    float:left;
    margin:20px 20px 0 0;
}

.content_image_logo{
    float:right;
}

.paragraph{
    float:left;
    width:320px;
}

.content_title{
    width:800px;
    float:left;
    margin-bottom:15px;
}

.events_title{
    margin-right: 40px;
    width: 590px;
    float:left;
    margin-bottom:15px;
}

.events_header{

    margin-bottom: 20px;
}

.events_header h2{

    float: left;
    font-weight: bold;
    width: 300px;

}

.events_header .more_events{
    float: right;
	font-weight: bold;
}

.events_header .more_events span {
	margin-right: 6px;
	color: #2fb5e3;
	font-size: 20px;
	font-weight: normal;
}

.event-booking {
	float: right;
	 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border: solid 1px #ccc;
	margin-top: 30px;
	padding: 3px 25px;
	color: #727272;
	}
#event-detail  .social_sharing {
	float: right;
	clear: both;
}


#event-detail .content {
    width: 45%;
    float: left;
    font-size: 14px;
}
#event-detail  .content_image_logo {
    width: 52%;
}

.events-navigation, .post-navigation {
    clear: both;
    width: 100%;
	text-align: right;
    float: right;
    overflow: hidden;
}
.next-event, .next-post {
	color: #2fb5e3;
	float: right;
	margin-left: 10%;
}
 .next-post {
	margin-left: 4%;
 }


.next-event a , .next-post a{
	color: #2fb5e3;
}
.prev-event, .previous-post {
	float: right;

}


.event-info {
	background: #ededed;
	overflow: hidden;
	margin-top: 15px;
	line-height: 120%;
}

.event-info a{
	text-decoration: none !important;
}
.event-info h2 {
	color: #2aa5db;
	font-size: 18px !important;
}

.event-info .column-narrow {
	width: 28%;
	padding: 2%;
	float: left;
}

.event-info .column-wider {
	width: 31%;
	padding: 2%;
	float: left;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	
}
.event-info .column-half {
	width: 46%;
	padding: 2%;
	float: left;
}
.event-info .column-half  iframe {
float: right;
width: 360px;
height: 180px;
border: 2px solid #fff
}

.event-info .column-wider strong {
	display: block;
	margin-top: 15px;
}

.event-list-map {
	margin-top: 5px !important;
	font-size: 12px;
}

.events-list-header {
	background: #2EB8E4;
	padding: 7px !important;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.event-list-price {
	float: right;
} 

.event-list-date {
	text-transform: uppercase;
}

.event-date-days{
	color: #7a8085;
	font-size: 14px;
	font-weight: bold;
}
.event-list-place {
	margin-bottom: 15px;
}

.event-list-place p {
		font-size: 12px;
		margin: 0 !important;
		line-height: 110%;
}
.event-more {
	padding-right: 50px !important;
	display: inline-block;
}

.take-left {
	float: left;
}

.show-socials {
	display: none;
	position: absolute;
	right: 0;
	top: -43px;
	width: 115px;
	padding: 5px;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
}	

h4 a.event-title {
	color: #000;
}


.no-border {
	border:  0 !important;
}

.map-link {
	display: block;
	margin-top: 15px;
	height: 20px;
	padding-left: 25px;
	text-transform: uppercase;
	line-height: 20px;
	background:url(../images/pin.png) no-repeat 0 0;
}

.social_sharing{
    float:left;
    margin-left:30px;
    margin-bottom: 30px;
}

.social_sharing a{
   text-decoration: none !important;
}

.trending_tags{
    margin-bottom:20px;
}

.trending_tags_label{
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

.menu-trending-menu-container{

    float: left;
}

.menu-trending-menu-container ul li{

    display:inline;

}

.menu-trending-menu-container ul li a{

    text-transform: uppercase;	
    border-right: 1px solid #384A53;
    padding: 0 5px;
    text-decoration: none !important;
}

.menu-trending-menu-container ul li a:last-child{


    border-right:none;

}


.trending_tags li{
    display:inline;
}


.about_author_header{
    margin-top: 10px;
    padding: 10px 10px;
    background: #F4F4F4;
    font-weight: bold;
    text-transform: uppercase;
    color: #2aa6dc;
} 

.about_author{
    margin-top:2px;
    margin-bottom:50px;
    background-color: #f4f4f4;
    padding: 20px 10px;
}

.about_author h5,h4{
    color:#2aa6dc;
}

.author_image{
    float:left;
}

.main_author{
    float:left;
    margin-left:12px;
    width: 670px;
}

.main_author a{
  text-decoration: none !important;
  }
.main_author h4 a{
   color: #2EB8E4;
}

.main_author authors_bio{
    margin-bottom:10px;
    line-height:17px;
    width:650px;
}

.profile_link a{
    float:left;
    color:#2aa6dc;
}


.social_author{
    float:right;
}

#container {
    width:850px;

}

.item {
    width: 252px;
    margin:0px 20px 15px 0;
    padding-bottom:15px;
    float: left;
    box-shadow: 0px 0px 5px #999;
}

.item a{
	
	text-decoration: none !important;
}

.social_button{
    float:left;
    padding-right:;
}

.blog_share{
    margin-top:20px;
	position: relative;
	height: 60px;
	overflow: hidden;
	clear: both;
}
.page-template-tpl-list-alternative-php  .blog_share{
	clear: none;
}
.share{
    float:right;
	margin-top: 8px
}

.image_side{
    margin-bottom:20px;
}

.trending_tags li,a{
    color:#384a53;
}

.social_button_content{
    margin-top:5px;
    color:#34c0e5;
	position: relative;
}

.social_button_content a{
    color:#666;
}

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

.prev_next{
    float:right;	
}

.prev{
    float:left;	
}

.prev a{
    padding-left:10px;
    background:url(../images/prev.png) no-repeat 0 2px;
}

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

.next a{
    color:#2aa6dc;
    padding-right:10px;
    background:url(../images/next_content.png) no-repeat 32px 2px;
}

.prev a:hover,.next a:hover{
    color:#2aa6dc;
}

.left_column{

    float: left;
    width: 810px;
    padding:20px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #999;
}

.left_column h1{

    font-size: 28px;
    margin-bottom: 15px;
}

.left_column a{

    text-decoration: underline;
}

.left_column h2{

    font-size: 24px;
    margin-bottom: 15px;
}

.left_column h3{
    color: #000;
    background: none;
    margin-bottom: 15px;
    font-size: 20px;
}

.single-entry-content h3, .single-entry-content h2, .single-entry-content h4 {
	margin: 15px 0;
}

.left_column ul{
margin-left: 15px;
margin-bottom: 15px;

}

.left_column ol{
margin-left: 20px;
margin-bottom: 15px;

}

.left_column ul li{
list-style: disc;

}

.left_column ol li{
list-style:decimal;

}

/*FULL WIDTH*/

.fullwidth_column{

    float: left;
    width: 1090px;
    padding:20px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #999;
}

.fullwidth_column h1{

    font-size: 28px;
    margin-bottom: 15px;
}

.fullwidth_column h2{

    font-size: 24px;
    margin-bottom: 15px;
}

.fullwidth_column h3{

    color: #000;
    background: none;
    margin-bottom: 15px;
    font-size: 20px;
}




.blog_filter{

    min-height: 30px;
    margin-bottom: 20px;
}
.blog_filter a{

  text-decoration: none !important;
}

.blog_filter h2{

    float: left;
}

.filter_container{

    float: right;
    background: #eeeeee;
    width: 570px;
    padding: 5px 10px 5px 20px;
}

h2.page_title{

    margin-bottom: 20px;
}

.disqus-number {
color: #34c0e5 !important;
text-transform: uppercase;
}
.disqus-list {
	color: #fff !important;
	text-transform: uppercase;
	display: none;
}

.page-template-tpl-list-alternative-php h6.comments_count {
	height: 30px;
	line-height: 30px;
}

.page-template-tpl-list-alternative-php .blog_share {
	height: 30px;
}

h6.comments_count {

    background: url(../images/comment_speach_icon.png) no-repeat #2EB8E4 10px 7px;
    padding: 0 15px 0 40px !important;
	height: 34px;
	line-height: 34px;
    margin: 0px !important;
}
h6.comments_count a {
	color: #fff !important;
	text-transform: uppercase;
}
a.comment_anchor{

  padding: 20px 100px;
    position: absolute;
}

h6.more_news {

    background:#2EB8E4;
    padding: 7px 15px 7px 15px !important;
}
.more-image {
    height: 225px;
}
.more-image-list {
    width: 252px;
}


.tab-content{
    padding:10px 0 15px 10px;
	overflow: hidden;
}

.blog_post {
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 808px;
}
.blog_left {
    float: left;
    width: 530px;
    background: url(../images/list_panel_bg.png) repeat-x;
}

.blog_left a{
	
	text-decoration: none !important;
}
.blog_right {
    float: right;
}
h6.blog_comments {
    background: url("../images/comment_speach_icon.png") no-repeat scroll 10px 3px #2EB8E4;
    float: left;
    padding: 5px 20px 5px 40px !important;
}
.blog_title {
    color: #2B3A41;
    margin-top: 10px;
}
.blog_top {
    float: right;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 4px;
}
.share_top {
    margin-left: 28px;
}

/*SINGLE*/

.related_tags{
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    padding:15px 0;
    margin-bottom: 25px;

}

.related_tags a{
   text-decoration: none !important;

}

.related_tags_label{
    float: left;
    font-weight: bold;
}

.related_tags_label a:hover{
   text-decoration: none;
   color: #384A53;
}

.related_tags_items{

    float: left;
    margin-left: 10px;
}

.related_tags_items{
    text-transform: uppercase;
}

.author_name{

    text-transform: uppercase;
    color: #2FB8E5;
}

.author_name a{


    color: #2FB8E5;
}


/*DROP DOWN TOP MENU*/

.menuH
{
    /* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
    For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */

    /*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
    /*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/

    height: 36px;
    width:50px;
    position:relative;/*! for IE htc*/
    z-index:4;/*H2*/
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;


}

.menuH li
{
    width:50px;
    padding: 0;
    /*margin: 0;
    display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
    float: left;
    height: 36px;
    position: relative;/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH li:hover, .menuH li.onhover
{
   /* background: white url(bg.gif) repeat-x 0 -48px;*/
}

ul.menuH a
{

    line-height: 36px; /*Note: keep this value the same as the height of .menuH and .menuH li */
    font-size: 12px;
    font-weight: bold;
    color: black;
    display: block;
    outline: 0;
    text-decoration: none;
}

.menuH ul a.arrow
{
    background: url(next_content.png) no-repeat 130px center;
}           

/*######sub level###########*/

ul.menuH ul
{
    width:140px;
    position: absolute;
    left: -9999px;
    border: 1px solid #DDD;
    border-top: 0;
    background: #FFF;   
    text-align: left;
    list-style: none; margin: 0;  
    /*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
    padding: 0 1px 10px 0;   
    box-shadow: 0px 0px 10px #999;

}

.menuH li li
{
    float: none;
    white-space:nowrap;
    height: 26px;
}

.menuH ul a
{
    width:140px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-align: left;
}

.menuH ul a:hover
{
    color: #2aaae0;
}

.menuH li:hover ul, .menuH li.onhover ul
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    top: -1px;
}

.menuH li:hover .dropToLeft, .menuH li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    top: auto;
}

.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul
{
    left: -9999px;
    top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul
{
    left: 141px;
    width:170px;
}


.sub_header_menu ul{

    float: left;
}

ul.second_menu_header{

    margin-top: 8px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Newsletter */
.bottom-content-newsletter {
    color: #2b3a41;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 15px;
}

.bottom-content-newsletter form{
    padding-top: 10px;
}

.mc_custom_border_hdr {
width: 94% !important;
}

.bottom-content-newsletter  .mc_display_rewards {
    font-size: 11px !important;
    color: #ccc !important;
    margin-top: 15px !important;
}

.bottom-content-newsletter input[type="text"] {
    border: 1px solid #cacaca;
    padding: 5px 10px;
    width: 192px;
    margin-left: 15px;
    margin-top: 10px;
}
.bottom-content-newsletter input:focus {
    outline: none;
}
.bottom-content-newsletter h2 {
    font-size: 13px !important;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 27px;
    width: 87%;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: url(../images/close_next.png) 50% 50% no-repeat #2fb5e3;
}


.bottom-content-newsletter ul {
    text-align: left;
    font-family: Arial;
    font-size: 13px;
    list-style-type: square;
    width: 411px;
    margin: 0 auto;
    padding-left: 41px;
}

.bottom-content-newsletter li{
    list-style-type: square !important;
    color:#2b3a41;
    margin: 10px 0;
}

.bottom-content-newsletter span {
    color: #2b3a41;
}

.bottom-content-newsletter br {
    display: none;
}

.bottom-content-newsletter input[type="submit"] {
    background-color: #f5f5f5;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border: solid 1px #ccc;
    margin-top: 15px;
    height: 30px;
    margin-right: 20px;
    color: #2b3a41;
    width: 80px;
    margin-bottom: 15px;
}


/* NEWSLETTER LAYER */
.newsletter_layer {
    background: #000;
    opacity: .45;
    filter: alpha(opacity=45);
    -ms-filter: "alpha(opacity=45)";
    -khtml-opacity: .45;
    -moz-opacity: .45;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=45)"; /*IE8*/
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 899;
    zoom: 1;
}
.newsletter_layer .bottom-content-newsletter {
    margin-top: 0 !important;

}


.newsletter_inner {
    background: #fff;
    width: 410px;
    position: relative;
    z-index: 3000000;
    display: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
.newsletter_layer {
    background: #000;
    opacity: .45;
    filter: alpha(opacity=45);
    -ms-filter: "alpha(opacity=45)";
    -khtml-opacity: .45;
    -moz-opacity: .45;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=45)"; /*IE8*/
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 899;
    zoom: 1;
}
.newsletter_inner a:hover {
    text-decoration: none;
}

.hide_layer {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
    color: #fff;
    text-indent: -9999px;
}

.author_sm_icons{
	
	float: left;
	margin-right: 5px;
}


.author_list_item{
	
	margin-bottom: 40px;
}

.author_list_item .user_image{
	
	float: left;
	width: 200px;
	margin-right: 20px;
	
}

.author_list_item .user_description{
	
	float: left;
	width: 580px;
	
}
.author_list_item .user_description h2 a{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item .user_description a.author_profile_url{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item .user_description h2{
	
	margin-bottom: 5px !important;
	
}

.author_list_item .user_description .author_sm_icons{
	
	margin-top: 10px !important;
	font-size: 15px;
	
	
}


.author_list_item2{
	
	margin-bottom: 20px;
	float: left;
	width: 400px;
	min-height: 240px;
background: url(../images/default_profile.jpg) no-repeat;;
}

.author_list_item2 .user_image{
	
	float: left;
	width: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}

.author_list_item2 .user_image img{
	
	
	margin-bottom: 10px;
	
}

.author_list_item2 .user_description{
	
	float: left;
	width: 320px;
	
}
.author_list_item2 .user_description h2 a{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item2 .user_description a.author_profile_url{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item2 .user_description h2{
	
	margin-bottom: 5px !important;
	
}

.author_list_item2 .user_description .author_sm_icons{
	
	margin-top: 10px !important;
	font-size: 15px;
	
	
}





.author_list_item3{
	
	margin-bottom: 20px;
	float: left;
	width: 200px;
	min-height: 120px;
background: url(../images/default_profile.jpg) no-repeat;;
}

.author_list_item3 .user_image{
	
	float: left;
	width: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.author_list_item3 .user_image img{
	
	
	margin-bottom: 10px;
	
}

.author_list_item3 .user_description{
	
	float: left;
	width: 120px;
	
}
.author_list_item3 .user_description h2 a{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item3 .user_description h2 {
	
	font-size: 16px;
	
}

.author_list_item3 .user_description a.author_profile_url{
	
	color: #2EB8E4;
	text-decoration: none;
	
}

.author_list_item3 .user_description h2{
	
	margin-bottom: 5px !important;
	
}

.author_list_item3 .user_description .author_sm_icons{
	
	margin-top: 10px !important;
	font-size: 15px;
	
	
}

div.knowladge_list{
	
float: left;
width: 380px;
margin-right: 20px;
margin-bottom: 20px;
min-height: 460px;
border-bottom: 1px solid #333333;
}

div.knowladge_list ul li{
	
	margin-bottom: 5px;
	display: inline-block;
}

div.knowladge_list ul li.knowladge_first_item{
	
	height: 200px;
}

.knowladge_slider_image{
	
	box-shadow: 0 0 5px #888888;
    float: left;
    margin-top: 20px;
    width: 155px;
}

.knowladge_slider_image img{
	
    width: 155px;
}

.knowladge_slider_text {
    color: #9CA2A7;
    float: left;
    padding: 20px 10px 30px 30px;
    width: 155px;
}

h3.term-heading{
	
	color: #2EB8E4;
}

div.knowladge_list h5{
	
	font-weight: bold;
	margin-bottom: 5px;
}

p.facetious_category label{
	
	margin-right: 20px;
}

p.facetious_category select{
	
	width: 150px;
}

p.facetious_job-categories label{
	
	margin-right: 20px;
}

p.facetious_job-categories select{
	
	width: 120px;
}


p.facetious_post_category label{
	
	margin-right: 20px;
}

p.facetious_post_category select{
	
	width: 120px;
}

#secondary aside{
background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #999999;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}


#secondary aside h3 {
    font-size: 13px;
    margin-left: 0px;
    padding: 10px 0;
    background: none;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

#secondary ul li {
   margin-bottom: 5px;
}

#primary aside{

   
    margin-bottom: 20px;
    margin-top: 20px;
   
}


#primary aside h3 {
    font-size: 13px;
    margin-left: 0px;
    padding: 10px 0;
    background: none;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}

#primary ul li {
   margin-bottom: 5px;
}

#filter_hiden_content {
 
    display:none;
	margin-top:24px;
	border-top:1px solid #dddddd;
	padding-top:25px;
}

a.filter_opener{
color:#2EB8E4 !important;

font-weight: bold;
padding-right: 35px;
background: url("../images/menu_arrow.png") no-repeat scroll right 8px transparent;
position: absolute;
right: 0px;
top: 0px;

}

a.filter_opener_active{
	
	top: -21px !important;
}

#filter_hiden_content p.facetious_search label{
 
   width: 140px;
   display: inline-block;
   margin-bottom: 7px;
}


#filter_hiden_content input#facetious_input_search {
	margin-right: 10px;
	 margin-bottom: 7px;
	
}

#filter_hiden_content p.facetious_category label{
 
   margin-bottom: 7px;
}

#filter_hiden_content select#facetious_filter_category {
	
	 margin-bottom: 7px;
	
}

#filter_hiden_content p.facetious_job-categories label{
 
   width: 140px;
   display: inline-block;
   margin-bottom: 7px;
   margin-right: 0px;
}

#filter_hiden_content p.facetious_job-categories select {
    width: 155px;
    margin-right: 10px;
}

#filter_hiden_content p.facetious_post_category select {
    width: 145px;
    margin-bottom: 7px;
}

#filter_hiden_content p.facetious_submit{
	
	float: right;
	 margin-right: 35px;
}

.advert_banner{
	
	float: left;
	
	height: 33px;
    margin-left: 10px;
    width: 430px;
}


/* RESPONSIVE DESIGN  STYLES */
#root .author_icons_wrap {
	overflow: hidden;
}

#root .related_tags a {
	border-right: 1px solid #384A53;
	padding-right: 5px
}
#root .related_tags a:last-child {
	border: none;
}

.mobile {
		display: none;
	}
.desktop {
		display: block;
	}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1140px) {
	#main_container {
		overflow: hidden;
		clear: both;
		background: #F4F4F4;
		margin-top: 15px;
	}
	
	#container {
		width: auto;
	}
	
	
	.wrapper {
	width: 100%;
	clear: both
	}
	
	.left_col, .right_col {
		width: 20%;
	}
	
	.left_col {

	}
	
	.center_col {
		width: 55%;
	}
	
	.left_column {
	width: 75%;
	}
	
	
	.center_col, .left_column {		
	padding-bottom: 20px;
	}
	
	.slider {
		width: auto;
		max-width: 100%;
	}
	
	.slider_text {
		width: 46%;
	}
	.slider_image {
		width: 45%;
	}
	
	.slider .flexslider .slides {
	}
	
	
	.wrapper iframe,
.wrapper object,
.wrapper embed {
max-width: 100% !important;

}
	
	#root .flex-control-nav {
	margin: auto;
	bottom: 3%;
	left: 5%;
	text-align: center;
	}
	
	
	
	.row .span4 {
		max-width: 45%;
		width: auto;
	}
	
	.slider .flexslider .flex-prev {
	left: auto;
	right: 20%;
	}
	.slider .flexslider .flex-next {
	right: 5%;
	}
	
	.training_categories h5 {
		clear: both;
	}
	.train_slider_image {
	margin-right: 10px;	
	max-width: 50%;
	}
	
	.train_slider_image img{	
	max-height: 154px;
	}
	
	.train_slider_text {
		text-align: left;
		padding-left: 0;
		float: none;
		width: auto;
	}
	.training {
		padding-bottom: 20px;
	
	}
	.advert_banner {
		display: none;
	}
	
	
	.training_categories ul li a {
		font-size: 13px;
	}
	
	.continue_reading {
	float: right;
	}
	
		.articles .article_image {
		max-width: 30%;
		width: auto;
		}
	
	.articles .article_text {
		width: 60%;
	}
	
	/* BLOG */
	.filter_container {
	width: 100%;
	padding: 0;
	margin: auto;
	}
	
	.view_as, .filter_opener {
		padding: 3px 10px;
	}
	
	a.filter_opener {
		background-position: 100% 11px;
	}
	
	.item {
		width: 30%;
		margin-right: 2%;
	}
	.item img {
		max-width: 100%;
		height: auto;
	}
	
	.item .more-image {
		height: auto;
		margin-bottom: 10px;
	}
	
	.blog_post,.blog_left {
		width: 100%;
	}
	
	
	.blog_right{
		float: none;
		text-align: center;
	}
	
	.more-image-list {
		display: none;
	}
	
	/* SINGLE */
	.menu-trending-menu-container {
		clear: both;
		float: none;		
	}
	
	.trending_tags ul {
		text-align: left;	
		margin-left: 0;		
	}
	.menu-trending-menu-container li {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}
	
	.main_author {
		width: auto;
		float: none;
	}
	.author_image {
		margin-right: 10px;
	}
	.profile_link {
		margin-top: 10px;
	}
	.social_author {
		
	}
	.related_tags_items {
		margin-left: 0;
		float: none;
		clear: both;
	}
	
	.related_tags_items a {
	display: block;
	
	}
	#root .related_tags a {
	border: none;
	}
	
	.sort_by form {
		width: 75%;
		margin: 0 auto;
	}	
	
	.sort_by p {
		display: inline-block;
		float: none;
		width: 50%;
		font-size: 12px;
	}
	
	#filter_hiden_content {
		margin-top: 10px;
		padding-top: 10px;
	}
	.sort_by .facetious_submit_button {
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 10px 0 25px;
		background-color: #2EB8E4;
		color: #fff;
		height: 20px;
		background-position: 0 0;
	}
	
	.sort_by input[type="text"] {
		border: 1px solid #d7d7d7;
		padding-right: 6px;
	}
	
	div.knowladge_list {
	width: 45%;
	margin-bottom: 15px;
	}
	
	.knowladge_slider_text {
	width: 60%;
	padding: 0;
	}
	
	.knowladge_slider_image {
	width: 30%;
	margin-right: 5%;
	margin-top: 0;
	}
	div.knowladge_list ul li.knowladge_first_item {
	height: 150px;
	}
	
	
	.author_list_item,.author_list_item2 {
	width: 100%;
	margin:auto;
	float: none;
	}
	.author_list_item .user_description,.author_list_item2 .user_description  {
		width: 100%;
		float: none;
		margin-bottom: 5%;
	}
	.author_list_item .user_image, .author_list_item2 .user_image{
	width: 25%;
	}
	
	.author_icons_wrap {
	width: 65%;
	float: left;
	}
	
	.social_sharing {
		width: 100%;
		margin-left: 0;
		text-align: right;
		margin-bottom: 5px;
	}
	.social-sharing a {
		font-size: 10px;
	}
	
		.social_button_content:last-child a {
		border: none !important;
		}
		
		
	
	.social_button_content {
		display: inline-block;
		float: none;
		padding: 5px 0;
		margin: 0
	}
	
	.social_button_content a {
	 padding: 0 5px;
	}
		.social_button_content iframe {
			display: none;
		}
 
	 .social_sharing:first-child .social_button_content:last-child {
		display: none;
	 }
	 
	.bottom_share .social_button_content {
		border-right: 1px solid #d7d7d7;
	}	
	
	.content_title {
	width: auto;
	}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 640px) and (max-width: 959px) {
	
	.center_col{
		margin-left: 3%;
		width: 60%;
	}
	
	.left_column {
		margin-left: 3%;
		width: 56%;
	}
	
	.right_col {
		width: 30%;
		margin-right: 3%;
	}
	.left_col {
		width: 100%;
		margin-top: 20px;
	}
	
	
	
	.events_side:first-child {
		display: none;
	}
	.events_side {
		margin-top: 0;
	}
	
	.side_menu_filter {
		display: none;
	}
	.training_categories {
		height: auto;
		margin: 0 auto;
		text-align: center;
		float: none;
		border: none;
	}
	.training_categories ul {
		margin: 0;
		padding: 0;
	}
	.training {
	width: 100%;
	height: auto;
	border-top: 1px solid #d7d7d7;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	float: none;
	}
	.training_categories ul li {
		display: inline-block;
		margin-bottom: 10px;
	}
	
	
	.training_categories li:last-child {
	border-right: none;
	}
	
	
	.row {
		margin-top: 20px;
	}
	
	/* BLOG */
	.item {
		width: 48%;
		margin-right: 2%;
	}
	
	div.knowladge_list {
	width: 90%;
	margin: 0 auto 15px;
	overflow: hidden;
	min-height: 0;
	}
	
	div.knowladge_list ul li.knowladge_first_item {
	height: auto;
	
	}
	.author_profile_url {
	float: right;
	clear: both;
	}
	
	#root .author_icons_wrap {
	width: auto;
	float: right;
	clear: both;
	}
	
	
	/* Menu */
	.menu-top-navigation-container {
	width: auto;
	
	}
	ul#menu, ul#menu2 {
	display: block;
	text-align: left;
	overflow: hidden;
	max-width: 685px;
	
	}
	ul#menu li:last-child, ul#menu2 li:last-child {
	width: 27%;
	}
	
	ul#menu li, ul#menu2 li {
		width: 24%;
		display: block;
		float: left;
		margin: 0;
		border: 1px solid #ccc;
		border-left: 0;
	}
	ul#menu li.dropdown, ul#menu2 li.dropdown {
		background: none;
	}
	
	
	ul#menu li a, ul#menu2 li a {
	border: none;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 639px) {
	
	
	
	
	

	#root .wrapper {
	max-width: 1130px;
	width:auto;
	background: #fff;
}

		
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	
	
	.menuH {
		display: none;
	}
	
	#main_container {
		margin-top: 0;
		padding-top: 0;
	}
	
	#container {
		width: auto;
		background: #fff;
	}
	
	#top_header {
	height: auto;
	overflow: hidden;
	background: #2EB8E4;
	}
	
	
	.left_col {
		width: 90%;
		margin: 0 auto;
		float: none;
		}
	.left_column {
		width: 95%;
	}	
		
	
	.sub_nav {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	ul.second_menu_header {
		text-align: center;
		float: none;
		padding: 10px 0;
		margin: 0 auto;
		width: 100%;
		
	}
	
	.second_menu_header li {
	display: inline-block;
	text-align: left;
	float: none;
	
	}
	
	.top_search {
		padding: 15px 0;
		background: #EFEFEF;
		width: 100%;
		float: none;
		clear: both;
		margin: -5px 0 0;
	}
	
	.main_logo_mobile  {
	background: #fff;
	clear: both;
	margin-top: 5px;
	padding: 10px 0;
	}
	
	.main_logo_mobile  img {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
	.search_bar {
		text-align: center;
	}
	
	.search_bar p {
		float: none;
		display: inline-block;	
		color: #000;		
	}
	
	
	
	.active-menu-item {
		display: none !important;
	}
	
	.menu-top-navigation-container {
		max-width: 100%;
		width: auto;
	
	}
	.mobile-navigation {
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 1%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 1%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 1%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 1%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    display: inline-block;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	width: 100%;
	}
	
	.menu-top-navigation-container {
	float: none;
	width: 100%;
	}
	
	ul#menu, ul#menu2 {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	ul#menu2{
	display: none;
	}
	
	ul#menu li, ul#menu2 li  {
		width: 100%;
		float: none;
display: inline-block;		
	}
	ul#menu li:last-child, ul#menu2 li:last-child {
	width: 100%;
	}
	ul#menu li:last-child a, ul#menu2 li:last-child a {	
	border: none;
	}
	
	ul#menu li a, ul#menu li ul li a, ul#menu2 li a, ul#menu2 li ul li a{
		border: none;
		border-bottom: 1px solid #d7d7d7;
		width: 100%;
		float: none;
		text-align: center;
	}
	ul#menu li a:hover, ul#menu2 li a:hover  {
		background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */


	}
	a:focus {
		outline: none;
	}
	
	
	/* subnav */
	ul#menu li ul, ul#menu2 li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin-bottom: -10px;
	}
	
	ul#menu li:hover ul, ul#menu2 li:hover ul {
	display: none;
	}
	
	.show-navigation {
		display: block;
		margin: 0 auto;
		width: 60%;
		border-radius: 5px;
		border: 1px solid #d7d7d7;
		padding: 5px 10px;
		background-image: linear-gradient(to bottom, #E6E6E6,#FFFFFF, #FFFFFF);
		background-repeat: repeat-x;
	}
	.show-navigation:hover {
	background-image: linear-gradient(to bottom, #FFFFFF,#FFFFFF, #e6e6e6);
    background-repeat: repeat-x;
	
	}
	
	.center_col {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.training {
	width: 95%;
	box-shadow: none;
	height: auto;
	padding-top: 10px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	float: none;
	}
	
	.training_categories {
		height: auto;
		margin: 0 auto;
		text-align: center;
		float: none;
		border: none;
	}
	.training_categories ul {
		margin: 0;
		padding: 0;
	}
	.train_slider_image {
	margin-right: 10px;
	}
	
	.train_slider_text {
		text-align: left;
		padding-left: 0;
		float: none;
		width: auto;
	}
	
	.training_categories ul li {
		display: inline-block;
		margin-bottom: 10px;
	}
	
	
	.training_categories li:last-child {
	border-right: none;
	}
	
	.slider {
	margin-top: 0;
	}
	
	.slides {
	min-height: 223px;
	}
	
	.slides img {
	max-height: 170px;
	}
	
	
	/* SINGLE */
	.left_column {
	max-width: 90%;
	box-shadow: none;
	margin: 0 auto;
	padding: 0;
	float: none;
	}
	.left_column h2 {	
		font-weight: bold;
		margin-top: 10px;
	}
	#main_container {
		background: #fff;
	}

	.footer_content {
	height: auto;
	overflow: hidden;
	margin-top: 0;
	}
	.copyright {
		clear: both;
		float: none;
		padding: 5px 0;
		border-top: 1px solid #fff;
		text-align: center;
		width: 90%;
		margin: 10px auto;
	}
	.sub_nav_foot ul {
		margin: 15px auto;
	}
	
	.content_title {
		width: 100%;
		
		margin-top: 10px;
	}
	
	.trending_tags {
		display: none;
	}
	
	
	.main_author {
		width: auto;
		float: none;
	}
	.author_image {
		margin-right: 10px;
	}
	.profile_link {
		margin-top: 10px;
	}
	.social_author {
		
	}
	.related_tags_items {
		margin-left: 0;
		float: none;
		clear: both;
	}
	
	.related_tags_items a {
	display: block;
	
	}
	#root .related_tags a {
	border: none;
	}
	
	.single .side_container {
		display: none;
	}
	
	.side_container .articles li {
		display: inline-block;
		max-width: 49%;
		width: auto;
		min-height: 100px;
	}
	
	
	/* BLOG */
	
	
	.blog_filter h2 {
		margin: 10px 0;
	}
	.right_col {
		box-shadow: none;
		float: none;
		width: 100%;
		float: none;
		clear: both;
		border-top: 1px solid #d7d7d7;
	}
	
	.side_container {
		box-shadow: none;
		margin-top: 0;
		width: 90%;
		margin: 0 auto;
	}
	
	.item {
		width: 47%;
		margin-right: 3%
	}
	.row  .span4{
		width: 40%;
		margin-right: 4%
	}
	
	.item img,.row img {
		max-width: 100%;
		height: auto;
	}
	.row {
		text-align: center;
	}
	
	.row  .span4{
	display: inline-block;
	float: none;
	vertical-align: top;
	}
	.row  .span4 .more-image {
	height:	 auto;
	}	
	.events_side {
		border: none;
	}
	
	
	
	/* SLIDER */
	.slider {
		width: 100%;
	}
	
	.slider .flexslider .slides {
		height: auto;
		padding-bottom: 20px;
	}
	
		
	div.knowladge_list {
	width: 100%;
	margin: 0 auto 15px;
	overflow: hidden;
	min-height: 0;
	float: none;
	}
	
		div.knowladge_list h3 {
		}
		
	.knowladge_list_items {
		marign-left: 0;
	}
	
	div.knowladge_list ul li {
	width: 100%;
	}
	
	div.knowladge_list ul li.knowladge_first_item {
	height: auto;
	margin-bottom: 15px;
	}
	
	
	.share_top {
		margin-left: -2px;
	}
	
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	
	@media only screen and (max-width: 479px) {

	
	 #root .flex-direction-nav {
		display: none;
	}
	
	
	#main_container {
		background: #fff;
		overflow: hidden;
		padding-top: 0;
		margin-top: 0;
	}
	
	.center_col {
	max-width : 100%;
	width: auto;
	margin-right: 0;
	}
	

	
	.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #2EB8E4;
	box-shadow: none;
	margin-top: 0;
	}
	.slider_image, .slider_text {
		display: block;
		margin: 0 auto;
		box-shadow: none;
		width: 90%;
		clear: both;
		float: none;
		
	}
	
	.slider_image {
		margin-top: 10%;
		height: 170px;
	}
	
	.slider_text {
    padding-top: 10px;
	}
	
	.slider_title {
		position: relative;
		left: 20px;
		top: auto;
	margin-top: 20px;		
	}
	
	.slides{
		box-shadow: none;
	}
	
	
	
	
	#root .flex-control-nav {
	margin: auto;
	top: 3%;
	left: auto;
	right: 5%;
	text-align: center;
	}
	
	#root .flexslider .slides {
	height: auto;
	position: relative;
	}
	
	
	#root .flexslider .slides img {
			margin: 0 auto;
	}
	
	
	#root .jcarousel-skin-tango .jcarousel-next-vertical {
		right: 0;
		left: auto;
		bottom: -10px;
	}
	#root .jcarousel-skin-tango .jcarousel-prev-vertical {
		right: 0;
		left: auto;
		top: 0;
	}
	
	.row, .most_read{
		display: none;
	}
	
	
	
	.footer_content {
		width: 100%;
		clear: both;
		margin: 0;
		overflow: hidden;
		height: auto;
	}
	.sub_nav_foot {
	width: 90%;
	margin: 0 auto;
	float: none;
	}
	
	.sub_nav_foot li {
		float: none;
		display: block;
		border-right: 0;
		clear: both;
	}
	
	.sub_nav_foot li a{		
		border-right: 0;
		padding: 0;
		margin: 5px 0;
	}
	
	/* BLOG + EVENTS */
	.item {
		width: 100%;
		margin-right: 0;
	}
	
	
	h6.blog_comments {
		float: none;
		width: auto;
		clear: both;
		display: block;
	}
	
	.blog_top {
		float: none;
		margin: 10px auto 0;
	}
	
	.side_container .articles li {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	}
	
	.train_slider_image {
	margin-right: 0px;	
	max-width: 90%;
	width:90%;
	margin-bottom: 10px;
	}
	
	.continue_reading {
		margin-bottom: 10px;
	}
	.sort_by form {
		width: 90%;
		margin: 0 auto;
	}	
	
	.sort_by p {
		display: inline-block;
		float: none;
		width: 100%;
		font-size: 12px;
	}
	.sort_by label {
	display: block;
	}
	
	.sort_by select {
	width: 95% !important;
	margin: 0 auto 10px;
	float: none;
	}
	.sort_by input {
	width: 90% !important;
	margin: 0 auto;
	float: none;
	}
	
	#filter_hiden_content p.facetious_submit {
		width: 40%;
		margin: 10px auto;
		float: none;
	}
	
	div.knowladge_list {
		width: 100%;
		margin: 0 auto 15px;
	}
	div.knowladge_list ul li.knowladge_first_item {
    height: auto;
}
.knowladge_list .knowladge_list_items {
	margin-left: 0;
}

.knowladge_slider_text {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
}
.knowladge_slider_image {
	display: block;
	max-width: 100%;
	width: auto;
	float: none;
}


.knowladge_slider_image img {
width: 100%;
height: auto;
}
.author_profile_url {
	float: right;
	clear: both;
	}
	
	#root .author_icons_wrap {
	width: auto;
	float: right;
	clear: both;
	}
	
	.newsletter_inner {
	width: auto;
	max-width: 90%;
	}
	
	.bottom-content-newsletter h2  {
	width: auto;
	background-size: 90% auto;
	}
	
	
	}
