@charset "utf-8";@media all{/******************
01 ::: BASE GRID :::
*******************/

.container {
	position:relative;
	width:980px;
	margin: 0 auto;
	padding: 0;
}

.container .col {
	float: left;
	display: inline;
}

.row {
	margin-bottom: 20px;
}

.container .grid1.col {
	width: 60px;
}

.container .grid2.col {
	width: 120px;
}

.container .grid3.col {
	width: 180px;
}

.container .grid4.col {
	width: 240px;
}

.container .grid5.col {
	width: 300px;
}

.container .grid6.col {
	width: 360px;
}

.container .grid7.col {
	width: 420px;
}

.container .grid8.col {
	width: 480px;
}

.container .grid9.col {
	width: 540px;
}

.container .grid10.col {
	width: 600px;
}

.container .grid11.col {
	width: 660px;
}

.container .grid12.col {
	width: 720px;
}

.container .grid13.col {
	width: 780px;
}

.container .grid14.col {
	width: 840px;
}

.container .grid15.col {
	width: 900px;
}

.container .grid16.col {
	width: 960px;
}

/******************
::: CLEARING :::
*******************/

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
    .clearfix:after {
	clear: both;
}

.row,
    .clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}}
@media all{html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	font-family: 'Source Sans Pro','HelveticaNeue-Light',Arial,Helvetica Neue,sans-serif !important;
	line-height: 21px;
	font-size: 16px;
	color: #444;
}

#section-five.grid4.col a,.advancedwidgetpack a,.awp_info div a   {
	font-family: "Raleway",'HelveticaNeue-Light';
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway",'HelveticaNeue-Light';
	line-height: 1.5em;
	font-weight: 700;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { 
	color: #272727;
	font-weight: 700;
	}

h1 {
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 1.2em;
}

h2 {
	font-size: 16px
}

h3 {
	font-size: 14px
}

h4 {
	font-size: 13px;
}

h6 {
	font-size: 13px;
}

h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 a:hover,h3 a:hover,h4 a:hover {
	color: #ff9100;
	text-decoration: none;
}

a,a:visited {
	color: #3B44A1;
	text-decoration: none;
	outline: 0;
}

a:hover,a:focus {
	color: #ff9100 !important;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    
}

p {
	line-height: 21px !important;
}

p a,p a:visited {
	line-height: inherit;
	color: #3B44A1;
}

.content-wrap p a {
	color:#3B44A1;
	text-decoration:underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote{
	padding-left: 10px;
	border-left: 5px solid #444;
	color: #999;
	margin-left: 30px;
}

ul,ol {
	margin-bottom: 20px;
	
}

ol {
	list-style: decimal;
	margin-left: 30px;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom: 6px;
}

.right-content ul li {
	list-style: square;
	margin-left: 40px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
	
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

img {
	max-width: 100%;
	height: auto;
	
}

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select {
	border: 1px solid #ddd;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #535354;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

select {
	padding: 0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	border: 1px solid #aaa;
	color: #343434;
}

textarea {
	min-height: 60px;
}

label,legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

.remove-bottom {
	margin-bottom: 0!important;
}

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

.add-bottom {
	margin-bottom: 20px!important;
}}
@media all{/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/carousel.css?ver=3.4.2 */

/** base carousel **/

.carousel ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.no-js .carousel ul {
	position: static;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .mask h2 {
	margin-bottom: 5px;
	line-height: 22px;
}

.carousel .mask h2 a {
	font-weight: 700;
}

.carousel .mask h2 a:hover {
	color: #fff !important;
	background: #ff9100 !important;
}

.carousel ul li p {
	font-size: 14px;
	line-height: 20px;
}


#sections-photo.carousel ul li:hover a.photo-gallery.extend,#sections-photo.carousel ul li:hover a.page-link,#sections-video.carousel ul li:hover a.photo-gallery.extend,#sections-video.carousel ul li:hover a.page-link  {
	display: block;
}
/*SECTIONS PHOTO*/

#sections-photo {
	min-height: 320px;
}

#sections-photo.carousel ul li {
	float: left;
	width: 135px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}

/*SECTION VIDEO*/

#sections-video.carousel ul li {
	float: left;
	width: 102px;
	height: 102px;
	margin-bottom: 10px;
	margin-right: 10px;
}


#sections-video.carousel ul li a.various.fancybox.iframe {
	z-index: 20;
}



#sections-video.carousel ul li:hover a.page-link {
	left: 15%;
	bottom: 35%;
}

#sections-video.carousel ul li:hover a.photo-gallery.extend{
	left: 51%;
	bottom: 35%;
}

p.more {
	position: absolute;
	bottom: -2px;
	font-size: 12px;
	left: 40%;
}

#sections-video {
	padding-bottom: 30px;
}

/*HOVER LINKS*/

a.photo-gallery.extend {
	position: absolute;
	bottom: 40%;
	background: rgba(0,0,0,.6);
	color: #fff;
	left: 52%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: normal !important;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 12px;
	display: none;
}

a.page-link {
	position: absolute;
	bottom: 40%;
	left: 35%;
	font-weight: normal !important;
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: 6px 10px;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	display: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.play-icon {
	background:url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/play.png)no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}

.img-icon {
	background:url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/img-vid.png)no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}

a.photo-gallery.extend:hover,a.page-link:hover {
	background: #ff9100;
	color: #fff !important;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#sections-video.carousel ul li:hover .icon-eye {
	background: #ff9100;
}

/*SECTIONS LATEST*/

#sections-latest {
	position: relative;
}

#sections-latest .mask {
	width: 680px !important;
}

#sections-latest .mask ul {
	height: 680px;
}

#sections-latest.carousel .pagination-links {
		top: -39px;
}

#sections-latest.carousel ul li {
	float: left;
	display: inline;
	width: 207px;
	min-height: 206px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#sections-latest.carousel ul li h2 {
	
	position: absolute;
	width: 190px;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: absolute;
	line-height: 24px;
	bottom: 3px;
	z-index: 2;

}

#sections-latest.carousel ul li h2 a {
	color: #fff;
	font-size: 14px;
	padding: 3px;
	background: rgba(0, 0, 0, .75);
}

#sections-latest.carousel ul li img {
	width: 100%;
	height: auto !important;
	float: left;
	margin-right: 20px;
	padding-left:30px;
	
}


/*PAGINATION*/

.carousel .pagination-links {
	list-style: none;
	margin: 0px 0 0 0;
	position: absolute;
	top: -40px;
	background: #fff;
	right: 0px;
	text-align: center;
	padding: 0px 0px 0px;
}

.carousel .pagination-links li {
	display: none;
	margin: 0 6px;
}

.carousel .pagination-links li a {
	font-size: 11px;
	color: #343434;
	font-weight: 700;
	font-family:'HelveticaNeue-Light',Arial,Helvetica Neue,sans-serif !important;
}

.carousel .pagination-links li a:hover {
	text-decoration: none;
}

.carousel .pagination-links li.current a {
	color: #ff9100;
}

.carousel .disabled {
	color: #ccc;
	cursor: default;
}

#sections-photo, #sections-video {
	position: relative;
}

.prev {
	position: absolute;
	left: 0px;
	bottom: -5px;
	display: none;
	text-indent: -9999px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/left.png);
	height: 30px;
	width: 30px;
}

.prev:hover {
	background: #eee url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/left.png);
}

.prev.disabled {
	opacity: .5;
	border-radius: 20px;
	border: 1px solid #eee;
}

.next.disabled {
	opacity: .5;
	border-radius: 20px;
	border: 1px solid #eee;
}

.next:hover {
	background: #eee url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/right.png);
}

.next {
	position: absolute;
	right: 0px;
	bottom: -5px;
	display: none;
	text-indent: -9999px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/right.png);
	height: 30px;
	width: 30px;
}

/** my carousel 3 **/

#sections-photo .mask {
	width: 440px;
}

#sections-quote .mask {
	width: 420px;
}


/*SECTIONS VIDEO*/

#sections-video {
	min-height: 214px !important;
}

#sections-video .mask {
	width: 431px;
}

#sections-video.carousel ul li {
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#sections-video.carousel ul li img {
	max-width: 100%;
	height: auto;
}}
@media all{/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
 /* @group COMMON STUFF */
 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

/*END STANDARD*/

/* @end */

/* @group VERY TOP CAROUSEL */

/* ================================================
01 :::::: VERY TOP CAROUSEL
================================================ */

#section-one.container .top_slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 226px !important;
	min-height: 92px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#section-one.container .top_slider .slides > li:first-child { 
	padding-left: 0;
	margin-left: 0; 
	}

#section-one.container .top_slider {
	zoom: 1;
}

#section-one.container .top_slider li:first-child { 
	border-left: 0 !important; 
	}

.top_slider.loading {
	min-height: 115px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/loader1.gif);
	background-position:center center;
	background-repeat: no-repeat ;
}

.top_slider p.top-cat {
	font-family: "Raleway",'HelveticaNeue-Light';
	font-weight: 700;
	font-size: 13px !important;
}

#section-one.container .top_slider .flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#section-one.container .top_slider .slides {
	zoom: 1;
}

#section-one.container .top_slider .flex-direction-nav {
	*height: 0;
}

#section-one.container .top_slider .flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background-color: #292929;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position: 0 0;
	background-repeat: no-repeat ;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
}

#section-one.container .top_slider .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -54px;
	border: 1px solid #373737;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

#section-one.container .top_slider .flex-direction-nav .flex-next:hover{
	background-color: #ff9100;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position: -30px;
}

#section-one.container .top_slider .flex-direction-nav .flex-prev:hover{
	background-color: #ff9100;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png) ;
	background-position:0px;
}

#section-one.container .top_slider .flex-direction-nav .flex-prev {
	left: -54px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

#section-one.container .top_slider .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

#section-one.container .top_slider .flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=50);
	cursor: default;
	border: 1px solid #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222;
	-moz-box-shadow: 0 0 2px #111;
	-webkit-box-shadow: 0 0 2px #111;
	box-shadow: 0 0 2px #111;
}

.top_slider .flex-control-nav {
	display: none;
}

.top_slider .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}


.top_slider .flex-control-paging li a:hover {
	background-color: rgba(0,0,0,0.7);
}

.top_slider ul.slides li {
	float: left;
	margin: 0 0px 0 10px;
	display: inline;
	border-left: 1px solid #444;
	border-right: 1px solid #222;
}

.top_slider ul.slides li:first-child { 
	border-left: 0; 
	}

.top_slider img.top-img {
	-moz-box-shadow: 0 0 2px #111;
	-webkit-box-shadow: 0 0 2px #111;
	box-shadow: 0 0 2px #111;
}

/* @end */

 /* @group SINGLE GALLERY */

/* ================================================
01 :::::: SINGLE GALLERY
================================================ */
body.single #single.container .flexslider_gallery ol.flex-control-nav.flex-control-paging { 
	position: absolute;
	bottom:4px;
	padding: 10px 0px; 
	background: rgba(0,0,0,.6);
	width: 100%;
	display: none;
	}

	
.flexslider_gallery .flex-direction-nav a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: rgba(0,0,0,.7);
	background-image:  url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:0 0;
	background-repeat: no-repeat ;
	position: absolute;
	bottom: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
}

.flexslider_gallery .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.flexslider_gallery .flex-direction-nav .flex-prev {
	left: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.flexslider_gallery .flex-direction-nav .flex-next:hover {
	background-color:#ff9100;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:-30px 0;
	background-repeat: no-repeat ;
}

.flexslider_gallery .flex-direction-nav .flex-prev:hover {
	background-color: #ff9100 ;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:0px 0;
	background-repeat: no-repeat ;
}

.flexslider_gallery .flexslider:hover .flex-next:hover, .flexslider_gallery .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flexslider_gallery .flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}
	
body.single #single.container .flexslider_gallery.loading {
	min-height: 300px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/loader1.gif);
	background-position:center center;
	background-repeat: no-repeat ;
}

body.single #single.container .flexslider_gallery {
	margin: 0;
	padding: 0;
}

body.single #single.container .flexslider_gallery .slides > li {
	display: none;
}

body.single #single.container .flexslider_gallery .slides img {
	width: 100%;
	display: block;
}

body.single #single.container .flexslider_gallery .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] body.single #single.container .flexslider_gallery .slides {
	display: block;
}

* html body.single #single.container .flexslider_gallery .slides {
	height: 1%;
}


body.single #single.container .flexslider_gallery {
	zoom: 1;
}
	
#single.container .flexslider_gallery ol.flex-control-nav.flex-control-paging li,body.archive #single.container .flexslider_gallery ol.flex-control-nav.flex-control-paging li{
	margin: 0 4px;
	display: none !important;
	float: left;
	color: #fff;
}

body.single #single.container .flexslider_gallery ol.flex-control-nav.flex-control-paging li a,body.archive #single.container .flexslider_gallery ol.flex-control-nav.flex-control-paging li a { 
	color: #fff;
	}
	
/*@end*/

/* @group FEATURED SLIDERS */

/* ================================================
01 :::::: FEATURED SLIDER
================================================ */

.main_flexslider.loading {
	min-height: 300px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/loader1.gif);
	background-position:center center;
	background-repeat: no-repeat ;
}

.main_flexslider {
	margin: 0;
	padding: 0;
}

.main_flexslider h2 {
	line-height: 30px;
	position: absolute;
	bottom: -10px;
	width: 100%;
	z-index: 2;
	line-height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.main_flexslider h2 a:hover {
	color: #fff !important;
	background: #ff9100;
}

.main_flexslider h2.no-image {
	padding: 0;
	position: relative ;
}

.main_flexslider h2.no-image a{
	background: none ;
	color: #343434 ;
	
}

span.date-area {
	background: #fff;
	color: #fff;
	font-size: 11px;

	text-transform: uppercase;
	display:none;
}

.main_flexslider h2 a {
	color: #fff;
	font-size: 28px;
	background: rgba(0, 0, 0, .75);
}

.main_flexslider p {
	color: #444 !important;
	line-height: 23px !important;
}

.main_flexslider p.date-main {
	position: absolute;
	bottom: 116px;
	background: #ff9100;
	padding: 5px;
	color: #fff;
	font-weight: 700;
}

p.sub-title-main { 
	position: absolute;
	bottom: 0; 
	color: #fff;
	background: rgba(0,0,0,.7);
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: 800;
	}

.main_flexslider .slides > li {
	display: none;
}

.main_flexslider .slides img {
	width: 100%;
	display: block;
}

.main_flexslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .main_flexslider .slides {
	display: block;
}

* html .main_flexslider .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.main_flexslider {
	zoom: 1;
}

.main_flexslider .slides {
	zoom: 1;
}

.main_flexslider .flex-direction-nav {
	*height: 0;
}

/*NAVIGATION*/

.main_flexslider .flex-direction-nav a {
	width: 30px;
	height:30px;
	display: block;
	background-color:#343434;
	background-position:0 0;
	background-repeat: no-repeat ;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	position: absolute;
	bottom: -65px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	border: none;
	-webkit-transition: all .3s ease;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.main_flexslider .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
	
}

.main_flexslider .flex-direction-nav .flex-prev {
	left: 1px;
	
}

.main_flexslider .flex-direction-nav .flex-next:hover { 
	background-color:#ff9100;
	background-position:-30px 0;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png) ;
	background-repeat: no-repeat ;
 }
 
 .main_flexslider .flex-direction-nav .flex-prev:hover { 
	background-color:#ff9100;
	background-image:  url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:0px 0px;
	background-repeat: no-repeat ;
 }


.main_flexslider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -63px;
	text-align: center;
}

.main_flexslider .flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.main_flexslider .flex-control-paging li a {
	
	background: #eee;
	display: block;
	cursor: pointer;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	color: #343434;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.main_flexslider .flex-control-paging {
	
	padding: 3px 0px;
}

.main_flexslider .flex-control-paging li a:hover {
	background: #ff9100;
	color: #fff !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.main_flexslider .flex-control-paging li a.flex-active {
	border: none;
	height: 12px;
	width: 12px;
	background: #ff9100;
	color: #fff;
	display: block;
	cursor: default;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

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

.main_flexslider .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}

.main_flexslider .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}

}

@media all{/*BLOG GALLERY*/
.blog_gallery.loading {
	min-height: 300px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/loader1.gif);
	background-position:center center;
	background-repeat: no-repeat ;
}

.blog_gallery .slides > li {
	display: none;
}

.blog_gallery .slides img {
	width: 100%;
	display: block;
}

.blog_gallery .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .blog_gallery .slides {
	display: block;
}

* html .blog_gallery .slides {
	height: 1%;
}



.blog_gallery {
	zoom: 1;
}

.blog_gallery .slides {
	zoom: 1;
}

.blog_gallery .flex-direction-nav {
	*height: 0;
}

.blog_gallery .flex-direction-nav a {
	width: 29px;
	height: 29px;
	margin: -20px 0 0;
	display: block;
	background-image:url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png) ;
	background-color: #343434;
	background-position:0 0;
	background-repeat: no-repeat ;
	position: absolute;
	bottom: -54px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	border: none;
	-webkit-transition: all .3s ease;
}

.blog_gallery .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
}

.blog_gallery .flex-direction-nav .flex-next:hover { 
	background-color:#ff9100;
	background-position: -31px 0;
	background-repeat:  no-repeat;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
 }
 
 .blog_gallery .flex-direction-nav .flex-prev:hover { 
	background-color:#ff9100;
	background-position:0px 0px;
	background-repeat: no-repeat ;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	
 }

.blog_gallery .flex-direction-nav .flex-prev {
	left: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
}

.blog_gallery .flexslider:hover .flex-next:hover, .blog_gallery .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.blog_gallery .flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

.blog_gallery .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -55px;
	text-align: center;
}

.blog_gallery .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.blog_gallery .flex-control-paging li a {
	background: #f3f3f3;
	padding: 6px 13px;
	display: block;
	cursor: pointer;
	font-size: 13px;
	font-family: 'Source Sans Pro','HelveticaNeue-Light',Arial,Helvetica Neue,sans-serif !important;
	color: #343434;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	
}

.blog_gallery .flex-control-paging li a:hover {
	background: #ff9100;
	color: #fff !important;
}

.blog_gallery .flex-control-paging li a.flex-active {
	border: none;
	padding: 6px 13px;
	background: #ff9100;
	color: #fff;
	display: block;
	cursor: default;
}

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

.blog_gallery .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}

.blog_gallery .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}

}

@media all{/*END*/

#sections-quote { 
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #eee;
	margin-bottom: 70px;
	padding: 30px 0px 0px; 
	}
	
#sections-quote p{ 
	font-size: 22px;
	line-height: 27px; 
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	color: #232323;
	margin-top: 0 !important;
	font-family: "Raleway";
	
	}
	
#sections-quote img.img-quote { 
	
	float: right;
	margin-top: 20px;
	-webkit-border-radius:100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	width: 100px;
	
	}

	
h5.quote-src { 
	float: right; 
	margin-top: 10px;
	font-size: 13px;
	margin-right: 50px;
	
	
	}
	
h5.quote-src a { 
	font-weight: 700; 
	font-size: 12px;
	color: #343434;
	}



.quote_flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	
}

.quote_flexslider p { 
	color: #fff !important; 
	margin-top:50px !important;
	background-color: #444;
	background-image:url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/left-quote.png) !important;
	background-position:20px 20px  !important ;
	background-repeat: no-repeat;
	margin-right: 20px;
	-webkit-border-radius:2px;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 24px !important;
	padding-left: 60px !important;
	padding-bottom: 30px !important;
	padding-top: 40px !important;
	}

.quote_flexslider h2 {
	line-height: 30px;
}

.quote_flexslider .slides > li {
	display: none;
	
}

.quote_flexslider .slides img {
	width: 100%;
	display: block;
	margin-left: 20px;
}

.quote_flexslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .main_flexslider .slides {
	display: block;
}

* html .main_flexslider .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.quote_flexslider {
	zoom: 1;
}

.quote_flexslider .slides {
	zoom: 1;
}

.quote_flexslider .flex-direction-nav {
	*height: 0;
}

/*NAVIGATION*/

.quote_flexslider .flex-direction-nav a {
	width: 30px;
	height:30px;
	display: block;
	background-color:#343434 ;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-repeat: 0 0;
	background-position: no-repeat;
	position: absolute;
	bottom: -45px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	border: none;
	-webkit-transition: all .3s ease;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.quote_flexslider .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
	
}

.quote_flexslider .flex-direction-nav .flex-prev {
	left: 1px;
	
}

.quote_flexslider .flex-direction-nav .flex-next:hover { 
	background-color:#ff9100 ;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:-30px 0;
	background-repeat: no-repeat ;
 }
 
.quote_flexslider .flex-direction-nav .flex-prev:hover { 
	background-color:#ff9100;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/bg_direction_nav_main.png);
	background-position:0px 0px;
	background-repeat: no-repeat ;
 }


.quote_flexslider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -45px;
	text-align: center;
}

.quote_flexslider .flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.quote_flexslider .flex-control-paging li a {
	
	background: #eee;
	display: block;
	cursor: pointer;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	color: #343434;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.quote_flexslider .flex-control-paging {
	
	padding: 3px 0px;
}

.quote_flexslider .flex-control-paging li a:hover {
	background: #ff9100;
	color: #fff !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.quote_flexslider .flex-control-paging li a.flex-active {
	border: none;
	height: 12px;
	width: 12px;
	background: #ff9100;
	color: #fff;
	display: block;
	cursor: default;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



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

.quote_flexslider .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}

.quote_flexslider .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}

}


@media all{/* @end */

/* @group VERY BOTTOM CAROUSEL */

/* ================================================
01 :::::: VERY BOTTOM CAROUSEL
================================================ */

.bottom_slider.loading {
	min-height: 300px;
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/loader1.gif);
	background-position:center center;
	background-repeat: no-repeat ;
}

.bottom_slider .slides > li {
	display: none;
}

.bottom_slider {
	margin-bottom: 60px;
}

.bottom_slider ol.flex-control-nav.flex-control-paging {
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 2;
	background: #fff;
}

.bottom_slider ol.flex-control-nav.flex-control-paging li {
	float: left;
	margin-left: 10px;
	background: #fff !important;
}

.bottom_slider ul.slides li {
	width: 230px !important;
	margin: 0px 10px;
}

.bottom_slider ol.flex-control-nav.flex-control-paging li a {
font-size: 11px;
color: #343434;
font-weight: 700;
font-family:'HelveticaNeue-Light',Arial,Helvetica Neue,sans-serif !important;
cursor: pointer;

}

#sections-bottom .bottom_slider ol.flex-control-nav.flex-control-paging li a.flex-active {
	color: #ff9100 !important;
	background: none !important;
}

.bottom_slider ul.slides li:first-child {
	margin-left: 0;
}

#sections-bottom .title-wrapper {
	position: relative;
}

#sections-bottom .bottom_slider h2 {
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: absolute;
	line-height: 22px;
	bottom: 5px !important;
	width: 185px;
	z-index: 200;
	
}

#sections-bottom p.intro-text {
	border-bottom: none;
	margin-bottom: 0;
}

#sections-bottom .bottom_slider h2 a {
	color: #fff;
	font-size: 12px;
	padding: 3px;
	background: rgba(0, 0, 0, .75);
}

#sections-bottom .bottom_slider h2.no-image {
	padding: 0 ;
	position: relative;
}

#sections-bottom .bottom_slider h2.no-image a{
	background: none;
	color: #343434;
	padding: 0;
	font-size: 14px;
	
}

#sections-bottom .bottom_slider h2 a:hover {
	background:#ff9100;
	color: #fff !important;
}

#sections-bottom .bottom_slider h2 span.date-area {
	font-size: 10px;
}

#sections-bottom .bottom_slider img {
	margin-bottom: 10px;
}

.bottom_slider ul.flex-direction-nav {
	display: none;
}

/* @end */}
@media all{/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/machinelearningtimes/wp-content/themes/urbannews/framework/images/fancy/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/machinelearningtimes/wp-content/themes/urbannews/framework/images/fancy/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/machinelearningtimes/wp-content/themes/urbannews/framework/images/fancy/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/machinelearningtimes/wp-content/themes/urbannews/framework/images/fancy/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}}
@media all{/* @group ESSENTIAL STYLES */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* @end */

/* @group BASIC MENU STYLES */

.sf-menu {
	float:left;
	width: 100%;
	background: #343434;
	
}

.sf-menu a {
	text-decoration:none;
	font-family: 'Raleway', Helvetica,sans-serif !important;
	font-weight: 700;
	padding-left: 20px;
	font-size: 11px;
	text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { 
	color:#fff;
}

/*IF YOU HAVE FEWER MENU ITEMS YOU CAN CHANGE THE PADDING HERE TO SUIT YOUR TASTES*/

.sf-menu li {
	border-right: 1px solid #292929;
	border-left: 1px solid #494949;
	padding: 0px 18px;
	line-height: 50px;
	
}

.sf-menu li:first-child { 
	border-left: 0; 
	}
	
.sf-menu li:last-child { 
	border-right: 0; 
	}
	
.sf-menu li li {
	
	background:	#343434;
	padding: 0 10px 0 0px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #444;
}

.sf-menu li li li {
	background:#343434;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	outline:		0;
}

.sf-menu li:hover { 
	background: #ff9100; 
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	
.sf-menu .current-menu-item {
	background: #ff9100;
}
	
.sf-menu a:hover { 
	color: #fff !important; 
	}
	
ul.sub-menu { 
	min-width: 200px;
	margin-top: 13px;
	}
	
ul.sub-menu li a { 
	line-height: 40px;
	padding-left: 40px; 
	font-weight: 700 !important;
	font-size: 11px !important;
	}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.55em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
a.sf-with-ul span.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.15em;
	top:			1.65em; /* IE6 only */
	width:			12px;
	height:			10px;
	background-repeat: no-repeat !important;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url('/machinelearningtimes/wp-content/themes/urbannews/framework/images/nav-down.png'); /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	opacity: 1;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* @end */}
@media all{/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.5 */

/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.5 */

/* @override http://themes.siiimple.com/urbannews/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.4.2 */

/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.4.2 */

/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.4.2 */

/* @override http://themes.siiimple.com/urbannews-testing/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.4.2 */

/* @override http://themes.siiimple.com/urbannews/wp-content/themes/urbannews/framework/css/responsive.css?ver=3.4.2 */

/* @group NAVIGATION */

#nav .selector option{background:#343434;color:#fff;}

#nav .selector,#nav .selector span{cursor:pointer !important;background:url("/machinelearningtimes/wp-content/themes/urbannews/framework/images/nav-down.png") 98% center no-repeat}

#nav .selector,#nav .selector *{margin:0;padding:0}

#nav .selector select{top:0px;left:0px;}

#nav .selector{width:100%;font-size:12px;background:#343434;margin-top:15px;padding:0px 15px;text-transform:uppercase; font-family: "Raleway",Helvetica;
}

#nav .selector:hover{background:#ff9100}

#nav .selector span{cursor:pointer;color:#fff}

#nav #uniform-undefined.selector:hover{background:#ff9100}

#nav .selector{height:30px;line-height:30px;display:-moz-inline-box;display:inline-block;vertical-align:middle;zoom:1;*display:inline;width:96%}

#nav .selector select:focus{outline:0}#nav .selector{position:relative;padding-left:10px;overflow:hidden}

#nav .selector span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

#nav .selector select{position:absolute;height:35px;background:none;width:100%;cursor:pointer;font-size:12px !important;font-weight:500;border:0 !important}

/* @end */

/* @group 2 */

}@media only screen and (min-width: 768px) and (max-width: 959px){


#no-section-one #sections-photo .mask,#no-section-one .section-inner-main {
	width: 488px !important;
}

#no-section-one #sections-photo .mask ul li {
	width: 234px !important;
	height: 118px !important;
}

#no-section-one #sections-photo .mask {
	height: 256px !important;
}

#no-section-one #sections-video .mask,#no-section-one #sections-video {
	width: 488px !important;
	height: 250px !important;
}

#no-section-one #sections-video .mask ul li {
	height: 114px !important;
	width: 114px !important;
}

/******************
02
*******************/

.container {
	width: 768px;
}

/******************
BBPRESS
*******************/

#content,#forum-front,.entry-content,.entry-title,.bbp-forum-content,.bbp-topic-wrapper,#bbp-statistics.bbp-statistics, #bbp-content,.bbp-topic-tags {
	width: 765px !important;
	margin: 0px auto !important;
}

h2.entry-title {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

.entry-content {
	margin-bottom: 50px !important;
}

.bbp-form {
	width: 720px !important;
}

.bbp-single-user .entry-content,.bbp-single-user {
	margin-left: 0 !important;
	width: 765px !important;
}

.bbp-topic-tags p {
	
	padding-left: 0 !important;
	width: 765px !important;
	
}

h1.entry-title {
	margin-top: 50px !important;
}

.container .grid1.col,
.container .grid1.col {
	width: 28px;
}

.container .grid2.col {
	width: 76px;
}

.container .grid3.col {
	width: 124px;
}

.container .grid4.col {
	width: 172px;
}

.container .grid5.col {
	width: 220px;
}

.container .grid6.col {
	width: 268px;
}

.container .grid7.col {
	width: 316px;
}

.container .grid8.col {
	width: 364px;
}

.container .grid9.col {
	width: 412px;
}

.container .grid10.col {
	width: 460px;
}

.container .grid11.col {
	width: 508px;
}

.container .grid12.col {
	width: 556px;
}

.container .grid13.col {
	width: 604px;
}

.container .grid14.col {
	width: 652px;
}

.container .grid15.col {
	width: 700px;
}

.container .grid16.col {
	width: 748px;
}

.container .one-third.col {
	width: 236px;
}

.container .two-thirds.col {
	width: 492px;
}

h5.breaking {
	margin: 10px 0;
}

#wrapper .first{
width: 768px !important;
margin: 0 !important;
padding: 10px 0 !important;
}


/*GENERAL*/



.sf-menu li {
	border-right: 1px solid #292929;
	border-left: 1px solid #494949;
	padding: 0px 6px !important;
	line-height: 50px;
	
} 


#section-two .grid4 {
	margin-bottom: 30px;
}

form#searchform input#s {
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/magnifying-glass.png);
	background-position: 175px 10px;
	background-repeat: no-repeat;
}


#full-section-left.grid12.col {
	width: 540px;
}

#full-section-left.grid12.col #section-three.grid4 {
	width: 130px;
}

#full-section-left.grid12.col #section-three.grid4 .post-ratings {
	width: 100px !important;
}

#full-section-left.grid12.col #section-four.grid8.col {
	width: 308px;
}

#full-section-left.grid12.col #section-four.grid8.col h2 {
	width: 180px;
	line-height: 19px;
}

#full-section-left.grid12.col #section-four.grid8.col h2 a {
	font-size: 16px;
}

#section-five.grid4.col {
	width: 200px;
}

#section-three h2 {
	width: 120px !important;
	position: relative !important;
	bottom: 0 !important;
	line-height: 15px !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

#section-three h2 a {
color: #444 !important;
background: none !important;
padding: 0 !important;
	font-size: 12px !important;
}

/*Section 4*/

#section-four.grid8 h2.sub-header {
	width: 100% !important;
}

#section-four.grid8 h2.sub-header a {
	font-size: 12px !important;
}

#sections-photo .mask,.section-inner-main,#sections-video .mask {
	width: 339px !important;
}

#sections-video .mask {
	height: 170px !important;
}

#sections-photo .mask ul li {
	width: 160px !important;
	height: 118px !important;
}

#sections-video .mask ul li{
	width: 78px !important;
	height: 78px !important;
}

#sections-quote {
	margin-top: 0 !important;
}

/*SECTION 5*/

#section-five,#awp_tabs,.sidebar {
	margin-left: 20px !important;
	width:205px !important;
}

#section-five input#s {
	width: 184px !important;
}

#section-five #awp-tabs-popular ul li img {
	float: left !important;
}

.awp_info {
	width: 100px !important;
}

.awp_tabnav {
	width: 205px !important;
}

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

#section-five .textwidget div {
	max-width: 205px !important;
}

ul.ads {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

ul.ads li {
	float: left !important;
	margin-bottom: 15px;
	margin-right: 15px;
	list-style-type: none;
	
}

ul.ads li, ul.ads li.alt {
	float: left !important;
	width: 93px !important;
}



ul.ads li img {
	display: block;
	margin: auto;
	text-align: center;
	padding: 1px;
	border: 1px solid #ddd;
}


#section-five ul.ads li.alt{
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
}

body #section-five #awp_tabs {
	max-width:180px !important;
	margin-left: 0px !important;
}

#section-five img.avatar {
	width: 40px;
}

form#searchform input#s {
	width: 220px;
	margin-top: 40px;
}

h3.widgettitle {
	margin-top: 30px;
}

/*WEATHER WIDGET*/

.jbmww_wrapper {
    width:200px !important; /* Resize the main container - min width suggested 280px */
    overflow:hidden;
    background-color:#FFF;
	position: relative;
}


 .jbmww_wrapper .jbww_head {
    width:200px !important;  /* Resize the head container - min width suggested 280px */
    height:298px;
    float:left;
    background-color:#e60707; 
    
}

 .jbmww_wrapper .jbww_head_top {
    width:200px !important; /* Resize the Location & Search container - min width suggested 280px */
    float:left;
}

/*IMPORTANT FOR WIDGETS*/
.advancedwidgetpack {
	max-width: 200px !important;
}

.jbww_head_today_forecast {

 
 	width: 200px !important;
 }

.jbww_head_today_forecast_digit p {
	margin-top: -60px !important;
	font-size: 42px !important;

}
/*SECTION 3*/

#front li img.img-cat-small, #front ul li.cat-wrap-small {
	width: 52px !important;
	height: 52px !important;
}

#front .cat-wrap-small  {
	margin: 0px 0px 20px 20px;
}

#front .cat-wrap-small a.page-link,#front .cat-wrap-small .extend {
	padding: 2px;
}

/*SECTION 4*/

#blocks .grid3.col.page_gallery_grid {
	width: 112px ;
}

#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport {
	height:110px
}

/*SECTION 6*/

#sections-bottom .bottom_slider ul.slides li {
	width: 177px !important;
}

#sections-bottom .bottom_slider ul.slides li h2 {
	width: 160px;
}

/*FOOTER*/

#footer-area .grid2 {
	width: 356px !important;
	}
	
#footer-area .grid2.last {
	margin-left: 0;
	width: 100% !important;
}

#footer-area .grid8 {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/*SINGLE*/

#single .grid11 {
	width: 516px;
}

#single .left-content {
	width: 120px;
}

#single .post-ratings {
	width: 90px !important;
}

#single .right-content {
	width: 356px;
}

#single span.comments {
	display: none;
}

#single #related_posts ul li {
	width: 114px;
}

/*PAGES*/

/*PAGE W/ SIDEBAR GALLERY*/

#page-template .grid11 {
	width: 499px !important;
	
}

#page-template .flexslider_gallery img {
	width: 100%;
}

.page-sidebar .right-content {
	width: 284px;
}

.page-sidebar .right-content h2.no-image {
	width: 284px !important;
	line-height: 32px !important;
}

#page-template .grid3.col.page-middle {
	display: none;
}

.midmid .grid11{
	margin-right: 0 !important;
}

/*GALLERIES*/

#single.container.gallery-full-large .grid11,#single.gallery-full .grid11 {
	width: 768px !important;
}

.gallery-full-large .grid3.col.page_gallery_grid .gallery-small-wrap,.gallery-full-large .grid3.col.page_gallery_grid,.page_gallery ul.slides li img {
	width: 234px !important;
	min-height: 255px !important;
}
.gallery-full-large .flex-viewport {
	height: 234px;
}

.gallery-full-large .page_gallery.loading {
	min-height: 305px;
	background: url(/machinelearningtimes/wp-content/themes/urbannews/framework/css/framework/images/loader1.gif) no-repeat center center;
}

#single.container.gallery-full-large .page_gallery_grid h2 {
	width: 150px;
}

#single.gallery-full .grid11 .page_gallery_grid {
	width: 138px !important;
}

#single.gallery-full .grid11 .page_gallery_grid .page_gallery .flex-viewport {
	width: 138px !important;
	height: 115px !important;
}

.page_gallery ul.slides li.flex-active-slide img {
	min-height: 115px !important;
}

.page_gallery ul.flex-direction-nav li a {
	top: 40px;
}

.gallery-sidebar .page_gallery_grid {
	width: 114px !important;
}

.gallery-sidebar .page_gallery_grid .flex-viewport,.gallery-sidebar ul.slides li.flex-active-slide img {
	height: 115px;
	width: 114px;
}

/*TEMPLATES*/

#single.cat-template ul, #single.cat-template .cat-grid {
	width: 169px !important;
	
}

#single.cat-template .cat-grid  {
	min-height: 500px !important;
}

.cat-template-mixed .grid16.cat-grid {
	width: 768px !important;
}

.cat-template-mixed .grid16.cat-grid li.first-cat img.img-feat {
	width: 369px;
}

.cat-template-mixed .grid16.cat-grid img.img-cat-small,.cat-template-mixed .grid16.cat-grid .cat-wrap-small {
	width:67px !important;
	height: 67px !important;
}

/*Tabs*/

.idTabs {
	width: 768px !important;
}

.service-content-item,.services-content {
	

		float: left !important; 
		padding-bottom: 50px !important;
		max-width: 384px !important;
		min-width: 320px !important;
		}


/*END*/
}

@media all{/* @end */

/* @group 2.5 */
/* iPads (portrait) ----------- */
}@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
.container {
	width: 420px;
}

.container .col {
	margin: 0;
}

.container .grid1.col,
.container .grid1.col,
.container .grid2.col,
.container .grid3.col,
.container .grid4.col,
.container .grid5.col,
.container .grid6.col,
.container .grid7.col,
.container .grid8.col,
.container .grid9.col,
.container .grid10.col,
.container .grid11.col,
.container .grid12.col,
.container .grid13.col,
.container .grid14.col,
.container .grid15.col,
.container .grid16.col{
width: 420px !important;
}

#nav .selector,#nav select{display:inline-block !important; z-index: 2;}

#nav #uniform-undefined.selector{left:0;width:404px;position:absolute;top:37px;background:#343434;padding:5px 5px 5px 10px}

#nav ul{display:none}

#no-section-one #full-section-left #sections-video .mask,#no-section-one #full-section-left #sections-video {
	width: 368px !important;
	height: 250px !important;
}

#no-section-one #sections-video .mask ul li {
	height: 114px !important;
	width: 114px !important;
}

/******************
BBPRESS
*******************/

#content,#forum-front,.entry-content,.entry-title,.bbp-forum-content,.bbp-topic-wrapper,.bbp-topic-tags,#bbp-statistics.bbp-statistics, #bbp-content {
	width: 415px !important;
	margin: 0px auto !important;
}

.bbp-single-user .entry-content,.bbp-single-user {
	margin-left: 0 !important;
	width: 415px !important;
}

.bbp-topic-tags p {
	margin-left: -10px !important;
	padding-left: 0 !important;
	width: 415px !important;
	margin-bottom: 10px !important;
}

h1.entry-title {
	margin-top: 30px !important;
}

h2.entry-title {
	margin-top: 70px !important;
	margin-bottom: 10px !important;
	font-size: 26px;
}

.entry-content {
	margin-bottom: 80px !important;
}

/*GENERAL*/

.section-inner-main {
	margin-top: 40px;
	width: 367px;

	
}

#section-four.grid8.col {
	width: 417px;
}

.section-inner-main-bottom {
	border-right: 1px solid #eee;
	width: 367px;
}

#section-two h1 {
	margin-right: 100px;
}

#section-two p {
	margin-bottom: 30px;
}
form#searchform input#s {
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/magnifying-glass.png);
	background-position: 315px 10px;
	background-repeat: no-repeat;
}

h2.sub-header {
	margin-top: 20px;
	margin-bottom: 7px;
}

.main-wrap h2 {
	line-height: 24px !important;
	width: 200px !important;
}

.main-wrap h2 a {
	font-size: 18px !important;
	}
	
#section-two.container .grid12.col img {
	width: 418px;
	margin-top: 20px;
}
	
/*TOP SLIDER*/
#section-one .top_slider .flex-viewport ul.slides li {
	width: 130px !important;
	
}

#section-one .top_slider img.top-img {
	width: 40px;
	margin-bottom: 0;
}

#section-one .top_slider h2 {
	font-size: 11px;
}

#section-one .top_slider p {
	display: none;
}

#section-one .top_slider .flex-control-paging {
	width: 170px;
}


/*TICKER*/

h5.breaking {
	margin: 10px 0;
}

#wrapper .first{
width: 420px !important;
margin: 0 !important;
padding: 10px 0 !important;
}

/*SECTION-LEFT*/

#full-section-left {
	border-left: 1px solid #eee;
}


#section-three.grid4.col {
	margin-right: 0;
	min-height: 400px;
	display: none;
}

#section-three.grid4.col .section-inner {
	padding: 0;
}

#section-three.grid4.col .thumb-wrap {
	padding: 0 36px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#section-four.grid8.col {
	border-top: 1px solid #eee;
	border-left: 0 !important;
}

/*VIDEO & PHOTO*/

#full-section-left.grid12.col {
	width: 417px;
}

#section-four {
	min-height: 1500px !important;
}

#sections-video.carousel.module {
	min-height: 150px !important;
}

#sections-photo.carousel.module {
	min-height: 150px !important;
}


#sections-video .mask  {
	width: 370px !important;
	height: 130px !important;
}

#sections-photo .mask  {
	width: 370px !important;
	height: 200px !important;
}

#sections-video.carousel ul li {
	float: left;
	width: 55px !important;
	height: 60px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

#sections-photo.carousel ul li {
	float: left;
	width: 120px !important;
	height: 90px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

a.page-link {
	left: 20% !important;
}

#sections-video a.page-link {
	left: 8% !important;
	padding: 5px !important;
	height: 17px;
}

#sections-video .extend {
	padding: 5px !important;
	height: 17px;
}

/*QUOTE*/

#sections-quote {
	margin-top: 0 !important;
}

.quote_flexslider ul.slides p {
	margin-right: 0 !important;
	font-size: 14px !important;
	line-height: 19px !important;
	padding: 20px !important;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-left: 80px;
	border-top: 20px solid #444;
}

/*CAT WRAP*/

.section-inner-main-bottom {
	padding: 0 25px;
}

#front img.img-feat {
	margin-bottom: 30px !important;
	margin-left: 50px;
	margin-top: 20px;
}

#front .cat-wrap-small {
	margin-bottom: 30px;
	margin-left: 35px;
	float: left;
	width: 70px !important;
	height: 70px !important;
	background: #eee;
}

#front a.page-link {
	left: 16% !important;
	padding: 5px !important;
	height: 17px;
}

#front .extend {
	padding: 5px !important;
	height: 17px;
	left: 55%;
}

#front h2.cat-header-first {
	margin-left: 12%;
	margin-top: 10px;
}

/* FEATURED SECONDARY SLIDER */

#full-section-left.grid12.col {
	padding-bottom: 0;
}

/*BLOCKS*/

#blocks .grid3 {

	margin-right: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}


#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport ul.slides li.flex-active-slide,#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport,#blocks .grid3.col.page_gallery_grid .page_gallery,#blocks .grid3.col.page_gallery_grid{
	width: 150px !important;
}

#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport {
	height: 150px !important;
}

#blocks .grid3.col.page_gallery_grid .page_gallery .flex-direction-nav a {
	bottom: 72% !important;
}


#blocks .grid3.col.page_gallery_grid {
	
	margin: 20px 13px !important;
	min-height: 300px !important;
	border-bottom: 0 !important;
	padding-bottom: 0;
	min-height: 330px !important;
}

#blocks .flex-viewport {
	height: 135px !important;
}

/*SECTION FIVE*/

#section-five {
	
	padding-bottom: 30px;
}

#sections-bottom {
	padding: 0 25px 40px;
	width: 367px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 0 !important;
}

#sections-bottom h2.sub-header {
	margin-top: 0;
}

.title-wrapper, #sections-bottom .bottom_slider .flex-viewport ul.slides li {
	width: 370px !important;
}

#sections-bottom .flex-control-paging {
	width: 170px;
}


/*FOOTER*/

body .footer-base #footer-area .grid8 .advancedwidgetpack .flickr {
	width: 420px !important;
	margin: 0 !important;
	padding: 0 !important;
}


#footer-area .grid8,#footer-area .grid2 {
	width: 420px;
	margin: 30px 0;
}

/*SIDEBAR*/

#section-five,#awp_tabs,.sidebar {
	margin: 0 !important;
}

#section-five {
	width: 357px !important;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

#section-five ul.ads {
	width:240px;
	margin: 20px 0px 30px !important;
}

#section-five ul.ads li {
	margin-bottom: 10px;
	min-height: 80px;
	width: 110px ;
	display: block !important;
	margin-right: 10px;
}

body #section-five #awp_tabs {
	min-width: 357px !important;
	margin-left: 0px !important;
}

#section-five img.avatar {
	width: 40px;
}


#sections-bottom {
	margin-top: 50px;
}

#sections-bottom .bottom_slider ul.slides li {
	width: 350px !important;
	margin: 0 !important;
}

form#searchform input#s {
	width: 320px;
	margin-top: 40px;
}

h3.widgettitle {
	margin-top: 30px;
}

/*WEATHER WIDGET*/

.jbmww_wrapper {
    width:360px !important; /* Resize the main container - min width suggested 280px */
    overflow:hidden;
    background-color:#FFF;
	position: relative;
}


 .jbmww_wrapper .jbww_head {
    width:360px !important;  /* Resize the head container - min width suggested 280px */
    height:298px;
    float:left;
    background-color:#e60707; 
    
}

 .jbmww_wrapper .jbww_head_top {
    width:360px !important; /* Resize the Location & Search container - min width suggested 280px */
    float:left;
}

/*IMPORTANT FOR WIDGETS*/
.advancedwidgetpack {
	max-width: 360px !important;
}

/*BLOG TEMPLATE*/

.grid11.col {
	border-right: 0 !important;
	padding-right: 0 !important;
	width: 417px !important;
}

#page-template.container.page-content.page-sidebar .post img.alignleft {
	margin-left: 0px !important;
}

#single .img-wrap img {
	max-width: 100%;
	height: auto;
}

#single .img-wrap {
	margin-top: 0;
}

h2.blog-title {
	width: 360px !important;
	line-height: 22px !important;
}


#single .img-wrap h2 a,#page-template .img-wrap h2 a {
	font-size: 21px !important;
}

#page-template.container.page-content.page-sidebar .grid11.col { 
	width: 420px; 
	padding-right: 20px;
	}

.right-content{
	width: 420px !important;
}

.right-content p {
	font-size: 14px;
	line-height: 18px;

}

#single.blog-template .post {
	min-height: 640px;
}

.blog-title-wrap {
	margin-top: 50px;
}

.paginate {
	margin-bottom: 50px;
}


.paginate a.page-numbers,.paginate .page-numbers.current {
	margin: 0 5px;
	padding: 3px;
}

.paginate .page-numbers.current {
	background: #ff9100;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

/*SINGLE*/

h1.no-image {
	margin-top: 50px;
}

h2.no-image {
	width: 420px !important;
	line-height: 32px !important;
}

.content-wrap p,.content-wrap ul li,.content-wrap ul li a,.content-wrap ol li {
	font-size: 14px;
}

.img-wrap {
	margin-top: 40px;
}

textarea#comment {
	width: 420px !important;
	padding: 0 !important;
}

.img-wrap h2 {
	width: 340px !important;
	line-height:30px !important;
}

.left-content {
	width: 420px !important;
	padding-right: 0 !important;
	margin-bottom: 0px;
}

h3.subtext-area {
	font-size: 14px !important;
	margin-bottom: 30px;
}

#related_posts.bottom-single-related ul li:first-child {
	margin-left: 10px !important;
}

#related_posts.bottom-single-related ul li  {
	width: 130px;
	margin: 0 10px;
	min-height: 250px;
}

.page-sidebar .grid11.col{
	border-left: 0;
	margin-right: 0 !important;
}

form#commentform {
	margin-bottom: 30px;
}

.grid3.col.page-middle {
	width: 420px !important;
	padding-right: 0 !important;
}

/*GALLERIES*/
#single .img-wrap.top h2 a {
	font-size: 22px !important;
}

#single .img-wrap.top img {
	margin-top: 50px;
}

#single h3.subtext-area {
	line-height: 22px;
}

#single .img-wrap.top h2 {
	width: 400px !important;
	font-size: 34px;
	line-height: 25px !important;
	left: 0 !important;
	bottom: 0 !important;
}

.page_gallery .flex-direction-nav a{
	bottom: 50% !important;
}

#single h2.video {
	line-height: 26px !important;
}

#single h2.video a{
	font-size: 19px !important;
	margin: ;
}

.page_gallery_grid p {
	margin-bottom: 70px;
}

.grid3.col.page_gallery_grid {
	width: 394px !important;
	margin: 0 10px 40px;
}

#single.gallery-full .grid3.col.page_gallery_grid {
	width: 119px !important;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-viewport {
	height: 99px;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-direction-nav li a{
	top: 35px !important;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-viewport li.flex-active-slide img {
	width: 119px;
}

#single.gallery-full h2.video {
	margin-top: 40px;
	width: 420px !important;
}

#single.gallery-sidebar .grid11 h2 {
	width: 300px !important;
	line-height: 30px !important;
}

#single.gallery-sidebar .grid11 h2 a {
	font-size: 22px !important;
}

.page_gallery .flex-direction-nav a {
	bottom: 80% !important;
}

#single.gallery-sidebar .page_gallery_grid {
	width: 150px !important;
	margin: 10px 25px;
	min-height: 410px !important;
}

#single.gallery-sidebar .grid3.col.page_gallery_grid .flex-viewport {
	height: 150px;
}

.img-wrap img.single-img,.flexslider_gallery img {
	margin-top: 50px;
}

.page_gallery_grid {
	min-height: 380px !important;
}

.page_gallery .flex-viewport {
	height: 130px;
}

body.archive h2.single-title {
	margin-top: 50px;
}

body.archive .post {
	padding-top: 0;
}

.idTabs {
	
	width: 420px !important;
	min-height: 300px;
	margin: 0 !important;
	border-bottom: 0 !important;
	margin-bottom: 30px;
}

h2.tab-sub-title {
	font-size: 16px !important;
}

ul.list { 
	width: 410px !important; 
	margin-right: 0px !important;
	}

h1.title {
	margin-top: 80px !important;
	font-size: 18px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.services-content { 
	float: left !important; 
	padding-bottom: 50px !important;
	max-width: 420px !important;
	min-width: 420px !important;
	}
	
.service-content-item,.tabs-template {
	width: 420px;
}

.ad-footer img {
	width: 298px;
}

.cat-template h1,.cat-template-mixed h1 {
	margin-top:80px ;
}

.cat-template-mixed p {
	margin-bottom: 30px;
}

.cat-template .cat-grid {
	width: 200px !important;
	margin: 5px !important;
}

.cat-template .cat-grid ul {
	margin-bottom: 0;
}

#single.cat-template-mixed .grid16.col.cat-grid {
	min-height: 1290px !important;
	width: 420px !important;
	margin: 10px 0px;
}

.cat-wrp img.img-feat {
	margin-bottom: 50px !important;
}

/* @group ALTERNATIVE HOME PAGE */

/* ================================================
 
12 :::::: ALTERNATIVE HOME PAGE

================================================ */
#no-section-one #section-four {
	width: 410px;
	padding-top: 30px;
	
}

#no-section-one #sections-photo.carousel ul li {

width: 177px !important;
	

}

#no-section-one #sections-photo .mask {
	width: 364px !important;
	height:210px !important;
}

#no-section-one #sections-video .mask {
	width: 410px !important;
}

#no-section-one #sections-video {
	min-height: 214px !important;
}

#no-section-one #sections-video.carousel ul li {
	float: left;
	width: 85px !important;
	height: 85px!important;
	margin-bottom: 10px;
	margin-right: 10px;
}

#no-section-one #sections-video a.page-link {
	left: 20% !important;
}

#no-section-one #sections-photo a.page-link {
	left: 30% !important;
}

}
@media all{/* @end */

/* @group 3 */

}@media only screen and (min-width: 480px) and (max-width: 767px){

.container {
	width: 420px;
}

.container .col {
	margin: 0;
}

.container .grid1.col,
.container .grid1.col,
.container .grid2.col,
.container .grid3.col,
.container .grid4.col,
.container .grid5.col,
.container .grid6.col,
.container .grid7.col,
.container .grid8.col,
.container .grid9.col,
.container .grid10.col,
.container .grid11.col,
.container .grid12.col,
.container .grid13.col,
.container .grid14.col,
.container .grid15.col,
.container .grid16.col{
width: 420px;
}

#nav .selector,#nav select{display:inline-block !important; z-index: 2;}

#nav #uniform-undefined.selector{left:0;width:404px;position:absolute;top:37px;background:#343434;padding:5px 5px 5px 10px}

#nav ul{display:none}

#no-section-one #full-section-left #sections-video .mask,#no-section-one #full-section-left #sections-video {
	width: 368px !important;
	height: 250px !important;
}

#no-section-one #sections-video .mask ul li {
	height: 114px !important;
	width: 114px !important;
}

/******************
BBPRESS
*******************/

#content,#forum-front,.entry-content,.entry-title,.bbp-forum-content,.bbp-topic-wrapper,.bbp-topic-tags,#bbp-statistics.bbp-statistics, #bbp-content {
	width: 415px !important;
	margin: 0px auto !important;
}

.bbp-single-user .entry-content,.bbp-single-user {
	margin-left: 0 !important;
	width: 415px !important;
}

.bbp-topic-tags p {

	padding-left: 0 !important;
	width: 415px !important;

}

h1.entry-title {
	margin-top: 30px !important;
}

h2.entry-title {
	margin-top: 70px !important;
	margin-bottom: 10px !important;
	font-size: 26px;
}

.bbp-form {
	width: 370px !important;
}

.entry-content {
	margin-bottom: 80px !important;
}

.bbp-topic-tags p {

	padding-left: 0 !important;
	width: 412px !important;
	
}

h1.entry-title {
	margin-top: 70px !important;
}


/*GENERAL*/

.section-inner-main {
	margin-top: 40px;
	width: 367px;

	
}

#section-four.grid8.col {
	width: 417px;
}

.section-inner-main-bottom {
	border-right: 1px solid #eee;
	width: 367px;
}

#section-two h1 {
	margin-right: 100px;
}

#section-two p {
	margin-bottom: 30px;
}
form#searchform input#s {
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/magnifying-glass.png);
	background-position: 315px 10px;
	background-repeat: no-repeat;
}

h2.sub-header {
	margin-top: 20px;
	margin-bottom: 7px;
}

.main-wrap h2 {
	line-height: 15px !important;
	width: 100% !important;
	word-break:break-all;
	position: relative;
	word-wrap: break-word;
	  white-space: normal;
	
}

.main-wrap h2 a {
	line-height: 15px !important;
	width: 100% !important;
	word-break:break-all;
	position: relative;
	word-wrap: break-word;
	  white-space: normal;
	}
	
#section-two.container .grid12.col img {
	width: 418px;
	margin-top: 20px;
}
	
/*TOP SLIDER*/
#section-one .top_slider .flex-viewport ul.slides li {
	width: 130px !important;
	
}

#section-one .top_slider img.top-img {
	width: 40px;
	margin-bottom: 0;
}

#section-one .top_slider h2 {
	font-size: 11px;
}

#section-one .top_slider p {
	display: none;
}

#section-one .top_slider .flex-control-paging {
	width: 170px;
}


/*TICKER*/

h5.breaking {
	margin: 10px 0;
}

#wrapper .first{
width: 420px !important;
margin: 0 !important;
padding: 10px 0 !important;
}

/*SECTION-LEFT*/

#full-section-left {
	border-left: 1px solid #eee;
}


#section-three.grid4.col {
	margin-right: 0;
	min-height: 400px;
	display: none;
}

#section-three.grid4.col .section-inner {
	padding: 0;
}

#section-three.grid4.col .thumb-wrap {
	padding: 0 36px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#section-four.grid8.col {
	border-top: 1px solid #eee;
	border-left: 0 !important;
}

/*VIDEO & PHOTO*/

#full-section-left.grid12.col {
	width: 417px;
}

#section-four {
	min-height: 1500px !important;
}

#sections-video.carousel.module {
	min-height: 150px !important;
}

#sections-photo.carousel.module {
	min-height: 150px !important;
}


#sections-video .mask  {
	width: 370px !important;
	height: 130px !important;
}

#sections-photo .mask  {
	width: 370px !important;
	height: 200px !important;
}

#sections-video.carousel ul li {
	float: left;
	width: 55px !important;
	height: 60px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

#sections-photo.carousel ul li {
	float: left;
	width: 120px !important;
	height: 90px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

a.page-link {
	left: 20% !important;
}

#sections-video a.page-link {
	left: 8% !important;
	padding: 5px !important;
	height: 17px;
}

#sections-video .extend {
	padding: 5px !important;
	height: 17px;
}

/*QUOTE*/

#sections-quote {
	margin-top: 0 !important;
}

.quote_flexslider ul.slides p {
	margin-right: 0 !important;
	font-size: 14px !important;
	line-height: 19px !important;
	padding: 20px !important;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-left: 80px;
	border-top: 20px solid #444;
}

/*CAT WRAP*/

.section-inner-main-bottom {
	padding: 0 25px;
}

#front img.img-feat {
	margin-bottom: 30px !important;
	margin-left: 50px;
	margin-top: 20px;
}

#front .cat-wrap-small {
	margin-bottom: 30px;
	margin-left: 35px;
	float: left;
	width: 70px !important;
	height: 70px !important;
	background: #eee;
}

#front a.page-link {
	left: 16% !important;
	padding: 5px !important;
	height: 17px;
}

#front .extend {
	padding: 5px !important;
	height: 17px;
	left: 55%;
}

#front h2.cat-header-first {
	margin-left: 12%;
	margin-top: 10px;
}

/* FEATURED SECONDARY SLIDER */

#full-section-left.grid12.col {
	padding-bottom: 0;
}

/*BLOCKS*/

#blocks .grid3 {

	margin-right: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}


#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport ul.slides li.flex-active-slide,#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport,#blocks .grid3.col.page_gallery_grid .page_gallery,#blocks .grid3.col.page_gallery_grid{
	width: 150px !important;
}

#blocks .grid3.col.page_gallery_grid .page_gallery .flex-viewport {
	height: 150px !important;
}

#blocks .grid3.col.page_gallery_grid .page_gallery .flex-direction-nav a {
	bottom: 72% !important;
}


#blocks .grid3.col.page_gallery_grid {
	
	margin: 20px 13px !important;
	min-height: 300px !important;
	border-bottom: 0 !important;
	padding-bottom: 0;
	min-height: 330px !important;
}

#blocks .flex-viewport {
	height: 135px !important;
}

/*SECTION FIVE*/

#section-five {
	
	padding-bottom: 30px;
}

#sections-bottom {
	padding: 0 25px 40px;
	width: 367px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 0 !important;
}

#sections-bottom h2.sub-header {
	margin-top: 0;
}

.title-wrapper, #sections-bottom .bottom_slider .flex-viewport ul.slides li {
	width: 370px !important;
}

#sections-bottom .flex-control-paging {
	width: 170px;
}


/*FOOTER*/

body .footer-base #footer-area .grid8 .advancedwidgetpack .flickr {
	width: 420px !important;
	margin: 0 !important;
	padding: 0 !important;
}


#footer-area .grid8,#footer-area .grid2 {
	width: 420px;
	margin: 30px 0;
}

/*SIDEBAR*/

#section-five,#awp_tabs,.sidebar {
	margin: 0 !important;
}

#section-five {
	width: 357px !important;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

#section-five ul.ads {
	width:240px;
	margin: 20px 0px 30px !important;
}

#section-five ul.ads li {
	margin-bottom: 10px;
	min-height: 80px;
	width: 110px ;
	display: block !important;
	margin-right: 10px;
}

body #section-five #awp_tabs {
	min-width: 357px !important;
	margin-left: 0px !important;
}

#section-five img.avatar {
	width: 40px;
}


#sections-bottom {
	margin-top: 50px;
}

#sections-bottom .bottom_slider ul.slides li {
	width: 350px !important;
	margin: 0 !important;
}

form#searchform input#s {
	width: 320px;
	margin-top: 40px;
}

h3.widgettitle {
	margin-top: 30px;
}

/*WEATHER WIDGET*/

.jbmww_wrapper {
    width:360px !important; /* Resize the main container - min width suggested 280px */
    overflow:hidden;
    background-color:#FFF;
	position: relative;
}


 .jbmww_wrapper .jbww_head {
    width:360px !important;  /* Resize the head container - min width suggested 280px */
    height:298px;
    float:left;
    background-color:#e60707; 
    
}

 .jbmww_wrapper .jbww_head_top {
    width:360px !important; /* Resize the Location & Search container - min width suggested 280px */
    float:left;
}

/*IMPORTANT FOR WIDGETS*/
.advancedwidgetpack {
	max-width: 360px !important;
}

/*BLOG TEMPLATE*/

.grid11.col {
	border-right: 0 !important;
	padding-right: 0 !important;
	width: 417px !important;
}

#page-template.container.page-content.page-sidebar .post img.alignleft {
	margin-left: 0px !important;
}

#single .img-wrap img {
	max-width: 100%;
	height: auto;
}

#single .img-wrap {
	margin-top: 0;
}

h2.blog-title {
	width: 360px !important;
	line-height: 22px !important;
}


#single .img-wrap h2 a,#page-template .img-wrap h2 a {
	font-size: 21px !important;
}

#page-template.container.page-content.page-sidebar .grid11.col { 
	width: 420px; 
	padding-right: 20px;
	}

.right-content{
	width: 420px !important;
}

.right-content p {
	font-size: 14px;
	line-height: 18px;

}

#single.blog-template .post {
	min-height: 640px;
}

.blog-title-wrap {
	margin-top: 50px;
}

.paginate {
	margin-bottom: 50px;
}


.paginate a.page-numbers,.paginate .page-numbers.current {
	margin: 0 5px;
	padding: 3px;
}

.paginate .page-numbers.current {
	background: #ff9100;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

/*SINGLE*/

h1.no-image {
	margin-top: 50px;
}

h2.no-image {
	width: 420px !important;
	line-height: 32px !important;
}

.content-wrap p,.content-wrap ul li,.content-wrap ul li a,.content-wrap ol li {
	font-size: 14px;
}

.img-wrap {
	margin-top: 40px;
}

textarea#comment {
	width: 420px !important;
	padding: 0 !important;
}

.img-wrap h2 {
	width: 340px !important;
	line-height:30px !important;
}

.left-content {
	width: 420px !important;
	padding-right: 0 !important;
	margin-bottom: 0px;
}

h3.subtext-area {
	font-size: 14px !important;
	margin-bottom: 30px;
}

#related_posts.bottom-single-related ul li:first-child {
	margin-left: 10px !important;
}

#related_posts.bottom-single-related ul li  {
	width: 130px;
	margin: 0 10px;
	min-height: 250px;
}

.page-sidebar .grid11.col{
	border-left: 0;
	margin-right: 0 !important;
}

form#commentform {
	margin-bottom: 30px;
}

.grid3.col.page-middle {
	width: 420px !important;
	padding-right: 0 !important;
}

/*GALLERIES*/
#single .img-wrap.top h2 a {
	font-size: 22px !important;
}

#single .img-wrap.top img {
	margin-top: 50px;
}

#single h3.subtext-area {
	line-height: 22px;
}

#single .img-wrap.top h2 {
	width: 400px !important;
	font-size: 34px;
	line-height: 25px !important;
	left: 0 !important;
	bottom: 0 !important;
}

.page_gallery .flex-direction-nav a{
	bottom: 50% !important;
}

#single h2.video {
	line-height: 26px !important;
}

#single h2.video a{
	font-size: 19px !important;
	margin: ;
}

.page_gallery_grid p {
	margin-bottom: 70px;
}

.grid3.col.page_gallery_grid {
	width: 394px !important;
	margin: 0 10px 40px;
}

#single.gallery-full .grid3.col.page_gallery_grid {
	width: 119px !important;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-viewport {
	height: 99px;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-direction-nav li a{
	top: 35px !important;
}

#single.gallery-full .grid3.col.page_gallery_grid .flex-viewport li.flex-active-slide img {
	width: 119px;
}

#single.gallery-full h2.video {
	margin-top: 40px;
	width: 420px !important;
}

#single.gallery-sidebar .grid11 h2 {
	width: 300px !important;
	line-height: 30px !important;
}

#single.gallery-sidebar .grid11 h2 a {
	font-size: 22px !important;
}

.page_gallery .flex-direction-nav a {
	bottom: 80% !important;
}

#single.gallery-sidebar .page_gallery_grid {
	width: 150px !important;
	margin: 10px 25px;
	min-height: 410px !important;
}

#single.gallery-sidebar .grid3.col.page_gallery_grid .flex-viewport {
	height: 150px;
}

.img-wrap img.single-img,.flexslider_gallery img {
	margin-top: 50px;
}

.page_gallery_grid {
	min-height: 380px !important;
}

.page_gallery .flex-viewport {
	height: 130px;
}

body.archive h2.single-title {
	margin-top: 50px;
}

body.archive .post {
	padding-top: 0;
}

.idTabs {
	
	width: 420px !important;
	min-height: 300px;
	margin: 0 !important;
	border-bottom: 0 !important;
	margin-bottom: 30px;
}

h2.tab-sub-title {
	font-size: 16px !important;
}

ul.list { 
	width: 410px !important; 
	margin-right: 0px !important;
	}

h1.title {
	margin-top: 80px !important;
	font-size: 18px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.services-content { 
	float: left !important; 
	padding-bottom: 50px !important;
	max-width: 420px !important;
	min-width: 420px !important;
	}
	
.service-content-item,.tabs-template {
	width: 420px;
}

.ad-footer img {
	width: 298px;
}

.cat-template h1,.cat-template-mixed h1 {
	margin-top:80px ;
}

.cat-template-mixed p {
	margin-bottom: 30px;
}

.cat-template .cat-grid {
	width: 200px !important;
	margin: 5px !important;
}

.cat-template .cat-grid ul {
	margin-bottom: 0;
}

#single.cat-template-mixed .grid16.col.cat-grid {
	min-height: 1290px !important;
	width: 420px !important;
	margin: 10px 0px;
}

.cat-wrp img.img-feat {
	margin-bottom: 50px !important;
}

/* @group ALTERNATIVE HOME PAGE */

/* ================================================
 
12 :::::: ALTERNATIVE HOME PAGE

================================================ */
#no-section-one #section-four {
	width: 410px;
	padding-top: 30px;
	
}

#no-section-one #sections-photo.carousel ul li {

width: 177px !important;
	

}

#no-section-one #sections-photo .mask {
	width: 364px !important;
	height:210px !important;
}

#no-section-one #sections-video .mask {
	width: 410px !important;
}

#no-section-one #sections-video {
	min-height: 214px !important;
}

#no-section-one #sections-video.carousel ul li {
	float: left;
	width: 85px !important;
	height: 85px!important;
	margin-bottom: 10px;
	margin-right: 10px;
}

#no-section-one #sections-video a.page-link {
	left: 20% !important;
}

#no-section-one #sections-photo a.page-link {
	left: 30% !important;
}

/* @end */

/*END*/
}

@media all{/* @end */

/* @group 4 */

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

/******************
04
*******************/

.container {
	width: 300px;
}

.container .col {
	margin: 0;
}

.container .grid1.col,
.container .grid1.col,
.container .grid2.col,
.container .grid3.col,
.container .grid4.col,
.container .grid5.col,
.container .grid6.col,
.container .grid7.col,
.container .grid8.col,
.container .grid9.col,
.container .grid10.col,
.container .grid11.col,
.container .grid12.col,
.container .grid13.col,
.container .grid14.col,
.container .grid15.col,
.container .grid16.col{
width: 300px !important;
}

#nav .selector,#nav select{display:inline-block !important; z-index: 2;}

#nav #uniform-undefined.selector{left:0;width:286px;position:absolute;top:37px;background:#343434;padding:5px 5px 5px 10px}

#nav ul{display:none}

form#searchform input#s {
	background-image: url(/machinelearningtimes/wp-content/themes/urbannews/framework/images/magnifying-glass.png);
	background-position: 215px 10px;
	background-repeat: no-repeat;
}

/******************
BBPRESS
*******************/

#content,#forum-front,.entry-content,.entry-title,.bbp-forum-content,.bbp-topic-wrapper,.bbp-topic-tags,#bbp-statistics.bbp-statistics, #bbp-content {
	width: 300px !important;
	margin: 0px auto !important;
}

.bbp-single-user .entry-content,.bbp-single-user {
	margin-left: 0 !important;
	width: 300px !important;
}

.bbp-topic-tags p {
	padding-left: 0 !important;
	width: 300px !important;

}

.bbp-form {
	width: 370px !important;
}

h1.entry-title {
	margin-top: 50px !important;
}

h2.entry-title {
	font-size: 18px;
	margin-top: 20px !important;
}

td.bbp-topic-title {
	padding: 0 !important;
}

td.bbp-topic-freshness {
	font-size: 12px;
	line-height: 16px;

}

a.bbp-author-name {
	display: none;
}

#content {
	margin-top: 80px !important;
}



/*GENERAL*/

.section-inner-main {
	margin-top: 40px;
}

#section-two h1 {
	margin-right: 100px;
}

#section-two p {
	margin-bottom: 30px;
}

h2.sub-header {
	margin-top: 20px;
	margin-bottom: 7px;
}

.main-wrap h2 {
	line-height: 24px !important;
	width: 200px !important;
}

.main-wrap h2 a {
	font-size: 18px !important;
	}
	
#section-two.container .grid12.col img {
	width: 298px;
	margin-top: 20px;
}
	
/*TOP SLIDER*/
#section-one .top_slider .flex-viewport ul.slides li {
	width: 130px !important;
	
}

#section-one .top_slider img.top-img {
	width: 40px;
	margin-bottom: 0;
}

#section-one .top_slider h2 {
	font-size: 11px;
}

#section-one .top_slider p {
	display: none;
}

#section-one .top_slider .flex-control-paging {
	width: 170px;
}


/*TICKER*/

h5.breaking {
	margin: 10px 0;
}

#wrapper .first{
width: 300px !important;
margin: 0 !important;
padding: 10px 0 !important;
}

/*SECTION-LEFT*/

#full-section-left {
	border-left: 1px solid #eee;
}


#section-three.grid4.col {
	margin-right: 0;
	min-height: 400px;
	display: none;
}

#section-three.grid4.col .section-inner {
	padding: 0;
}

#section-three.grid4.col .thumb-wrap {
	padding: 0 36px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#section-four.grid8.col {
	border-top: 1px solid #eee;
	border-left: 0 !important;
}

/*VIDEO & PHOTO*/

#section-four {
	min-height: 1500px !important;
}

#sections-video.carousel.module {
	min-height: 150px !important;
}

#sections-photo.carousel.module {
	min-height: 150px !important;
}


#sections-video .mask  {
	width: 251px !important;
	height: 130px !important;
}

#sections-photo .mask  {
	width: 251px !important;
	height: 200px !important;
}

#sections-video.carousel ul li {
	float: left;
	width: 55px !important;
	height: 60px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

#sections-photo.carousel ul li {
	float: left;
	width: 120px !important;
	height: 90px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

a.page-link {
	left: 20% !important;
}

#sections-video a.page-link {
	left: 8% !important;
	padding: 5px !important;
	height: 17px;
}

#sections-video .extend {
	padding: 5px !important;
	height: 17px;
}

/*QUOTE*/

#sections-quote {
	margin-top: 0 !important;
}

.quote_flexslider ul.slides p {
	margin-right: 0 !important;
	font-size: 14px !important;
	line-height: 19px !important;
	padding: 20px !important;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-left: 80px;
	border-top: 20px solid #444;
}

/*CAT WRAP*/

.section-inner-main-bottom {
	padding: 0 25px;
}

#front img.img-feat {
	margin-bottom: 30px !important;
}

#front .cat-wrap-small {
	margin-bottom: 30px;
	margin-left: 35px;
	float: left;
	width: 70px !important;
	height: 70px !important;
	background: #eee;
}

#front a.page-link {
	left: 16% !important;
	padding: 5px !important;
	height: 17px;
}

#front .extend {
	padding: 5px !important;
	height: 17px;
	left: 55%;
}

/* FEATURED SECONDARY SLIDER */

#full-section-left.grid12.col {
	padding-bottom: 0;
}

/*BLOCKS*/

#blocks .grid3 {

	margin-right: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	min-height: 270px !important;
}

.page_gallery .flex-direction-nav a {
	bottom: 82%;
}


#blocks .grid3.col.page_gallery_grid {
	width: 105px !important;
	margin: 20px 10px !important;
	min-height: 360px !important;
	border-bottom: 0 !important;
	padding-bottom: 0;
}

#blocks .flex-viewport {
	height: 105px !important;
}

/*SECTION FIVE*/

#section-five {
	
	padding-bottom: 30px;
}

#sections-bottom {
	padding: 0 25px 40px;
	width: 250px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 0 !important;
}

#sections-bottom h2.sub-header {
	margin-top: 0;
}

.title-wrapper, #sections-bottom .bottom_slider .flex-viewport ul.slides li {
	width: 250px !important;
}

#sections-bottom .flex-control-paging {
	width: 170px;
}


/*FOOTER*/

body .footer-base #footer-area .grid8 .advancedwidgetpack .flickr {
	width: 200px !important;
	margin: 0 !important;
	padding: 0 !important;
}


#footer-area .grid8,#footer-area .grid2 {
	width: 100px;
	margin: 30px 0;
}

/*SIDEBAR*/

#section-five,#awp_tabs,.sidebar {
	margin: 0 !important;
}

#section-five {
	width: 240px !important;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

#section-five ul.ads {
	width:240px;
	margin: 20px 0px 30px !important;
}

#section-five ul.ads li {
	margin-bottom: 10px;
	min-height: 80px;
	width: 110px ;
	display: block !important;
	margin-right: 10px;
}

body #section-five #awp_tabs {
	width: 200px !important;
	margin-left: -10px !important;
}

#section-five img.avatar {
	width: 40px;
}


#sections-bottom {
	margin-top: 50px;
}

#sections-bottom .bottom_slider ul.slides li {
	width: 300px !important;
	margin: 0 !important;
}

form#searchform input#s {
	width: 220px;
	margin-top: 40px;
}

h3.widgettitle {
	margin-top: 30px;
}

/*WEATHER WIDGET*/

.jbmww_wrapper {
    width:240px !important; /* Resize the main container - min width suggested 280px */
    overflow:hidden;
    background-color:#FFF;
	position: relative;
}


 .jbmww_wrapper .jbww_head {
    width:240px !important;  /* Resize the head container - min width suggested 280px */
    height:298px;
    float:left;
    background-color:#e60707; 
    
}

 .jbmww_wrapper .jbww_head_top {
    width:240px !important; /* Resize the Location & Search container - min width suggested 280px */
    float:left;
}

/*IMPORTANT FOR WIDGETS*/
.advancedwidgetpack {
	max-width: 240px !important;
}

/*BLOG TEMPLATE*/

.grid11.col {
	border-right: 0 !important;
	padding-right: 0 !important;
}

#page-template.container.page-content.page-sidebar .post img.alignleft {
	margin-left: 0px !important;
}

#single .img-wrap img {
	max-width: 100%;
	height: auto;
}

h2.blog-title {
	width: 260px !important;
	line-height: 22px !important;
}

#single .img-wrap h2 a,#page-template .img-wrap h2 a {
	font-size: 14px !important;
	line-height: 18px;
}

#page-template.container.page-content.page-sidebar .grid11.col { 
	width: 300px; 
	padding-right: 20px;
	}

.right-content{
	width: 300px !important;
}


#single.blog-template .post {
	background: url(/machinelearningtimes/wp-content/themes/urbannews/framework/css/framework/images/dots.png)bottom repeat-x !important;
}

.blog-title-wrap {
	margin-top: 50px;
}

.paginate {
	margin-bottom: 50px;
}

#single .left-content {
	margin-bottom: 0;
}

#single .right-content p {
	padding-bottom: 20px;
}


.paginate a.page-numbers,.paginate .page-numbers.current {
	margin: 0 5px;
	padding: 3px;
}

.paginate .page-numbers.current {
	background: #ff9100;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

/*SINGLE*/

h2.no-image {
	width: 300px !important;
	line-height: 32px !important;
}

.content-wrap p,.content-wrap ul li,.content-wrap ul li a,.content-wrap ol li {
	font-size: 13px;
}

.img-wrap {
	margin-top: 40px;
}

textarea#comment {
	width: 300px !important;
	padding: 0 !important;
}

.img-wrap h2 {
	width: 240px !important;
	line-height:22px !important;
}

.left-content {
	width: 300px !important;
	padding-right: 0 !important;
	margin-bottom: 30px;
}

h3.subtext-area {
	font-size: 14px !important;
	margin-bottom: 30px;
}

#related_posts.bottom-single-related ul li:first-child {
	margin-left: 10px !important;
}

#related_posts.bottom-single-related ul li  {
	width: 130px;
	margin: 0 10px;
	min-height: 250px;
}

.page-sidebar .grid11.col{
	border-left: 0;
	margin-right: 0 !important;
}

form#commentform {
	margin-bottom: 30px;
}

/*GALLERIES*/
#single .img-wrap.top h2 a {
	font-size: 17px !important;
}

#single h3.subtext-area {
	line-height: 22px;
}

#single .img-wrap.top h2 {
	width: 200px !important;
	font-size: 24px;
	line-height: 25px !important;
	left: 0 ;
	bottom: 0 !;
}

.page_gallery .flex-direction-nav a{
	bottom: 50% !important;
}

#single h2.video {
	line-height: 26px !important;
}

#single h2.video a{
	font-size: 19px !important;
	margin: ;
}

.page_gallery_grid p {
	margin-bottom: 70px;
}

.grid3.col.page_gallery_grid {
	width: 130px !important;
	margin: 0 10px;
}

#single.gallery-sidebar .grid11 h2 {
	width: 200px !important;
	line-height: 30px !important;
}

#single.gallery-sidebar .grid11 h2 a {
	font-size: 22px !important;
}

.page_gallery .flex-direction-nav a {
	bottom: 80% !important;
}

.page_gallery_grid {
	min-height: 380px !important;
}

.page_gallery .flex-viewport {
	height: 130px;
}

body.archive h2.single-title {
	margin-top: 50px;
}

body.archive .post {
	padding-top: 0;
}

.idTabs {
	
	width: 300px !important;
	min-height: 300px;
	margin: 0 !important;
	border-bottom: 0 !important;
	margin-bottom: 30px;
}

h2.tab-sub-title {
	font-size: 16px !important;
}

ul.list { 
	width: 300px !important; 
	margin-right: 0px !important;
	}

h1.title {
	margin-top: 80px !important;
	font-size: 18px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.services-content { 
	float: left !important; 
	padding-bottom: 50px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	}
	
.service-content-item,.tabs-template {
	width: 300px;
}

.ad-footer img {
	width: 298px;
}

.cat-template h1,.cat-template-mixed h1 {
	margin-top:80px ;
}

.cat-template-mixed p {
	margin-bottom: 30px;
}

.cat-template .cat-grid ul {
	margin-bottom: 0;
}

.cat-template-mixed .cat-grid {
	min-height: 1490px !important;
}

.cat-wrp img.img-feat {
	margin-bottom: 50px !important;
}

/* @group ALTERNATIVE HOME PAGE */

/* ================================================
 
12 :::::: ALTERNATIVE HOME PAGE

================================================ */
#no-section-one #section-four {
	width: 280px;
	padding-top: 30px;
	
}

#no-section-one #sections-photo.carousel ul li {

	width: 120px !important;
	height: 120px !important;

}

#no-section-one #sections-photo .mask {
	width: 250px !important;
	height:130px !important;
}

#no-section-one #sections-video .mask {
	width: 260px !important;
}

#no-section-one #sections-video {
	min-height: 144px !important;
}

/* @end */

/*END*/
}

@media all{/* @end */}
