@charset "UTF-8";
/*
 * Stew - ver 1.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * (c) 2012 themio.net
 *
*/
/* GENERAL MARKUP RULES */

@font-face {
  font-family: "CustomFont";
  src: url('../font/CreteRound-Regular.eot');
  src: url('../font/CreteRound-Regular.eot?#iefix') format('eot'), url('../font/CreteRound-Regular.woff') format('woff'), url('../font/CreteRound-Regular.ttf') format('truetype'), url('../font/CreteRound-Regular.svg#CreteRound-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* -------------------- */
body {
    text-align: center;
    margin-bottom: -30px;
    font-size: 16px;
    font-family: Arial, serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: CustomFont, Arial, serif; 
}
input, button, select, textarea, label{
  font-family: Arial, serif;
}
.menuButton{
  font-family: CustomFont, Arial, serif !important;
}
.twtr-doc *{
  font-family: Arial, serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; 
    color: #68666b;
    /*text-transform: uppercase;*/
    margin: 0; 
}
h1 small, h2 small, h3 small, h4 small, h5 small { text-transform: none; }

h1 { font-size: 30px; }
h2 { font-size: 20px; }
h1 small, h2 small, h3 { font-size: 20px;}
h3 small, h4 { font-size: 15px; }
h4 small, h5, nav-header { font-size: 15px; }
h6 { font-size: 11px; }

h1 {line-height: 40px; }
h2 {line-height: 30px; }
h3 {line-height: 30px; }
h4, h5, h6 { line-height: 24px; }

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

a:hover {
    color: #666;
    text-decoration: underline; }

figure {
    margin-bottom: 24px; }

/* PAGE SECTIONS */
/* ------------- */
.section {
    padding: 0px;
    padding-top: 0px;
    margin: 0;
    position: relative; }
    
.section.block-quote{
    padding: 0px;
}

.section.alt, .section.alt h1 span, .section.alt h2 span {
    background-color: transparent;
}
.section.alt.dark, .section.alt.dark h1 span, .section.alt.dark h2 span {
    background-color: transparent;
}

.section.alt.smoke-white{
    background-image: url("../img/bg-thumbs.png");
    background-repeat: repeat-x;
}
.section.alt.smoke-white,
.section.alt.smoke-white h1 span,
.section.alt.smoke-white h2 span {
    background-color: transparent;
}

.section.alt.smoke-white-reverse{
    background-image: url("../img/bg-thumbs_footer.png");
    background-repeat: repeat-x;
    background-position: center bottom;
}
.section.alt.smoke-white-reverse,
.section.alt.smoke-white-reverse h1 span,
.section.alt.smoke-white-reverse h2 span {
    background-color: transparent;
    color: #555555;
}

.section.alt.blue,
.section.alt.blue h1 span,
.section.alt.blue h2 span {
    background-color: transparent;
}

.section.alt.white,
.section.alt.white h1 span,
.section.alt.white h2 span{
    background-color: transparent;
    color: #555555;
}

.section.alt.cream,
.section.alt.cream h1 span,
.section.alt.cream h2 span{
    background-color: transparent;
    color: #111;
}

.section.alt.light-blue,
.section.alt.light-blue h1 span,
.section.alt.light-blue h2 span{
    background-color: transparent;
}

.section.alt.light-gray,
.section.alt.light-gray h1 span,
.section.alt.light-gray h2 span{
    background-color: transparent;
}

.section.alt.white{
    color: #555555;
}

.section.alt, .section.alt h1, .section.alt h2, .section.alt h3{
    color: #fff;
}
.section.alt.dark, .section.alt h1.dark, .section.alt h2.dark, .section.alt h3.dark{
    color: #555555;
}
.section h1 span, .section.alt h2 span{
    padding: 0px 15px;
}
.progress-header{
    display: block;
    text-transform: uppercase;
    text-align: left;
}
.big-text{
    font-size: 30px;
    padding: 30px 0px;
    display: block;
}
/* MAP AREA */
/* -------- */
.map {
    height: 274px;
    position: relative;
    z-index: 0; 
}
.map .meta{
    position: absolute;
    top: 35px;
    right: 0px;
    z-index: 1;  
    background-color: transparent;
    /* works for IE 8. */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
    opacity: 1;
    width: 75%;
}
.map .meta .info{
    padding: 10px 15px;
    text-align: left;
}
.map .content{
    height: 100%; 
}
.map img {
    max-width: none; 
}
/* MISC */
/* ------- */
.postStatus{
    padding: 10px 45px;
    color: #FFF;
    background: #999999;
    border-radius: 5px;
    text-shadow: none;
}
.postStatus.success{ background: #C7F464; }
.postStatus.error{ background: #FD6533; }
/* BUTTONS */
/* ------- */
.btn-stew{
    padding:10px 45px;
    border-radius: none; border: none;
    text-transform: uppercase;
}
.btn-stew, .label{
    font-weight: normal;
    background:none;
    text-shadow: none;
    color: #eee;
    background-color: transparent;
}
.btn-stew:hover, .btn-stew.btn-primary:hover, .btn-stew.btn-info:hover,
.btn-stew.btn-success:hover, .btn-stew.btn-warning:hover, .btn-stew.btn-danger:hover,
.btn-stew.btn-inverse:hover{background-color: #3a3a3a; }
.btn-stew.btn-primary, .label.label-primary{background-color: #68666b; color: #fff;}
.btn-stew.btn-info, .label.label-info{background-color: #4ECDC4;}
.btn-stew.btn-success, .label.label-success{background-color: #C7F464;}
.btn-stew.btn-warning, .label.label-warning{background-color: #FFA600;}
.btn-stew.btn-danger, .label.label-important {background-color: #EE4E4E;}
.btn-stew.btn-inverse, .label.label-inverse{background-color: #333333;}
.form-horizontal button{
    float: left;
}
.custom-button-submit{
  background-color: transparent;
  background-image: url('../img/send_message.png');
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  width: 170px;
  height: 40px;
  padding: 0px;
  font-size: 14px;
  text-transform: none;
  margin-top: -8px;
}
.custom-button-submit:hover{
  background-color: transparent;
  background-image: url('../img/send_message_hover.png');
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  width: 170px;
  height: 40px;
  padding: 0px;
  font-size: 14px;
  text-transform: none;
  margin-top: -8px;
}
/*
orange bg: #fd6533 rgb(253, 101, 51, 0.95)
dark bg: #25262a rgb(37, 38, 42, 0.95)
menu : #808487 
home bold text: #313131
portfolio header: #3a3a3a
*/
/* HEADER SECTION */
/* -------------- */
.navbar-inner {
    background: white;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}


/* THEME UTILITIES */
/* ----------------*/
/* align center inline elements */
.pull-center {
    text-align: 9;
    margin-left: auto;
    margin-right: auto; }

/* Bottom bordered lists */
.bordered {
    margin-bottom: 0; }
.bordered > li {
    border-bottom: 1px solid #eeeeee; }
.alt .bordered > li {
    border-color: #d4d4d4; }

/* Block display class */
.blocked {
    display: block; 
    margin: 20px;
}

/* icon lists */
.icons {
    list-style-type: none;
    margin-left: 2em;
    text-indent: -1em; }
.icons li [class^="icon-"], .icons li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1em; }
.icons li small {
    display: block;
    text-indent: 0; }

/* big icons */
.huge-icon {
    font-size: 3.2em; 
    color: #ffffff;
    margin: 10px 9px;
}
.huge-icon.circled {
    display: block;
    float: none; margin: auto;
    width: 100px;
    height: 100px;
    line-height: 2.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent}

.enormous-icon {
    font-size: 5em;
    line-height: 1; color: transparent;}

.enormous-icon.circled:hover {
    background-color: transparent;}

.enormous-icon.circled {
    display: block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* BOOTSTRAP UTILITIES */
/* --------------------*/

/* section header */
.section-header, .section-header-white{
    margin: 25px 0px 45px 0px;
}
.header-line{
    margin-top: -68px;
    margin-bottom: 48px;
    width: 100%;
    border-top: 1px solid #fff;
    }
.header-line.dark{
    border-top: 1px solid #dedede;    
    }    
.section-header a {
    color: #999999; }
.section-header a:hover {
    color: #555555;
    text-decoration: none; }
.alt .section-header {
    border-color: #d4d4d4; }
.row-fluid{ margin: 30px 0px; }
.progress {
    height: 25px;  
    background: none;
    background-color: transparent; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#3a3a3a', GradientType=0);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3a3a, endColorstr=#3a3a3a)";*/
}
.progress .bar {
    background-color: transparent;
    background-image: -moz-linear-gradient(top, #FA5823, #DE4D1D);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FA5823), to(#DE4D1D));
    background-image: -webkit-linear-gradient(top, #FA5823, #DE4D1D);
    background-image: -o-linear-gradient(top, #FA5823, #DE4D1D);
    background-image: linear-gradient(to bottom, #FA5823, #DE4D1D);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA5823', endColorstr='#DE4D1D', GradientType=0);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA5823, endColorstr=#DE4D1D)";*/
}
.progress .green {
    background-color: transparent;
    background-image: -moz-linear-gradient(top, #76A813, #689410);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76A813), to(#689410));
    background-image: -webkit-linear-gradient(top, #76A813, #689410);
    background-image: -o-linear-gradient(top, #76A813, #689410);
    background-image: linear-gradient(to bottom, #76A813, #689410);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76A813', endColorstr='#689410', GradientType=0);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#76A813, endColorstr=#689410)";*/
}
.progress .blue1 {
    background-color: transparent;
    background-image: -moz-linear-gradient(top, #1FA9C4, #188AA1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1FA9C4), to(#188AA1));
    background-image: -webkit-linear-gradient(top, #1FA9C4, #188AA1);
    background-image: -o-linear-gradient(top, #1FA9C4, #188AA1);
    background-image: linear-gradient(to bottom, #1FA9C4, #188AA1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1FA9C4', endColorstr='#188AA1', GradientType=0);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1FA9C4, endColorstr=#188AA1)";*/
}
.progress .blue2{
    background-color: transparent;
    background-image: -moz-linear-gradient(top, #03749E, #036185);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#03749E), to(#036185));
    background-image: -webkit-linear-gradient(top, #03749E, #036185);
    background-image: -o-linear-gradient(top, #03749E, #036185);
    background-image: linear-gradient(to bottom, #03749E, #036185);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03749E', endColorstr='#036185', GradientType=0);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#03749E, endColorstr=#036185)";*/
}
.form-search input, .form-inline input, .form-horizontal input, 
.form-search textarea, .form-inline textarea, .form-horizontal textarea, 
.form-search select, .form-inline select, .form-horizontal select, 
.form-search .help-inline, .form-inline .help-inline, 
.form-horizontal .help-inline, .form-search .uneditable-input, 
.form-inline .uneditable-input, .form-horizontal .uneditable-input, 
.form-search .input-prepend, .form-inline .input-prepend, 
.form-horizontal .input-prepend, .form-search .input-append, 
.form-inline .input-append, .form-horizontal .input-append {
    width: 93%;
    float: left;
    background-color: #ebebeb;
    /* works for IE 8. */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
    opacity: 1;
    color: #555555;
    padding: 10px 13px;
    border: none;
}
.form-horizontal .controls {
    margin-left: 0px;
}


/*** Portfolio Css Starts Here ***/

.test{
    border: 1px solid #ff0000;
}

.filter-menu{
    margin-bottom: 30px;
    padding-top: 13px;
}

.portfolio-wrapper ul{
    padding: 0;
    margin: 0;
}

.portfolio-wrapper ul li{
    display: inline-block;
    width: 370px;
    margin: 5px 15px 5px 5px;
}

.portfolio-wrapper .portfolio-info{
    padding-top: 10px;
    padding-bottom: 10px;
}

.portfolio-wrapper .portfolio-info h3{
    color: #555555;
}

.stew-effect-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.stew-effect-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.stew-effect-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.stew-effect-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.stew-effect-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.stew-effect-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.stew-effect-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.stew-effect-first:hover h2,
.stew-effect-first:hover p,
.stew-effect-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.stew-effect-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.stew-effect-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.stew-hover-effect {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.stew-hover-effect .mask,.stew-hover-effect .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.stew-hover-effect img {
    display: block;
    position: relative;
}
.stew-hover-effect h2 {
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.stew-hover-effect p {
    font-family: Arial, serif;
    /*font-style: italic;*/
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 30px 20px 20px;
    text-align: center;
}

.stew-hover-effect span{
    padding-top: 10px;
}


.stew-hover-effect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.stew-hover-effect a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}


/*** Portfolio Css Ends Here ***/


/*********************************************************************************
******************************      Team css     *********************************
*********************************************************************************/
.experts > .title{

}

.experts > .title > h2{
    color: #555555 !important;
    line-height: 40px;
}

.info > img{
    /* works for IE 8. */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    opacity: 1;
    margin: 25px 0;
    margin-top: 15px;
    width: 180px;
}

.info .social{
    padding: 0;
    margin: 0;
}


.social li{
    display: inline-block;
    list-style: none;
}

.client-image > img{
    margin-right: 0px;
}

.client-slider{
    overflow: hidden;
}

.carousel-inner{
    margin: 0 10%;
    width: 80%;
}

.carousel-control{
    background: none repeat scroll 0 0 #0A99DD;
    border: none;
    margin-top: -10px;
    /* works for IE 8. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    font-size: 36px;
}

.client-info h4{
    line-height: 40px;
    color: #555;
}

.client-info h4 > span{
    font-weight: normal;
    color: #555;
}

.client-info h4, .client-info p{
    text-align: left;
    margin: 5px 0;
    margin-left: 120px;
}


.autor{
    color: #fd6533;
}


/*** Pricing Table Css Starts Here ***/

.stew-pricing {
    margin: 20px auto 40px auto;
    width: 100%;
    font-family: Arial, sans-serif;
    float: left;
    text-align: center;
}

.stew-pricing .stew-pricing-plan {
    float: left;
    margin-bottom: 40px;
}

.stew-pricing .stew-pricing-plan:first-child {
    margin-left: 0;
}

.stew-pricing .stew-pricing-highlight {
    position: relative;
}

.stew-pricing .stew-pricing-p1 h3,
.stew-pricing .stew-pricing-p1 .button{
    background:#595139;
    background:-moz-linear-gradient(top,#595139 0,#4D4631 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#595139),color-stop(100%,#4D4631));
    background:-webkit-linear-gradient(top,#595139 0,#4D4631 100%);
    background:-o-linear-gradient(top,#595139 0,#4D4631 100%);
    background:-ms-linear-gradient(top,#595139 0,#4D4631 100%);
    background:linear-gradient(top,#595139 0,#4D4631 100%);
    -ms-filter:progid:dximagetransform.microsoft.gradient(startColorstr='#595139',endColorstr='#4D4631',GradientType=0);
    border-bottom:1px solid #383324
}

.stew-pricing .stew-pricing-plan h3 {
    border-radius: 4px 4px 0 0;
}

.stew-pricing .stew-pricing-plan h3 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

.stew-pricing .stew-pricing-p1 h4 {
    background: none repeat scroll 0 0 #595139;
    box-shadow: 0 1px 1px #4D442C inset;
}

.stew-pricing .stew-pricing-plan h4 {
    padding: 0 0 10px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.stew-pricing-amount {
    font-size: 40px;
    line-height: 1em;
}

.stew-pricing-amount, .stew-pricing-interval {
    display: block;
    text-align: center;
}

.stew-pricing-amount span {
    font-size: 20px;
    vertical-align: super;
}

.stew-pricing-interval {
    font-size: 14px;
}

.stew-pricing .stew-pricing-features ul {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    margin: 0;
    list-style: none;
    padding: 0;
    background: #ffffff;
    color: #555555;
}

.stew-pricing .stew-pricing-plan .stew-pricing-list li {
    line-height: 3.8em;
    list-style: none outside none;
    border-bottom: 1px dashed #ccc;
}

.stew-pricing .stew-pricing-plan .stew-pricing-list li:last-child {
    border-bottom: none;
}


.stew-pricing-select, .stew-pricing-plan .stew-pricing-list li {
    text-align: center;
}

.stew-pricing .stew-pricing-plan .stew-pricing-select {
    border-radius: 0 0 4px 4px;
}

.stew-pricing .stew-pricing-select {
    background: none repeat scroll 0 0 #E7E7E7;
    border: 1px solid #C8C8C8;
    height: auto;
}

.stew-pricing .stew-pricing-select div {
    padding: 15px 0 35px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #555555;
}

.stew-pricing .stew-pricing-p2 h3,
.stew-pricing .stew-pricing-p2 .button {
    background:#6CA200;
    background:-moz-linear-gradient(top,#6CA200 0,#5B8701 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6CA200),color-stop(100%,#5B8701));
    background:-webkit-linear-gradient(top,#6CA200 0,#5B8701 100%);
    background:-o-linear-gradient(top,#6CA200 0,#5B8701 100%);
    background:-ms-linear-gradient(top,#6CA200 0,#5B8701 100%);
    background:linear-gradient(top,#6CA200 0,#5B8701 100%);
    -ms-filter:progid:dximagetransform.microsoft.gradient(startColorstr='#6CA200',endColorstr='#5B8701',GradientType=0);
    border-bottom:1px solid #4A6E02
}

.stew-pricing .stew-pricing-p2 h4 {
    background: none repeat scroll 0 0 #6CA200;
    box-shadow: 0 1px 1px #5C8A01 inset;
}

.stew-pricing .stew-pricing-p3 h3,
.stew-pricing .stew-pricing-p3 .button {
    background:#555555;
    background:-moz-linear-gradient(top,#555555 0,#4D4949 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#555555),color-stop(100%,#4D4949));
    background:-webkit-linear-gradient(top,#555555 0,#4D4949 100%);
    background:-o-linear-gradient(top,#555555 0,#4D4949 100%);
    background:-ms-linear-gradient(top,#555555 0,#4D4949 100%);
    background:linear-gradient(top,#555555 0,#4D4949 100%);
    -ms-filter:progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#4D4949',GradientType=0);
    border-bottom:1px solid #3B3737
}

.stew-pricing .stew-pricing-p3 h4 {
    background: none repeat scroll 0 0 #555555;
    box-shadow: 0 1px 1px #4F4D4D inset;
}

.stew-pricing .stew-pricing-p4 h3,
.stew-pricing .stew-pricing-p4 .button {
    background:#0E769D;
    background:-moz-linear-gradient(top,#0E769D 0,#0C688A 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0E769D),color-stop(100%,#0C688A));
    background:-webkit-linear-gradient(top,#0E769D 0,#0C688A 100%);
    background:-o-linear-gradient(top,#0E769D 0,#0C688A 100%);
    background:-ms-linear-gradient(top,#0E769D 0,#0C688A 100%);
    background:linear-gradient(top,#0E769D 0,#0C688A 100%);
    -ms-filter:progid:dximagetransform.microsoft.gradient(startColorstr='#0E769D',endColorstr='#0C688A',GradientType=0);
    border-bottom:1px solid #015473
}
.stew-pricing .stew-pricing-p1 .button:hover,
.stew-pricing .stew-pricing-p2 .button:hover,
.stew-pricing .stew-pricing-p3 .button:hover,
.stew-pricing .stew-pricing-p4 .button:hover{
    color: #fff;
    background:#555;
}
.stew-pricing .stew-pricing-p4 h4 {
    background: none repeat scroll 0 0 #0E769D;
    box-shadow: 0 1px 1px #116180 inset;
}

.stew-pricing .stew-pricing-highlight h3 {
    margin-top: -15px;
    padding: 15px 0 0;
}

.stew-pricing .stew-pricing-featured {
    background-image: url("../img/bestvalue1.png");
}

.stew-pricing .stew-pricing-featured {
    display: block;
    height: 58px;
    position: absolute;
    right: -2px;
    text-indent: -9999em;
    top: -17px;
    width: 95px;
}

.stew-pricing h3, .stew-pricing h4 {
    margin: 0;
}

.stew-pricing-plan a {
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.button{
    display: inline-block;
    *display: inline;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 20px;
    background: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    margin: 0 15px 10px 0;
}

.button-active{
    color: #ffffff;
    background: #69bbc8;
}

.button:hover, .button-active:hover{
    background: #62C0CB;
    color: #7c7e7e;
    text-decoration: none;
}


/*** Pricing Table Css Ends Here ***/

/*** Contact Css Starts Here ***/

.stew-footer{
    text-align: left;
    background: #333;
    color: #ffffff;
    /*background: url(../img/low_contrast_linen.png);*/
}

.stew-footer h5{
    color: #ffffff;
    text-shadow: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.stew-footer .stew-tweets, .stew-footer .stew-flickr{
    margin: 5px 0;
    padding-left: 0;
}

.stew-footer .stew-tweets li{
    background-image: url(../img/twitter_list.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 10px 30px;
    list-style: none;
}

.stew-footer .stew-tweets li:last-child{
    padding-bottom: 0;
}

.stew-footer .stew-tweets li > a{
    color: #72b6c1;
    text-shadow: none;
}

.stew-footer .stew-flickr li{
    list-style: none;
    display: inline;
}
.stew-footer .stew-flickr li img{
    width: 64px;
    margin: 0 5px 5px 0;
    border: 5px solid #efefef;
}

/*** Contact Css Ends Here ***/

/*** Header Css Starts Here ***/

.stew-header-title{
    margin: 7% 0;
    /*padding: 0 10%;*/
}

.section.alt .stew-header-title h1{
    font-size: 35px;
    font-family: FontNovitusRegular, Arial;
    font-weight: normal;
    color: #3a3a3a;
    text-transform: none;
    line-height: 60px;
}

.section.alt .stew-header-title h1 span{
    font-weight: normal;
}

.section.alt .stew-header-title .stew-logo{
    margin-bottom: 30px;
    overflow: hidden;
}


/*** Header Css Ends Here ***/

/*** Menu Css Starts Here ***/

.navbar-inverse *, .navbar *{
  text-shadow: none !important;
}

.navbar-inverse .navbar-inner {
    background-color: transparent !important;
    background-image: none;
    border: 0px;
    position: relative;
    filter: none;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    /*border-bottom: 4px solid #1f1f1f;*/
}
.navbar .nav{
    font-size: 16px;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
    background-color: transparent;
    border-radius: 0px;
    /*border-bottom: 4px solid #1f1f1f; */
}
.navbar .nav > li > a{
    padding: 29px 15px;
}

.nav > li.dropdown{
    height: 64px;
}

.nav > li.dropdown > a{
    height: 14px;
}

.nav-pills > li > a{
    margin-bottom: 0px;
    border-radius: 0px;
}

.brand{
    padding: 0px !important;
    margin: 0px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    width: 120px;
}
.nav-collapse .nav .dropdown .dropdown-menu li a{
    padding: 10px 15px;
    border-right: 4px solid #222222;
}
.nav-collapse .nav .dropdown .dropdown-menu li a:hover,
.nav-collapse .nav .dropdown .dropdown-menu li a:focus,
.nav-collapse .nav .dropdown .dropdown-submenu:hover > a,
.nav-collapse .nav .dropdown .dropdown-menu .active a,
.nav-collapse .nav .dropdown .dropdown-menu .active a:hover{
    background-color: transparent;
    background-image: none;
    border-bottom: 0px;
    border-right: 4px solid #FD6533;
    filter: none;
}
.dropdown-menu{
    background-color: transparent;
    min-width: 260px;
    border: 1px solid #000;
}
.dropdown-menu a{
    color: #999999;
}
.dropdown .dropdown-menu .nav-header{
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 10px;
}
.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before{
    border-bottom: 7px solid #222222;
}
.section.alt.stew-caption{
    color: rgba(255, 255, 255, 0.6);
    font-family: FontNovitusRegular, Arial, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    padding: 0 105px 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 30px;
    margin-bottom: 30px;
}
/*** Menu Css Ends Here ***/

/*** Stew Block-Quote Css Starts Here ***/

.stew-block{
    margin: 0;
}


.stew-block small{
    padding-top: 10px;
}

.section.alt.block-quote{
  background-color: transparent;
}

/*** Stew Block-Quote Css Ends Here ***/

/*** Stew Portfolio 2 Css Starts Here ***/

.section.alt .portfolio-container2 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.section.alt .portfolio-container2 li{
    display: inline-block;
    list-style: none;
    margin: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 300px;
    height: 300px;


}

.stew-round-img img{
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;

}



.stew-effect-second img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.stew-effect-second .mask {
    background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.stew-effect-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.stew-effect-second p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.stew-effect-second a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.stew-effect-second:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.stew-effect-second:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.stew-effect-second:hover h2,.stew-effect-second:hover p,.stew-effect-second:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}



/*** Stew Portfolio 2 Css Ends Here ***/

/*** stew Portfolio 3 Css Starts Here ***/
.stew-effect-third img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stew-effect-third .mask {
    background-color: rgba(146,96,91,0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stew-effect-third h2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.stew-effect-third p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #333;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.stew-effect-third:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.stew-effect-third:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}
.stew-effect-third:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*** stew Portfolio 3 Css Ends Here ***/

/*** Modal View Image Size Css Starts Here ***/

.modal-body{
    overflow: hidden;
    padding: 0 15px;
    margin: 0;
}

#stew-modal-title{
    text-align: left;
}


#stewModal {
    border-radius: 0;
    background: #362F2D;
    color: #EEEEEE;
    width: 60%;
    left: 0;
    margin-left: 20%;
    height: 500px;
    top: 50%;
}


#stewModal h3 {
    color: #CC9966;
}

#stewModal .modal-header {
    border-bottom-color: #222222;
    box-shadow: 0 0 0 1px #333333 inset;
}

#stewModal .modal-footer {
    border-radius: 0;
    border-top-color: #222222;
    background-color: transparent;
    box-shadow: 0 1px 0 #333333 inset;
}

#stewModal-body {
    height: 400px;
}

#stewModal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: #CC3300;
    /* works for IE 8. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
    color: #000000;
    text-shadow: 0 1px 0 #444444;
    font-size: 18px;
    line-height: 18px;
}

#stewModal-body {
    overflow: auto;
}

.stewModal-header img {
    margin-bottom: 6px;
}

.stewModal-header span.label {
    margin-right: 5px;
    float: left;
}

.stewModal-content p{
    text-align: justify;
}

.stewModal-content p.serif {
    text-align: justify;

}

.stewModal-content p.special {
    color: #CC9966;
    text-align: left;
}

.stewModal-content p.grey {
    color: #999999;
    text-align: justify;
}

.stewModal-content p.italic {
    font-style: italic;
    text-align: justify;
}

.stewModal-content p.big {
    font-size: 1.2em;
    text-align: justify;
}


#Stew-modal{
    margin-bottom: 15px;
}



#Stew-modal img{
    width: 400px;
    max-width: 100%;
}



/*** Modal View Image Size Css Ends Here ***/


/*** Header Bubble Css Starts Here ***/

.stew-bubble h3{
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.stew-bubble p{
    margin: 20px;
}

.stew-bubble h3{}

.stew-icons{
    margin-top: 0px;
}
img.stew-icons{
    width: 100px;
    margin-top: 0px;
    margin-left: 0px;
}
.huge-icons {
    font-size: 3.2em;
    color: #25262a;
    margin: 10px 9px;
}
.huge-icons.circled {
    display: block;
    float: none; margin: auto;
    width: 100px;
    height: 100px;
    line-height: 2.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}

.flexslider .slides .stew-logo img{
    width: 100px;
    padding-top: 0px;
    padding-left: 0px;
}

.stew-header-title .flex-next {display:none;}
.stew-header-title .flex-prev {display:none;}
.skills .flex-direction-nav .flex-prev{
    top: 250px;
}

.flexslider .slides .stew-team p{
    text-align: justify;
}

.skills .flex-direction-nav .flex-next{
    top: 250px;
}

.clients .flex-direction-nav .flex-prev{
    top: 145px;
}

.clients .flex-direction-nav .flex-next{
    top: 145px;
}

.flexslider .slides .stew-member img{
    width: 220px;
    margin-left: 23%;
}

.flexslider .slides .client-slider img{
    width: 100px;
    margin-top: 5px;
}

.stew-icon{
    margin-top: 0px;
}

/*** Header Bubble Css Ends Here ***/

/*** Service Css Starts Here ***/

.stew-service-info p,.stew-about-info p{
    text-align: justify;
}

/*** Service Css Ends Here ***/


/*** Skill Css Starts Here ***/


.stew-team h4, .stew-team h5, .stew-team p{
    text-align: left;
    color: #fff;
}

.stew-team h4{
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 20px;
}

.stew-team p{
    line-height: 20px;
    color: #555;
}

.progress{
    margin-top: 5px;
    margin-bottom: 5px;
}

/*** Skill Css Ends Here ***/


/*** Team Css Starts Here ***/

.info p{
    margin-bottom: 25px;
}


.sent{
    margin-top: 7px;
}

.stew-company-info{
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: center;

}

.stew-company-info p{
    padding: 25px;
    font-size: 12px;
    color: #ddd;
    margin: 0px;
}


/*** Team Css Ends Here ***/


/*** Stew Footer Css Starts Here ***/



/** Media Query Css Starts Here ***/

@media (max-width: 1024px){
    .portfolio-wrapper ul li{
        display: inline-block;
        width: 370px;
        margin: 5px 15px 5px 5px;
    }

    .stew-hover-effect p{
        padding-top: 35px;
    }
}

@media (max-width: 979px) {
    body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .map {
        height: 274px;
    }

    .experts > .title{
        min-height: 100px;
    }

    .navbar .btn-navbar {
        display: none;
    }
    .navbar .nav-collapse {
        clear: none;
        height: auto;
        overflow: visible;
    }

    .navbar .nav {
        float: left;
        margin: 0 10px 0 0;
    }

    .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
        display: block;
    }

    .navbar .nav > li > a, .navbar .dropdown-menu a {
        border-radius: 0;
        color: #999999;
        font-weight: normal;
        padding: 25px 15px;
        margin-bottom: 0px;
    }

    .navbar .nav > li {
        float: left;
    }

    .navbar .dropdown-menu {
        background-clip: padding-box;
        background-color: transparent;
        min-width: 260px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        left: 0;
        list-style: none outside none;
        margin: 2px 0 0;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        z-index: 1000;
        position: absolute;
    }
    .open  > .dropdown-menu {
        display: block;
    }
    .navbar .nav > li > .dropdown-menu:after{
        border-bottom: 6px solid #222222;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 10px;
        position: absolute;
        top: -6px;
    }  
    .navbar .nav > li > .dropdown-menu:before{
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }
    .nav-pills .dropdown-menu{
        border-radius: 6px 6px 6px 6px;
    }

    .navbar .nav.pull-right {
        float: right;
        margin-left: auto;
    }
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner{
        padding: 0px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        position: fixed;
    }
}


@media (max-width: 768px) {
    .navbar .btn-navbar {
        display: block;
    }
    .navbar .nav-collapse {
        clear: left;
        height: 0;
        overflow: hidden;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top{
        margin: 0px;
    }
    .navbar .nav {
        float: none;
        margin: 0 0 9px;
    }
    .navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after{
        display: none;
    }

    .navbar .nav > li {
        float: none;
    }

    .navbar .dropdown-menu {
        background-color: transparent;
        border: medium none;
        border-radius: 0 0 0 0;
        box-shadow: none;
        display: block;
        float: none;
        left: auto;
        margin: 0 15px;
        max-width: none;
        padding: 0;
        position: static;
        top: auto;
    }

    .navbar .nav.pull-right {
        float: none;
        margin-left: 0;
    }
    .navbar .nav > li > a{
        padding: 9px 15px;
    }
    .nav > li.dropdown{
        height: auto;
    }
    .nav-collapse .nav > li > a{
        border-bottom: 4px solid #222;
    }
    .nav-collapse .dropdown-menu{
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
        border-radius: 0px;
    }
    .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover{
        border-color: #fd6533;
    }
    .portfolio-wrapper ul li{
        display: inline-block;
        width: 280px;
        margin: 5px 5px 5px 5px;
    }

    .stew-hover-effect h2 {
        padding: 5px 5px 0 5px;
    }

    .stew-hover-effect p {
        padding: 10px 5px;
    }

    .stew-hover-effect a.info {
        padding: 0 10px;
    }

    .flexslider .slides .stew-member img{
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .portfolio-wrapper ul li{
        display: inline-block;
        width: 340px;
        margin: 5px 15px 5px 5px;
    }

    .stew-hover-effect p{
        padding: 20px 10px 10px 10px;
    }
}

@media (max-width: 800px) {
    .modal.fade.in {
        top: 30%;
    }

    .stew-footer .stew-flickr li img{
        width: 55px;
    }

    .section.alt .stew-header-title h1{
        font-size: 30px;
        line-height: 45px;
    }

    .section.alt .stew-header-title .stew-logo{
        margin-bottom: 15px;
    }

    .experts > .title > h2{
        line-height: 30px;
        font-size: 18px;
    }

    .client-info h4, .client-info p{
        line-height: 20px;
    }

    #stewModal{
        top:25%;
    }

    .stewModal-header span.label{
        margin-bottom: 5px;
    }
    .map{
        height: 274px;
    }

    .form-horizontal .control-group{
        margin-bottom: 5px;
    }

    .sent{
        margin-right: -15px;
    }

    .experts > .title{
        min-height: 55px;
    }

    .big-text{
        margin-top: -20px;
    }
}

@media (max-width:640px) {

    .section.alt .stew-header-title .stew-logo{
        padding-top: 35px;
    }

    .flexslider .slides .stew-logo img{
        padding-top: 0px;
        padding-left: 0px;
        width: 90px;
    }

    .flexslider .slides .stew-member{
        padding-left: 34%;
    }

    .flexslider .slides .stew-team p{
        padding: 0 15px;
        text-align: justify;
    }

    .flexslider .slides .stew-prog{
        padding: 0 15px;
    }


    .stew-footer-content{
        padding: 0 15px;
    }

    .stew-content-pad p{
        padding-right: 30px;
        text-align: justify;
    }

    .stew-content-pad{
        padding: 0 15px;
    }

    .modal.fade.in {
        top: 10%;
    }

    .modal{
        width: 480px;
        left: 70px;
        height: 300px;
    }

    .info .social{
        margin-bottom: 35px;
    }

    .experts > .title{
        min-height: 0;
    }

    .info p{
        padding: 0 15px;
    }

    .stew-service-info p,.stew-about-info p{
        text-align: justify;
        padding: 0 15px;
    }

    .huge-icons.circled {
        display: block;
        float: none; margin: auto;
        width: 80px;
        height: 80px;
        line-height: 2.2em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: transparent;
    }

    .section.alt .stew-header-title h1{
        font-size: 18px;
        line-height: 25px;
    }

    .stew-icon{
        margin-top: 0px;
    }

    .big-text{
        font-size: 30px;
        padding: 30px 0px;
        display: block;
        line-height: 40px;
    }

    #stewModal{
        top:5%;
    }

    .portfolio-wrapper ul li{
        display: inline-block;
        width: 300px;
        margin: 5px;
    }

    .stew-team h4{
        text-align: center;
        margin-top: 20px;
    }

    .sent{
        margin-right: 0;
    }

}

@media (max-width: 600px) {
    .portfolio-wrapper ul li{
        display: inline-block;
        width: 260px;
        margin: 5px 5px 5px 5px;
    }

    .stew-hover-effect h2 {
        margin: 0;
    }
}

@media (max-width:480px) {

    .flexslider .slides .stew-member{
        padding-left: 28%;
    }

    .flexslider .slides .client-info h4{
        padding: 0 15px;
    }

    .flexslider .slides .client-info p{
        padding: 0 15px;
        text-align: justify;
    }

    .carousel-inner {
        margin-left: 80px;
        width: 65%;
    }

    .block-quote p{
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 0;
        text-align: justify;
    }

    .stew-block{
        margin: 0;
        padding: 0 15px;
    }

    .portfolio-wrapper ul li{
        display: inline-block;
        width: 400px;
        margin-left: 35px;
    }

    .stew-hover-effect h2 {
        padding: 10px;
    }

    .stew-hover-effect p {
        padding: 25px;
    }

    .stew-hover-effect a.info {
        padding: 10px 20px;
    }

    .huge-icons.circled {
        display: block;
        float: none; margin: auto;
        width: 80px;
        height: 80px;
        line-height: 2.2em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: transparent;
    }


    .section.alt .stew-header-title h1{
        font-size: 18px;
        line-height: 25px;
    }

    .carousel{
        min-height: 200px;
    }

    .stew-team h4{
        text-align: center;
        margin-top: 30px;
    }

    .sent{
        margin-right: -8px;
    }

}

@media (max-width: 360px){

    .flexslider .slides .stew-member{
        padding-left: 14%;
    }

    .stew-hover-effect .mask,.stew-hover-effect .content {
        width: 302px;
    }

    .portfolio-info{
        width: 295px;
    }

    .carousel-inner {
        margin-left: 60px;
        width: 65%;
    }

    .section.alt .stew-header-title h1{
        font-size: 15px;
        line-height: 20px;
    }

    .portfolio-wrapper ul li{
        width: 337px;
        display: inline-block;
        margin-left: 0;
    }

    .stew-hover-effect .mask, .stew-hover-effect .content{
        width: 100%;
    }

    .portfolio-info{
        width: 337px;
    }

    .stew-hover-effect h2{
        margin-top: 10px;
    }

    .stew-hover-effect p{
        padding: 15px 10px 0 10px;
    }

    .stew-hover-effect a.info{
        margin-top: 5px;
    }

    .form-search input, .form-inline input,
    .form-horizontal input, .form-search textarea,
    .form-inline textarea, .form-horizontal textarea,
    .form-search select, .form-inline select, .form-horizontal select,
    .form-search .help-inline, .form-inline .help-inline,
    .form-horizontal .help-inline, .form-search .uneditable-input,
    .form-inline .uneditable-input, .form-horizontal .uneditable-input,
    .form-search .input-prepend, .form-inline .input-prepend,
    .form-horizontal .input-prepend, .form-search .input-append,
    .form-inline .input-append, .form-horizontal .input-append{
        width: 88%;
    }

    .sent{
        margin-right: 0;
    }
}

@media (max-width: 320px) {

    .portfolio-wrapper ul li{
        display: inline-block;
        width: 300px;
        margin-left: 3.5px;
    }

    .stew-hover-effect .mask,.stew-hover-effect .content {
        width: 100%;
    }

    .portfolio-info{
        width: 300px;
    }

    .stew-hover-effect h2 {
        padding: 5px 5px 0 5px;
    }

    .stew-hover-effect a.info {
        padding: 5px 10px;
        margin: 0;
    }

    .section.alt .portfolio-container2 li{
        display: inline-block;
        list-style: none;
        margin: 5px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 250px;
        height: 250px;
    }

    .form-search input, .form-inline input,
    .form-horizontal input, .form-search textarea,
    .form-inline textarea, .form-horizontal textarea,
    .form-search select, .form-inline select,
    .form-horizontal select, .form-search .help-inline,
    .form-inline .help-inline, .form-horizontal .help-inline,
    .form-search .uneditable-input, .form-inline .uneditable-input,
    .form-horizontal .uneditable-input, .form-search .input-prepend,
    .form-inline .input-prepend, .form-horizontal .input-prepend,
    .form-search .input-append, .form-inline .input-append,
    .form-horizontal .input-append{
        width: 85%;
    }
}


/** Media Query Css Ends Here ***/

h3.dark{
    color:#555555 !important;
}

.client-thumbnail{
    float: left;
    width: 180px;
    height: 95px;
    text-align: center;
}
.client-thumbnail img{
    width: 150px;
    height: 75px;
}
.client-thumbnail-container{
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

@media(min-width:1024px){
  .flexslider .slides img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    }
}

@media(max-width:800px){
    .client-thumbnail-container{
        margin-left: auto;
        margin-right: auto;
        width: 540px;
    }
}

@media(max-width:660px){
    .client-thumbnail-container{
        margin-left: auto;
        margin-right: auto;
        width: 360px;
    }
    
    .client-thumbnail{
    float: left;
    width: 120px;
    height: 70px;
    text-align: center;
    }
    
    .client-thumbnail img{
    width: 100px;
    height: 50px;
    }
}

@media(max-width:640px){
    .client-thumbnail-container{
        margin-left: auto;
        margin-right: auto;
        width: 360px;
    }
    
    .client-thumbnail{
    float: left;
    width: 120px;
    height: 70px;
    text-align: center;
    }
    
    .client-thumbnail img{
    width: 100px;
    height: 50px;
    }
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-bottom-color: #ebebeb;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
  border-top-color: #ebebeb;
  box-shadow: inset 0px 0px 8px rgba(160 , 160, 160, 0.1), 0px 0px 8px rgba(160, 160, 160, 1);
}

blockquote{
  border: none;
  color: #555555;
}
.mask{
  cursor:pointer !important;
}
.mask h2{
  line-height: 22px;
}

.n-row{
  margin: 0px !important;
}

.n-row-top30{
  margin: 0px !important;
  margin-top: 30px !important;
}

.n-title{
  margin-top: 13px;
}

.n-padding-r20{
  padding-right: 20px !important;
}
.n-padding-l20{
  padding-left: 20px !important;
}

.n-padding-r9{
  padding-right: 9px !important;
}
.n-padding-l9{
  padding-left: 9px !important;
}
.n-padding-top-10{
  padding-top: 10px !important;
}

.n-padding-bottom-0{
  padding-bottom: 0px !important;
}

.dark-grey-bg{
  background-color: #222222 !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.dark-grey-bg .container .row-fluid{
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.left{text-align: left;}

.f-left{
  float:left !important;
}
.f-right{
  float: right !important;
}

.flex-direction-nav a { 
cursor: pointer;
display: block;
height: 200px;
margin: -100px 0px 0px;
width: 40px;
z-index: 10;
}
.flex-control-paging li a.flex-active { 
background: transparent;
background-image: url('../img/slideshow_marker_hover.png');
background-position: center center;
background-repeat: no-repeat;
cursor: default;
}
.flex-control-paging li a { 
background: transparent;
background-image: url('../img/slideshow_marker.png');
background-position: center center;
background-repeat: no-repeat;
box-shadow: none;
border-radius: 0px;
cursor: pointer;
display: block;
height: 30px;
text-indent: -9999px;
width: 30px;
}
.flex-control-paging li a:hover { 
background: transparent;
background-image: url('../img/slideshow_marker_hover.png');
background-position: center center;
background-repeat: no-repeat;
}

body{
  background-color: #fff;
}

@media(min-width:1024px){
  body{
    background-color: #333;
    background-image: url('../img/background.png');
    background-position: center top;
    background-repeat: repeat-y;
  }
}

.dark-green{
  color: #628034 !important;
}
.dark-grey, .dark-grey p{
  color: #68666b !important;
  padding-top: 0px !important;
}
.flex-control-nav li { 
margin: 0px;
}

.n-size{
  font-size: 16px !important;
  font-family:  Arial, serif !important;
  line-height: 20px !important;
}
.form-horizontal .control-group { 
margin-bottom: 10px;
}