/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*==========================*/
/*ALL DEVICE OPTIMIZATION*/
/*===========================*/


/*Huge Displays*/
@media (min-width: 3000px) {

}

/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
	
}

/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {

}

/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
}

/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {

	.visionText {
    	font-size: 12px;
	}


}

/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
	
	.visionText {
    	font-size: 13px;
	}
	.chewingdCud {
		font-size: 13px;
	}


}

/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
	body {
		font-size: 13px;
	}
	.toggle-menu-wrap {
		font-size: 12px;
	}
	.menu-text {
		top: 4em;
    	right: 7em;
	}

	.chewingdCud {
		font-size: 12px;
	}


}


/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
	body {
		font-size: 12px;
	}
	.content-right {
		font-size: 14px
	}
	.content-right h3 {
		font-size: 0.1.125em;
	}
	content-right p {
	    font-size: 1.125em;
	}
	.visionText {
    	font-size: 11px;
	}
	.chewingdCud img {
		width: 140px;
	}


}

/*Notebooks and Small Laptops*/
@media (max-width: 1152px) {
	.chewingdCud {
		font-size: 11px;
	}

}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
	body {
		font-size: 9px;
	}
	.content-right {
		font-size: 12px;
		padding-top: 14.5em;
	}
	.bx-wrapper .bx-caption span {
		font-size: 1.875em;
	}
	.menu-border {
		border: 0.75em solid #fff;
		font-size: 12px;
	}
	.team-member-details h3, .modal-header h3 {
    font-size: 2em;
	}
	.team-member-details h5, .modal-header h5 {
    font-size: 1.35em;
	}
	.team-member-details p {
    font-size: 1.35em;
	}
	.ms-static-right h3 {
	    font-size: 1.25em;
	}
	.ms-static-right p {
	    font-size: 1.25em;
	}
	.visionText {
    	font-size: 8px;
	}
	.chewingdCud {
		font-size: 9px;
	}

}


/*Medium Tablets */
/*iPad Portrait Mode, iPad Mini and Small Tablets */

@media (max-width: 991px) {
	
	.home-logo{
		position: fixed;
		left: 0;
		top: 1em;
		z-index: 9;
		width: 10.5em;
	}
	.toggle-menu-wrap {
    	font-size: 10px;
	}
	.toggle-menu-wrap {
		top: 22px;
		position: fixed;
	}
	.content-left{
		right: 0;
		top: 75px;
		height: 275px;
	}
	.reduce-height {
		height: 350px !important;
	}
	.content-right {
		font-size: 14px;
		padding-top: 5.5em;
		max-width: 49em;
	}
	.menu-border {
		border: 0.75em solid #fff;
		font-size: 12px;
	}
	.menu-logo {
		display: none;
	}
	.main-nav-menu {
		width: 85%;
	}
	.content-right-body .tab-style li > a:focus,
	.content-right-body .tab-style-team li > a:focus,
	.content-right-body .tab-style li.active > a:focus,
	.content-right-body .tab-style-team li.active > a:focus,
	.content-right-body .tab-style li.active > a:hover,
	.content-right-body .tab-style-team li.active > a:hover {
		background-color: #06a045;
		color: #fff;
	}
	.display-none {
		display: none;
	}
	.member-name {
		display: block;
		height: 100px;
		padding: 15px;
		width: 100%;
		background-color: #f7f7f7;
		text-align: left;
		-webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
	}
	
	.member-name h4, .member-name h5, .member-name h6 {
		-webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
	}
	.member-name h4 {
		font-size: 14px;
		color: #777;
   		margin-bottom: 5px;
	}
	.member-name h5 {
		font-size: 11px;
		color: #999;
	}
	.member-name h6 {
		padding-top: 10px;
		color: #06a045;
		font-size: 10px;
	}
	a .member-name:hover {
		background-color: #06a045;
		cursor: pointer;
	}
	a .member-name:hover h4, a .member-name:hover h5, a .member-name:hover h6 {
		color: #fff;
	}
	.thumbimage img {
		opacity: 1;
		cursor: default;
	}
	.modal-body p {
		font-size: 1.2em;
	}
	.content-right-body .tab-style-team li:last-child {
		width: 20%;
	}
	.split-home-panel .ms-right{
		opacity: 0;
		display: none;
	}
	.split-home-panel .ms-left{
		width:100% !important;
		opacity: 1;
	}
	.home {
		font-size: 12px;
	}
	.ms-static-right {
		max-width: 70%;
		width: 36em;
	}
	.ms-static-right h3 {
		font-size: 1.5em;
	}
	.ms-static-right h1 {
		font-size: 4em;
	}
	.ms-static-right p {
		line-height: 1.75em;
		font-size: 1.5em;
	}
	.milkymoo , .mooshake {
		float:left;
		width: 50%;
		height: 100%;
	}
	.header-bar {
		height: 75px;
		background: none;
		z-index: 1;
		background-color: #fff;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.credits-logo{
		position: fixed;
		left: 0;
		top: 1em;
		z-index: 9;
		width: 10.5em;
	}
	.mouse{
		display: none;
	}
	p.scroll{
		display:none;
	}
	.menu-text {
    	position: fixed;
    	top: 30px;
    	right: 85px;
		font-size: 12px;
	}
	
	.visionText {
    	bottom: 15% !important;
	}
	.bx-wrapper .bx-caption span {
		display: none;
	}
	.thumbimage.active {
		border: 0;
	}
	.thumbimage a img:hover {
		opacity: 1;
	}	

	

	.container{
		max-width: 991px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-top-half{
		padding-top: 15px;
	}
	.add-bottom-half{
		padding-bottom: 15px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 20px;
		line-height: 24px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 28px;
		line-height: 35px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 50% !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 24px;
		line-height: 31px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.bxslider li {
		background-position: center center;
	}
	
	
	
}


/* Tabs v2*/
@media screen and (max-width: 800px) {
	.content-right{	
	    max-width: 36.25em;	
	}
	.thumbimage {
		width: 40%;
	}
	.visionText {
		font-size: 7px;
	}


}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
	
	
	.container{
		max-width: 640px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.content-right{	
	    max-width: 30em;	
	}
	.thumbimage {
		width: 55%;
	}
	.visionText {
		font-size: 6px;
	}

		
		
		
		
		
		
		
		
		
		
		
		
		
		
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 20px;
		line-height: 27px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 28px;
		line-height: 35px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 50% !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 24px;
		line-height: 31px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.main-logo{
		width: 100px;
	} 
	.agency-head img{
		width: 125px;
	}
	
}
	

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
	
	
	.container{
		max-width: 600px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 10px;
		line-height: 17px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 16px;
		line-height: 21px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 24px;
		line-height: 31px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 50% !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 20px;
		line-height: 27px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.main-logo{
		width: 100px;
	} 
	.agency-head img{
		width: 125px;
	}
	
}
	

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
	.ms-static-right h1 {
    	font-size: 2.625em;
	}
	.ms-static-right h3 {
    	font-size: 1.25em;
	}
	.ms-static-right p {
    	font-size: 1.25em;
	}
	.home-logo{
		width: 9.5em;
		margin-left: 1.75em;
	}
	.toggle-menu-wrap {
		right: 1.75em;
	}
	.toggle-menu-visible {
		right: 1.75em;
	}
	.main-nav-menu a.main-nav-link {
		margin: 5px 10px;
	}
	.content-right h1 {
    	font-size: 2.125em;
	}
	.content-right-body .tab-style-team li {
		width: 33%;
	}
	.content-right-body .tab-style-team li:last-child {
		width: 33%;
	}
	.thumbimage {
		width: 60%;
	}
	.table-main {
		display: block;
	}
	.table-cell {
		display: block;
	}
	.pace .pace-activity:before {
	  background-image: url('../images/loader.png');
	}
	.menu-text {
    	right: 65px;
	}

	.visionText span {
		padding: 0 0em;
		font-size: 2em;
	}
	
	
	
	
	
	
	
	
	
	.container{
		max-width: 480px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 10px;
		line-height: 17px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 16px;
		line-height: 21px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 24px;
		line-height: 31px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 100% !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 20px;
		line-height: 27px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.main-logo{
		width: 75px;
	} 
	.agency-head img{
		width: 100px;
	}
	
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
	
	
	.container{
		max-width: 360px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 10px;
		line-height: 17px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 16px;
		line-height: 21px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 24px;
		line-height: 31px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 100% !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 20px;
		line-height: 27px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.main-logo{
		width: 75px;
	} 
	.agency-head img{
		width: 100px;
	}
	
}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
	
	.container{
		max-width: 320px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	}
	.page-section, .separator-section{
		padding: 40px 0;
	}
	img.img-responsive{
		display: inline-block;
	}
	.inner-pad{
		padding: 40px 20px;
	}
	.page-head{
		margin-top: 48px;
	}
	.news-item p > span, .ms-static-title h3 > span, .ms-section h3 > span, .agency-head h3 > span, .works-filter li a > span{
		font-size: 10px;
		line-height: 17px;
		letter-spacing: 1px;
	}
	.ms-overlay{
		padding: 10px;
	}
	.credits-ticker h3, .sp-container h2, .master-footer h3, .main-heading, .works-item-inner h3, .news-item h1{
		font-size: 16px;
		line-height: 21px;
	}
	.sp-container h2.frame-4, .ticker-container h2, .news-post-inner h2, .error-content-inner h2{
		font-size: 24px;
		line-height: 31px;
	}
	.footer-column{
		padding: 30px;
	}
	#works-container, .news-container{
		padding: 0 !important;
	}
	.works-item, .news-item{
		width: 320px !important;
	}
	.home-06-container h2 > span{
		background-color: transparent;
		font-size: 20px;
		line-height: 27px;
		color: #fff;
	} .page-head h1 > span{
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1px;
	}
	.works-filter li{
		display: block;
		width: 100%;
		line-height: 20px;
	}
	.works-filter li:after{
		display: none;
	}
	.works-filter li a.active > span, .news-item p > span{
		padding-left: 7px;
	}
	.page-head h1 > span{
		padding: 7px;
	}
	.about-bg{
		background-size: cover;
	}
	.about-content-inner, .service-details, .team-job {
		padding-left: 40px;
		padding-right: 40px;
	}
	.credits-ticker li{
		padding: 20px !important;
	}
	.main-logo{
		width: 75px;
	} 
	.agency-head img{
		width: 100px;
	}

}



