.text-logo
{
	font-size:1.7em;
	font-weight:bold;
	margin-top:13px;
	text-decoration:none;
	color:#2f2b40;
}

html,
body {
    width: 100%;
    height: 100%!important;
}

body {
    font-size: 18px;
    line-height: 1.9;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #122b40;
	overflow-x:hidden;
}

a {
    color:#789;
    text-decoration: underline;
}

a, .btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover, a:focus {
    color:#999;
}

img {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

img:hover, img:focus {
    opacity:0.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
    font-weight: 700;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 30px;
}

h1, .heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 35px;
    letter-spacing: -2px;
}

h1 a, h1 a:hover,  h1 a:focus,
.heading a, .heading a:hover, .heading a:focus {
    text-decoration: none;
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

h3 {
    line-height: 1.5;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 15px 15px 0 0;
}


.head {
    padding: 60px 0;
}

.text-vertical h1, .text-vertical .heading {
    display: inline-block;
}

.text-vertical a {
    color: #fff;
}

.text-vertical p {
    margin-bottom: 30px;
}

.btn,
input,
textarea {
    border-radius: 2px!important;
}


.btn-dark {
    border-radius: 50%!important;
    color: #fff;
    background-color: rgba(120,120,120,0.6);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.9);
    opacity: .8;
}

.btn-light {
    color: #999;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #ccc;
}

a.border-button, a.border-button-black, .border-button, .border-button-black {
    font-size:16px;
    padding:10px 50px;
    margin-top:10px;
    font-weight:400;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-shadow: none;
}

a.border-button, .border-button {
    border:2px solid #E4E4E4;
    color:#E4E4E4;
}

a.border-button-black, .border-button-black {
    border:1px solid #444;
    background: transparent;
}

.border-button:hover, .border-button-black:hover,
.border-button:focus, .border-button-black:focus {
    opacity: 0.7;
}

.border-button:hover, .border-button:focus {
    color: #fff;
}


.text-vertical {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.intro 
{
    display: table;
    position: relative;
    width: 100%;
	
   
    background: url(../images/couple.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.footer,
.call-to-action {
    background: #1B1F23;
    color: #fff;
}

#contactForm {
    background: rgba(0,0,0,0.3);
    padding: 10px 35px 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: none;
}

.help-block li {
    font-size: 12px;
    list-style: none;
    color:#fff;
}

#contact .help-block li {
    color:#000;
}

.help-block ul {
    padding: 0;
    margin: 0;
}

#top .form-control {
    margin-bottom:0;
}

#top .form-group {
    margin-bottom: 10px;
}

#contact .form-group {
    margin-bottom: 0;
}

.form-control {
    margin-bottom: 15px;
}

.form-signin p {
    margin-bottom: 20px;
}

.checkbox {
    margin-bottom: 10px;
}


.btn,
.btn:focus,
.btn:active,
.active {
    outline: 0;
}

.scroll-btn {
    padding: 5px 0 50px;
    width: 100%;
    display: block;
    text-align: center;
}

.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 75px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}

.scroll-btn .mouse span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@-moz-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }

.img-about-greed img {
    height: 460px;
}
.case-study img {
    height: 675px;
}

@media(max-width:1200px) {
    .case-study img {
        padding-top:40px;
    }
}

.services-grid,
.about-grid,
.case-study{
    overflow: hidden;
}

.latest-profiles,
.about-grid {
    background: #eeeeee;
}

.services .fa,
.about-grid .fa,
.case-study .fa {
    color:#789;
    padding: 30px 15px 0 0;
}

.callout {
    display: table;
    width: 100%;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout .text-vertical,
.overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
	
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 230px;
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(119, 136, 153, 0.5);
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	z-index:10000;
}
.portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
.portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -30px;
}
.portfolio-link:hover {
    -moz-transform: scale(1.04);-webkit-transform: scale(1.04);-o-transform: scale(1.04);-ms-transform: scale(1.04);transform: scale(1.04);
}
.portfolio-item {
    overflow: hidden;
}
@media(max-width:767px) {
    .portfolio-item img {
        width: 100%;
    }
	
	.text-logo
	{
		font-size:1.3em !important;
	}
}

.portfolio-modal .modal-content {
    padding: 60px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 30px;
}

.portfolio-modal .modal-content img,
.portfolio-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color:#000;
    opacity: 0.5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-body {
    max-width: 800px;
    margin:0 auto;
    padding: 0 20px;
}

#sponsor {
    padding: 30px 0;
    background: #f2f2f2;
}

.sponsor img {
    max-width: 132px;
    height: 50px;
    margin: 50px auto;
    display: block;
}

.carousel-inner img
{  width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block!important;
    border:3px solid #789;
}

.carousel-caption {
    position: static;
}

.carousel-indicators .active, .carousel-indicators li  {
    width: 16px;
    height: 16px;
    margin: 0 5px -50px;
}

.carousel-name {
    font-style: italic;
    font-size: 16px;
    color: #789;
}

.call-to-action .carousel-caption,
.call-to-action .carousel-indicators {
    text-align: left;
    left: 0;
    margin-left: 0;
}

footer {
    background: #eee;
}

footer,
.overlay,
.callout .text-vertical {
    padding: 150px 0;
}


.services,
.about,
.about-grid,
.case-study,
.call-to-action,
.head {
    padding: 100px 0;
}

.footer {
    padding: 30px 0;
}

#contact {
    padding: 200px 0;
}

#case-study,
#services {
    background: #eee;
}

#contact {
    display: table;
    width: 100%;
    background: url(../img/desk.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#contact2 {
    display: table;
    width: 100%;
    color: #fff;
    background: url(../img/contact.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header a, .call-to-action a, .callout a, #contact2 a {
    color: #fff;
}

.header a:hover, .call-to-action a:hover, .callout a:hover, #contact2 a:hover {
    opacity: .8;
}

.list-inline {
    padding: 30px 0;
}

.no-pad {
    padding: 0;
}

.no-pad-right {
    padding-right: 0;
}

#map {
    width: 100%;
    height: 300px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {

	.languages-menu img
	{
		max-height:16px;
	}
	
	.languages-menu
	{
		margin-bottom:12px;
	}
	
    body {
        line-height: 1.7;
    }
    h1, .heading {
        font-size: 35px;
    }
    a.border-button {
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 20px;
    }
    .about-grid,
    .services,
    .case-study,
    #contact {
        text-align: center;
    }

}

@media (max-width: 992px) {

	#nav_menu
	{
		width:100%;
		clear:both;
		
	}
	
	.top-menu
	{
		text-align:center !important;
		width:100%;
		clear:both;
		padding-left:20px;
	}
	
	.top-menu li
	{
		border-bottom:1px solid #778899;
	}
	
    #contactForm {
        max-width: 450px;
        margin: 0 auto;
    }

    .text-vertical,
    footer {
        text-align: center;
    }
    .scroll-btn {
        padding-top: 30px;
    }

}

@media (max-width: 1200px) {
    .no-pad-right {
        padding-right: 15px;
    }
    .footer {
        height: 620px;
    }

    .call-to-action .carousel-caption,
    .call-to-action .carousel-indicators {
        text-align: center;
        width: 100%;
    }

    .services,
    .about,
    .case-study,
    footer,
    .overlay,
    .head,
    .callout .text-vertical,
    .footer,
    .call-to-action,
    #contact {
        padding: 60px 0;
    }

    #contactForm {
        padding: 15px;
    }
}

@media (max-width: 1440px) {
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .text-vertical {
    
    }
}
@media(max-width:1200px) {
    .header, .callout, #contact2 {
        background-attachment: scroll;
    }
}






form#main fieldset 
	{
		border: none;
		margin-bottom: 25px;
	
	}

	form#main fieldset:last-of-type 
	{
		margin-bottom: 0;
	}

	form#main legend 
	{
		
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	form#main ol li 
	{
		list-style: none;
	}

@media (max-width: 767px) 
{
	form#main {
		padding:20px;
		width:100% !important;
		min-width:300px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#f8f8f8;
	}
	
	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: 1px solid #eaeaea;
		outline: none;
		padding: 5px;
		clear:both !important;
		width: 100% !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}
	
	form#main label {
		
		font-size:16px;
		margin-top:10px;
	}
	
	#main-login-form
	{
		width: 320px !important;
		margin-left:-160px !important; 
	}
	
	.login-form-field
	{
		width:160px !important;
	}
}


@media (min-width: 768px) 
{
	form#main {
		
		padding: 20px;
		width: 95%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#eaeaea;
	}

	



	form#main ol li 
	{
		background: #f4f4f4;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
		line-height: 30px;
		list-style: none;
		padding: 5px 10px;
		margin-bottom: 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	form#main ol ol li 
	{
		background: none;
		border: none;
		float: left;
	}

	form#main label {
		float: left;

		width: 28%;
		font-weight:400;
	}

	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: none;
		font: italic 13px Georgia, "Times New Roman", Times, serif;
		outline: none;
		padding: 5px;
		width: 65%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}
	form#main input:not([type=submit]):focus,
	form#main textarea:focus 
	{
		background: #eaeaea;
	}

	form#main input[type=radio]
	 {
		float: left;
		margin-right: 5px;
	}
}




.top-line
{
	width:100%;
	-webkit-box-shadow: 0 4px 4px -2px #aaaaaa;
   -moz-box-shadow: 0 4px 4px -2px #aaaaaa;
    box-shadow: 0 4px 4px -2px #aaaaaa;
	height:8px;
}


.bottom-links-nav ul
{
	list-style:none;
	margin:0;
	padding:0;
	
}
.bottom-links-nav li
{
	margin-bottom:12px;
	width:50%;
	float:left;
}
.bottom-links-nav li:last-child
{
	margin-bottom:0;
}

.bottom-links-nav a
{
	text-decoration:none !important;
	color:#ffffff !important;
}
.bottom-links-nav a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.widget-title {
	color:#ffffff;
	margin:35px 0 15px 0;
	text-align:left;
}


.white-font
{
	color:#ffffff !important;
}


.bottom-links h4
{
	font-weight: bold;
	margin-top:0px;
}

.no-left-padding
{
	padding-left:0px !important;
}

.padding-40
{
	padding-top:50px;
	padding-bottom:40px;
}

.padding-20
{
	padding-top:30px;
	padding-bottom:30px;
}

#header
{
	padding-top:10px;
	padding-bottom:5px;
}

.margin-bottom-0
{
	margin-bottom:0px;
}

.margin-top-15
{
	margin-top:15px;
}


.small-font
{
	font-size:12px;
	margin-bottom:15px;
}

.main-container
{
	min-height:350px;
}

.main-menu-link
{
	text-decoration:none;
}

.top-right-link
{
	text-decoration:none;
	margin-left:15px;
	
}

.margin-5
{
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.no-decoration
{
	text-decoration:none !important;
}

.languages-menu
{
	position:relative;
	top:-6px;
}


@media (min-width: 993px)
{
	.hide-sm
	{
		display:block !important;
	}
	
	.no-left-padding-sm
	{
		padding-left:0px !important;
	}

}

@media (max-width: 992px) 
{
	.hide-sm
	{
		display:none;
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

.btn-warning 
{

  color: #ffffff;
  text-shadow: 0.1em 0.1em #666666;
  background:#fea212;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbb12', endColorstr='#fea212'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#fdbb12), to(#fea212)); 
  background: -moz-linear-gradient(top,  #fdbb12,  #fea212); 
  border-color: #eea236;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
}

.latest-profile-pic
{
	 width:auto;
    height: 150px;
    overflow:hidden;
}

.g-recaptcha {
    margin-left:160px;
}

@media only screen and (max-width: 600px) {
  .g-recaptcha {
    margin-left:0px !important;
  }
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
 {
    .g-recaptcha {
        position:relative !important;
        top:-35px !important;
    }
 }

 @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
     .g-recaptcha {
        position:relative !important;
        top:-35px !important;
        margin-left: 195px !important;
     }
}
