/*
Theme Name: Mucker
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
/*---------footer slider----------------*/
@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('fonts/avenirstdbook/avenirltstd-book-webfont.eot');
    src: url('fonts/avenirstdbook/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirstdbook/avenirltstd-book-webfont.woff') format('woff'),
         url('fonts/avenirstdbook/avenirltstd-book-webfont.ttf') format('truetype'),
         url('fonts/avenirstdbook/avenirltstd-book-webfont.svg#avenir_lt_std45_book') format('svg');
    font-weight: normal;
    font-style: normal;
}
#footerSlider {
	
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
   /* background-image: url('images/footer_bg_img.png');*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 205px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
	margin-top:-4px;
}
#footerSlider #marquee {
    margin: 0;
	padding: 0;
}
#footerSlider #marquee .item {
    float: left;
    height: 200px;
    list-style: none outside none;
    width: 272px;
	background: url(images/round.png) no-repeat center center;
	text-align: center;
}
#footerSlider #marquee .item a {
	border-radius: 103px;
    display: inline-block;
    height: 180px;
    padding: 10px;
    width: 180px;
	position: relative;
}
#footerSlider #marquee .item img {
	display: block;
    left: 0;
    margin: 0 auto;
    /*max-height: 33%;*/
    position: absolute;
    right: 0;
    bottom: 55%;
    /*max-width: 58%;*/
}
#footerSlider #marquee .item span {
	bottom: 25px;
    color: #23b2e5;
    display: block;
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	
	font-size:17px;	
	/*font-weight: bold;*/
	font-family: 'avenir_lt_std45_book';
}
/*-------portfolio css----------*/
h2.my_portfolio{color: #DCDAD9;
    font-family: 'JuraBold';
    font-size: 66px;
    letter-spacing: 5px;
    margin: 3px 0 0;
    padding: 0 0 15px;
    text-shadow: 2px 2px 5px #000000;
    text-transform: uppercase;width:100%;text-align:center;float:left;}
#portfolioMain {
	padding: 21px 0;background: #ffffff;
float: left;padding-bottom:70px;width:100%;
	/*background: url(images/background.png) repeat;float:left;*/
}
.portfolios {
	width: 300px;
	border-right: 1px solid #ABA69E;
	border-bottom: 1px dashed #DBD5CE;
	font-family: 'JuraRegular';
	padding: 20px 0 0;
	text-align: center;
	display: inline;
min-height: 320px;
}
.portfolios h3{	font-size: 20px;
	color: #535353;
	font-family: 'avenir_lt_std45_book';
	text-transform: capitalize;
	margin: 0 0 15px;
	}
.portfolios h4{font-size: 15px;
	color: #535353;
	font-family: 'avenir_lt_std45_book';}	
.left{float:left;}
div.portfolios #portfolioThumbnail {
    display: table-cell;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    width: 320px;
}
div.portfolios #portfolioThumbnail img {
   /* max-height: 170px;
    max-width: 350px;*/
}
.portfolioImage {
	width: 110px;
	height: 60px;
	padding: 30px 0 0 0;
	margin: auto;
}
.portfolioDetails {
	height: 50px;
	margin: 30px 0 0;
	overflow: hidden;
	width: 157px;
	padding: 0 0 0 22px;
}
.portfolioDetails h3,.portfolioDetails h4{
	margin: 0;
}
/*! fancyBox v2.1.5 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(images/fancy_close.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(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 33px;
	height: 31px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 7%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(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 a {
	display: block;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png) repeat transparent;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.popup {
	width: 940px;
	height: 469px;
	border: 1px solid #4C4C4C;
	background: #FFFFFF;
	font-family: 'JuraRegular';
	display: none;
}
.popup .shift {
	width: 63px;
	height: 100%;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.popup .shift.left {
	background: url(images/shifRight.png) no-repeat center center  #E6E6E6;
}
.popup .shift.right {
	background: url(images/shiftLeft.png) no-repeat center center  #E6E6E6;
}
.popup .popupContent {
	padding: 30px 0px 0px 20px;
	width: 620px;
	overflow: hidden;
}
.popup .popupContent a.porfolioThumb {
	width: 180px;
	height: 180px;
}
.popup .popupContent img {
	/*max-width: 180px;
	max-height: 180px;*/
}
.right{float:right;}
.popup .popupContent .popupDesc {
	width: 310px;
}
/*-------------press page css----------*/
#main {
	padding: 34px 0 34px 0;
	font-size: 16px;
	/*background: url(images/background.png) repeat;float:left*/
}
.press {
	height: 255px;
	width: 300px;
	box-shadow: 0px 0px 5px #000000;
	background-color: #FFFFFF;
	margin: 0 35px 30px 0;
	background-position: left top;
	background-size: cover;
}
.pressDetails {
	height: 90px;
	position: relative;
	top: 166px;
	left: 0;
}
.pressIcon {
	width: 90px;
	height: 100%;
}
.pressIcon img {
	max-width: 90px;
	max-height: 90px;
}
.pressHead {
	background: #000000;
	opacity: 0.8;
	padding: 11px;
	width: 188px;
	height: 68px;
	overflow: hidden;
	float:right;
}
.pressHead p {
	color: #D6D6D6;
	font-size: 20px;
	margin:0px;
}
/*---------------comments area css----------------*/
.comments-area{clear:both;}
.comments-area .comments-title{}
.comments-area .commentlist{}
.comments-area .commentlist li{clear: both;
margin: 20px 0px;}
.comments-area .commentlist li .comment{}
.comments-area .commentlist li .comment-author{height:8px;}
#respond .logged-in-as{display:none;}
#commentform textarea{margin-left: 10px;
margin-top: 22px;border: 1px solid #cacaca;}
#commentform label{display:none;}
#commentform .form-allowed-tags{display:none;}
#commentform #submit{margin-left: 138px;background: none;
border: 1px solid #d3d3d3;
padding: 4px 9px;
border-radius: 13px;}
/*---------mentor css-----------*/
#content {
    padding-bottom: 0;
    padding-left: 0;
   /* padding-right: 62px;*/
    padding-top: 0;
    width: 812px;
	float:left;
}
.mentor {
	border-bottom: 1px dashed #B2B2B2;
	padding: 0 0 23px;
	margin: 0 0 35px;
	font-family: 'JuraRegular';
	float:right;width:800px;
}
.mentor img {
	width: 114px;
	height: 114px;
	border: 8px solid #FFFFFF;
	box-shadow: 0px 0px 5px #000000;float:left;
}
#innerContent {
	width: 660px;float:left;margin-left: 10px;
}
#innerContent h3{font-size: 20px;
	color: #535353;
	text-transform: capitalize;
	margin: 0 0 15px;
	font-family: 'avenir_lt_std85_heavy';}
#innerContent h3 span{	font-size: 16px;
	color: #535353;
	font-family: 'avenir_lt_std85_heavy';}	
#innerContent .details {
	text-transform: capitalize;
	margin: 0 40px 20px 0;
	width: 260px;float:left;
}	
.details span {
	color: #808080;
	font-size: 14px;font-family: 'avenir_lt_std45_book';
}
/*-----------sidebar css---------*/
#sidebar {
	font-family: 'JuraDemiBold';
	width: 290px;
	padding: 0 0 0 42px;
	border-left: 1px dashed #B2B2B2;
	color: #4D4D4D;
	text-transform: capitalize;
}
#sidebar span{font-family: 'avenir_lt_std45_book';}
#sidebar h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
}
#sidebar input {
	margin: 0 11px 11px 0;
}
.mentor_content p{color: #0062a2;
font-size: 18px;line-height: 25px;
font-family: 'AvenirL TStd Medium';}
/*-----------add this plugin css----------*/
.addthis_toolbox{
margin-top: 4px;}
a{color:#0062a2;text-decoration:none;}
.entry_content img{max-width:100%;}
/*---------myhome sidebar----------*/
.my_home_sidebar{ /*background-image: url('images/footer_bg_img.png');*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;/*float: left;*/
width: 100%;
    background-size: auto auto;min-height:200px;width:323px;position: absolute;border-left: 1px dashed #B2B2B2;
top: 190px;
right: 0px;}
.my_home_sidebar .my_sidebar{margin:0 auto;}	
.my_home_sidebar .widget {
padding-left:40px;/*float:left;padding: 0px 50px;*/}
.my_home_sidebar .widget-title{text-transform: uppercase;
	letter-spacing: 2px;margin:0px;
	font-size: 15px; font-family: 'avenir_lt_std85_heavy';color:#FFF;}
.my_home_sidebar ul li{line-height:32px;}	
.my_home_sidebar ul li a{color:#848282;font-size:12px; font-family: 'avenir_lt_std45_book';}
.my_home_sidebar ul{margin-left:-23px;margin-top: 3px;list-style-image:url('images/header-details_list-style.png');}
/*-----------blog sidebar------*/
.blog_div{width: 615px;
float: left;
border-right: 1px dashed #B2B2B2;
padding-right: 13px;}
.blog_sidebar{width:285px;float:right;}
.blog_sidebar .widget{border-bottom: 1px solid #e6e5e5;}
.blog_sidebar .widget-title{}
.blog_sidebar ul{padding-left: 22px;list-style-image:url('images/list_style_image2.gif');}
.blog_sidebar ul li{line-height: 28px;font-family: 'avenir_lt_std45_book';}
.blog_sidebar #wp-calendar{width:100%;}
/*--------fancy box css---------*/
.fancy_close{width: 30px;
height: 30px;
position: absolute;
right: 0px;z-index:100;opacity:1.00;}
.pagination_css{clear:both;padding-top:15px;}
.entry_author_image{width: 50px;
height: 50px;
}
/*--------header bottom part of about page css-----------*/
#headerBottom {
	font-family: 'avenir_lt_std45_book';
	border-top: 1px solid #535251;
	margin: 5px 0 0;
	/*text-shadow: 2px 2px 5px #000000;*/float:left;padding-bottom:50px;
}
#headerBottom p {
    color: #848282;
    padding: 0 5px;
	font-size: 15px;text-align:center;
}
#headerBottom a {
	font-size: 12px;
	display: block;
	margin: 10px 0 0;text-align: center;
}
#headerLeftInfo {
   border-right: 1px solid #535251;
padding: 65px 0 15px;
width: 230px;
height: 174px; 
}
#applyNow {
  background: none repeat scroll 0 0 #0160A4;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
font-size: 20px !important;
margin: auto !important;
padding: 12px 2px;
text-shadow: none;
text-transform: capitalize;
width: 155px;
}
#headerLeftInfo p {
	margin: 15px 0 0;
}
.pageDirect {
	border-right: 1px solid #535251;
padding: 21px 0 15px;
width: 215px;
height: 218px;
float: left;
text-align:center;
}
.pageDirect span {
	color: #BCBBBA;
	line-height: 35px;text-align: center;
}
.big {
	font-size: 50px;margin: 0px 14px;
}
.small {
	display: block;
    font-family: gabriola;
    font-size: 32px;
    margin: 15px 0 10px;
}
/*------------entry content css---------*/
.entry_content ul{list-style-image:url('images/list_style_image2.gif');}
.entry_content ul li{font-family: 'avenir_lt_std45_book';color: #535353;
font-size: 16px;}
.entry_content ol li{font-family: 'avenir_lt_std45_book';color: #535353;
font-size: 16px;}
/*--------blog image css----------*/
.top-blog_img img{max-width:100%;max-height:371px; margin-top: 56px;}
.blog_img img{max-width:203px;max-height:203px;}
/*--------twitter text--------*/
.really_simple_twitter_widget li{color:#848282;font-size:12px;}
.really_simple_twitter_widget li a{color:#23b2e5 !important;}
.mentor_content{padding-bottom:35px;}
/*----------21-1-2014 custom css---------*/
.my_custom_content{padding-bottom:70px;}
.navigation ul li.current-menu-item, .navigation ul li.current_page_parent, .navigation ul li.current-menu-parent{border-bottom-color: #2AA7D5;
    border-bottom-style: solid;
    border-bottom-width: 2px;}
.blog_text h3 a{margin-left: 10px;
font-family: 'avenir_lt_std85_heavy';
font-size: 18px;
color: #0062a2;
margin-bottom: -10px;
margin-top: -10px;
font-weight: normal;}	
.wp-pagenavi{margin:10px 0px; text-align:center;}
.page-id-17 #main,.page-id-2399  #main{ width:970px; margin:0 auto; }
.page-id-1705 #main {
    font-size: 16px;
    padding-bottom: 34px;
 /*   padding-left: 38px;
    padding-right: 30px;*/
    padding-top: 34px;
}
.page-id-13 #main {
    font-size: 16px;
    padding-bottom: 34px;
   /* padding-left: 38px;
    padding-right: 30px;*/
    padding-top: 34px; 
}
#portfolioThumbnail img{max-height:235px;}
.share_div{float:right;}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #F3F3F3;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
background:#f3f3f3;
}
/*---kunjan---*/
.job_filters{background:none !important;}
/*.job_filters .job_types,.job_filters .showing_jobs{display:none !important;}*/
.page-id-1942 .rss_icon{margin-top: -30px;}
.search_keywords,.search_location{display:block !important;}
.job-manager-form
{
	clear:both;
}
.network_section_title p{font-family: 'AvenirL TStd Medium';
    font-size: 18px;
    line-height: 25px;
    color: #0062a2;}
.slicknav_menu{display:none;}	
.clear {
    clear: both;
	

}
.category header.entry-header {
    height: auto;
}
.desktop-full footer.entry-meta {
    margin-bottom: 30px;
}
.archive-header {
    height: auto;
    padding-top: 5px;
}	
/*mobile css */
@media only screen and (max-width: 1139px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 1023px) {}
@media only screen and (max-width: 979px) {

/*press*/
.page-id-17 #main, .page-id-2399 #main {  margin: 0 auto; width: 640px;}
.press {  background-color: #ffffff; background-position: left top; background-size: cover; box-shadow: 0 0 5px #000000;height: 255px;margin: 0 10px 30px !important; width: 300px;}
.blog .wrapper { width: auto !important;}
.blog .main_div { clear: both; margin: 0 auto; position: relative; width: auto;}
.blog_img {  border-bottom: 1px solid #e6e5e5; float: none; height: 203px;margin: 10px 0 20px;  padding-bottom: 10px; position: absolute;  width: auto;}
.my_blog {background: #f3f3f3 none repeat scroll 0 0; float: left;margin: 0 0 15px 5px; padding: 12px; width: 96%;}
.blog_text {  border-right: none; float: none; height: 200px;  margin: 10px 0 0 205px; padding: 0 20px 0 0;position: relative; width: auto;}
.blog_top {  width: auto;}

.page-id-23 .my_custom_content{
margin: 0 auto!important;
    padding: 0 15px;
    width: auto!important;
	}
.page-id-23 .my_custom_content div {
    float: none !important;
    width: 100% !important;
}
.page-id-23 .my_custom_content p {
    width: 100% !important;
}
.page-id-23 #headerBottom {
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
    top: -17px;
    width: 768px !important;
    border-top: medium none;
}
.page-id-23 .navigation_background{
height: auto;
}
.page-id-23  #headerBottom div {
    border: medium none !important;
}
.page-id-23  #headerBottom div.clear {
    clear: both;
	border: medium none!important;
}
.page-id-23  #headerLeftInfo {
    border-right: 0 none;
    height: 174px;
    padding: 65px 0 15px;
    width: 380px;
}
.page-id-23  .pageDirect {
    float: left;
    height: 218px;
    padding: 21px 0 15px;
    text-align: center;
    width: 380px;
}
.entry_content img{max-width:100%; height:auto;}
.archive.category .mobile-excerpt{display:block!important;}
.archive.category .entry-content { display: none;}
.mobile-excerpt a.read-more{margin-left:10px;}
.top-blog_content > p {
    text-align: left !important;
}
}

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

/*header*/

.slicknav_menu{display:block;}
#menu-menu-1 { display: none;}
.logo { float: none;  width: 265px;}
.logo img {
    width: 100%;
}
.entry-header {
    height: auto;
}
.header {
height: 95px;}
.wrapper{width:100%;}
.my_custom_content .wrapper p,.my_custom_content .wrapper h6{padding:0 15px;}
.navigation_background {  display: inherit;}
.main_div {width:100%;}
.my_custom_content .main_div { padding: 0 15px; width: auto;}
.navigation { float: none; width: auto; margin-top:0px;  top: -44px;}
.navigation ul { float: none; margin-top: 10px;}
.navigation ul li + li { margin: 0;}
.navigation ul li a {background: #000 none repeat scroll 0 0;}
.slicknav_item.slicknav_row > a{background: transparent none repeat scroll 0 0;  padding-left: 0 !important;}
.slicknav_btn {
background-color: transparent;
    border-radius: 4px;
    margin: 5px 5px 6px;
    position: relative;
    right: 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    top: -25px;
}
.slicknav_menu .slicknav_icon-bar {
    height: 3px;
    width: 24px;
}

.slicknav_menu .slicknav_icon {
    float: left;
    height: 16px;
    width: 24px;
}

.slicknav_menu .slicknav_icon::before {
    height: 3px;
    position: absolute;
    width: 24px;
}
.navigation ul li a:hover, .navigation ul li.active{border:none;}
.navigation .slicknav_nav .slicknav_row,.navigation .slicknav_nav a { margin: 0px 0;  padding: 15px 15px;}
.navigation .slicknav_nav .sub-menu a {padding:15px 15px 15px 35px;}
.navigation ul li {  float: none;padding: 0;}	
.navigation .slicknav_menu {padding:0px;}
.navigation .slicknav_nav a:hover{ border-radius: 0;}
.navigation ul li.current-menu-item, .navigation ul li.current_page_parent, .navigation ul li.current-menu-parent {border:none;}
.navigation ul li ul { background-color: #4C4C4C;  float: none; list-style: outside none none;margin: 0;  padding: 0;  position: inherit;}
.navigation li ul li {float:none;}
.navigation li ul li {  display: block; margin: 0;  padding: 0; text-decoration: none;}
.slicknav_menu {
    background: transparent none repeat scroll 0 0;
}

/*home*/
.my_home_sidebar {  background-origin: padding-box; background-position: 0 0; background-repeat: repeat; background-size: auto auto; border-left: 0 none; min-height: 200px; position: inherit; right: 0; top: 0; width: 323px;}
.tittle { float: none; padding-left: 15px;}
.tittle h4 {   color: #fff;  float: none; font-family: "museo_sans700"; font-size: 42px; margin: 0;}
.sub_tittle { color: #23b2e5;  float: none; font-family: "avenir_lt_std45_book"; font-size: 22px;  margin: 10px 0; padding-left: 15px; width: 100%;}

/*about*/
.about_nav-img { display: none;}
.content-1 p {  color: #0062a2;  float: left; font-family: "AvenirL TStd Medium";  font-size: 18px; line-height: 25px; margin: 35px 0;padding-left: 15px; width: auto;}
.content-1 { background-color: #f7f7f7;  float: none;  width: 100%;}
.content-1 img { display: block;  float: none;  margin: 0 auto;  position: inherit; width: auto;}
.content-2 p { float: none; font-family: "avenir_lt_std45_book"; margin-top: 15px;  width: auto;}
.icon_1 { background-repeat: no-repeat;   float: none; margin-top: 0 !important; width: 90%;}
.icon_2 { background-repeat: no-repeat; float: none; margin-top: 20px; width: 90%;}
.icon_3 { background-repeat: no-repeat; float: none;margin-top: 20px; width: 90%;}
.page-id-9 .content-2 img {display:none;}

/*team*/
.mentor_content p{padding:0 30px;}
#content {  float: none;padding: 0 15px;  width: auto;}
.mentor {  width: 100%;}
#innerContent { float: left; margin-left: 20px; width: 78%;}

/*porfolio
.portfolios { border-bottom: 1px dashed #dbd5ce; border-right: medium none;  display: block; font-family: "JuraRegular";min-height: initial; padding: 20px 0 !important; text-align: center; width: 100%;}
#portfolioMain { background: #ffffff none repeat scroll 0 0; float: left; padding: 21px 0 70px; width: 100%;}
div.portfolios #portfolioThumbnail { display: inline; height: auto; text-align: center; vertical-align: middle;  width: auto;}
.porfolio1 { width: auto !important;  margin-top: -35px !important;}
.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
padding-left: 0;}
.portfolios.left > h4 { margin: 0 auto !important;}*/

.page-template-portfolio header {
height: 95px;}

#portfolioMain {
float: none;}
.porfolio1 {
    margin: 0 auto;
    width: 640px!important;
}
.portfolios {
border-right: medium none !important;}
/*press*/
.page-id-17 #main, .page-id-2399 #main { margin: 0 auto; width: 640px;}
.press { background-color: #ffffff; background-position: left top; background-size: cover; box-shadow: 0 0 5px #000000; height: 255px; margin: 0 10px 30px !important; width: 300px;}

/*blog*/
.top-blog_content {  float: left; padding-bottom: 10px;padding-right: 30px; width: auto;}
.top-blog_img { float: none;  margin: 0 0 10px;padding-left: 30px; text-align: left;width: auto !important;}
.blog_heading img {
    float: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 10px;
}
.blog_heading h3 {
    float: none;
    margin: 0 0 0 5px;
}
.blog_heading h1 {
    float: none;
    margin: 0 0 0 2px;
    padding: 30px 0 10px;
}
.top-blog_img img {
    margin-top: 56px;
    max-height: 371px;
    max-width: 97%;
}
.rss_icon {
    display: none;
    float: none;
}

.main_div.blog_div {
    float: none;
    padding: 0 15px;
    width: auto;
}
.blog_sidebar {
    float: none;
    padding-left: 15px;
    width: auto;
}
.blog_div .entry_content h1 {
    color: #0062a2;
    display: block;
    float: none !important;
    font-family: "avenir_lt_std85_heavy";
    font-size: 36px;
    margin-bottom: 15px;
    width: auto;
}
.blog_div .entry_content span{ float: none;
    top: 0!important;
}
.category .navigation_background .main_div{padding:0px;]}
.category .main_div {
    padding: 0 15px;
    width: auto!important;
}
.category header {
    height: 95px;
}
.category header.entry-header {
    height: auto;
}

.category .entry-content img {
    display: block;
    margin-bottom: 5px;
}
.category .blog_heading p {
    margin-top: 20px;
}
body.blog {
    overflow-x: hidden;
}
.popup{width: 100%;border: medium none; height: 550px;}
.popup .popupContent .popupDesc {
    float: none;
    width: 310px;
}
.popup .popupContent{width:auto;}
.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    padding-left: 0px;
}
.popupContent .attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    padding-left: 10px;
	  padding-top: 10px;
}
.desktop-full footer.entry-meta {
    margin-bottom: 30px;
}

.blog_top {
    margin-bottom: 30px;
}
	}
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (min-width: 480px) and (max-width: 767px) {}



@media only screen and (max-width: 767px) {
.mentor img { border: 8px solid #ffffff; box-shadow: 0 0 5px #000000; float: none;height: 114px;margin-bottom: 20px;margin-left: 3px;width: 114px;}
#innerContent {  width: auto; margin-left: 0px;}
.my_blog {  background: #f3f3f3 none repeat scroll 0 0; float: none;margin: 0 0 15px 5px; padding: 12px; clear: both;}
.blog_img { border-bottom: 1px solid #e6e5e5;  float: none;  height: auto;margin: 10px 0 20px; padding-bottom: 10px; position: inherit; width: auto;}
.blog_text { border-right: medium none; float: none;  height: auto;  margin: 0;  padding: 0 20px 0 0; position: relative; width: auto;}
.blog_text a {color: #0062a2; float: none;font-family: "AvenirL TStd Medium";  font-size: 12px; margin: 30px 0 0 10px;   display: block;}
.blog_text p { float: none;  font-family: "AvenirL TStd Medium";height: 60px;  margin: 20px 0 0 10px;}
.top-blog_img {  float: none; margin: 0 0 10px; padding-left: 10px;}
.top-blog_content h4,.top-blog_content h1,.top-blog_content p,.top-blog_content a{margin-left:10px;}
.top-blog_content span { color: #adadad;  margin-left: 10px;}
.blog_heading img {
    float: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 10px;
}
.my_blog {
    width: auto;
	margin: 0 0 15px;
}
.blog_heading h3 {
    float: none;
    margin: 0 0 0 5px;
}
.blog_heading h1 {
    float: none;
    margin: 0 0 0 2px;
    padding: 30px 0 10px;
}
.top-blog_img img {
    margin-top: 56px;
    max-height: 371px;
    max-width: 97%;
}
.rss_icon {
    display: none;
    float: none;
}

.page-id-23 #headerBottom {
    width: 380px !important;
}
.my_custom_content iframe {
    width: 100% !important;
}
.page-id-2408 #innerContent p {
    text-align: left !important;
}
.popup .shift{width: 42px; }
.popup{width: 100%;border: medium none; height: 590px;}
body.page-template-portfolio p {
    font-size: 14px;
}
.popupDesc p, .popupDesc div p,.popupDesc.right > div{font-size: 14px;}
.popup p{font-size: 14px;}
.pop-content,.pop-content p {
    font-size: 14px;
}

.changefont {
     font-size: 14px!important;
}
.desktop-full .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 100%;
}
.archive-title {
    font-size: 24px;
}
.porfolio1 {
    margin: 0 auto;
    width: 320px!important;
}
}
@media only screen and (max-width: 639px) {
.page-id-17 #main, .page-id-2399 #main {  margin: 0 auto;  width: 320px;}
.changefont {
font-size: 14px!important;}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  .pop-content,.pop-content p {
    font-size: 14px;
}
.changefont {
     font-size: 14px!important;
}

}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  body.page-template-portfolio{
    -webkit-text-size-adjust: none;
  }
.pop-content,.pop-content p {
    font-size: 14px;
}
.changefont {
     font-size: 14px!important;
}
}
/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{ .pop-content,.pop-content p {
    font-size: 14px;
}
.changefont {
     font-size: 14px!important;
	  border:1px solid pink;
}
}
/* ----------- iPhone 6+ ----------- */
/* Portrait */
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{ .pop-content,.pop-content p {
    font-size: 14px;
}
.changefont {
     font-size: 14px!important;
}
}
@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio:0){ 
body.page-template-portfolio p.changefont,.changefont {
    font-size: 14px!important;
}
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 479px) {
body.page-template-portfolio{
    -webkit-text-size-adjust: none;
  }
.logo {
    float: none;
    width: 240px;
}
#portfolioMain{float:none;}
header {
    height: 87px;
}
.page-template-portfolio header {
height: 87px;}

.category header {
    height: 87px;
}
.slicknav_btn{ top: -23px;}	
.content-1 img { display: block; float: none; margin: 0 auto; position: inherit;width: 100%;}
.wp-pagenavi .last {display: block; margin-top: 5px;}
.wp-pagenavi .pages { display: block;margin-bottom: 5px;}
.find_us1 a{    float: none;   display: block;}
.find_us1 p {
    color: #aeadad;
    display: block;
    float: none;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}
.blog_heading h1{ font-size: 45px;}
.entry_content iframe {
    width: 100%;
}
.page-id-23 #headerBottom {width: 320px !important;}
.page-id-23 #headerLeftInfo { width: 315px;}
.page-id-23 .pageDirect { width: 315px;}
.popup{height: auto; border: medium none;}
.popup .popupContent .popupDesc {
    float: none;
    padding: 10px;
    width: auto;
}
.popup .shift {
    display: none;
}
.popup .popupContent {
    overflow: hidden;
    padding: 0;
}
.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    padding-left: 0px;
}

.home .tittle h4 {  margin-top: 40px;}
body.page-template-portfolio p {
    font-size: 14px!important;
}
body.page-template-portfolio p.changefont,.changefont {
    font-size: 14px!important;
}
.popupDesc p, .popupDesc div p,.popupDesc.right > div{font-size: 14px;}
.popup p{font-size: 14px;}
.pop-content,.pop-content p {
    font-size: 14px;
}
}
@media only screen and (max-width: 320px) { 
.page-id-23 #headerBottom {width: 320px !important;}
.page-id-23 #headerLeftInfo { width: 315px;}
.page-id-23 .pageDirect { width: 315px;}
.changefont {
    font-size: 14px!important;
}
}