.boxed {
	margin: 0 auto;
	overflow: visible;
}
#swm_main_container {
	width: 100%;
	position: relative;
	z-index: 2;
}
.swm_main_container_wrap {
	margin: 0 auto;
}
#header_wrap {
	margin: 0 auto;
}
#header {
	z-index: 999;
	position: absolute;
	width: auto;
}

/* my styles */

@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-extralight-webfont.woff') format('woff'),
    url('../fonts/raleway-extralight-webfont.ttf') format('truetype'),
    url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.textocabecera {
	display: block;
	position:relative;
	top:55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align:center;
	max-width:90%;
	margin:0 auto;
}

.botonmenu{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 60px;
	display:inline-block;
	width:auto;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.textocabecera h1{
	padding:0;
	margin:0;
	margin-bottom: 10px;
	font-family: 'ralewayextralight', Arial, Helvetica, sans-serif;
	font-size: 66px;
	color:#FFFFFF;
	font-weight:normal;
}

.textocabecera p{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #9BC9E8;
	font-size:20px;
	margin-bottom: 40px;
	}

.circle{
	width:44px;
	height:44px;
	cursor:pointer;
	position:absolute;
	margin:0 auto;
	bottom:20px;
	left:0;
	right:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity:.5;
}

.circle:hover{
	opacity:1;
	}
	
.uppage{
	position:fixed;
	width:40px;
	height:40px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity:.5;
	}

.uppage:hover{
	opacity:1;
	}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2{
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	border-radius:5px;
	color:#FFFFFF;
	background-color:#3E9FE4;
	padding:8px 25px;
	box-sizing:border-box;
}

.csstransforms3d .cl-effect-2 span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1667A3;
	content: attr(data-hover);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	border-radius:0 0 5px 5px;
	color:#1667A3;
	padding:8px 25px;
	box-sizing:border-box;
}

/*.cl-effect-2:hover span,
.cl-effect-2:focus span {
	-webkit-transform: rotateX(93deg) translateY(-50px);
	-moz-transform: rotateX(93deg) translateY(-50px);
	transform: rotateX(93deg) translateY(-50px);
	
	}

.csstransforms3d .cl-effect-2:hover span::before,
.csstransforms3d .cl-effect-2:focus span::before {
	background: #28a2ee;	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #3E9FE4;
	color:#ffffff;
}*/
/***************************************************************
* Logo Section *`
****************************************************************/

.swm_logo_section_bg {
	width: 100%;
	height:490px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/bg-blog.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.logo_section_top_border {
	width: 100%;
	position: absolute;
	height: 5px;
}
.swm_logo_section {
	margin: 0 auto;
}
.logo_section {
	width: auto;
	min-height: 50px;
	display: block;
	position: relative;
	text-align: center;
}
/***************************************************************
* Main Navigation Section *
****************************************************************/

.swm_top_menu_section {
	min-height: 54px;
	position: relative;
	margin: 0 auto;
	z-index:999;
	border:0;
}
.swm_top_menu_section .swm_container {
	position: relative;
}
nav.swm-top-menu {
	float: left;
}
ul.top_nav {
	padding: 0;
	margin: 0;
	float: left;
}
ul.top_nav > li {
	display: inline-block;
	padding: 0 13px;
	margin: 0 0 0 1px;
	line-height: 60px;
	float: left;
}
ul.top_nav > li:last-child {
}
ul.top_nav > li > a {
	text-decoration: none;
	padding: 18px 0 20px 0;
}
ul.top_nav li {
	position: relative;
}
ul.top_nav li ul {
	position: absolute;
	top: 54px;
	left: 0;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
ul.top_nav li ul {
	z-index: 9998;
	width: 200px;
	visibility: hidden;
	opacity: 0;
}
ul.top_nav li ul {
	-webkit-transform: translate3d(0, 0, 0);
}
ul.top_nav li.swm_menu_hover > ul {
	visibility: visible;
}
ul.top_nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	display: block;
}
ul.top_nav li:hover > ul, ul.top_nav li.swm_menu_hover > ul {
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
ul.top_nav li:hover {
	visibility: inherit;
}
ul.top_nav li li a {
	font-size: 14px;
}
#top_menu li ul li a {
	padding: 10px 20px;
	margin: 0;
	display: block;
	text-decoration: none;
	font-size: 13px;
}
ul.top_nav ul {
	border-radius: 0 0 3px 3px;
}
#top_menu li ul li:last-child a {
	border-radius: 0 0 3px 3px;
	border-bottom: 0;
}
ul.top_nav li li {
	padding: 0;
	margin: 0;
	position: relative;
}
ul.top_nav li li ul {
	z-index: 1000;
	top: auto;
	margin-top: -43px;
	left: 195px;
	border-radius: 3px;
	position: absolute;
}
ul.top_nav li ul li:first-child a {
	border-top: 0;
	border-radius: 3px 3px 0 0;
}
#top_menu li ul li.menu-item-has-children > a:after {
	content: '\f105';
	font-family: fontAwesome;
	font-size: 14px;
	float: right;
}
.swm_container li.menu-setting-msg, .swm_container li.menu-setting-msg2 {
	color: #606060;
	line-height: 60px;
}
#top_menu .menu-item:hover,
#top_menu .current-menu-parent,
#top_menu .current-post-ancestor,
#top_menu .current-post-parent,
#top_menu .current-menu-item {
	-webkit-box-shadow: inset 0px -3px 0px 0px #3e9fe4;
  	-moz-box-shadow: inset 0px -3px 0px 0px #3e9fe4;
	box-shadow: inset 0px -3px 0px 0px #3e9fe4;
}
/*---------------[MEGA MENU]------------------*/

#top_menu li.mega-menu li > a, #top_menu li.mega-menu li > ul {
	width: 216px !important;
}
#top_menu li.mega-menu > ul {
	top: 54px;
	padding: 0;
	position: absolute !important;
	left: 0 !important;
	margin: 0;
}
#top_menu li.mega-menu ul li ul {
	margin: 0;
}
#top_menu li.mega-menu {
	position: inherit;
}
#top_menu li.mega-menu ul li li {
	border-left: 0;
}
#top_menu li.mega-menu ul li {
	margin: 0;
	float: left!important;
	display: block !important;
}
#top_menu li.mega-menu ul li a {
	padding: 7px 0;
	border: 0;
}
#top_menu li.mega-menu li > ul {
	padding: 0px;
	border: none;
	left: auto;
	top: auto;
	position: relative;
}
#top_menu li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none;
}
#top_menu li.mega-menu.swm_menu_hover li ul {
	display: block;
}
#top_menu li.mega-menu:hover li ul {
	opacity: 1 !important;
	visibility: visible !important;
	display: block;
}
#top_menu li.mega-menu > ul > li:first-child {
	margin-left: 30px;
}
#top_menu li.mega-menu > ul > li > a:first-child {
	padding: 0 0 10px 0 !important;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	border-radius: 3px;
}
#top_menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}
#top_menu li.mega-menu > ul > li {
	padding-bottom: 30px;
	margin: 0 25px 0 0;
}
/*---------------[MOBILE MENU]------------------*/

.tinynav {
	display: none;
}
ul.mobi-menu {
	margin: 0 auto;
	width: 280px;
	font-size: 12px;
	padding: 0;
	outline: none;
	cursor: pointer;
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	border-radius: 3px;
	overflow: hidden;
}
ul.mobi-menu li {
	list-style: none;
	text-align: left;
	float: none;
	clear: both;
	display: block;
	margin: 7px 0;
	padding-left: 20px;
	line-height: 30px;
}
ul.mobi-menu li:first-child {
	margin-top: 0;
}
ul.mobi-menu li:last-child {
	margin-bottom: 0;
}
ul.mobi-menu li a {
	width: 100%;
	display: block;
}
ul.mobi-menu li a:hover {
	text-decoration: none;
}
ul.mobi-menu li.tinysublinks {
	padding-left: 10px;
	background: none;
	line-height: 25px;
	margin: 0;
}
#mobile_nav_button {
	display: none;
	color: white;
	cursor: pointer;
	height: 33px;
	width: 32px;
	text-align: center;
	left: 0;
	margin: 0;
	top: 0;
	float: left;
	border-radius: 3px;
}
#mobile_nav_button i {
	height: 32px;
	width: 33px;
	line-height: 33px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}
.mobile_nav_subarrow {
	display: none;
}
ul.mobi-menu.mobile_nav_active {
	display: none;
}
#footerbanner{
	display:none;
}

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

	#footerbanner{
		display:block;
	}

	nav {
		position: relative;
		float: none;
		display: block;
	}
	nav.mobile_menu {
		left: 0;
		position: absolute;
		height: auto;
		display: block;
		clear: both;
		top: 9px;
	}
	#top_menu {
		display: none
	}
	#mobile_nav_button {
		display: block;
	}
	ul.mobi-menu.mobile_nav_active {
		display: block !important;
	}
	.swm_column .SocialBuffs_Widget {
		display: none;
	}

}

@media only screen and (min-width: 786px) {
	.sticky-navigation.stuck {
		position: fixed;
		z-index: 9999999999;
		top: 0;
		width: 100%;
		-webkit-backface-visibility: hidden;
	}
	.boxed .sticky-navigation.stuck {
		width: 1000px;
	}
}

/***************************************************************
* Social Media Icons *
****************************************************************/

.theme_sm_icons {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	right: 0;
	top: 13px;
	position: absolute;
}

.theme_sm_icons2 {
	position: relative;
}

.theme_sm_icons ul li {
	list-style: none;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	border: 1px solid #ececec;
}
.theme_sm_icons ul li a {
	width: 32px;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	text-align: center;
}
.theme_sm_icons ul {
	float: left;
	padding: 0;
	margin: 0;
}
.theme_sm_icons ul li:first-child {
	border-radius: 3px 0 0 3px;
}
.theme_sm_icons ul li:last-child {
	border-radius: 0 3px 3px 0;
}
/***************************************************************
* Search *
****************************************************************/

.search_section {
width: 32px;
height: 33px;
float: left;
display: inline-block;
text-align: center;
cursor: pointer;
border-radius: 3px;
line-height: 33px;
margin-left: 4px;
}
.swm_search_box {
display: block;
position: absolute;
right: -15px;
padding: 15px;
z-index: 999;
height: 33px;
top: -15px;
border-radius: 0 0 3px 3px;
width: 350px;
}
.show_s_box {
	display: block;
}
.swm_search_box form input {
	display: inline-block;
	float: right;
	height: 33px;
	border: 0;
	margin: 0px;
	border-radius: 0 3px 3px 0;
	padding-left: 10px;
	width: 150px;
}
.swm_search_box form input#s {
	border-radius: 3px 0 0 3px;
	color: #606060;
	background-color: #f4f4f4;
	font-size:13px;
}
.swm_search_box form input[type="submit"].button {
	width: 32px;
	line-height: 31px;
	font-family: FontAwesome !important;
	font-size: 13px;
	border: 0;
	padding: 0;
	border: 0;
}
.isotope-item.isotope-zindex {
	z-index: 0
}
/***************************************************************
* Page Title *
****************************************************************/

.swm_pg_title {
	text-align: center;
	padding: 30px 20px;
	display: none;
}
.swm_pg_title h1 {
	padding: 0;
	margin: 0;
	line-height: normal;
	letter-spacing:-1px;
}
/***************************************************************
* List Style *
****************************************************************/
.swm_container ul {
	list-style: disc outside none;
	margin:0;
}
.swm_container li {
	margin-left: 1em;
	padding: 0px;
}
.swm_container ul.fa-ul {
	list-style: none;
	margin-left: 0;
}
.sidebar ul, .footer ul {
	list-style: none;
	margin: 0;
}
.sidebar ul li, .footer ul li {
	margin: 0;
	padding: 3px 0px;
	display: block;
	line-height: normal;
}

.menu-item a{
}

.current-menu-item > a{
	color:#3e9fe4 !important;
}
	
.sub-menu li{
	list-style:none;
}

.sub-menu li a{
	font-weight:normal;}

.sub-menu li a:before{
	}

.header-widget {
	background: #f4f4f4;
	padding: 25px 0;
}
.header-widget .breadcrumbs{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.newsletter.newsletter-widget {
	margin-bottom: 15px;
}
.newsletter.newsletter-widget .newsletter-email {
	margin: 0;
	width: 145px;
}
.newsletter.newsletter-widget p {
	display: inline-block;
}
.newsletter.newsletter-widget p:last-child input[type="submit"] {
	font-size: 12px;
	padding: 0 10px;
	margin-left: 10px;
}
	
/***************************************************************
* Header Slider *
****************************************************************/

.swm_header_slider_wrap {
	width: auto;
	margin: 0 auto;
}
.swm_header_slider {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.swm_header_slider .swm_hs_slide {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.swm_header_slider .swm_hs_slide .swm_hs_top, .swm_header_slider .swm_hs_slide .swm_hs_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	height: auto;
	z-index: 1;
}
.swm_header_slider .swm_hs_slide .swm_hs_top {
	top: -100px;
}
.swm_header_slider .swm_hs_slide .swm_hs_bottom {
	bottom: 0;
	padding: 20px;
}
.swm_hs_date {
	float: left;
	padding: 10px 20px;
	text-transform: none;
}
.swm_hs_meta {
	float: right;
	padding: 10px 20px;
}
.swm_hs_meta span {
	margin-left: 15px;
}
.swm_hs_meta span i {
	margin-right: 5px;
}
.swm_hs_bottom h3 {
	float: left;
	line-height: normal;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}
.swm_hs_bottom h3 a {
	letter-spacing: 1px;
	vertical-align: middle;
}
.swm_hs_bottom span a {
	float: right;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
}
.swm_header_slider .swm_hs_slide:hover .swm_hs_top {
	top: 0;
}
.owl-theme .owl-controls {
	margin-top: 20px;
	display: none;
}
.swm_header_slider.dot_owl_pagination {
	margin-bottom: -23px;
}
/***************************************************************
* Sidebar *
****************************************************************/

.sidebar {
	display: block;
}
.sidebar a {
	text-decoration: none;
}
.swm_widget_box {
	display: block;
	clear: both;
	//float: left;
	width: 100%;
	border-radius: 3px;
	margin:0 auto 20px auto;
}
.sidebar .swm_widget_content > ul, .sidebar .swm_widget_content ul.menu {
	list-style: none;
	margin: -15px -20px;
}
.swm_widget_block {
	padding: 20px;
}

.sidebar form {
	margin-bottom: 0;
}
.swm_widget_content {

}
.widget_swm_woocommerce_product_search .swm_widget_content, .widget_swm_search_widget .swm_widget_content, .widget_revslider .swm_widget_content, .footer .swm_widget_content {
	border: 0;
	padding: 0;
}
.sidebar ul li {
	margin: 0;
	padding: 9px 20px;
	display: block;
	line-height: 20px;
}
.sidebar ul li ul {
	padding: 0;
}
.sidebar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 10px;
}
.sidebar ul li ul li, .footer ul li ul li {
	border: 0;
	padding: 5px 0 5px 10px;
}
.sidebar ul li ul li:first-child, .footer ul li ul li:first-child, .archives-link ul li ul li:first-child {
	border: 0;
}
.sidebar .textwidget > p > img {
	margin-top: 5px;
}
/***************************************************************
* Container with Background *
****************************************************************/

.swm_full_width_bg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swm_full_stretch {
	background-size: cover;
}
/***************************************************************
* Footer *
****************************************************************/
.footer {
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
.swm_footer_border {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
}
.swm_footer_bg {
	float: left;
	width: 100%;
	text-align: center;
}
.footer_widget {
	margin-bottom: 40px;
	text-align: left;
}
.footer_widget h3 {
	line-height: 25px;
	margin-bottom: 30px;
	min-height: 46px;
	text-align: center;
	padding: 9px 0 9px 0;
	position: relative;
}
.footer_widget h3 span.footer_widget_border {
	position: absolute;
	height: 1px;
	display: block;
	width: 100%;
	bottom: -2px;
}
.footer ul {
	padding: 0;
	margin: 0;
}
.footer ul li a {
	text-decoration: none;
}
.footer ul ul {
	padding-left: 5px;
}
.footer ul li:first-child {
	padding-top: 0;
	margin-top: 0;
}
.footer p {
	padding-top: 2px;
}
.footer p.sample_widget {
	font-size: 12px;
}
.footer input, .footer textarea {
	background: none;
}
.footer select {
	margin: 0;
	width: 100%;
	background: none;
}
ul li.footer_menu-setting-msg {
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 22px;
}
.footer ul li {
	border-bottom: 1px solid;
}
.tagcloud a {
	border: 1px solid;
}
/***************************************************************
* Footer Social Media *
****************************************************************/

.footer_social_media {
	padding: 23px 0;
}
.footer_sm_row {
	display: table-row;
	width: 100%;
}
.footer_sm_wrap {
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.footer_sm_right, .footer_sm_left {
	display: inline-block;
	vertical-align: middle;
}
.footer_social_media ul {
	float: right;
	margin: 13px 0 0 0;
}
.footer_social_media ul li {
	float: left;
	display: inline-block;
	list-style: none;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	padding: 0;
	margin: 0 0 0 10px;
}
.footer_social_media ul li a {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.footer_social_media h3 {
	line-height: normal;
	margin: 0;
}
.footer_social_media p {
	margin-bottom: 0;
}
/***************************************************************
* Footer Menu Logo *
****************************************************************/

.footer_menu_logo {
	min-height: 217px;
	padding: 30px 0;
	text-align:center;
}
.footer_top_arrow a {
	float: left;
	display: inline-block;
	width: 43px;
	height: 43px;
	border-radius: 3px;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	line-height: 43px;
	opacity: 0.7;
}
.footer_top_arrow a:hover {
	opacity: 1;
}
.footer_small_menu {
	float: left;
}

.footer_small_menu ul{
	margin-bottom:20px;
	
}

#footer-menu > li{
	display:block;
	float:left;
	text-align:center;
	margin: 0 14px;
	min-width:120px;}
	
.footer_menu_logo .swm_container{
	width:auto !important;
	display: inline-block;
	margin: 0 15px;}

.footer_small_menu ul li {
	margin: 0;
}
.footer_small_menu ul li a {
	text-decoration: none;
}
.footer_small_menu ul li sub {
	display: block;
	padding-top: 10px;
}
.footer_logo {
	float: right;
	text-align: right;
}
.footer_logo p {
	margin: 10px 0 0 0;
}
.footer_top_arrow a, .footer_small_menu {
	margin-top: 2px;
}
/***************************************************************
* Blog *
****************************************************************/

.swm_blog_post {
	border-radius: 3px;
	margin-bottom: 50px;
}
.single-post .swm_blog_post {
	margin-bottom: 0;
}
.swm_post_title {
	text-align: center;
	margin-bottom: -1px;
	height: 80px;
	width: 100%;
	display: table;
}
.swm_post_title h1, .swm_post_title h2 {
	margin: 0;
	line-height: normal;
	vertical-align: middle;
    display: table-cell;
}
.swm_post_title h1 a, .swm_post_title h2 a {
	text-decoration: none;
	letter-spacing:-1px;
	font-size:20px;
}
.swm_post_meta {
	display: block;
	clear: both;
}
.swm_post_meta ul {
	padding: 0;
	margin: 0;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
}
.swm_post_meta ul li {
	display: inline-block;
	float: left;
	width: 25%;
	height: 85px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	border-top: 4px solid;
	padding: 0 0 0 20px;
}
.swm_post_meta ul li a {
	text-decoration: none;
}
.swm_post_meta ul li:last-child {
	border-right: 0;
	width: 75%;
	padding: 0;
}
.swm_post_meta ul li:last-child > div {
	width: 18%;
	display: inline-block;
	padding: 8px;
	height: 80px;
    overflow: hidden;
    min-width: 86px;
}
.swm_post_meta ul li:last-child > div:last-child {
	width: 25%;
}
.swm_post_meta ul div.f_clock {
	height: 30px;
}
.swm_post_meta ul div.f_clock:before, .swm_post_meta ul li.f_clock:before, .swm_post_meta ul div.f_comment_o:before, .swm_post_meta ul div.f_user:before, .swm_post_meta ul li.f_eye:before, .swm_post_grid_meta ul li.f_clock:before, .swm_post_grid_meta ul li.f_comment_o:before {
	font-family: FontAwesome !important;
	display: inline-block;
	text-align: left;
	margin-right: 8px;
	font-size: 15px;
	position: absolute;
	margin-left: -20px;
}
.swm_post_meta ul div.f_user:before {
	content: '\f007';
	font-size: 14px;
}
.swm_post_meta ul li.f_eye:before {
	content: '\f06e';
}
.swm_post_meta ul div.f_clock:before, .swm_post_meta ul li.f_clock:before, .swm_post_grid_meta ul div.f_clock:before, .swm_post_grid_meta ul li.f_clock:before {
	content: '\f017';
}
.swm_post_meta ul div.f_comment_o:before, .swm_post_meta ul li.f_comment_o:before, .swm_post_grid_meta ul li.f_comment_o:before {
	content: '\f075';
	font-size: 14px;
}
.swm_post_content {
	padding: 25px 25px 30px 25px;
}
.single-post .swm_post_content {
	padding-bottom: 40px;
}
.sticky h1 i.fa-thumb-tack, .sticky h2 i.fa-thumb-tack {
	margin-right: 10px;
	display: inline-block;
}
.swm_blog_post a.p_continue_reading {
	border-radius: 3px;
	padding: 6px 18px;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}
/*social media icons*/
.post_sm_wrap {
	width: 100%;
}
.post_social_media {
	position: absolute;
	//top: 4px;
	margin-top:45px;
}
.post_sm_left {
	left: -43px;
	top:67px;
}
.post_sm_right {
	right: -43px;
}
.post_social_media ul {
	padding: 0;
	margin: 0;
}
.post_social_media ul li {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 0 3px 0;
	border-radius: 3px;
	text-align: center;
	font-size: 17px;
	padding: 0;
}
.post_social_media ul li a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	color: #d4d4d4;
}

.post_social_media ul li a i:hover {
	background-color: #3E9FE4;
	color: #fff;
}

.post_social_media ul li a .fa-twitter:hover {
	background-color: #00aced;
	color: #fff;
}

.post_social_media ul li a .fa-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}

.post_social_media ul li a .fa-google-plus:hover {
	background-color: #dd4b39;
	color: #fff;
}

.post_social_media ul li a .fa-pinterest:hover {
	background-color: #cb2027;
	color: #fff;
}

.post_social_media ul li a .fa-linkedin:hover {
	background-color: #007bb6;
	color: #fff;
}

.post_social_media ul li a .fa-tumblr:hover {
	background-color: #32506d;
	color: #fff;
}


.swm_sidebar_on .swm_blog_post:hover .post_sm_wrap {
	opacity: 1;
}
.swm_sidebar_on .swm_blog_post .post_sm_wrap {
	//opacity: 0;
	display: none;
}
.swm_sidebar_on .post_social_media ul li, .swm_sidebar_on .post_social_media ul li a i {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
}
.swm_sidebar_on .post_sm_left {
	left: -37px;
}
.swm_sidebar_on .post_sm_right {
	right: -37px;
}


@media only screen and (max-width: 767px) {
	.swm_post_meta ul li:last-child,
	.swm_post_meta ul li:first-child {
		width: 100%;
	}
}
/*Post Formats ==================================================== */

.post_format {
	display: block;
	position: relative;
	height: 100%;
	min-height: 276px;
	max-height: 276px;
	overflow: hidden;
}
.post_format a{
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.swm_post_summary{
	min-height:140px;	
	}

.post_format a img, .post_format img {
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.post_format a:hover img, .post_format:hover img {
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* Firefox 35+ */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	
}


.post_format a:after, .post_format:after {
	content:"";
	background-color:#3e9fe4;
	opacity:.1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	cursor:pointer;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
	
.post_format a:hover:after, .post_format:hover:after {
	opacity:0;
	}

.nopf_imgvid {
	margin-bottom: -20px;
	display: block;
	height: 0;
}
/*Post Format Quote*/
.swm_pf_quote {
	line-height: normal;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.swm_pf_quote_text span {
	font-size: 14px;
	margin-top: -10px;
	display: block;
}
.single-post .swm_pf_quote {
	border-radius: 3px 3px 0 0;
}
/*Post Format Audio*/
.swm_pf_type_audio iframe {
	float: left;
}
/*Post Format Gallery*/
.swm_blog_post .swm_slider_box {
	padding-top: 0;
}
.swm_blog_post .swm_slider_box .flex-direction-nav a {
	opacity: 0.85;
}
/*Tile Gallery*/
.swm_tile_gallery {
	display: block;
}
.swm_tile_gallery ul {
	padding: 0;
	margin: 0;
}
.swm_tile_gallery ul li {
	padding: 0;
	margin: 0;
	width: 25%;
	display: inline-block;
	position: relative;
	font-size: 0;
}
.swm_tile_gallery ul li:first-child {
	width: 100%;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	display: block;
	clear: both;
}
.swm_tile_gallery ul li:nth-child(2) {
	clear: both;
}
.swm_tile_gallery ul li span {
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
}
.swm_tile_gallery ul li:nth-child(2), .swm_tile_gallery ul li:nth-child(3) {
	width: 50%;
}
.swm_tile_gallery ul li:first-child span, .swm_tile_gallery ul li:nth-child(3) span, .swm_tile_gallery ul li:nth-child(7) span {
	display: none;
}
/*Post Format Image*/
.pf_image_caption {
	right: 0;
	position: absolute;
	bottom: 0;
	margin: 0;
	z-index: 999;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
	text-align: right;
	border-radius: 3px 0 0 0;
}
.pf_image_caption p {
	margin: 0;
	line-height: normal;
	font-size: 15px;
}
/*Category-Tag List*/
.swm_post_cat_lists {
	margin-top: 15px;
	clear: both;
}
.swm_post_cat_lists i {
	margin-right: 5px;
}
.swm_post_cat_lists span {
	font-weight: bold;
	color:#3E9FE4;
}
.swm_post_tags {
	display: inline-block;
	margin-right: 20px;
}
/*Blog Grid Style*/
.swm_blog_grid, .swm_blog_grid .swm_blog_post {
	padding: 0;
	margin: 0;
}
.swm_blog_grid .swm_post_content {
	border-radius: 3px;
	overflow: hidden;
	padding-top: 20px;
}
.swm_blog_grid a.p_continue_reading {
	padding: 2px 10px;
}
.swm_post_grid_meta ul {
	padding: 15px 20px;
	margin: 0;
	text-align: center;
}
.swm_post_grid_meta ul li {
	padding: 0;
	margin: 0px 18px;
	display: inline-block;
	list-style: none;
	font-size: 11px;
}
.swm_post_grid_meta ul li.f_clock:before {
	margin-left: -18px;
}
.swm_blog_grid .pf_image_caption {
	display: none;
}
/* About author */
.about_author {
	clear: both;
	display: block;
	margin: 0 25px 40px 25px;
	padding: 20px 25px;
	border-radius: 3px;
	overflow: hidden;
}
.about_author img {
	float: left;
	margin: 5px 20px 0 0;
	width: 75px;
	height: 75px;
	border-radius: 3px;
}
.about_author p {
	padding-left: 0;
	margin: 0 0 0 95px;
	overflow: hidden;
}
.about_author h5 {
	line-height: 20px;
	margin: 0 0 5px 0;
	text-transform: none;
	font-size: 14px;
}
.about_author h5 a {
	text-decoration: none;
}
.author_page_box .about_author {
	border: 0;
	margin: 0 0 30px 0;
}
iframe.twitter-tweet.twitter-tweet-rendered {
	width: 100%;
}
.swm_author_page_box {
	margin-bottom: 50px;
}
ul.post_author_icon {
	padding: 0;
	margin: 8px 0 0 95px;
}
ul.post_author_icon li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}
/*Related Posts*/
.swm_related_posts_wrap {
	margin-right: -40px;
	clear: both;
}
.swm_sidebar_on .swm_related_posts_wrap {
	margin-right: -28px;
}
.swm_related_posts {
	padding: 0 25px 25px 25px;
}
.swm_related_posts ul {
	padding: 0;
	margin: 0;
}
.swm_related_posts ul li {
	float: left;
	padding: 0;
	margin: 0 3% 0 0;
	width: 20%;
	list-style: none;
}
.swm_related_posts h5.swm_related_posts_title {
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 600;
}
.swm_related_posts ul li h5 {
	font-size: 15px;
	margin-top: 15px;
	font-weight: normal;
}
.swm_related_posts ul li h5 a{
	color: #3e9fe4;
}
.swm_related_posts ul li img {
	border-radius: 3px;
}
/*Comments*/
.swm_date_box_on #blog_responses, .swm_date_box_on #respond {
}
#blog_responses {
	padding: 0px 25px 0 25px;
	clear: both;
}
#comment-wrap {
	position: relative;
}
.page-template-single-php #comment-wrap {
}
#comment-wrap > ol {
	margin-left: 0;
}
#comment-wrap p {
	margin: 0 0 15px 0;
}
p.nocomments {
	padding: 25px;
	clear: both;
}
.blog-single-heading {
	text-transform: none;
}
.comment_body {
	position: relative;
	padding: 0;
	margin: 0;
}
.comment_avatar {
	float: left;
	display: inline-block;
	margin-left: -60px;
}
.comment_avatar img {
	display: inline-block;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	float: left;
}
.comment_postinfo {
	margin-bottom: 5px;
}
.comment_author, .comment_author a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.comment_date {
	font-size: 11px;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
.comment_content {
	padding: 10px 20px 15px 60px;
	border-radius: 3px;
	position: relative;
	float: left;
}
.swm_comment_reply {
	display: block;
	border-bottom: 1px dashed #ececec;
}
#blog_responses .swm_comment_reply a.comment-reply-link, #blog_responses .swm_comment_reply a.comment-reply-login {
	float: right;
	border-radius: 3px;
	padding: 0 10px;
	display: block;
	width: auto;
	height: 26px;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	margin-top: -13px;
	line-height: 26px;
	font-weight: bold;
	cursor: pointer;
}
#comment-wrap ol.commentlist li ul.children {
	padding-left: 30px;
}
#comment-wrap ol {
	padding: 0;
}
#comment-wrap ol li ul {
	padding-bottom: 0
}
#comment-wrap ol li.comment, #content #comment-wrap ol li.post.pingback {
	background: none;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
/* Comment Form */
#respond h3 {
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}
#respond h3 small a#cancel-comment-reply-link {
	display: block;
	text-decoration: none;
	font-size: 11px;
}
#respond h3 small {
}
#respond h3 {
	line-height: normal;
	margin-bottom: 10px;
}
#respond {
	padding: 0 25px 25px 25px;
	clear: both;
}
#blog_responses #respond {
	padding: 20px 0;
}
#respond .form-allowed-tags, #respond p.comment-notes {
	display: none;
}
#commentform {
	padding-top: 10px;
	margin-right: -5px;
}
#commentform label {
	clear: both;
	font-weight: normal;
}
#commentform textarea#comment {
	width: 99%;
	clear: both;
	margin: 0 0 10px 0;
	height: 150px;
}
#commentform input[type=text] {
	width: 50%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	clear: both;
	text-indent: 10px;
}
#commentform input[type=text], input[type=password], #commentform textarea {
	border-radius: 3px;
	font-size: 13px;
	padding: 10px 0;
	margin-bottom: 10px;
}
#commentform textarea {
	padding: 10px 2%;
}
#commentform p {
	width: auto;
	margin: 0;
}
input[type=password] {
	height: 33px;
	line-height: 33px;
	margin-bottom: 0;
	display: inline-block;
	padding: 0 10px;
}
#commentform .hidden {
	display: none;
}
li.comment #respond textarea {
	width: 91% !important;
}
li.comment #respond input[type=text] {
	width: 48% !important;
}
input[type="submit"] {
	display: inline;
}
/*WordPress Gallery Shortcode*/

dd.wp-caption-text.gallery-caption {
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
	width: 95px;
	text-align: center;
	clear: both;
}
.gallery-item dt:after {
	content: "";
}
#page_body .gallery {
	margin: 30px 0;
}
#page_body .gallery .gallery-item dt {
	width: auto;
	float: none;
}
#page_body .gallery .gallery-item {
	margin: 1px 1px 0 0;
	padding: 0;
	width: auto;
}
#page_body .gallery a, #page_body .gallery a img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
}
form.post-password-form label {
	display: inline;
}
form.post-password-form input[type="submit"], form#commentform p.form-submit input[type="submit"], input[type="submit"] {
	line-height: 33px;
	height: 33px;
	padding: 0 15px;
	border-radius: 3px;
	display: inline-block;
	text-transform: none;
	font-weight: 600;
}
/*Post Pagination*/

.swm_post_pagination {
	clear: both;
	border-radius: 3px;
	display: block;
	padding: 15px;
	text-transform: none;
	line-height: 28px;
	margin-top: 4px;
}
.swm_pp_prev {
	float: left;
	display: inline-block;
}
.swm_pp_next {
	float: right;
	display: inline-block;
	text-align: right;
}
.swm_pp_arrow {
	float: left;
	width: 28px;
	height: 28px;
	border-radius: 100px;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	margin-right: 10px;
}
.swm_pp_next .swm_pp_arrow {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.swm_pp_next .swm_pp_link {
	float: right;
}
.swm_pp_prev .swm_pp_link {
	float: left;
}
.swm_pp_link_title {
	display: none;
	opacity: 0;
}
.swm_pp_prev:hover .swm_pp_link_text, .swm_pp_next:hover .swm_pp_link_text {
	display: none;
	opacity: 0;
}
.swm_pp_prev:hover .swm_pp_link_title, .swm_pp_next:hover .swm_pp_link_title {
	display: inline-block;
	opacity: 1;
}
/***************************************************************
* Archives page *
****************************************************************/

.swm_container .swm_archives_content ul {
	padding: 0;
	margin: 0 0 20px 0;
}
.swm_container .swm_archives_content ul li {
	list-style: none;
	padding: 8px 0 8px 30px;
	border-bottom: 1px solid #ececec;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.swm_container .swm_archives_content ul li:first-child {
	border-top: 1px solid #ececec;
}
.swm_container .swm_archives_content ul li:before {
	content: "\f111";
	font-family: fontAwesome;
	font-size: 5px;
	margin-left: -18px;
	float: left;
	padding: 0;
	color: #bbb;
	text-decoration: none;
}
/***************************************************************
* Page Title *
****************************************************************/

.swm_page_box {
	border-radius: 3px;
	overflow: hidden;
}
.swm_search_page_box {
	margin-bottom: 30px;
}
.swm_page_box_title {
	padding: 20px 25px;
	text-align: center;
	line-height: normal;
	background: url(../images/sidebar_bg.png) repeat-x left bottom;
}
.swm_page_box_content {
	padding: 25px;
}
/***************************************************************
* Search page *
****************************************************************/

ul.swm_search_list {
	padding: 5px 0;
	margin: 0;
}
ul.swm_search_list li {
	list-style: none;
	padding: 20px 25px;
	margin: 0;
}
ul.swm_search_list li h4 {
	font-weight: bold;
	margin: 0 0 10px 0;
}
ul.swm_search_list li:last-child {
	border: 0;
}
.swm_page_box_content.search_pg_form form {
	width: 70%;
}
.search_page_form p {
	margin-bottom: 20px;
}
.search_page_form h4 {
	line-height: normal;
	margin-bottom: 10px;
}
/***************************************************************
* Columns *
****************************************************************/

.swm_row {
	margin: 0 -10px;
}
.swm_column_gap {
	margin: 0 0 20px;
	padding: 0 10px;
}
.swm_row .swm_column1 {
	width: 100%;
}
.swm_row .swm_column2 {
	width: 50%;
}
.swm_row .swm_column3 {
	width: 33.33333333333333%;
}
.swm_row .swm_column4 {
	width: 25%;
}
.swm_row .swm_column5 {
	width: 20%;
}
.swm_row .swm_column6 {
	width: 16.66666666666666%;
}
.layout-sidebar-left .swm_row .swm_column2, .layout-sidebar-left .swm_row .swm_column3, .layout-sidebar-left .swm_row .swm_column4, .layout-sidebar-right .swm_row .swm_column2, .layout-sidebar-right .swm_row .swm_column3, .layout-sidebar-right .swm_row .swm_column4 {
	width: 50%;
}
.swm_column {
	display: block;
	float: left;
	width: 100%;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

.sf-view{
	padding: 0px !important;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	display: inline-block;
	float: left;
	width: 100%;
}

.swm_column.first {
	position: fixed;
	top: 220px;
	right: 0;
	width:auto;
}
.swm_one_full, .one_full {
	width: 100%;
	margin-left: 0;
}
.swm_one_half, .one_half {
	width: 48.71794871794872%;
}
.swm_one_third, .one_third {
	width: 31.62393162393162%;
}
.swm_one_fourth, .one_fourth {
	width: 23.07692307692308%;
}
.swm_one_fifth, .one_fifth {
	width: 17.94871794871795%;
}
.swm_one_sixth, .one_sixth {
	width: 14.52991452991453%;
}
.swm_two_third, .two_third {
	width: 65.81196581196582%;
}
.swm_three_fourth, .three_fourth {
	width: 74.35897435897436%;
}
.swm_four_fifth, .four_fifth {
	width: 79.48717948717949%;
}
.swm_five_sixth, .five_sixth {
	width: 82.90598290598291%;
}
.swm_two_third_right {
	width: 64.81196581196582%;
	margin-right: 1%;
}
.swm_two_third_left {
	width: 64.81196581196582%;
	margin-left: 1%;
}
.swm_custom_two_third {
	width: 70%;
	margin-left: 0;
	float: left;
}
.swm_column.swm_custom_two_third, .swm_column.sidebar {
	margin-left: 0;
}
.layout-sidebar-right .swm_custom_two_third {
	float: right;
}
.layout-sidebar-left .swm_custom_two_third {
	float: right;
}
.layout-full-width .swm_custom_two_third {
	margin: 0;
	float: none;
	width: 100%;
}
#sidebar {
	width: 30%;
	display: block;
}
.layout-sidebar-right #sidebar {
	float: left;
	margin-left: 0;
	position: absolute;
	margin-left: -40px;
	max-width: 280px;
}
.layout-sidebar-right #sidebar.bannerStick{
	position: fixed;
	top: 80px;
}
.layout-sidebar-right #sidebar.footerStick{
	bottom: 420px; 
	top: auto; 
}
.layout-sidebar-left #sidebar {
	float: left;
	margin-left: 0;
	padding-right: 4%;
}
/***************************************************************
* Pagination *
****************************************************************/

.standard_post_loop {
	padding: 40px 0;
}
/*Standard (1,2,3,4) */
ul.page-numbers {
	list-style: none;
	margin: 0px 0;
	clear: both;
}
.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.page-numbers li {
	margin: 0;
	padding: 0;
}
ul.page-numbers li i {
	font-size: 17px;
}
ul.page-numbers li, .pagination_menu a span, .pagination_menu span, .paginate-com a, .paginate-com span.current {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
	border-radius: 3px;
}
.page-numbers a, .page-numbers span, .pagination_menu a span, .pagination_menu span, .paginate-com a, .paginate-com span.current {
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.page-numbers a span {
	padding: 0
}
.page-numbers.current, .paginate-com span.current {
	text-decoration: none;
	font-weight: bold;
}
.page-numbers a:hover, .paginate-com a:hover, .pagination_menu a:hover span {
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden;
}
.pagination_menu {
	float: right;
	margin-bottom: 30px;
}
.swm_blog_post .pagination_menu {
	margin: 30px 0 0 0;
}
.paginate-com {
	margin: 0;
	padding: 0 0 25px 0;
	position: relative;
	font-size: 11px;
	clear: both;
}
/*next/previous posts*/
.next_prev_pagination {
	font-size: 13px;
	font-weight: 400;
	clear: both;
	display: block;
	text-transform: none;
	font-weight: 400;
}
.swm_container .next_prev_pagination a, .next_prev_pagination a {
	padding: 9px 15px;
	border-radius: 3px;
	letter-spacing: 1px;
}
.next_prev_pagination a:hover {
	text-decoration: none;
}
.next_prev_pagination .post-prev {
	float: left;
}
.next_prev_pagination .post-prev span {
	margin-right: 5px;
}
.next_prev_pagination .post-next {
	float: right;
	text-align: right;
}
.next_prev_pagination .post-next span {
	margin-left: 5px;
}
.paginate-com a, .paginate-com span.current {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
#blog_responses .paginate-com a {
	font-weight: normal;
}
.swm_blog_post .pagination_menu {
	float: left;
	margin: 0 25px 25px 25px;
}
.swm_blog_post .pagination_menu a span, .swm_blog_post .pagination_menu span {
	box-shadow: none;
	border: 1px solid #ececec;
	height: 27px;
	width: 27px;
	line-height: 26px;
	font-size: 11px;
}
.swm_blog_post .pagination_menu > span {
	color: #fff;
}
/***************************************************************
* WordPress Default Widgets Styles *
****************************************************************/

.footer .widget {
	clear: both;
	padding: 0;
	display: block;
}
.sidebar select {
	width: 100%;
	margin: 0;
}
/*RSS*/
a.rsswidget {
	font-weight: bold;
}
span.rss-date {
	font-size: 11px;
}
/*Text*/
.sidebar .textwidget p {
	padding-left: 0;
	padding-right: 0;
}
.sidebar .adwrap {
	padding: 15px 24px 15px 24px;
}
/*Tag Colud*/
.sidebar .tagcloud {
	margin: 5px 0 0 0;
}
.tagcloud a {
	padding: 7px 12px;
	font-size: 13px;
	line-height: 17px;
	float: left;
	text-decoration: none;
	margin: 0 5px 5px 0;
	display: inline-block;
	width: auto;
	background: none;
	border-radius: 3px;
}
.footer .tagcloud a {
	background: none;
	font-size: 23px;
}
/* Calendar Widget */

#calendar_wrap {
	width: 100%;
	margin-top: 5px;
}
#wp-calendar {
	margin: 0;
}
.widget_calendar {
	float: left;
	width: 100%;
}
#wp-calendar {
	width: 100%
}
table#wp-calendar {
	border: none;
}
#wp-calendar caption {
	text-align: center;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	border-bottom: 0;
	padding: 5px 0;
	border-radius: 3px 3px 0 0;
}
#wp-calendar thead {
	font-size: 11px;
}
table#wp-calendar thead th, #wp-calendar thead th {
	padding: 3px 6px;
	text-align: center;
}
table#wp-calendar tbody td, #wp-calendar tbody td {
	text-align: center;
	padding: 3px 6px;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: none;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: none;
	padding-top: 10px;
}
#wp-calendar tfoot tr td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.footer #wp-calendar caption {
	text-align: center;
	margin-bottom: -1px;
}
.footer #wp-calendar tbody td {
	text-align: center;
	padding: 6px 8px 6px 8px;
}
/* Search Widget */
#widget_search_form form {
	margin: 0;
}
#widget_search_form #searchform {
	margin: 0;
	clear: both;
	display: block;
	position: relative;
}
#widget_search_form #searchform .screen-reader-text {
	display: block;
}
#widget_search_form #searchform input {
	margin: 0;
}
#widget_search_form #searchform #s {
	width: 100%;
	outline: 0;
	height: 40px;
	border: 1px solid;
	background: transparent;
	border-radius: 3px;
	padding-left: 15px;
}
#widget_search_form #searchform input[type="submit"].button {
	background: none;
	width: 40px;
	line-height: 40px;
	font-family: FontAwesome !important;
	font-size: 14px;
	border: 0;
	height: 38px;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: 1px;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
}
/* Recent Comments */
.footer ul#recentcomments li {
}
.footer ul#recentcomments li a {
}
#content .sidebar .wp-caption p {
	margin: 0;
}
/*Captions*/
.wp-caption {
	border: 0;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
	clear: both;
}
.wp-caption img {
	padding: 0;
	margin: 0;
}
.wp-caption p {
	padding: 0 10px;
	margin: 0;
	font-style: italic;
}
p.wp-caption-text {
	margin: 0;
	padding: 10px;
}
.sidebar .textwidget img {
	display: block;
}
.sidebar .textwidget p.wp-caption-text img {
	display: inline-block;
}
.sidebar .wp-caption, .footer .wp-caption {
	border: 0;
	display: block;
	margin-bottom: 15px;
}
.footer .wp-caption p {
	margin: 0;
}
.footer p.wp-caption-text, .footer p.wp-caption-text {
	height: auto;
	width: auto;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
}
.widget ul li span.post-date, .sidebar ul li span.post-date {
	font-size: 11px;
}
.widget ul li span.post-date:before, .sidebar ul li span.post-date:before {
	content: "- ";
}
/* List style widgets -------------------------------------------------------------------------- */

.footer ul li {
	padding: 11px 20px 11px 30px;
	display: block;
}
.footer .widget_categories ul li {
	padding-right: 0;
}
.swm_large_footer ul li:before {
	content: "\f111";
	font-family: fontAwesome;
	font-size: 5px;
	margin-left: -15px;
	float: left;
	padding: 0;
	text-decoration: none;
	opacity: 0.7;
}
.swm_large_footer ul li:before {
	line-height: 20px;
}
.widget_nav_menu ul li.current-menu-item a, .sidebar .widget_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat > a {

}
.widget_layered_nav_filters ul li {
	padding-left: 0;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/***************************************************************
* Custom Widgets *
****************************************************************/

/* Categories */
ul.my_cat_items a {
	text-decoration: none;
}
ul li.cat-item a small {
	padding: 0 7px;
	display: block;
	float: right;
	background: #f2f2f2;
	border-radius: 3px;
}
ul li.current-menu-item a, ul li.current-cat a small, ul li.current-cat:hover a small {
	font-weight: normal;
}
/* Recent Post Slider */
.recent_posts_slider {
	display: block;
	position: relative;
}
.sidebar .recent_posts_slider {
	margin-top: 5px;
}
.swm_container .recent_posts_sliderf .recent_posts_slider_content {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
	display: inline-block;
}
.swm_container .recent_posts_slider .recent_posts_slider_content img {
	border-radius: 3px;
	overflow: hidden;
}
.recent_posts_slider_title {
	margin: 15px 0;
}
.recent_posts_slider_title p, .sidebar .recent_posts_slider_title p a {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.recent_posts_slider_title span {
	font-size: 11px;
	opacity: 0.8;
}
.recent_posts_slider_title span a {
	font-size: 11px;
}
.recent_posts_slider_title span:hover {
	opacity: 1;
}
.recent_posts_slider_excerpt {
	border-top: 1px solid #ececec;
	padding-top: 10px;
	line-height: 22px;
	position: relative;
}
.recent_posts_slider_excerpt span {
	height: 1px;
	width: 35px;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.recent_posts_slider .owl-controls {
	position: absolute;
	top: -84px;
	z-index: 99;
}
.sidebar .recent_posts_slider .owl-controls {
	top: -80px;
}
.recent_posts_slider .owl-controls {
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	opacity: 0.7;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	background: none;
	padding: 0;
}
.footer .owl-theme .owl-controls .owl-buttons div {
	font-size: 18px;
}
.recent_posts_slider .owl-prev {
	float: left;
}
.recent_posts_slider .owl-next {
	float: right;
}
.footer .owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: 15px;
}
.footer .owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: 15px;
}
/*Flickr Widget*/
.flickr_photos ul {
	margin-right: -10px;
}
.sidebar .flickr_photos ul li, .flickr_photos ul li {
	padding: 0;
	display: inline-block;
	border: 0;
	width: 70px;
	height: 70px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	overflow: hidden;
	float: left;
}
.flickr_photos ul li img {
	border-radius: 3px;
}
.sidebar .flickr_photos {
	margin-top: 5px;
}
.footer .flickr_photos ul li {
	width: 75px;
	height: 75px;
	margin: 0 5px 5px 0;
}
/***************************************************************
* Default Styles *
****************************************************************/

body {
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
.swm_blog_post .swm_post_title h1, .swm_blog_post .swm_post_title h2 {
	font-size: 22px;
	padding: 0px 20px;
}
.top_nav > li > a {
	font-size: 14px;
}
#swm_page_container {
	padding: 50px 0px 50px 0;
}
.swm_container {
	margin: 0 auto;
	display: block;
	height: 100%;
}
.html_boxed {
	width: auto;
	margin: 0 auto;
}
.boxed {
	width: 1000px;
	margin: 0 auto;
}

#pie {
position: relative;
width: 100%;
opacity: 1;
left: 0;
right: 0;
color: #242424;
font-size: 12px;
margin: 0 auto;
z-index: 999;
text-align: center;
background-color:#f4f4f4;
padding:30px;
}

#pie a {
color: #242424;
cursor: pointer;
}

.sidebar ul li,.sidebar ul li a,.sidebar a {
	box-sizing: border-box;
	width: 260px;
	//margin-left: 20px;
	padding: 10px 0;
	font-size:13px;
	padding: 0;
	margin: 0;
}

.sidebar .swm_widget_box h3 {
	box-sizing: border-box;
	//width: 260px;
	margin-left: 20px;
	padding: 10px 0;
	font-size:13px;
}