
@font-face
{
font-family: FirstFont;
src : url('fonts/Signika-Light-webfont.ttf') format('truetype');
}

@font-face
{
font-family: 2ndFont;
src : url('fonts/CALIBRI.ttf') format('truetype');
}

body {
    overflow-x: hidden;
    font-family: FirstFont;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #000;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #cc0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform:none;
    font-family: FirstFont;
    font-weight:normal; line-height:30px; color:#4e4e4e;
}

.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: 8px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: FirstFont;
    font-size: 12px;
    font-weight: bold;
    color: #fff; margin-bottom:1%;
    background-color: #cc0000;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bf0000;
}
.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;
}


.btn-x3 {
    padding: 8px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: FirstFont;
    font-size: 18px;
    font-weight: bold;
    color: #fff; margin-bottom:1%;
    background-color: #cc0000; }
.btn-x3:hover,
.btn-x3:focus,
.btn-x3:active,
.btn-x3.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bf0000;;
}
.btn-x3:active,
.btn-x3.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-x3.disabled,
.btn-x3[disabled],
fieldset[disabled] .btn-xl,
.btn-x3.disabled:hover,
.btn-x3[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-x3.disabled:focus,
.btn-x3[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-x3.disabled:active,
.btn-x3[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-x3.disabled.active,
.btn-x3[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-x3 .badge {
    color: #fed136;
    background-color: #fff;
}



/*--btn2--*/
.btn-x2 {
    padding: 8px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: FirstFont;
    font-size: 12px;
    font-weight: bold;
    color: #fff; margin-bottom:1%;
    background-color: #cc0000;
}
.btn-x2:hover,
.btn-x2:focus,
.btn-x2:active,
.btn-x2.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #bf0000;
}
.btn-x2:active,
.btn-x2.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-x2.disabled,
.btn-x2[disabled],
fieldset[disabled] .btn-xl,
.btn-x2.disabled:hover,
.btn-x2[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-x2.disabled:focus,
.btn-x2[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-x2.disabled:active,
.btn-x2[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-x2.disabled.active,
.btn-x2[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}
.btn-x2 .badge {
    color: #fed136;
    background-color: #fff;
}


.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: FirstFont;
    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(255,255,255,.02); z-index:1000;
}

.navbar-default .navbar-toggle {
    border-color: #cc0000;
    background-color: #cc0000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #cc0000;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: FirstFont;
    font-weight:bold;
    letter-spacing: 0px;
    color: #fff; font-size:13px; margin-right:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; line-height:10px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff; 
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

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

@media(min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
        -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-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


.full {
  /*background: url(../img/header-bg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; width:100%; height:100%; position:fixed;
}


header {	
	display: table;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    /*background: url(../images/header-bg.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: FirstFont;
    font-size: 22px;
    font-style:normal;
    line-height: 22px; color:#333;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: FirstFont;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 150px;
    }
	
	header .intro-text2 {
        padding-top: 350px;
        padding-bottom: 50px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: FirstFont;
        font-size: 28px;
        font-style:normal;
        line-height: 40px; color:#333;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: FirstFont;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 20px; text-transform:capitalize;
    font-size: 20px; /*border-bottom:1px solid #ccc;*/ line-height:30px; font-weight:normal;
}

section h3.section-subheading {
    margin-bottom: 20px;
    text-transform: none;
    font-family: FirstFont;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; line-height:25px; text-align:justify;
}

@media(min-width:768px) {
    section {
        padding: 50px 0 20px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .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;
}

#portfolio .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;
}

#portfolio .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;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 10px;
    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: FirstFont;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .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;
}

section#contact {
    /*background-color: #222;
    background-image: url(../img/map-image.png);*/
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 175px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: FirstFont;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: FirstFont;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: FirstFont;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: FirstFont;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

/*footer {
    padding: 25px 0;
    text-align: center; background:#eee;
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: FirstFont;
    line-height: 30px; margin:0; float:left; text-align:left;
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: FirstFont;
    line-height: 30px;
}
*/
ul.social-buttons { margin:0; }
ul.social-buttons li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    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: FirstFont;
    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);
}

::-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: #222;
}








.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }



.form-signin {
padding: 19px 29px 29px;
margin: 0 auto 20px;
background-color: #f8f8f8;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox { margin-bottom: 10px; margin-left:20px; font-size:12px; line-height:22px; }
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 15px;
padding: 7px 9px;
}
	  




/*----------social media sidemenu-------------*/
#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}
#navigationMenu span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;
	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
	line-height:27px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	/*background:url('img/navigation.png') no-repeat;*/
	height:39px;
	width:38px;
	display:block;
	position:relative;
}
/* General hover styles */
#navigationMenu a:hover span{ width:auto; padding:0; margin:0; overflow:visible; background:none; }
#navigationMenu a:hover span img{ width:auto; padding:0; margin:0; overflow:visible; z-index:1000; }
#navigationMenu a:hover{
	text-decoration:none;
	/* CSS outer glow with the box-shadow property */
}
/* Green Button */
#navigationMenu .facebook {	background-position:0 0;}
#navigationMenu .facebook:hover {	background-position:0 -39px;}
#navigationMenu .facebook span{
	/*background-color:#3a589b;*/
	color:#fff;
}



@media screen and (min-width: 240px) and (max-width: 768px){
.kalinga-organic{ position:absolute; top:60px; right:10px; }
.menu{ margin-top:45px;}
.active {
	background: #fff; font-weight:bold; color:#000; border-bottom:1px solid #cc0000; padding-bottom:0px; text-decoration:none;
}
.visited {
	background: #fff; font-weight:bold; color:#000; border-bottom:1px solid #cc0000; padding-bottom:0px; text-decoration:none;
}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px;  clear:both; visibility:hidden; position: absolute; 
  left: -999em;}
.bar{background:#bebebe; width:100%; height:1px; margin:12% 0 3% 0;}
.para{ width:100%; margin:0; text-align:center;}
.prgm{ margin:0; padding:0 0 0 10%;}
.top{ float:left; margin:0; padding-top:10%; }

.search{ margin:2% 0 0 0; float:left; padding:2.5% 0 2.5% 2%; width:100%; border:1px solid #dddddd; background:#f7f7f7; z-index:1000; background-image:url(../images/search.png); background-repeat:no-repeat; background-position:right;  color:#ccc; font-size:22px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.subMenu { visibility:hidden; position: absolute; left: -999em;}
.tips{ background:none; height:450px; width:100%;}
.leftbar{ margin-top:5%; border:none;}
.leftbar2{ margin-top:5%; border:none;}

.banner{ visibility:hidden; position: absolute; left: -999em;}
.small-banner { background:url(../img/banner-bg-small.jpg) no-repeat; background-position:center; margin-top:-50px; height:200px; visibility:visible;}
.small-banner h3{ color:#f2f2f2; font-size:34px; text-align:center; line-height:70px; }
.small-banner2 p{ margin:0 auto; margin-top:10px; margin-bottom:10px; width:100%; text-align:center; color:#000; z-index:1000;}
.forums{ visibility:hidden; position: absolute; left: -999em;}
.banner-blog {
    padding: 4% 0 10% 0;
    color: #f8f8f8;
    background:none;
    background-size: cover; margin:-70px 0 0 0;
}
}
@media screen and (min-width: 320px) {	
.kalinga-organic{ position:absolute; top:60px; right:10px; }
.menu{ margin-top:45px;}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; clear:both;}
.my3t a{ color:#000; margin-left:1%; line-height:30px; font-size:18px; clear:both;}
.active {
	background: #fff; font-weight:bold; color:#000; border-bottom:1px solid #cc0000; padding-bottom:0px; text-decoration:none;
}
.visited {
	background: #fff; font-weight:bold; color:#000; border-bottom:1px solid #cc0000; padding-bottom:0px; text-decoration:none;
}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; visibility:hidden;}

.top{ float:right; margin-top:5%; }
.top2{ float:right; margin-top:5%; margin-right:0% }

.search{ margin:10% 0 0 0; float:left; padding:1.5% 0 1.5% 2%; width:100%; border:1px solid #dddddd; background:#f7f7f7; z-index:1000; background-image:url(../images/search.png); background-repeat:no-repeat; background-position:right;  color:#ccc; font-size:22px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.para{ width:100%; margin:0; text-align:center;}
.subMenu { visibility:hidden; position: absolute; left: -999em;}
.program { visibility:hidden; position: absolute; left: -999em;}
.tips{ background:none; height:370px; width:100%;}
.leftbar{ margin-top:5%; border:none;}
.leftbar2{ margin-top:5%; border:none;}
/*.forums{ border-top:1px solid #ccc; padding:1% 0 0 0; margin-top:1%; visibility:hidden; position: absolute; left: -999em;}*/
.banner-blog {
    padding: 4% 0 10% 0;
    color: #f8f8f8;
    background:none;
    background-size: cover; margin:-70px 0 0 0;
}
}
@media screen and (min-width: 480px) and (max-width: 800px) {
.kalinga-organic{ position:absolute; top:60px; right:10px; }
.menu{ margin-top:45px;}
ul.social-buttons { margin:0 0 4% 0; float:right; }
ul.social-buttons li a { background:#000; color:#fff;}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; clear:both;}
.my3t a{ color:#000; margin-left:1%; line-height:30px; font-size:18px; clear:both;}
.active {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:15px; text-decoration:none;
}
.visited {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:15px; text-decoration:none;
}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; visibility:visible;}

.search{ margin:10% 0 0 0; float:left; padding:1.5% 0 1.5% 2%; width:70%; border:1px solid #dddddd; background:#f7f7f7; z-index:1000; background-image:url(../images/search.png); background-repeat:no-repeat; background-position:right;  color:#ccc; font-size:22px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.para{ width:50%; margin:0; text-align:left;}
.subMenu { visibility:hidden; position: absolute; left: -999em;}
.program { visibility:hidden; position: absolute; left: -999em;}
.tips{ background:none; height:350px; width:100%;}
.leftbar{ margin-top:5%; border:none;}
.leftbar2{ margin-top:5%; border:none;}
.forums{ visibility:hidden; position: absolute; left: -999em;}
.banner-blog {
    padding: 4% 0 10% 0;
    color: #f8f8f8;
    background: url(../images/blog.jpg) no-repeat center center;
    background-size: cover; margin:-70px 0 0 0;
}
}
@media screen and (min-width: 768px) {
.kalinga-organic{ position:absolute; top:10px; right:10px; }
.menu{ margin-top:17px;}
.active {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:15px; text-decoration:none;
}
.visited {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:15px; text-decoration:none;
}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; visibility:visible;}

.search{ margin:10% 0 0 0; float:left; padding:1% 0 1% 2%; width:70%; border:1px solid #dddddd; background:#f7f7f7; z-index:1000; background-image:url(../images/search.png); background-repeat:no-repeat; background-position:right;  color:#ccc; font-size:22px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.para{ width:30%; margin:0; text-align:left;}
.subMenu { visibility:visible;}
.program { visibility:visible;}
.tips{ background:none; height:350px; width:100%;}
.leftbar{ margin-top:5%; border:none;}
.leftbar2{ margin-top:5%; border:none;}
.banner{ visibility:visible;}
.banner-blog {
    padding: 4% 0 10% 0;
    color: #f8f8f8;
    background: url(../images/blog.jpg) no-repeat center center;
    background-size: cover; margin:-70px 0 0 0;
}
}
@media screen and (min-width: 1000px) {
.kalinga-organic{ position:absolute; top:10px; right:10px; }
.menu{ margin-top:17px;}
.active {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:10px; text-decoration:none;
}
.visited {
	background: #fff; font-weight:bold; color:#000; border-bottom:2px solid #cc0000; padding-bottom:15px; text-decoration:none;
}
.my3t{ color:#000; margin-left:1%; line-height:30px; font-size:18px; visibility:visible; }

.search{ margin:2% 0 0 0; float:left; padding:0.5% 0 0.5% 2%; width:40%; border:1px solid #dddddd; background:#f7f7f7; z-index:1000; background-image:url(../images/search.png); background-repeat:no-repeat; background-position:right;  color:#ccc; font-size:22px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.para{ width:25%; margin:0; text-align:left;}
.subMenu { visibility:visible;}
.subMenuheading { visibility:visible;}
.tips{ background:url(../images/benefits.jpg) no-repeat; background-position:center; height:800px; width:100%;}
.leftbar{ margin-top:10%; border:none;}
.leftbar2{ margin-top:15%; border:none;}
.leftbar3{ margin-top:-5%; border:none;}
.leftbar4{ margin-top:5%; border:none;}
.leftbar5{ margin-top:25%; border:none;}
.small-banner{ position: absolute; left: -999em; visibility:hidden;}
.small-banner2{ position: absolute; left: -999em; visibility:hidden;}
.banner{ visibility:visible;}
.forums{ border-top:1px solid #ccc; padding:1% 0 0 0; margin-top:1%; visibility:visible;}
.forums p span a{ font-weight:normal; line-height:10px; font-size:10px; color:#333; }
.forums p span a:hover{ font-weight:normal; line-height:10px; font-size:11px; color:#cc0000; text-decoration:none;}
.banner-blog {
    padding: 4% 0 10% 0;
    color: #f8f8f8;
    background: url(../images/blog.jpg) no-repeat center center;
    background-size: cover; margin:-70px 0 0 0;
}
}
.forums{ border-top:1px solid #ccc; padding:1% 0 0 0; margin-top:1%; }
.forums p span a{ font-weight:normal; line-height:10px; font-size:10px; color:#333; }
.forums p span a:hover{ font-weight:normal; line-height:10px; font-size:11px; color:#cc0000; text-decoration:none;}

.call p{ color:#666666; font-size:20px; line-height:22px; padding:5%; margin-top:20%;}
.call p span{ color:#666666; font-size:16px; line-height:22px; padding:5%; margin-top:20%;}

.detail ul{ margin:0; padding:0;}
.detail ul li{ margin:0; padding:0; float:left; list-style:none; line-height:30px;}
.blog{ padding:2%; border:1px solid #f7f7f7; margin:0;}
.blog:hover{ background:#fcfcfc; border:1px solid #ebebeb; padding:2%; margin:0;}
.blog img{ margin-bottom:5%;}
.blog p span{ font-weight:bold; line-height:20px; font-size:14px; color:#000;}
.blog p { font-weight:normal; line-height:10px; font-size:11px;}



.top{ float:right; margin-top:2%; }
.top2{ float:right; margin-top:2%; margin-right:0% }

.bar{background:#bebebe; width:100%; height:1px; margin:2% 0 3% 0;}
.prgm{ margin:0; padding:0;}






.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d; color:#fff; text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}



.no-padding{ margin:0; padding:0;}
.ocean{position:absolute; top:10px; left:100px; }
.logo{ max-height:50px; position:absolute; top:10px; left:10px; max-width:100px;}
.kalinga-organic{ margin:0; text-transform:uppercase; border:0; font-weight:700; font-size:12px; padding:10px 20px; background:#3c9129; }
.kalinga-organic:hover{background:#00acc4;}
.bottom{ /*position:absolute; bottom:0;*/ width:100%; background:none; margin:0; padding:0; text-align:center;}
.bottom h2{ margin:0; line-height:35px; color:#fff; font-size:16px; font-weight:700; text-transform:uppercase; background: #000000;}
.bottom-top{ margin:0; padding:0; max-height:287px;}
.bottom-top img{ width:100%;}
.bottom-left{ margin:0; padding:0; }
.bottom-right{ margin:0; padding:0; background:#000;}
.client{ margin:0; padding:0px; background:#f4f4f4; text-align:center;}
.client h2{ margin:0; line-height:35px; color:#fff; font-size:16px; font-weight:700; text-transform:uppercase; background: #000000;}
.footer{ background:#222; color:#fff; font-size:12px; text-align:center; margin:0; padding:20px;}


.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
position:absolute;
top:0;
bottom:0;
margin:auto;
height:20px;
right:10px; left:auto;
width:auto;
}
.carousel-indicators li{display:block; margin-bottom:5px; border:1px solid #00a199; }
.carousel-indicators li.active{margin-bottom:5px; background:#00a199;}
.carousel-inner{ margin:0; padding:0;}
.carousel-inner img{ width:100%; height:100%;} 
.carousel-inner .item{ margin:0; padding:0; border:none;}
.carousel-control.left{ background:none; color:#222;}
.carousel-control.right{ background:none; color:#222;}

