@font-face {
    font-family: 'quaverSans';
    src: url('fonts/quaversans-webfont.eot');
    src: local('Quaver Sans'), local('Quaver-Sans'), url('../fonts/QuaverSans.otf') format('opentype');
    src: local('Quaver Sans'), local('Quaver-Sans'), url('../fonts/quaversans-webfont.ttf') format('truetype');
}

body, html { overflow-x:hidden; }
body {
    background-color: #ffffff;
    font-family:  'Open Sans', sans-serif;
    font-size: 16px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

p {
    font-size: 22px;
}

div > h3 {
    font-size: 36px;
    text-align: center;
    margin: auto;
}

div.pricingText {
    text-align: center;
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.sifter_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.incFontSize {
    width: 600px !important;
    font-size: 200%;
}

.decFontSize {
    font-size: 80%;
}

.wide {
    width: 600px !important;
}

ul.navbar-nav {
    font-weight: 400 !important;
    text-transform: lowercase;
    margin-top: 54px;
}

ul.navbar-nav li a {
    font-weight: 400 !important;
}

.sifter-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.sifter-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.sifter-top-menu .navbar-toggle {
    margin-top: 38px;
}

.sifter-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

div.section {
    padding-top: 16px;
    padding-bottom: 32px;
}

.greybg {
	background-color: #eee;
}

@media (max-width: 768px) {
    p.newsItem {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* ------ Carousel ----- */

#sifter-carousel {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
	clear: both;
}

#sifter-carousel .carousel-caption {
    z-index: 10;
}

#sifter-carousel .item {
    height: 500px;
}
#sifter-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #sifter-carousel .carousel-caption p {
        line-height: 1.4;
        font-size: 21px;
    }

    #sifter-carousel .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #sifter-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #sifter-carousel {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
		clear: both;
    }
}

.carousel-indicators li {
	color: #758692 !important;
	border-color: #758692 !important;
	background-color: #758692 !important;
}

.carousel-indicators .active {
	color: black !important;
	border-color: black !important;
	background-color: #135c92 !important;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}
.carousel-control {
	color: #135c92 !important;
}

.carousel-caption {
	bottom: auto !important;
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.sifter-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.sifter-slogan {
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.sifter-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.sifter-service-item {
    margin-bottom: 10px;
    font-size: 20px;
}


.sifter-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #135c92;
}

div.container h2 {
    font-size: 36px;
    margin-top: 12px;
    color: #135c92;
}

.footer-bottom {
	padding-top: 16px;
	font-size: 20px;
}

.subheader {
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #135c92;
}

.btn-blue {
    background-color: #135c92;
    border-bottom:2px solid #135c92;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #135c92;
    color:#ffffff;
}

.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300 !important;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #135c92;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #135c92;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #135c92;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.sifter-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}


#sifter-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.sifter-contact-map {
    margin-bottom: 15px;
    height: 378px;
}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.sifter-partners {
	border-top: 2px solid #cccccc;
}

.sifter-partners .sifter-partner-item {
    margin-bottom: 5px;
}

.sifter-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.sifter-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.sifter-gallery-category a {
	color:#333333; 
}

.sifter-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.sifter-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.sifter-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.sifter-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.sifter-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.sifter-project-gallery li img {
  cursor: pointer;
}

.sifter-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .sifter-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .sifter-project-gallery {
        margin-left: -70px;
    }

    .sifter-service-item-header {
        padding: 16px 10px 20px;
    }

    .sifter-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .sifter-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .sifter-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .sifter-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .sifter-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.sifter-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.sifter-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}

/*** logo area ***/

.logopart {
	display: inline-block;
}

.logotext {
    font-size: 72px;
    color: #135c92;
    vertical-align: bottom;
    padding-bottom: 18px;
    font-weight: normal !important;
}
/*** testimonials ***/

.testimonial {
    margin: 0;
    padding: 10px 50px;
    position: relative;
    color: black;
	font-weight: bold;
	border: none !important;
}

.testimonial > p {
	text-align: justify;
}

.testimonial:before, .testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 64px;
	line-height: 1;
	font-style: normal;
}

.testimonial:before {
	top: 0;
	left: 10px;
}

.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #185B8E;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 7px 0 0 25px;
    color: #888;
    text-align: left;
}

.testimonial-author span {
	color: #666;
}

.testimonial > blockquote {
	margin: 0;
}

@media (max-width: 1024px) {
.testimonial {
    margin: 0;
    padding: 10px 0;
    position: relative;
    font-family: Georgia, serif;
    color: black;
    font-style: italic;
	font-weight: bold;
	border: none !important;
}

.testimonial > p {
	text-align: justify;
}

.testimonial:before, .testimonial:after {
	content: "";
	position: absolute;
	line-height: 1;
	font-style: normal;
}
.testimonial:before {
	top: 0;
	left: 10px;
}

.testimonial:after {
	content: "";
	right: 10px;
	bottom: -0.5em;
}
blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
}
}
/*** controls ***/
.control-group {
    padding: 8px;
}

.required {
    color: #FF0000;
}

.formAddress {
    width: 300px;
}

form.loginform {
	font-size: 18px;
	margin-bottom: 16px;
}

form.loginform > div.form-group {
    margin-right: 0;
    margin-left: 0;
}

button.textbutton {
    background: none;
    border: none;
    color: #135c92;
}

div.twbuttongroup {
    display: inline-block;
    border-right: 1px solid #135c92;
    white-space: nowrap;
    padding: 2px 8px;
    margin: 0;
}

    div.twbuttongroup.last {
        border: none;
    }

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 2px;
}
input.large {
    height: 32px;
}
input.full {
    width: 100%;
}
.circlebutton {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    font-size: 16px;
    color: #135c92;
    line-height: 48px;
    text-align: center;
    background: #ebeeef;
    border: none;
}

.circlebutton:hover {
	background-color: #dde2e4;
}

.circlebutton:focus {
	outline: 0;
}

.block {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.loginButton {
    font-weight: bold;
    width: 184px;
    height: 28px;
    padding: 0;
    margin-right: 12px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dedede));
    background-image: -webkit-linear-gradient(#fefefe,#dedede);
    background-image: -moz-linear-gradient(#fefefe,#dedede);
    background-image: -o-linear-gradient(#fefefe,#dedede);
    background-image: linear-gradient(#fefefe,#dedede);
    border: 1px solid #cccccc;
	font-size: 16px;
}

div.sifter-news {
	font-size: 24px;
}
div.sifter-pricing {
	font-size: 24px;
}
div.center-align {
	margin: auto;
	width: 300px;
}

@media (max-width: 768px) {

.loginButton {
    font-weight: bold;
    width: 80px;
    height: 28px;
    padding: 0;
    margin-right: 12px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dedede));
    background-image: -webkit-linear-gradient(#fefefe,#dedede);
    background-image: -moz-linear-gradient(#fefefe,#dedede);
    background-image: -o-linear-gradient(#fefefe,#dedede);
    background-image: linear-gradient(#fefefe,#dedede);
    border: 1px solid #cccccc;
	font-size: 16px;
}

a.btn {
	padding: 6px !important;
}

div.sifter-news {
	float: none !important;
}

}

/*** filters ***/
div.filter-item {
	display: inline-block;
	padding-right: 24px;
	width: 400px;
	text-align: left;
}
div.filter-item-img {
	clear: both;
	display: inline-block;
	padding-right: 24px;
}
div.filter-item-text {
	display: inline-block;
	color: #135c92;
	font-size: 24px;
	font-weight: normal;
}


