/* Large desktop */
@media (min-width: 980px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#header {
		/*border: 1px solid red;*/
	}

	.step-content1 {
		font-size: 24px;
	}

	.step-content2 {
		font-size: 18px;
	}
	
	.big-number {
		font-size: 72px;
	}

	#footer-social-wrapper li {
		margin: 0 5px 0 0;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* Portrait tablet to landscape and desktop */
@media only screen and (max-width: 979px) {

	p {
		font-size: 16px;
		font-weight: 400;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header {
		height: auto;
	}

	#body-home #header {
		height: auto;
	}
	

	#body-home.body-step-1 {
		background: url(/img/backgrounds/home/step-1-mobile-bg.jpg) no-repeat;
	}

	#body-home.body-step-2 {
		background: url(/img/backgrounds/home/step-2-mobile-bg.jpg) no-repeat;
	}

	#body-home.body-step-3 {
		background: url(/img/backgrounds/home/step-3-mobile-bg.jpg) no-repeat;
	}
	
	#header .navbar-inner {
		width: 100%;
		margin-top: 0px;
		padding-top: 0px;
	}

	.nav-mobile {
		display: table;
		width: 100%;
		padding-top: 10px;
	}

	.navbar1 .btn-navbar {
		background: none;
		background-repeat: repeat-x;
		border: none;
		box-shadow: none;
		color: #FFFFFF;
		display: none;
		float: right;
		margin-left: 5px;
		margin-right: 5px;
		padding: 7px 10px;
		text-shadow: none;
	}

	.navbar1 #account-btn, .navbar1 #menu-btn, .navbar1 .brand-mobile {
		display: table-cell;
		vertical-align: middle;
	}

	.navbar1 #account-btn {
		float: left;
		text-align: left;
		width: 18px;
		margin: 0;
		padding: 0;
		margin-left: 20px;
	}

	.navbar1 .brand-mobile {
		text-align: center;
		/*width: 95%;*/
		padding: 0;
		margin: 0;
		padding-top: 5px;
	}

	.navbar1 #menu-btn {
		text-align: right;
		width: 23px;
		padding: 0;
		margin: 0;
		margin-right: 20px;
	}

	#header .account-collapse .nav, #header .menu-collapse .nav {
		width: 100%;
		padding-top: 15px;
	}
	#header .account-collapse .nav li, #header .menu-collapse .nav li {
		height: 62px;
		width: 100%;
		display: table;
		vertical-align: middle !important;
		text-align: center;
		background-color: #464646;
		color: #ffffff;
	}

	.nav-flag-mobile {
		display: table-cell;
		width: 80px;
		background-color: #323232;
		vertical-align: middle;
		height: 62px;
		text-align: center;
		font-size: 12px;
		font-weight: 900;
		font-family: "Source Sans Pro";
		color: rgb( 255, 255, 255 );
		text-transform: uppercase;
	}

	.nav-flag-mobile a {
		width: 80px;
		background-color: #323232;
		vertical-align: middle;
		height: 62px;
		text-align: center;
		font-size: 12px;
		font-weight: 900;
		font-family: "Source Sans Pro";
		color: rgb( 255, 255, 255 ) !important;
		text-transform: uppercase;
	}
	.nav-flag-mobile a:hover {
		text-decoration: none;
	}

	.nav-flag-mobile .sprite-flag {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}

	.nav-rep-img-mobile, .nav-rep-info-mobile {
		height: 62px;
		width: auto;
		display: table-cell !important;
		vertical-align: middle;
		text-align: left;
		background-color: #464646;
		font-size: 12px;
		font-weight: 400;
	}

	.nav-rep-info-mobile {
		padding-left: 0px;
	}

	.nav-rep-img-mobile {
		width: 50px;
		text-align: center;
	}

	.nav-rep-info-mobile strong {
		font-weight: 900;
		text-transform: uppercase;
	}

	a.login-btn-mobile, a.login-btn-mobile:hover, a.signup-btn-mobile, a.signup-btn-mobile:hover, a.nav-company-mobile, a.nav-company-mobile:hover {
		height: 62px;
		width: 100%;
		display: table-cell !important;
		vertical-align: middle;
		text-align: center;
		background-color: #1c799f !important;
		color: #fff !important;
		font-family: "Proxima Nova Bold";
		font-size: 14px;
	}

	a.login-btn-mobile, a.login-btn-mobile:hover {
		background-color: #1C799F !important;
	}
	a.signup-btn-mobile, a.signup-btn-mobile:hover {
		background-color: #dd830b !important;
	}

	.menu-collapse .nav:after {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.menu-collapse .nav:after {
		border-color: rgba(70, 70, 70, 0);
		border-bottom-color: #464646;
		border-width: 8px;
		right: 0;
		margin-right: 24px;
		top: -1px
	}

	.account-collapse .nav:after {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.account-collapse .nav:after {
		border-color: rgba(70, 70, 70, 0);
		border-bottom-color: #025273;
		border-width: 8px;
		left: 0;
		margin-left: 20px;
		top: -1px
	}

	.video-wrapper {
		display: table;
		margin-left: auto;
		margin-right: auto;
		/*margin-top: -260px;*/
		padding-bottom: 10px;
		padding-top: 10px;
		width: 100%;
	}

	#steps-wrapper {
		margin-top: 0px;
		margin-left: 0px;
	}

	#steps-wrapper .step {
		display: table;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}

	#steps-wrapper .step:first-child {
		/*margin-top: 0px;*/
	}

	.video-wrapper {
		display: none;
	}

	#step-1 > .big-number {
		padding-left: 30px;
		padding-right: 20px;
	}

	.step > .big-number {
		display: table-cell;
	}

	.big-number {
		float: right;
		margin-left: 0;
		padding-left: 30px;
		padding-right: 10px;
	}

	.step-content {
		text-align: left;
	}

	.step > .big-number {
		width: 30%;
	}

	.step > .step-content {
		width: 70%;
	}

	.play-mobile {
		display: none !important;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
		height: 65px;
		background-color: #01405F;
		opacity: 0.902;
	}

	.play-mobile:hover {
		cursor: pointer;
	}

	.play-mobile.on {
		display: table !important;
	}

	.play-btn-mobile {
		display: table;
		margin-left: auto;
		margin-right: auto;
		vertical-align: middle;
		height: 62px;
	}

	.play-btn-mobile-img {
		vertical-align: middle;
		display: table-cell;
	}

	.play-btn-mobile-text {
		vertical-align: middle;
		display: table-cell;
		font-family: 'Proxima Nova Bold';
		font-size: 28px;
		padding-left: 10px;
	}

	.header-content-1 {
		font-size: 42px;
		padding-top: 70px;
	}

	.header-content-2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2em;
		padding-top: 5px;
		padding-bottom: 40px;
	}

	#body-overview {
		padding-left: 0px;
		padding-right: 0px;
	}

	#body-overview #header {
		height: auto;
		background-size: cover !important;
	}

	#body-overview #body-wrapper {
		width: 100%;
	}

	#body-overview #img-callout {
		position: relative;
		top: 0;
	}

	#body-overview #overview-wrapper {
		margin-top: 0px;
		padding-top: 20px;
	}

	#body-overview #side-bar-right {
		width: 100%;
		float: left;
	}

	#body-overview .leader-control-1 {
		width: 30%;
	}

	#body-overview .leader-control-2 {
		width: 70%;
	}

	#body-overview #overview-wrapper .leadership_profile .left_col {
		width: 100%;
	}

	#body-overview #overview-wrapper .leadership_profile .right_col {
		width: 100%;
	}

	.exec_photo_container {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 150px;
	}

	#body-locale #body-wrapper {
		width: 95%;
	}

	#body-locale #header {
		display: none;
	}

	#body-local #footer {
		display: none;
	}

	#body-locale .country {
		width: 100%;
		display: block;
		text-align: center;
	}

	#body-locale a.flag {
		width: 100%;
		text-align: center;
	}

	#footer-products-wrapper {
		display: none;
	}

	#footer-social-wrapper {
		width: 100% !important;
	}

	#footer-social-wrapper ul {
		display: table;
	}

}

@media (max-width: 767px) {
    .footer_link {
        font-size: 26px;                
    }
    
    .footer-list li {
        padding-top: 10px;
    }    
}

/* Landscape phone to portrait tablet */
@media (max-width: 320px) {
    body {
        padding-right: 5px;
        padding-left: 5px;
    }
     
    .container {
        padding-left: 0;
        padding-right: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    
    .row-fluid [class*="span"] { 
        margin-left: 1%;
    }

	.brand-logo {
		width: 200px;
	}

	#body-overview #header {
		/*background: url(/img/backgrounds/company/company-interior-bg.jpg) no-repeat;*/
		/*background-size: cover !important;*/
	}

	.step > .big-number {
		display: table-cell;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: right;
		font-size: 60px;
		width: 32px;
		text-align: center;
	}

	#step-1 > .big-number {
		padding-left: 0px;
		padding-right: 0px;
	}

	#steps-wrapper .step {
		/*width: 90% !important;*/
	}

	.step > .step-content {
		width: 80%;
	}

	.step-content {
		padding-left: 10px;
	}
	.step-content1 {
		font-size: 22px;
	}

	.step-content2 {
		font-size: 15px;
	}

	.play-btn-mobile-text {
		font-size: 20px;
	}

	#footer-social-wrapper li {
		margin: 0 5px 0 0;
	}
	
	#sub-footer, #sub-footer-wrapper {
		height: 70px;
	}
}

@media (max-width: 480px) and (orientation: landscape) {
	#steps-wrapper .step {
		/*width: 90% !important;*/
	}

}

@media (min-width: 600px) and (orientation: portrait) {
	#steps-wrapper .step {
		width: 100% !important;
	}
}
