/* mobile and responsive css */

@media only screen and (max-device-width: 568px) and (min-device-width: 320px){
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}
.col-xs-8.news-left {width: 110%;}
	
	.col-md-4.footer-logo {
    float: left;
    width: 100%;
    margin-top: 10px;
}
	
	.col-xs-5.solutions-right {
    background-image: none;
    height: auto;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat y;
    background-position: 100%;
    width: 110%;
    float: left;
    display: block;
    padding: 25px;
}
	
	.col-xs-7.solutions-left {
    width: 110%;
}

}

@media only screen and (max-device-width: 767px) and (min-device-width: 569px){
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}
.col-xs-8.news-left {width: 110%;}
	
	.col-xs-5.solutions-right {
    background-image: none;
    height: auto;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat y;
    background-position: 100%;
    width: 110%;
    float: left;
    display: block;
    padding: 25px;
}
	
	.col-xs-7.solutions-left {
    width: 110%;
}
	
	.col-xs-4.mobile-fix {
    width: 100%;
}

}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}
.col-xs-8.news-left {width: 110%;}
	
	.col-xs-4.mobile-fix {
    width: 100%;
}

	.col-xs-5.solutions-right {
    background-image: none;
    height: auto;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat y;
    background-position: 100%;
    width: 110%;
    float: left;
    display: block;
    padding: 25px;
}
	
	.col-xs-7.solutions-left {
    width: 110%;
}
	
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 1025px){
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}
.col-xs-8.news-left {width: 110%;}
	
	.col-xs-4.mobile-fix {
    width: 100%;
}
	
	.col-xs-5.solutions-right {
    background-image: none;
    height: auto;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat y;
    background-position: 100%;
    width: 110%;
    float: left;
    display: block;
    padding: 25px;
}
	
	.col-xs-7.solutions-left {
    width: 110%;
}

}


/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}

.col-xs-8.news-left {width: 110%;}
	  
.press-post {
    margin-bottom: 25px;
	width: 100%;
}
	  
	  .col-xs-4.mobile-fix {
    width: 100%;
}
	  

}

@media (max-width: 767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    background: rgba(0, 0, 0, 0.58);
	    width: 190px;
	    text-align: center;
	}


}




@media (max-width: 500px){
	div#home-main {
		width: 100%;
		margin: 0 auto;
	}

}






@media (max-width: 991px){
	div#home-main {
	    width: 60%;
	    margin: 0 auto;
	}



	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

	.col-md-8 {
	    width: 66%;
			float: left;
	}

	img#book {
    width: 44%;
    padding-right: 20px;
}


}





/* iphone 6 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {

div#mission {
		width: 80%;

	}
	
@media only screen and (max-device-width: 568px) and (min-device-width: 320px)
.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}
	
.job-title {
    padding-left: 0px;
    min-height: 30px;
    text-align: center;
    width: 180%;
    font-size: 15px;
}
	
	.staff-box {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 30px;
    margin-right: 20px;
    text-align: left;
    margin-left: 0px;
    color: #0f76a6;
}
	
	h1.about_header {
    margin-top: 80px;
}

	div#page-title {

    left: -20px !important;

	}

	.col-xs-6.top-right p {
    font-size: 18px;
	}

	.col-xs-6.top-right {
	height: 630px;
	}

	.col-xs-6.bottom-left p {
    font-size: 18px;
	}

	div#mission h2 {
	font-size: 21px !important;

	}

	div#home-main {
    width: 100%;
    margin: 0 auto;
}

	.col-xs-6.bottom-left {
    width: 100%;
    padding-left: 15%;
	}

	.col-xs-6.bottom-right {
    display: none;
	}


	.col-xs-6.top-right {
     width: 100%;
    padding-left: 15%;
	}

	.col-xs-6.top-left {

    display: none;
	}

	.row {

	}

	img#book {
    width: 30%;
    padding-right: 20px;
	}


	img#imac {
    position: absolute;
    left: -9vw;
    bottom: 0px;
    opacity: 0;
	}


	div#awards {
    display: block;
	}


	.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 16px;
    margin-top: 22px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.57);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}

	div#home-main {
    padding: 0px 8% 0px 8%;
	}

	.cperk .col-xs-4 {
    width: 100%;
	}


	div#brand-box {
    width: 100% !important;
	}

	.row.brands-header {
    height: 290px !important;
	}


	.row.page-head {
    height: 350px !important;
	}


	div#page-title {
    background-color: rgba(64, 163, 212, 0.63);
    display: inline-block;
    position: absolute;
    top: 190px !important;
    left: 0px;
    padding: 21px;
	}

	div#about-left {
		width: 50%;
		overflow: hidden;
  		text-overflow: ellipsis;
	}

	div#about-right {
		width: 50%;
	}

	h1#insights-title {
		font-size: 70px !important;
	}

	.col-xs-8.news-left {
    width: 110%;
	}


	.col-xs-7.solutions-left {
    width: 114%;
    margin-left: -39px;
    margin-top: 0px;
	}


	.col-xs-5.solutions-right {
    display: none;
	}


	.row.page-head.solutions-head {
    background-size: 210% auto !important;
	}

	.row.page-head.careers-head {
    background-size: 135% auto !important;
	}

	h1#careers-title {
    font-size: 70px !important;
	}

	div#parallax2 {
    background-image: url(../img/mobile_home_bg.jpg);
	background-size: 260%;
    background-position: -270px 0px;
	}

	div#video {
    display: none;
	}


	div#vid-text h2{
  	font-size: 29pt !important;
  	font-family: heroregular;
  	color: white;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 22px;
    line-height: 20px;
    font-size: 30px;
	}

	div#fact {
    font-size: 14px;
	}

	div#bar-box {
    height: 1px;
	width: 1px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: black;
	}

	/* div#about-right {
    display: none !important;
	}
	*/

	div#about-left p {
    font-size: 20px;
	}

	p.p1 {
    font-size: 21px;
	}


	div#footer-wrap {
  background-image: none;
  position: relative;
  height: 290px;
}



.col-md-6.footer {
  width: 80%;
 margin-left: 37px;
}

.col-md-4.footer-text {
  color: white;
  font-family: hero_lightlight;
  line-height: 30px;
  max-width: 240px;
  float: left;
  margin-right: 10px;
}


.col-md-4.footer-social {
  display: block;
  position: absolute;
  top: 140px;
}


.col-md-4.footer-logo {
  float: right;
  position: absolute;
  right: 14%;
}



/* brands style */
div#brand-logo img {
  width: 355px;

}


.col-xs-6.brand-main-cont {
  width: 72%;
  margin-left: -3%;
  font-size: 20px;
}

.col-xs-6.brand-main-cont p {
  font-size: 20px;
}

.col-xs-4.brand-side-cont {
  width: 100%;
}

h2 {
  padding-bottom: 10px;
}


div#fact {
  font-size: 20px;
}

div#call-out-fact {
	margin-left: 0px !important;
}


div#fact {
  max-width: 358px;
  margin: 0 auto;
}

div#brand-logo img {
  width: 100% !important;
  margin-left: 0%;
}

div#social-media {
  padding-left: 70px !important;
}

div#awards {
  float: left;
  font-size: 20px;
  margin-left: 57px;
}


.col-md-4.footer-social {
    display: block;
    position: absolute;
    top: 127px;
    left: 40px;
}

.col-xs-8 p {
    font-size: 18px;
    line-height: 50px;
}

.insight-cont {
    font-size: 21px;
	color: #363644;
}

main#main {
    width: 110%;
    margin-left: -5%;
}

.perk-cont p.perk-desc {
    font-size: 22px;
}


.navbar-toggle {
    margin-right: 30px;
}

 }

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {
	  
	  .job-title {
    padding-left: 0px;
    min-height: 30px;
    text-align: center;
    width: 180%;
    font-size: 15px;
}
	
	.staff-box {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 30px;
    margin-right: 20px;
    text-align: left;
    margin-left: 0px;
    color: #0f76a6;
}

}



/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
	  
	  .job-title {
    padding-left: 0px;
    min-height: 30px;
    text-align: center;
    width: 180%;
    font-size: 15px;
}
	
	.staff-box {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 30px;
    margin-right: 20px;
    text-align: left;
    margin-left: 0px;
    color: #0f76a6;
}

}


/* iphone 5 */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

div#mission {
		width: 80%;


	}
	
	.job-title {
    padding-left: 0px;
    min-height: 30px;
    text-align: center;
    width: 180%;
    font-size: 15px;
}
	
	.staff-box {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 30px;
    margin-right: 20px;
    text-align: left;
    margin-left: 0px;
    color: #0f76a6;
}

	.col-xs-8 p {
	font-size: 21px;
    line-height: 35px;
    padding-bottom: 20px;
	}

	div#mission h2 {
		font-size: 21px !important;

	}

	.col-xs-6.top-right p {
    font-size: 20px;
	}

	.col-xs-6.top-right {
    height: 672px;
	}

	.col-xs-6.bottom-left p {
    font-size: 20px;
	}

	.col-xs-6.bottom-left {
    height: 660px;
	}


	.col-xs-6.bottom-left {
    width: 100%;
    padding-left: 15%;
	}

	.col-xs-6.bottom-right {
    display: none;
	}


	.col-xs-6.top-right {
     width: 100%;
    padding-left: 15%;
	}

	.col-xs-6.top-left {

    display: none;
	}

	.row {

	}

	img#book {
    width: 30%;
    padding-right: 20px;
	}


	img#imac {
    position: absolute;
    left: -9vw;
    bottom: 0px;
    opacity: 0;
	}


	div#awards {
    display: block;
	}


	.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 16px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.57);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}

	div#home-main {
    padding: 0px 8% 0px 8%;
	}

	.cperk .col-xs-4 {
    width: 100%;
	}


	div#brand-box {
    width: 100% !important;
	}

	.row.brands-header {
    height: 290px !important;
	}


	.row.page-head {
    height: 350px !important;
	}


	div#page-title {
    background-color: rgba(64, 163, 212, 0.63);
    display: inline-block;
    position: absolute;
    top: 190px;
    left: 0px;
    padding: 21px;
	}

	div#about-left {
		width: 50%;
	}

	div#about-right {
		width: 50%;
	}

	h1#insights-title {
		font-size: 70px !important;
	}

	 .col-xs-8.news-left {
    width: 110%;
	}

.col-xs-4.news-right {
    display: block;
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-top: 40px;
}


	.col-xs-7.solutions-left {
    width: 114%;
    margin-left: -39px;
    margin-top: 0px;
	}


	.col-xs-5.solutions-right {
    display: none;
	}


	.row.page-head.solutions-head {
    background-size: 210% auto !important;
	}

	.row.page-head.careers-head {
    background-size: 135% auto !important;
	}

	h1#careers-title {
    font-size: 70px !important;
	}

	div#parallax2 {
    background-image: url(../img/mobile_home_bg.jpg);
	background-size: 260%;
    background-position: -270px 0px;
	}

	div#video {
    display: none;
	}


	div#vid-text h2{
  	font-size: 29pt !important;
  	font-family: heroregular;
  	color: white;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 22px;
    line-height: 20px;
    font-size: 30px;
	color: white !important;
	}

	div#fact {
    font-size: 14px;
	}

	div#bar-box {
    height: 1px;
	width: 1px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: rgb(63, 63, 63);
	}


	div#footer-wrap {
    background-color: #4c4c4c;
    height: 260px;
    background-image: none;

	}


	.col-md-6.footer {
    width: 86%;
	}

	.col-md-4.footer-text {
    color: white;
    font-family: hero_lightlight;
    line-height: 30px;
    max-width: 240px;
    float: right;
	}

	.col-md-4.footer-social {
    float: right;
	}

	.col-md-4.footer-logo {
    float: right;
	}

	.col-xs-4.brand-side-cont {
    display: none;
	}

	.col-xs-6.brand-main-cont {
    width: 75%;
	}


	div#brand-logo {

    top: 180px !important;
	left: -40px !important;

	}


	/* div#about-right {
    display: none !important;
	}
	*/


	.insight-cont {
		font-size: 24px;
	}

	.insight-cont h3 {
    font-size: 33px;
	}


}






/* iPad */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


	div#parallax2 {
    background-image: url(../img/mobile_home_bg.jpg);
	background-size: 260%;
    background-position: -270px 0px;
	}

	div#video {
    display: none;
	}


	div#vid-text h1 {
    font-size: 26px;
	}

	div#vid-text h2 {
		font-size: 26pt !important;

	}


	div#mission h2 {
    font-size: 20px;
	}


	div#mission {
    width: 90%;
	}

	.col-xs-6.top-left {
    display: none;
	}

	div#awards {
    display: block;
	}

	.col-xs-6.top-right {
    width: 100%;
    padding: 50px;
	}


	.col-xs-6.bottom-left {
    width: 100%;
    padding: 50px;
	}

	.col-xs-6.bottom-right {
	display: none;
	}

	div#home-main {
    padding: 0px 8% 0px 8%;
	}

	div#bar-box {
    height: 1px;
    width: 1px;
	}

	img#book {
    display: none;
	}

	div#book-facts {
    float: left;
	}

	button.navbar-toggle.collapsed {
    position: relative;
    top: 20px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: black;
	}

	.navbar-nav > li > a {
    color: white !important;
	}

		div#brand-box {
    width: 100% !important;
	}

	.row.brands-header {
    height: 290px !important;
	}

	div#brand-logo {

    top: 130px !important

	}

	div#brand-logo img {
    width: 330px !important;
	}

	.col-xs-6.brand-main-cont {
    width: 70%;
	}

	.col-xs-4.brand-side-cont {
    width: 100%;
    margin-left: -6px !important;
	}


	div#footer-wrap {
    height: 300px;
    background-image: none;
    padding-left: 40px;
	}

	.col-md-6.footer {
    width: 87%;
	}

	.col-md-4.footer-text {
    color: white;
    font-family: hero_lightlight;
    line-height: 27px;
    max-width: 256px;
    float: left;
	}

	/* div#about-right {
    display: none;
	}
	*/

	div#about-left {
	width: 100%;
	}

	.row.page-head {
    background-size: 120% auto !important;
	}

	h1#insights-title {
    font-size: 72px !important;
	}

	.col-xs-4.news-right{
	display: block;
	width: 110%;}
	}
	}

	.col-xs-8.news-left {
    width: 110%;
	}

	/*.col-xs-5.solutions-right {
    display: block;
		width: 30%;
	}

	.col-xs-7.solutions-left {
    width: 70%;
	}*/

	.panel-body ul li {
    font-size: 13px;
    line-height: 30px;
    list-style: none;
    margin-left: -29px;
	}

	.row.page-head.solutions-head {
    background-size: 200% auto !important;
	}

	.row.page-head.careers-head {
    height: 340px !Important;
	}

	.row.page-head.careers-head {
    background-size: 150% auto !important;
	}

	h1#careers-title {
    font-size: 50px !important;
	}


 }




 @media only screen and (min-width: 769px) and (max-width: 991px) {
	 img#book {
	     width: 40% !important;

	 }

 }



@media only screen and (min-width: 769px) and (max-width: 1050px) {

.row.page-head.solutions-head {
    height: 390px !important;
}

h1#who {
  font-size: 5em;
  margin: 0 auto;
  text-align: center;
  margin-top: 41%;
  font-family: hero_lightlight;
  color: white;
}

h1#what-we-do {
  font-size: 5em;
  margin: 0 auto;
  text-align: center;
  margin-top: 52%;
  font-family: hero_lightlight;
  color: white;
  z-index: 999999999;
  position: absolute;
  left: 10%;
}

img#book {
    width: 77%;
  	padding-right: 20px;
}

.growth {
  font-size: 43px;
  font-family: hero_lightlight;
  padding-bottom: 5px;
}


div#book-facts {
  font-family: hero_lightlight;
  line-height: 30px;
  padding-right: 20px;
  font-size: 18px;
  float: right;
  width: 330px;
}

.col-md-6.footer {
    width: 85%;
    margin: 0 auto;
    margin-left: 240px;
}

.col-md-4.footer-text {
    color: white;
    font-family: hero_lightlight;
    line-height: 30px;
    /* max-width: 231px; */
    width: 31%;
    float: left;
}

.col-md-4.footer-social {
    text-align: center;
    width: 37%;
    float: left;
}


div#mission h2 {
  font-size: 20px !important;
  margin-top: 19px;
}


div#mission {
  width: 59%;
  margin: 0 auto;
  margin-top: -161px;
  font-family: hero_lightlight;
  color: #7E7E7E;
}


div#brand-box {
    width: 31% !important;
    max-height: 133px !important;

}

.col-xs-8.brands-cont {
    width: 105% !important;
    margin-bottom: 30px;
}

.panel-body ul {
    margin-left: -20px;
}

.panel-body ul li {
    font-size: 16px !important;

}





}







@media only screen and (min-width: 1550px) and (max-width: 1920px) {

h1#what-we-do {
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
  margin-top: 27%;
  font-family: hero_lightlight;
  color: white;
  z-index: 999999999;
  position: absolute;
  left: 25%;
}


h1#who {
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
  margin-top: 26%;
  font-family: hero_lightlight;
  color: white;
}

div#book-facts {
  font-family: hero_lightlight;
  line-height: 30px;
  padding-right: 150px;
  font-size: 18px;
  float: right;
  padding-top: 20px;
}

#small-cog1 {

  left: 50%;
}

#small-cog2 {

  left: 50%;
}


div#mission h2 {
  font-size: 25px;
}

div#mission {
  width: 59%;
  margin: 0 auto;
  margin-top: -154px;
  font-size: 22px;
  font-family: hero_lightlight;
  color: #7E7E7E;
}


}





@media only screen and (min-width: 1550px) and (max-width: 1920px) {

h1#what-we-do {
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
  margin-top: 27%;
  font-family: hero_lightlight;
  color: white;
  z-index: 999999999;
  position: absolute;
  left: 25%;
}


h1#who {
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
  margin-top: 26%;
  font-family: hero_lightlight;
  color: white;
}

div#book-facts {
  font-family: hero_lightlight;
  line-height: 30px;
  padding-right: 150px;
  font-size: 18px;
  float: right;
  padding-top: 20px;
}

#small-cog1 {

  left: 50%;
}

#small-cog2 {

  left: 50%;
}


div#mission h2 {
  font-size: 25px;
}

div#mission {
  width: 59%;
  margin: 0 auto;
  margin-top: -154px;
  font-size: 22px;
  font-family: hero_lightlight;
  color: #7E7E7E;
}


}



@media only screen and (min-width: 1400px) and (max-width: 1500px) {

	h1#who {
  font-size: 6em;
  margin: 0 auto;
  text-align: center;
  margin-top: 29%;
  font-family: hero_lightlight;
  color: white;
}


}
