/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
body:after
{
	background-image: url(../img/bg_v01.jpg) url(../img/bg_v01a.jpg) url(../img/bg_v02.jpg) url(../img/bg_v02a.jpg) ;
content: url(../img/logo.png) url(../img/crown.png) url(../img/M.png) url(../img/W.png) url(../img/about-bg.jpg) url(../img/about-bg-02.jpg) url(../img/about-bg-03.jpg) url(../img/about-bg-04.jpg) url(../img/bird.png);
display:none;
}


html, body, .overflowWrap {
overflow-x: hidden;
}

body {
    overflow-x: hidden;font-family: "Lato",sans-serif;
}

.hide {
	overflow-x:hidden;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;font-family: "Lato",sans-serif;
}

p.large {
    font-size: 16px;font-family: "Lato",sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	color:#0a6cb5;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #fff;
	box-shadow: 0px 2px  10px rgba(3,97,168,0.6);
    -moz-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
    -webkit-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
    -o-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(127,127,127,.05);
}

.navbar-default .navbar-toggle {
    border-color: #0a6cb5;
    background-color: #0a6cb5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0a6cb5;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #808285;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #0a6cb5;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #0a6cb5;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0a6cb5;
    background-color: transparent;
}

#curtain {
	 margin-top:-101px;
	 display:block;
	 z-index:2;
}

#curtain img {
	 width:500px;
	 height:633px;
	 display:block;
}

#curtain2 {
	 margin-top:-101px;
	 display:block;
	 z-index:2;
}

#curtain2 img {
	 width:500px;
	 height:633px;
	 display:block;
}

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow-x: hidden;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contactbg {
	background-color:#066fa9;
}

#contact .container {
	visibility:visible;
}

section#contact {
	padding-bottom:100px;
	background-color:#066fa9;
	color:#fff;
	overflow-x: hidden;
	visibility: hidden;
}

.marginPortfolio {
    margin-top: 25px;
	margin-bottom:150px;
	margin-left:70px;
}

.marginPortfolio-v2 {
    margin-top: 320px;
	margin-bottom:150px;
	margin-left:70px;
}

.marginPortfolio2 {
	margin-left:80px;
}

section#portfolio {
	padding-bottom: 750px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 80px;
height:100%;
	padding-top:100px;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:1074px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:36%;
	overflow-x:hidden;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:874px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:44%;
	overflow-x:hidden;
}

.bold {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-style:italic;
}

#animation{
	visibility:hidden;
}


@media (min-width:10px) {
	.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02-sm.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}

section#contactus p {
	font-size:13px;
	line-height:15px;
}

.hiddenbird1 {
	visibility:visible
}

.hiddenbird2 {
	visibility:hidden
}
	
.hidden3 {
	visibility:hidden;
}

.hidden2 {
	visibility:hidden;
}

.hidden1 {
	visibility: visible;
}
	
	/*header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v01a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 25px;
    line-height: 22px;
	padding-left:60px
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

    header .intro-text {
        padding-top: 150px;
        padding-bottom: 120px;
    }

	.title {
		margin-left: auto;
    	margin-right: auto;
		width:280px;
	}
	
	.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:100px auto;
	width:100px;
	height:auto;
}

	.crown img {
	width:100px;
	height:auto;
}

.tagline {
		padding-left: 176px;
		margin-top:-10px;
		font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 14px;
	}

	.MWcontainer {
		margin-left: auto;
    	margin-right: auto;
		width:261px;
	}

	.Mcontainer {
		width:150px;
		height:auto;
		padding-top:60px;
	}
	
	.Wcontainer {
		width:150px;
		height:auto;
		float:right;
		margin-right: 0px;
		margin-top: -3px;
	}
	
	section#about {
	padding:0;
	margin-top:-1px;
}

.bg_img {
  /*.  text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v02a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	padding-bottom:10px;
	padding-top:100px;
}

.aboutus {
    position: relative;
}

.small-font p {
	margin-top:40px;
    font-size: 14px;
    line-height: 1.5;
	font-family: "Lato",sans-serif;
}
	
	.bird {
	position: absolute;
    right: -20px;
    top: 90px;
    width: 55%;
	z-index:3;
}

.midas-logo2 {
	margin-top:15px;
    width: 102px;
	height:auto;
}
	
#curtain {
	 margin-top:-101px;
	 display:block;
	 z-index:2;
}

#curtain img {
	 width:500px;
	 height:633px;
	 display:block;
}

#curtain2 {
	 margin-top:-102px;
	 display:block;
	 z-index:2;
}

#curtain2 img {
	 width:500px;
	 height:633px;
	 display:block;
}

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow: hidden;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contactbg {
	background-color:#066fa9;
}

#contact .container {
	visibility:visible;
}

section#contact {
	padding-bottom:100px;
	background-color:#066fa9;
	color:#fff;
	overflow-x: hidden;
	visibility: hidden;
}


section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Lato",sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 22px;
}

.marginPortfolio {
    margin-top: 50px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio-v2 {
    margin-top: 340px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio2 {
	margin-left:0px;
}

section#portfolio {
	padding-bottom: 670px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 32px;
height:100%;
	padding-top:100px;
}

.workscontainer {
	margin-left:auto;
	margin-right:auto;
	width:180px;
	position:relative; 
	z-index:1;
}

.workscontainer:hover {
	opacity: 0.6;
}

.workscontainer2 {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:1074px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:36%;
	overflow-x:hidden;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:874px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:44%;
	overflow-x:hidden;
}

}

@media(min-width:361px) {
	.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02-sm.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}

section#contactus p {
	font-size:13px;
	line-height:15px;
}

.hiddenbird1 {
	visibility:hidden
}

.hiddenbird2 {
	visibility: visible
}

.hidden3 {
	visibility:hidden;
}

.hidden2 {
	visibility:hidden;
}

.hidden1 {
	visibility: visible;
}

.curtain-v2 {
	margin-top:-100px;
}
	
	/*header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v01a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 28px;
    line-height: 28px;
	padding-left:60px
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

    header .intro-text {
        padding-top: 150px;
        padding-bottom: 120px;
    }
	
	.title {
		margin-left: auto;
    	margin-right: auto;
		width:360px;
	}
	
	.tagline {
		padding-left: 203px;
		margin-top:-10px;
		font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 14px;
	}
	
	.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:100px auto;
	width:100px;
	height:auto;
}

	.crown img {
	width:100px;
	height:auto;
}

	.MWcontainer {
		margin-left: auto;
    	margin-right: auto;
		width:296px;
	}

	.Mcontainer {
		width:170px;
		height:auto;
		padding-top:60px;
	}
	
	.Wcontainer {
		width:170px;
		height:auto;
		float:right;
		margin-right: 0px;
		margin-top: -3px;
	}
	
	.bird {
	position: absolute;
    right: -20px;
    top: 130px;
    width: 55%;
	z-index:3;
}

section#about {
	padding:0;
	margin-top:-1px;
}

.bg_img {
   /*. text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v02a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	padding-bottom:10px;
	padding-top:100px;
}

.aboutus {
    position: relative;
}

.small-font p {
	margin-top:40px;
    font-size: 14px;
    line-height: 1.5;
	font-family: "Lato",sans-serif;
}

.midas-logo2 {
	margin-top:15px;
    width: 110px;
	height:auto
}
	
#curtain {
	 margin-top:-102px;
	 display:block;
	 z-index:3;
	 margin-left:0px
}

#curtain img {
	 width:500px;
	 height:633px;
	 display:block;
}

#curtain2 {
	 margin-top:-101px;
	 display:block;
	 z-index:2;
}

#curtain2 img {
	 width:700px;
	 height:633px;
	 display:block;
}

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow: hidden;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contactbg {
	background-color:#066fa9;
}

#contact .container {
	visibility:visible;
}

section#contact {
	padding-bottom:100px;
	background-color:#066fa9;
	color:#fff;
	overflow-x: hidden;
	visibility: hidden;
}


section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
}

.marginPortfolio {
    margin-top: 50px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio-v2 {
    margin-top: 370px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio2 {
	margin-left:0px;
}

section#portfolio {
	padding-bottom: 760px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 80px;
height:100%;
	padding-top:100px;
}

.workscontainer {
	margin-left:auto;
	margin-right:auto;
	width:230px;
	position:relative; 
	z-index:1;
}

.workscontainer:hover {
	opacity: 0.6;
}

.workscontainer :hover {
	background-image: url(../img/Employer-branding-slide-P.jpg);
}

.workscontainer2 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	position:relative;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:1074px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:36%;
	overflow-x:hidden;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide-P.jpg);
	position:absolute;
	z-index:2;
	height:640px;
	width:874px;
	margin-left:20px;
	background-repeat:no-repeat;
	background-size:44%;
	overflow-x:hidden;
}

}


@media(min-width:633px) {
.hidden3 {
	visibility:hidden;
}	
	
.hidden2 {
	visibility:visible;
}

.hidden1 {
	visibility: hidden;
}
}

@media(min-width:480px) {
.hidden3 {
	visibility:visible;
}	
	
.hidden2 {
	visibility:hidden;
}

.hidden1 {
	visibility: hidden;
}
}


@media(min-width:335px) {
section#portfolio {
	padding-bottom: 760px;
	padding-top:100px;
}
}

@media(min-width:310px) {
section#portfolio {
	padding-bottom: 700px;
	padding-top:100px;
}
}


@media(min-width:390px) {

.workscontainer2 {
	margin-left:auto;
	margin-right:auto;
	width:415px;
	position:relative;
}

section#portfolio {
	padding-bottom: 800px;
	padding-top:100px;
}

}

@media(min-width:768px) {
    .navbar-default {
        padding: 15px 0;
        border: 0;
        background-color:#fff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	
	.navbar-default .navbar-brand img {
		max-width:100%;
		height:auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #fff;
		box-shadow: 0px 2px  10px rgba(3,97,168,0.6);
    -moz-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
    -webkit-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
    -o-box-shadow: 0px 2px  10px  rgba(3,97,168,0.6);
		
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
	.navbar-default.navbar-shrink .navbar-brand {
		height:auto;
    }
	
	section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 36px;
}

.marginPortfolio {
    margin-top: 100px;
	margin-bottom:150px;
	margin-left:20px;
}

.marginPortfolio-v2 {
    margin-top: 400px;
	margin-bottom:150px;
	margin-left:3px;
}

.marginPortfolio2 {
	margin-left:80px;
}

section#portfolio {
	padding-bottom: 650px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 80px;
height:100%;
	padding-top:100px;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:55px;
	background-repeat:no-repeat;
	background-size:85%;
	overflow-x:hidden;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:55px;
	background-repeat:no-repeat;
	background-size:85%;
	overflow-x:hidden;
}
}

/*

section#about {
	padding:0;
	margin-top:-1px;
}

	header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}


header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 22px;
	padding-left:60px
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:100px auto;
	width:100px;
	height:auto;
}

.about {
	background-image: url(../img/about-bg.jpg);
    background-position: center center;
    background-repeat: none;
	height:400px;
	width:auto;
}

section#about {
	padding:0;
	margin-top:-1px;
}

.bg_img {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v02.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:10px;
	padding-top:100px;
}

.aboutus {
    position: relative;
}

.small-font p {
	margin-top:40px;
    font-size: 13px;
    line-height: 1.5;
}

.works {
	margin: 50px;
    text-align: left;
}

#curtain {
	 margin-top:-101px;
	 
}

.curtain-v2 {
    margin-top:-100px;	
	background-image: url(../img/curtain-02.jpg);
	height:633px;
	width:512px;
	position:absolute;
	z-index:2
}

.curtain-v2 img {
    right:-97px;	
}*/


@media(min-width:992px) {
	.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}

	.mwlogo {
		margin-left: 140px;
    	margin-top: 148px;
    	width: 150px;
	}
	
	section#contactus p {
	font-size:13px;
	line-height:15px;
}

	/*header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v01.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

    header .intro-text {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Lato', sans-serif;
		font-weight:300;
        font-size: 38px;
        line-height: 36px;
		padding-left:80px;
    }
	
	.MWcontainer {
		margin-left: 0;
    	margin-right: 20;
		width:100%;
	}
	
	.Mcontainer {
		width:190px;
		height:auto;
		padding-top:80px;
		margin-left:26px
	}
	
	.Wcontainer {
		width:190px;
		height:auto;
		float:right;
		margin-right: 17px;
		margin-top: -5px;
	}
		
	header .intro-text .MW {
    margin-left: 0px;
}
	
	header .intro-text .M {
        padding-top: 20%;
    }
	
	header .intro-text .W {
        margin-top: -5px;
    	margin-left: 43%;
    }
	
	header .intro-text .sub-head {
    padding-left: 48%;
}

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
		font-weight:lighter;
        font-family: 'Lato', sans-serif;
		font-weight:300;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
	
	.tagline {
		padding-left: 300px;
		font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 15px;
	}
	
	.title {
		margin-left: 0;
    	margin-right: 0;
		width:100%;
	}
	
	.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:135px auto;
	width:135px;
	height:auto;
}

	.crown img {
	width:135px;
	height:auto;
}
	
.bg_img {
   /* text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v02.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	padding-bottom:10px;
	padding-top:100px;
}	

section#about {
	padding:0;
	margin-top:-1px;
	margin-bottom:80px;
}

.aboutus {
    position: relative;
}

.about-bg {
	display:block;
	
}

.aboutbg {
	background-image:url(../img/about-bg-03.jpg);
	width:536px;
	height:311px;
	background-repeat:no-repeat;
	z-index:2; 
	position:absolute;
	margin-top:140px;
}

.small-font p {
	margin-top:40px;
    font-size: 14px;
    line-height: 1.5;
	font-family: "Lato",sans-serif;
}

.bird {
	position:absolute;
	right: -20px;
    margin-top: -390px;
	width:45%;
	z-index:3;
}

.midas-logo {
	margin-top: 427px;
    width: 30%;
	height:auto
}


.curtain-v2 {
    margin-top:-101px;	
	background-image: url(../img/curtain-03.jpg);
	height:673px;
	width:347px;
	position:absolute;
	z-index:3;
	right:-50px;
	background-repeat:no-repeat;
}

#curtain img {
	 width:660px;
	 height:673px
}

#contactbg {
	background-color:#066fa9;
}

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow-x: visible;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contact .container {
	visibility:visible;
}

section#contact {
	padding:100px 0 131px 0;
	overflow-x: hidden;
	visibility: hidden;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 36px;
}

.marginPortfolio {
    margin-top: 100px;
	margin-bottom:180px;
	margin-left:0px;
}

.marginPortfolio-v2 {
    margin-top: 100px;
	margin-bottom:180px;
	margin-left:0px;
}

.marginPortfolio2 {
	margin-left:0px;
}

section#portfolio {
	padding-bottom: 580px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 165px;
height:100%;
	padding-top:100px;
}

.workscontainer {
	margin-left:auto;
	margin-right:auto;
	width:292px;
}

.workscontainer:hover {
	opacity: 0.6;
}

.workscontainer2 {
	margin-left:-95px;
	margin-right:auto;
	width:1268px;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:55px;
	background-repeat:no-repeat;
	background-size:85%;
	overflow-x:hidden;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:55px;
	background-repeat:no-repeat;
	background-size:85%;
	overflow-x:hidden;
}

}

@media(min-width:800px) and (max-width:990px) {
.hidden9 {
	visibility:hidden;
}

.hidden10 {
	visibility:visible;
}
}

@media(min-width:768px) and (max-width:799px){
.hidden9 {
	visibility:visible;
}

.hidden10 {
	visibility: hidden;
}
}

@media(min-width:768px) and (max-width: 992px) {
	.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02-sm.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}
	section#contactus p {
	font-size:13px;
	line-height:15px;
}

	/*header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v01a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

    header .intro-text {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Lato', sans-serif;
		font-weight:300;
        font-size: 38px;
        line-height: 36px;
		padding-left:70px
    }
	
	header .intro-text .sub-head {
    padding-left: 48%;
}

	.MWcontainer {
		margin-top:30px;
		margin-left: auto;
    	margin-right: auto;
		width:335px;
	}

	.Mcontainer {
		width:190px;
		height:auto;
		padding-top:50px;
	}
	
	.Wcontainer {
		width:190px;
		height:auto;
		float:right;
		margin-right: 3px;
    	margin-top: -3px;
	}
	
	header .intro-text .MW {
    margin-left: 0px;
}
	
	header .intro-text .M {
        padding-top: 20%;
    }
	
	header .intro-text .W {
        margin-top: -3px;
    	margin-left: 45%;
    }
	
	.tagline {
		padding-left: 295px;
		font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 14px;
	}
	
	.title {
		margin-left: auto;
    	margin-right: auto;
		width:500px;
	}
	
	.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:110px auto;
	width:110px;
	height:auto;
}

	.crown img {
	width:110px;
	height:auto;
}
	
	
	.bg_img {
    /*text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg_v02a.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	padding-bottom:10px;
	padding-top:150px;
}	

section#about {
	padding:0;
	margin-top:-1px;
	margin-bottom:130px
}

.aboutus {
    position: relative;
}

.about-bg {
	display:block;
	
}

.aboutbg {
	background-image:url(../img/about-bg-04.jpg);
	width:408px;
	height:306px;
	background-repeat:no-repeat;
	z-index:2; 
	position:absolute;
	margin-top:280px;
}

.small-font p {
	margin-top:60px;
    font-size: 14px;
    line-height: 1.5;
	font-family: "Lato",sans-serif;
}

.bird {
	position: absolute;
    right: -20px;
    top: 250px;
    width: 55%;
	z-index:3;
}

.midas-logo {
	margin-top: 560px;
    width: 35%;
	height:auto
}

#curtain img {
	 width:560px;
	 height:863px;
}

.curtain-v2 {
    margin-top:-100px;	
	background-image: url(../img/curtain-04.jpg);
	height:863px;
	width:266px;
	position:absolute;
	z-index:3;
	right:-90px;
	background-repeat:no-repeat;
}

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow-x: visible;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contactbg {
	/*background-color: #066fa9;*/
	background: -webkit-linear-gradient(left, #066fa9 90%, #FFF 10%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #066fa9 90%, #FFF 10%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #066fa9 90%, #FFF 10%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #066fa9 90%, #FFF 10%); /* Standard syntax (must be last) */
}

#contact .container {
	visibility:visible;
}

section#contact {
	padding:100px 0 120px 0;
	overflow-x: hidden;
	visibility: hidden;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 36px;
}

.marginPortfolio {
    margin-top: 70px;
	margin-bottom:200px;
	margin-left:0px;
}

.marginPortfolio-v2 {
    margin-top: 400px;
	margin-bottom:200px;
	margin-left:0px;
}

.marginPortfolio2 {
	margin-left:0px;
}

section#portfolio {
	padding-bottom: 750px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 300px;
height:100%;
	padding-top:100px;
}

.workscontainer {
	margin-left:auto;
	margin-right:auto;
	width:230px;
	position:relative; 
	z-index:1;
}

.workscontainer:hover {
	opacity: 0.6;
}

.workscontainer2 {
	margin-left:-78px;
	margin-right:auto;
	position:relative;
	width:992px;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:25px;
	background-repeat:no-repeat;
	background-size:68%;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:25px;
	background-repeat:no-repeat;
	background-size:68%;
}

}

@media(max-height:3000px) {
		.hidden11 {
		visibility:hidden;
	}
	
	.hidden4 {
		visibility:hidden;
	}
	
	.hidden5 {
		visibility:hidden;
	}
	
	.hidden6 {
		visibility:visible;
	}
	
	.hidden7 {
		visibility:hidden;
	}
	
	.hidden8 {
		visibility:hidden;
	}
}


@media(max-height:1435px) {
		.hidden11 {
		visibility:hidden;
	}
	
	.hidden4 {
		visibility:hidden;
	}
	
	.hidden5 {
		visibility:hidden;
	}
	
	.hidden6 {
		visibility:hidden;
	}
	
	.hidden7 {
		visibility:visible;
	}
	
	.hidden8 {
		visibility:hidden;
	}
	
}

@media(max-height:1000px) {
		.hidden11 {
		visibility:hidden;
	}
	
	.hidden4 {
		visibility:hidden;
	}
	
	.hidden5 {
		visibility:visible;
	}
	
	.hidden6 {
		visibility:hidden;
	}
	
	.hidden7 {
		visibility:hidden;
	}
	
	.hidden8 {
		visibility:hidden;
	}
}






@media (max-height:899px) {
	.hidden11 {
		visibility:hidden;
	}
.hidden4 {
		visibility:visible;
	}
	
	.hidden5 {
		visibility:hidden;
	}
	
	.hidden6 {
		visibility:hidden;
	}
	
	.hidden7 {
		visibility:hidden;
	}	
	
	.hidden8 {
		visibility:hidden;
	}

}

@media (max-height:799px) {
	.hidden11 {
		visibility:visible;
	}
	
   .hidden4 {
		visibility:hidden;
	}
	
	.hidden5 {
		visibility:hidden;
	}
	
	.hidden6 {
		visibility:hidden;
	}
	
	.hidden7 {
		visibility:hidden;
	}	
	
	.hidden8 {
		visibility:hidden;
	}

}

/*@media(min-width:1200px) and (max-width:1499px) {
.hidden4 {
		visibility:visible;
	}
	
	.hidden5 {
		visibility:hidden;
	}
	
	.hidden6 {
		visibility:hidden;
	}

}*/

@media(min-width:1200px) and (max-width:1499px) {
.bird {
	position:absolute;
	right: -45px;
	margin-top:0px;
	margin-top:-350px;
	z-index:3;
}

.hiddenbird3 {
	visibility:visible
}

.hiddenbird4 {
	visibility:hidden
}

.hiddenbird5 {
	visibility:hidden
}
}

@media(min-width:1500px) {
.bird {
	position:absolute;
	right: -45px;
	margin-top:0px;
	margin-top:-360px;
	z-index:3;
}

.hiddenbird3 {
	visibility:hidden
}

.hiddenbird4 {
	visibility:visible
}

.hiddenbird5 {
	visibility:hidden
}
}

@media(min-height:1290px) {
.bird {
	position:absolute;
	right: -45px;
	margin-top:0px;
	margin-top:-360px;
	z-index:3;
}

.hiddenbird3 {
	visibility:hidden
}

.hiddenbird4 {
	visibility:hidden
}

.hiddenbird5 {
	visibility:visible
}
}

@media(min-width:2000px) {
.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02-sm.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}	
	
.curtain-v2 {
    margin-top:-101px;	
	background-image: url(../img/curtain-02-xl.jpg);
	height:633px;
	width:990px;
	position:absolute;
	z-index:3;
	right:-700px;
	overflow:hidden;
}
}

@media(min-width:1800px) and (max-width:1999px) {
.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02-sm.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}

.curtain-v2 {
    margin-top:-101px;	
	background-image: url(../img/curtain-02-l.jpg);
	height:633px;
	width:680px;
	position:absolute;
	z-index:3;
	right:-380px;
	overflow:hidden;
}
}

@media(min-width:1200px) and (max-width:1799px) {
.bgbg {
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-02.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-bottom:0px;
	padding-top:0px;
}

.curtain-v2 {
    margin-top:-101px;	
	background-image: url(../img/curtain-02.jpg);
	height:633px;
	width:512px;
	position:absolute;
	z-index:3;
	right:-97px;
	overflow:hidden;
}
}


@media(min-width:1200px) {

	.mwlogo {
		margin-left:40px;
		margin-top:113px;
		width: 179px;
	}
	
	section#contactus p {
	font-size:14px;
	line-height:15px;
}	
	
	header {
    text-align: center;
    /*color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;*/
}

    header .intro-text .intro-lead-in {
        margin-bottom: 30px;
        font-family: 'Lato', sans-serif;
		font-weight:300;
        font-size: 43px;
        line-height: 40px;
		padding-left:80px;
    }
	
	header .intro-text .MW {
    margin-left: 0px;
}

.MWcontainer {
		margin-left: 0;
    	margin-right: 0;
		width:100%;
	}
	
	.Mcontainer {
		width:229px;
		height:auto;
		padding-top:100px;
		top:300px
	}
	
	.Wcontainer {
		width:229px;
		height:auto;
		float:right;
		margin-right: 33px;
		margin-top: -3px;
		bottom:300px
	}
	
	header .intro-text .M {
        padding-top: 20%;
    }
	
	header .intro-text .W {
        margin-top: -5px;
    	margin-left: 37.2%;
	}
	
	.tagline {
	padding-left: 340px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 16px;
	}
	
	.title {
		margin-left: 0;
    	margin-right: 0;
		width:100%;
	}
	
	.crown img {
	width:135px;
	height:auto;
}
	
	
	.crown {
	background-image: url(../img/crown.png);
	background-repeat:no-repeat;
	background-size:135px auto;
	width:135px;
	height:auto;
}
	
	.bg_img {
    text-align: center;
    /*color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;*/
	padding-bottom:10px;
	padding-top:100px;
}	

section#about {
	padding:0;
	margin-top:-1px;
	margin-bottom:80px;
}

.aboutus {
    position: relative;
}

.aboutus2 {
	top:-500px;
	position: relative;
}

.aboutimg {
	visibility:hidden;
	height:0;
}

.about-bg {
	display:block;
	
}

.aboutbg {
	background-image:url(../img/about-bg-02.jpg);
	width:653px;
	height:410px;
	background-repeat:no-repeat;
	z-index:2; 
	position:absolute;
	margin-top:140px;
}

.small-font p {
	margin-top:110px;
    font-size: 15.1px;
    line-height: 1.75;
	font-family: "Lato",sans-serif;
}

/*.bird {
	position:absolute;
	right: -45px;
	margin-top:0px;
	margin-top:-100px;
	z-index:3;
}*/

.midas-logo {
	margin-top: 513px;
    width: 30%;
	height:auto
}

#portfolio .container {
	margin-bottom:100px;
}

#contactus .container {
	margin-bottom:100px;
}

.marginT{
	margin-left: -20px;
    margin-top: -325px;
}

.marginPortfolio {
    margin-top: 120px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio-v2 {
    margin-top: 120px;
	margin-bottom:150px;
	margin-left:0px;
}

.marginPortfolio2 {
	margin-left:0px;
}

section#portfolio {
	padding-bottom: 450px;
	padding-top:100px;
}

section#contactus {
 margin-bottom: 0px;
padding-bottom: 20px;
height:100%;
	padding-top:100px;
}

#curtain img {
	 width:904px;
	 height:633px;
}

/*.curtain-v2 {
    margin-top:-101px;	
	background-image: url(../img/curtain-02.jpg);
	height:633px;
	width:512px;
	position:absolute;
	z-index:3;
	right:-97px;
	overflow:hidden;
}*/

#portfolio .container {
	visibility:visible;
}

section#portfolio {
	overflow-x: visible;
	visibility: hidden;
}

#contactus .container {
	visibility:visible;
}

section#contactus {
	overflow: hidden;
	visibility: hidden;
	color:#fff;
}

#contactbg {
	/*background-color: #066fa9;*/
	background: -webkit-linear-gradient(left, #066fa9 70%, #FFF 30%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #066fa9 70%, #FFF 30%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #066fa9 70%, #FFF 30%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #066fa9 70%, #FFF 30%); /* Standard syntax (must be last) */
}

#contact .container {
	visibility:visible;
}

section#contact {
    /*background-color: #066fa9;*/
	background: -webkit-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #066fa9 80%, #FFF 20%); /* Standard syntax (must be last) */
}

section#contact {
	padding:100px 0 131px 0;
	overflow-x: hidden;
	visibility: hidden;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    font-size: 43px;
    font-weight: 300;
    line-height: 40px;
}

.workscontainer {
	margin-left:auto;
	margin-right:auto;
	width:292px;
}

.workscontainer2 {
	margin-left:-75px;
	margin-right:auto;
	width:1380px;
}

.workscontainer:hover {
	opacity: 0.6;
}

.EmployerBranding{
	background-image: url(../img/Employer-branding-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:80px;
	background-repeat:no-repeat;
	background-size:100%;
}

.TroughtTheLine {
	background-image: url(../img/trought-the-line-slide.jpg);
	position:absolute;
	z-index:2;
	height:504px;
	width:1024px;
	margin-left:80px;
	background-repeat:no-repeat;
	background-size:100%;
}
}


section {
    padding: 100px 0;
}


section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 120px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#contactus .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#contactus .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#contactus .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#contactus .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#contactus .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#contactus .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#contactus .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#contactus .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

#contactus .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#contactus .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#contactus .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
	
	    #contactus .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

#contactbg {
	background-color:#066fa9;
}

#contact .container {
	visibility:visible;
}

section#contact {
    background-color: #066fa9;
	/*background: -webkit-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Safari 5.1 to 6.0 */
   /* background: -o-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(left, #066fa9 80%, #FFF 20%); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(left, #066fa9 80%, #FFF 20%); /* Standard syntax (must be last) */
	color:#fff;
	overflow-x: hidden;
	visibility: hidden;
}



/*section#contactus p {
	font-size:14px;
	line-height:15px;
}*/

section#contactus .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

.marginT{
	margin-left: -20px;
    margin-top: -325px;
}