body{
    font-family: 'Arimo', sans-serif;
    font-weight: 300;
    color:#333;
}

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

.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}

.padding-80{
    padding: 80px 0; 
}
.padding-70{
    padding: 70px 0; 
}
.padding-60{
    padding: 60px 0; 
}
.padding-50{
    padding: 50px 0; 
}
.padding-40{
    padding: 40px 0; 
}

hr.big{
    margin: 44px 0px;
}

.divided-10{
    height: 10px;
    width:100%;
}
.divided-20{
    height: 20px;
    width:100%;
}
.divided-30{
    height: 30px;
    width:100%;
}
.divided-40{
    height: 40px;
    width:100%;
}

.divided-50{
    height: 50px;
    width:100%;
}
.divided-60{
    height: 60px;
    width:100%;
}
.divided-70{
    height: 70px;
    width:100%;
}
.divided-80{
    height: 80px;
    width:100%;
}
/*******typography****/
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif; 
    margin-top: 40px;

}

p{
    font-family: 'Arimo', sans-serif; 
	font-size: 120%;
	line-height:26px;
}
.theme-text{
    color:#0bc8f1;  
}
.theme-text:hover{

    color:#0bc8f1; 
}
a{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	color: rgba(51,153,204,1);
}
a, a:hover, a:focus{
    text-decoration: none;
}

/*****section title****/
.section-title h1{
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.17em;
}
.section-title h1 small{
   font-size: 13px;
text-transform: capitalize;
color: #555;
font-weight: 300;
display: inline-block;
margin-bottom: 10px;
}
.section-title .pull-right a{
    font-size: 13px;
}
/*********
buttons
***********/

.btn{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    text-transform: capitalize;
    font-weight:700;
    letter-spacing: 2px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;;
    -ms-transition: all 0.3s;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn i{
    margin-right: 8px;
    vertical-align: middle;
    font-size: 22px;
}
.btn-lg{
    padding: 15px 40px;
}

.btn-sm{
    padding: 1px 8px 2px 9px;
	font-size:8px;
}

.btn-radius{
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.btn-theme-bg{
    background-color: #0bc8f1;
    color:#fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
/**btn white**/
.btn-white{
    color:#fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.btn-white:hover{
    color:#222;
    background-color: #fff;
}
/**btn dark**/
.btn-dark{
    color:#699;
    border: 1px solid #699;
    background-color: transparent;
}
.btn-dark:hover{
    text-shadow:1px 1px 1px #000;
	color:#FFF;
    background-color: #6BB888;
	border: 1px solid #6BB888;
}
/**btn theme border**/
.btn-theme-border{
    border: 1px solid #0bc8f1;
    color:#0bc8f1 !important;
    background-color: transparent;
}
.btn-theme-border:hover{
    background-color: #0bc8f1;
    color:#fff !important;
}
/**************
Bootstrap menu and container overrides
***************/

.caret {
	opacity:0.4;
}

.navbar-default {
    
    border:0;
    padding: 15px 0;
}
.navbar-default .navbar-nav>li>a{
    font-size: 15px;
    font-weight: 400;
    color:#666;
    text-transform: capitalize;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#0bc8f1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0bc8f1;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.9);
}

@media(min-width:768px){
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
}

/**************
.navbar menu background image
***************/
@media(max-width:767px){
    #navbar{
        background-image: url(../images/WEB-Menu.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
}

.dropdown-menu{
    background-color: rgba(0,0,0,0.9);
    border: 0px;
    padding: 5px 15px;
    min-width: 190px;
    border-top-left-radius: 3px !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.dropdown-menu>li>a{
    color:#fff;
    padding: 7px 20px;
}
.dropdown-menu>li{
    border-bottom: 1px solid  rgba(255,255,255,0.2);
}
.dropdown-menu>li:last-child{
    border: 0px;
}
.dropdown-menu>li>a:hover{
    background-color: rgba(255,255,255,0.2);
    color:#fff;
}

.navbar-brand img{
    width: 150px;
    height: auto;
	margin-top:-6px;
}

/**************
.dropdown-submenu code from http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing
***************/

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}



/*******************
social
*******************/

.social{
    margin: 0;
    padding: 0;
}
.social li{
    padding: 0px;
    margin: 0;
}
.social li a{
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 20px;
    color:#777;
}
.social li a.fb:hover{
    background-color:  #3b5998;
    color:#fff;
}
.social li a.twitter:hover{
    background-color:  #00aced;
    color:#fff;
}
.social li a.in:hover{
    background-color:  #0e76a8;
    color:#fff;
}
.social li a.dribbble:hover{
    background-color:  #ea4c89;
    color:#fff;
}




/*************************

slider revolution

***************************/
.slide-title{
    font-weight: 400;
    color:#fff;
    font-size:50px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.slider-btn .btn-theme-border{
    background-color: transparent;
    color:#0bc8f1 ;
}
.slider-btn .btn-theme-border:hover{
    color:#fff;
    background-color: #0bc8f1;
}
.slider-btn .btn-white:hover{
    color:#0bc8f1;
}
.slider-btn .btn-white{
    color:#fff;
}
.slide-caption{
    color:#fff;
    font-weight: 300;
}
.fullwidthbanner-container{
    padding: 0px 0px;
    overflow: hidden;
}
caption.slider-title, .slider-title {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300 ;
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 0px;
    background-color: transparent;
    border-width: 0px;
    letter-spacing: 0.1em;
    border-color: rgb(255,255,255);
    border-style: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.small_text-1{
    line-height: 65px;
    text-shadow: none;
    color:#fff;
    font-size: 22px;
    font-weight: 300 !important;
    text-transform: capitalize;
}
.slider-title2{
    color:#eee;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}

/***************

Footer

****************/

#footer{
    padding: 100px 0;
	background-image:url(../images/parallax-bg-footer.jpg);
	background-position: left;
	background-repeat:no-repeat;
    border-top: 5px solid #999;
	background-size:cover;
}
#footer .social{
	
}
#footer .social li{
    padding: 0px 0px;
}
#footer .social li a{
	color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #FFF;
	text-shadow:1px 1px 3px #000;
}
#footer .social li a:hover{
    border-color: transparent;
}
.footer-inner h3{
    margin-bottom: 30px;
    color:#fff;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    font-family: 'Oswald', sans-serif;
}
.footer-inner p{
    color:#777;
    font-weight: 400;
    margin: 0px;
}
.copyright{
    display: block;
    font-size: 11px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	line-height:12px;
   
}
#footer hr{
background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1), transparent);
background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
border: 0;
height: 1px;
margin: 22px 0 22px 0;
}

.form-control{
    font-size:16px;
}

.subscribe-form{
    margin-top: 20px;
    position: relative;
}
.subscribe-form .form-control{
    border: 1px solid #777;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgba(255,255,255,0);
    color:#777;
    height: 40px;
    font-weight: 300;
}
.subscribe-form .form-control:focus{
    border-color: #0bc8f1;
}
.subscribe-form .btn-default{
    background-color: transparent;
    color: #0bc8f1;
    font-size: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 4px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.subscribe-form .btn-default i{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}
.subscribe-form:hover .form-control{
    border-color:#0bc8f1;
}
.contact-list li{
    font-size: 16px;
    line-height: 30px;
    color:#777;
}
.contact-info{
    margin-bottom: 40px;
}
/*****************
features   services boxes
******************/
.features{
    text-align: center;
}
.features i{
    font-size: 60px;
    color:#B7503F;
}
.features h4{
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(183,80,62,1);
}
.features p{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
}

.feature-card:hover{
    background: rgba(236,225,216,0.5);
}

.features-active {
    background: rgba(255,255,80,0.8);
}

/**********

call to action areas
**************/

.cta-dark{
    background-color: rgba(193,182,171,1);
}
.cta-dark h2{
    color:#fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.10em;
}
.cta-dark p{
    color:#fff;
}
.cta-2{
    padding: 50px 0;
    background-color: #0bc8f1;
}
.cta-2 h1{
    margin: 0px;
    line-height: 40px;
    color:#fff;
        font-weight: 300;
}
.cta-2 a{
    text-decoration: underline;
    color:#fff;
}
/*****************
blog
*******************/
.post-thumbnail{
    overflow: hidden;
    position: relative;
}
.post-title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 15px 0;
}
.post-title a:hover{
    color:#0bc8f1;
}
.post-title a{
    color:#333;
}
.post p{
    color:#777;
    font-size: 14px;
    line-height: 24px;
}
.post .read-more{
    display: block;
    text-align: right;
    margin-top: 20px;
}
.post .read-more a{
    font-weight: 600;
}
.post .read-more em{
    float: left;
    color:#777;
}
/**single post**/
.post-detail h1{
    font-weight: 400;
    color:#777;
    margin-bottom: 20px;
    line-height: 50px;
}
.post-detail p.lead{
    color:#888;
    font-weight: 300;
}
.coment-box {
    padding: 20px;
    margin-bottom: 30px;
}
.coment-box.bg{
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.coment-box img{
    float: left;
    width:90px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.comment-detail{
    padding-left: 25px;
    overflow: hidden;
}
.comment-detail ul.list-inline li{
    color:#888;
    font-weight: 300;
    font-size: 12px;
}
.comment-detail ul.list-inline li strong{
    color:#000;
}
.comment-detail ul.list-inline li strong a{
    color:#0bc8f1;
}
.comment-detail ul.list-inline li strong a:hover{
    text-decoration: underline;
}
.post-comment-box {
    padding: 25px;
    background-color: #ddd;
}
.post-comment-box button{
    float: right;
    margin-top: 15px;
}
/*****founder****/
.founder{
    background-color:#f8f8f8;
    padding-top: 80px;
    padding-bottom: 50px;
}
.founder p{
	color: #586376;
}
.team-info h4{
    margin: 0px;
}
.team-info span{
    line-height: 30px;
}
/****progress bar****/
.progress-box{
    margin-bottom: -15px;
}
.progress-box h3.progress-title{
    font-size: 14px;
}
.progress-box .progress{
    height: 3px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 0px; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.progress-box .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 3px;
    color: #fff;
    text-align: center;
    background-color:#0bc8f1;
}


/****************

PORTFOLIO

********************/

.recent-work{
    padding-top: 50px;

}
.project-full-width-row{
    text-align: center;
}
 .no-paddding{
    padding: 0px; 
}
 .no-margin{
    margin: 0px; 
}
.img-desc {
    display: inline-block;
    width: 100%;
    padding: 5px 13px;
    position: relative;
    z-index: 6;
	
}
.img:hover .img-desc h5 {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img:hover .img-desc p {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img {
    position: relative;
    overflow: hidden;
}
.over {
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(236,225,216,0.5);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.over2 {
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img:hover .over {
    bottom: 0px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img:hover .over2 {
    bottom: 0px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.img-desc {
    top: 0;
    padding-top: 26%;
}
.img-desc h2 {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    width: 100%;
    color:#fff;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}
.img-desc h2 {
    position: absolute;
    right: -100%;
}
.img-desc h2 span {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-family: 'Arimo', sans-serif;
    font-style: italic;
    font-size: 13px;
}
.img:hover .over .img-desc h2 {
    right: 0%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.img:hover .over2 .img-desc h2 {
    right: 0%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.more-works{
    text-align: center;
    padding: 60px 0;
}



/*****************fun facts******/
.fun-facts{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid #f5f5f5;
}
.fact-column{
    text-align: center;
}
.fact-column i{
    color:#bbb;
    font-size: 50px;
}
.fact-column h1{
    line-height: 90px;
    margin: 0px;
}
.fact-column h5{
    text-transform: capitalize;
}


/**************why choose section css****/
.why-choose{
    background: url(../images/parallax-bg-1.jpg) scroll no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}
.why-choose .center-heading{
    color:#fff;
	font-size: 140%;
	text-shadow: 1px 1px 1px #000;
}
.center-heading{
    text-align: center;
    color:#000;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 0.0em;
    line-height: 40px;
}
.center-line{
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width:120px;
}
.features-2-box{
    margin-bottom: 70px;
}
.icon-container{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    font-size: 35px;
    color: #fff;
}
.text-container{
    overflow: hidden;
}
.text-container h3{
    color:#fff;
}
.text-container p{
    color:#b5b5b5;
}



/****page title*****/
.page-title{
    padding: 100px 0;
    background:  no-repeat;
    background-size: cover;
	background-position:bottom;
}
.page-title h1{
    font-weight: 300;
    color:#fff;
    text-transform: capitalize;
    font-size: 29px;
    letter-spacing: 0.05em;
    margin: 0px;
    line-height: 30px;
}
.page-title .breadcrumb{
    background-color: transparent;
    margin: 10px 0 0 0 ;
    padding: 0px;
    text-align: right;
}
.page-title .breadcrumb li a{
    color:#b5b5b5;
}
.page-title .breadcrumb li.active{
    color:#0bc8f1;
}


@media(max-width:767px){
    .page-title, .page-title .breadcrumb{
        text-align: center;
    }
}


.about-content .about-section-1 h3{
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.about-content p{
    color:#777;
    line-height: 25px;
}
.about-section-1 blockquote{
    background-color: #f8f8f8;
    border-left-color: #0bc8f1;
}
.owl-page span{
    width: 6px !important;
    height: 6px !important;
    display: block;
    background: rgba(0,0,0, .7);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
    background: rgba(0,0,0, 1);
}
.owl-page.active span{    
    background: transparent !important;
    border: 1px solid rgba(0,0,0, .8);

    -webkit-transform: scale(1.3333333);
    -moz-transform: scale(1.3333333);
    -o-transform: scale(1.3333333);
    -ms-transform: scale(1.3333333);
    transform: scale(1.3333333);
}
.about-content .center-heading{
    color:#222;
}
.about-content .text-container h3{
    color:#333;
}
.about-content .icon-container{
    background-color: #0bc8f1; 
}
.team-col{
    text-align: center;
    margin-bottom: 40px;
}
.team-col h4{
    margin-top: 20px;
}
.team-col span{
    font-style: italic;
    text-transform: capitalize;
    color:#777;
}
.team-col img{
    width: 100px;
    display: block;
    margin: auto;
    position: relative;
    top: 0px;
    box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: top 0.15s linear;
    -moz-transition: top 0.15s linear;
    -ms-transition: top 0.15s linear;
    -o-transition: top 0.15s linear;
    transition: top 0.15s linear;
}
/***************contact page**************/

 iframe {
margin-bottom: 0;
padding: 0;
display: block;
width: 100%;
border: none;
}

.video-box {
 
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-box iframe{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/***pricing tables****/
.pricing-box{
	background:#eee;
	border:4px solid #FFF;
	text-align:center;
	padding:20px;
	
	margin-bottom: 40px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.head.trending{
	border-color: #0bc8f1;
}
.head{
	background:transparent;
	padding:20px 0;
	font-size:25px;
	color:#333;
        border-bottom: 5px solid #333;
	font-weight:700;
	text-transform:uppercase;
        font-family: 'Oswald', sans-serif;
        border-radius: 2px;
        -webkit-border-radius: 2px;
}
.pricing{
	position:relative;
	
	font-size:82px;
	font-weight:600;
	color:#0bc8f1;
	padding:20px;
	display:inline-block;
}
.pricing:before, .pricing:after{
	position:absolute;
	z-index:1000;
}
.pricing:before{
	content:"$";
	font-size:18px;
	color:#0bc8f1;
	font-weight:400;
	left:5px;
	top:50px;
}
.pricing span{
	font-size:16px;
	font-weight:300;
}
.list-detail{
	list-style-type:none;
	margin:0;
	padding:0 10px;
}
.list-detail li{
	font-size:16px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d7d8da;
        font-weight: 300;
font-family: 'Arimo', sans-serif;
}
.list-detail li span{
	color:#323232;
	font-weight:700;
}
.list-detail li:last-child{
	border-bottom:none;
}
.pricing-box .porject-view{
	margin-top:0px;	
}


/****login register****/
 .contact-form .form-control{
    min-height: 45px;
    border:2px solid #f5f5f5;
    box-shadow: none;
    -webkit-box-shadow: none;
   
}
 .login-reg-page .contact-form .form-control{
 margin-bottom: 15px;
   
}
.contact-form .form-control:focus{
    border-color: #ddd;
}
.login-reg-page .register-form .required{
    color:red;
}
.form-box{
    border: 1px solid #ddd;
    padding: 25px;
    border-radius:5px;
    -webkit-border-radius: 5px;
}


/*** blank page height css***/
.height-300{
    height:300px;
}
.error-box{
    padding: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
}
.error-box h1{
    font-size: 150px;
    color:#999;
    margin-bottom: 30px;
}
.error-box .lead{
    font-weight: 300;
}
@media(max-width:568px){
    .error-box{
        padding: 15px;
    }
}
/**pagination**/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #0bc8f1;
border-color:#0bc8f1;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #0bc8f1;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}


/*****************

Sidebar

********************/

.sidebar-box{
    margin-bottom:60px;
}
.sidebar-box h3{
    font-weight: 400;
    color:#555;
    font-size: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.search-widget{
    position: relative;
    
}
.search-widget .search-btn{
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: 15px;
top: 10px;
font-size: 20px;
color: #777;
}
.search-widget .search-btn:hover, .search-widget .search-btn:focus{
    color:#0bc8f1;
    outline: 0;
}
.search-widget .form-control{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.sidebar-box ul li{
    line-height: 28px;
}
.sidebar-box ul li a{
    color:#777;
    font-size: 15px;
}
.sidebar-box ul li a:hover{
    color:#0bc8f1;
}
.tag-cloud a{
    margin: 5px;
    padding: 5px 7px;
    display: inline-block;
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color:#777;
}
.tag-cloud a:hover{
    color:#0bc8f1;
}


/***mix it up filter css***/
#grid .mix{
    display: none;
    opacity: 0;
}
#grid .col-md-3{
    padding: 10px;
}
.portfolio-filters{
    margin-bottom: 50px;
}
.portfolio-filters li{
    display:inline-block;
    border:1px solid #777;
    padding: 8px 24px;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px ;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 400;
    color:#777;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
@media(max-width:667px){
    .portfolio-filters li{
        display:inline-block;
    }
}
.portfolio-filters li + li{
    margin-left:10px;
}
.portfolio-filters li:hover{
	border-color: #0bc8f1;
	color: #0bc8f1;
	background-color: transparent;
	font-size: 12px;
}
.portfolio-filters li.active{
	border-color: #0bc8f1;
	color: #0bc8f1;
	background-color: transparent;
	font-size: 13px;
}
.portfolio-desc i{
    color:#0bc8f1;
    display: inline-block;
    margin-right: 5px;
}
.portfolio-desc h3{
    margin-bottom: 20px;
}



/****elements****/
.elements-container h3{
    margin-bottom: 30px;
}
.buttons button{
    margin: 10px;
}

.buttons.bg{
    background: url(../images/slide-1.jpg) no-repeat;
    padding: 30px;
    margin-top: 30px;
}

/*****************

Calculators

********************/
#nocanLinseed {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:0px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#nocanRiceBran {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:0px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#canLinseed {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:0px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#canRiceBran {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:0px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#canola {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:0px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#dailyAmount {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:100px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#feedamt {
    font-family: "Arial Black", Gadget, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:100px;
    margin-top: 20px;
    background-color: #333;
    color: #FFF;
}

#GAwrapper {
	height: 470px;
	width: 95%;
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NWQ0ZCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNjY1ZDRkIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmN2Q1MSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(102,93,77,0.06) 0%, rgba(102,93,77,0.06) 1%, rgba(127,125,81,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(102,93,77,0.06) 0%,rgba(102,93,77,0.06) 1%,rgba(127,125,81,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(102,93,77,0.06) 0%,rgba(102,93,77,0.06) 1%,rgba(127,125,81,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 10px 10px 10px;
	margin: 0 auto;
	margin-top: 40px;
	box-shadow: 2px 2px 4px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#GAwrapper .GAchart {
	font-size: 12px;
}

#GAwrapper h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#GAwrapper h4 {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#GAwrapper a {
	color: #333;
}

/* Table */
#GAwrapper #data-table {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 100%;
}
#GAwrapper #data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#GAwrapper #data-table thead {
	background: rgba(120,96,71,0.45);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: left;
	line-height: 12px;
	text-shadow: 1px 1px 1px #666;
}
#GAwrapper #data-table th, 
#GAwrapper #data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;	
}

/* Toggle */
#GAwrapper .toggles {
	background: #ebebeb;	
	color: #545454;
	height: 20px;
	padding: 15px;
}
#GAwrapper .toggles p {
	margin: 0;
}
#GAwrapper .toggles a {
	background: #222;
	border-radius: 3px;	
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
#GAwrapper .toggles a:hover {
	background: #666;
}
#GAwrapper #reset-graph-button {
	float:right;
}

/* Graph */
/* Containers */

#GAwrapper #figure {
	height: 380px;
	position: relative;
}
#GAwrapper #figure ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#GAwrapper .graph {
	height: 283px;
	position: relative;
}

/* Legend */
#GAwrapper .legend {
	background: #f0f0f0;
	border-radius: 4px;
	bottom: 0;
	position: absolute;
	text-align: left;
	width: 540px;	
}
#GAwrapper .legend li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 10px 30px;
	width: 120px;
}
#GAwrapper .legend span.icon {
	background-position: 50% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;	
}

/* X-Axis */
#GAwrapper .x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 540px;
}
#GAwrapper .x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 76px;	
}

/* Y-Axis */
#GAwrapper .y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
}
#GAwrapper .y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
}
#GAwrapper .y-axis li span {
	display: block;
	margin: -10px 0 0 -60px;
	padding: 0 10px;
	width: 40px;
}

/* Graph Bars */
#GAwrapper .bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#GAwrapper .bar-group {
	float: left;
	height: 100%;
	margin: 0 15px;
	position: relative;
	width: 76px;
}
#GAwrapper .bar {
	border-radius: 3px 3px 0 0;
	bottom: 0;
	cursor: pointer;	
	height: 0;
	position: absolute;
	text-align: center;
	width: 24px;
}
#GAwrapper .bar.fig0 {
	left: 0;
}
#GAwrapper .bar.fig1 {
	left: 26px;
}
#GAwrapper .bar.fig2 {
	left: 52px;
}
#GAwrapper .bar span {
	background: #fefefe;
	border-radius: 3px;
	left: -8px;
	display: none;
	margin: 0;
	position: relative;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	width: 40px;
	z-index: 20;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}
#GAwrapper .bar:hover span {
	display: block;
	margin-top: -25px;
}

.g-recaptcha {
	opacity: 0.6;
	}
    
#mapContainer{
    position:relative;
    width: 100%;
    height: 450px;

}

#distributorMap{
    position:absolute;
    width: 100%;
    height: 100%;
    padding: 20px 0;

}

/**news grid**/
.news-grid{
    padding-bottom:30px;
}
.post-grid-content{
    padding: 15px;
	font-size:15px;
	color: #787878;
}
.news-grid h3{
    margin: 0;
}
.news-grid h3 a{
    color:#777777;
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
	line-height:38px;
}
.news-grid h3 a:hover{
    color:#2196f3;
}
.news-grid p{
    color:#777777;
    font-weight: 300;
}
.post-preview-info{
    margin: 10px 0 10px 0px;
}
.news-grid img{
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    border: 1px solid transparent;
}
.news-grid img:hover{
    opacity: 0.8;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #2196f3;
  border: 1px solid #2196f3;
}

.fact {
	width: 40%;
	min-width: 250px;
	float: right;
	text-align: right;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(left, #ededed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ededed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #ededed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}


@media(max-width:340px){
  .img-product {
	width: 70%;
	height: 70%;
  }
}

#footer a:link{color: rgba(255,255,255,0.8); text-decoration:none; text-shadow:0px 0px 3px #000;}
#footer a:visited{}
#footer a:hover{color:#65C4FF;text-decoration:underline;}
#footer a:active{}

#map-button{
    color: rgba(255,255,255,0.8);
}

#map-button span:hover{
    color: #23527C;
}

.fb-like{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+19,ffffff+100&0+0,1+3,1+34,0+61 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 34%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 34%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 34%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ) !important; /* IE6-9 */
}


	.art-head {
	position: absolute;
	color: #FFF;
	text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 1px 2px 2px #000, 1px 1px 4px #000;
	margin: 20% 0px 0px 0px;
	text-align:center;
	width: 100%;
	padding: 10px 10px 10px 10px;
	z-index:10000;
	background-color:rgba(0,0,0,0.7);
    }
	
@media(max-width:269px){
 .art-head{
   font-size: 12px;
 }
}
	
@media(min-width:270px) and (max-width:319px){
 .art-head{
   font-size: 14px;
 }
}
	
@media(min-width:320px) and (max-width:499px){
 .art-head{
   font-size: 16px;
 }
}

@media(min-width:500px) and (max-width:599px){
 .art-head{
   font-size: 18px;
 }
}

@media(min-width:600px) and (max-width:716px){
 .art-head{
   font-size: 28px;
 }
}

@media(min-width:717px) and (max-width:843px){
 .art-head{
   font-size: 28px;
 }
}


@media(min-width:844px) and (max-width:1400px){
	.art-head{
   font-size: 30px;
     }
	}
	
@media(min-width:1401px){
	.art-head{
   font-size: 32px;
     }
	}
	

@media(max-width:350px){
 .art-head-EPM{
   margin-top: 7%;
 }
}

@media(max-width:320px){
 .art-head-drugs{
   margin-top: 10%;
 }
}

@media(max-width:320px){
 .art-head-AHS{
   margin-top: 10%;
 }
}

@media(max-width:340px){
 .art-head-EICS{
   margin-top: 6%;
 }
}

@media(max-width:320px){
 .art-head-TPEI{
   margin-top: 10%;
 }
}

/*code to make dropdown menu transitions*/
.dropdown .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;

    max-height: 190px;
    opacity: 1;
    visibility: visible;
}

/*Code to adjust #fragments to not be behind fixed header*/
/* to use add class="frag-target" to any <a> tag referenced by the fragment*/
a.frag-target {
    display: block;
    position: relative;
    top: -83px;
    visibility: hidden;
}

.prices {
	font-size:16px;
	font-weight:bold;
	color:rgba(60,60,60,0.8);
	line-height: 26px;
}

.post-grid-content {
	font-weight:bold;
	color:rgba(60,60,60,0.8);
}

.XRT {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #FFF;
  font-size: 12px;
  font-weight:bold;
  background: #699;
  padding: 3px 10px 3px 10px;
  border: solid #699 1px;
  text-decoration: none;
  letter-spacing:2px;
}

.XRT:hover {
  background: #FFF;
  text-decoration: none;
  color: #699;
}

@media(max-width:767px){
  #cart-link {
    margin-top: -46px;
  }
}