a {color: #0991ad;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
text-decoration:none;
}
a:hover { color: #000; 
text-decoration:underline;
}

a:active,a:focus {
outline: none;
}

body, p {
    color: #535353;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.widget h5 { color: #204185; }
.gendocsPageTitle h1, h1.formsTitle {

    font-size: 20px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, div.pp_kalypso .ppt {
    font-family: ‘Metrophobic’,Arial,serif;
    font-weight: 400;
   text-transform: uppercase;

    font-size: 20px;
}
.carousel-caption p  {color: #fff;}

::selection {
	background: #204185;  color: #FFFFFF; /* Safari */
	}
::-moz-selection {
	background: #204185; color: #FFFFFF; /* Firefox */
}
.row-blue { background-color: #0932b2; padding-bottom: 6px; margin-top: 1px; color: #fff }
    .row-topcontrols,
    .row-topcontrols a,
    .row-footer { background-color: #f5f5f5; min-height: 33px;  color: #999999; }
    
.row-topcontrols li { padding-top: 5px }
.row-footer li { font-size: 12px;  padding-top: 10px}
   
   .row-topcontrols .top_links { float: right; }
   .row-topcontrols .top_link  {
        display: block;
        float: left;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        color: #999999;
        font-size: 15px; }
        
   .row-topcontrols .top_link .fa-twitter:hover {
    background-color: #46C0FB;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }
    
   .row-topcontrols .top_link .fa-facebook:hover {
    background-color: #4863AE;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }
  .row-topcontrols .top_link .fa-facebook:hover {
    background-color: #4863AE;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }    
   .row-topcontrols .top_link .fa-google-plus:hover {
    background-color: #d44032;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }
  
  .row-topcontrols .top_link .fa-rss:hover {
    background-color: #FF7F25;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }

  .row-topcontrols .top_link .fa-search:hover {
    background-color: #000;  
        width: 33px;
        height: 33px;
        color: #fff;
        line-height: 33px;
        text-align: center;
    }
    
    .logo_row { padding: 20px 0 20px 0 }
    .main_nav { padding: 20px 000; float: right }
    
/*  home hightlight */    
    .pad10-60 {
    padding-bottom: 10px;
    padding-top: 60px;
}

.half-block {
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 5px;
    width: 260px;
    margin-right: 10px;
    float: left;
}

.btn-block {width: 40%}
.btn-block-sm {width: 18%; margin-left: 20px }

.btn-block {
    -moz-user-select: none;
    background-color: transparent;
    border: 2px solid #666666;
    border-radius: 0 0 0 0;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: all;
    vertical-align: middle;
    white-space: nowrap;
}



.pad10-60 {
    padding-bottom: 10px;
    padding-top: 60px;
}

.half-block .inner{background:-moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));background:-webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);background:-o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);background:-ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);transition-property:background-color;transition-duration:.4s;-webkit-transition-property:background-color;-webkit-transition-duration:.4s}

.half-block .inner:hover{background-color:rgba(27,23,28,0.8)}

.half-block p{padding:30px 0 0 0;text-align:center}

.half-block h4{ font-weight:normal;color:#fff;font-size:30px;letter-spacing:3px;margin-top:10px; min-height: 40px}

.half-block h4 small{color:#fff;display:block;font-size:14px;letter-spacing:2px;padding:0 0 10px 0}

.half-block {
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 5px;
}



.btn-light{color:#fff;background-color:transparent;border-color:#fff}

.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light .active{color:#555;background-color:#fff;border-color:#fff}

.btn-light:active,.btn-light .active{background-image:none}

.btn-block-sm  { color:#fff;background-color:transparent;border-color:#fff }

.btn-block-sm:hover {color:#555;background-color:#fff;border-color:#fff}

.hightlight_home  { margin: 20px 0 20px 0 }
.hightlight_home .row_margin_20  {  margin: 20px 0 0;}


/* home verical slider styles */

        
        /* nt-example1 */

#nt-example1 {
    /* max-width: 620px; */
    margin: auto;
}

#nt-example1-container {
	text-align: center;
      padding-top: 20px;
}

#nt-example1-container i {
	/* font-size: 36px; */
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-arrow-container { padding-top: 17px; text-align: center; }

#nt-arrow-container i{
    font-size: 26px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}



#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #fff;
	overflow: hidden;
	height: 80px;
	padding: 40px 20px 20px;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	/* border-bottom: 1px dotted #2c8162; */
}

#nt-example1 li:hover {
	background: #F2F2F2;
}

/* END home verical slider styles */

.arrow-right {
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
    border-top: 60px solid transparent;
    height: 0;
    width: 0;
}

/* SIDEBAR WIDGETS STYLES
----------------------------------------------------------------------------- */

li.widget{
    float: left;
    margin-bottom: 80px;
    width: 100%;
}

.aside_widgets h5{
    margin-bottom: 20px;
}

.aside-left{
    margin-bottom: 0;
    float: left;
}

.aside-right{
    margin-bottom: 0;
    float: right;
}

.widget{
    display: block;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.widget ul { list-style: none outside none; margin-left: -37px; }
.widget li{
    background: url('../img/aside-arrow.png') no-repeat 0 12px;
    border-bottom: 1px dotted #ddd;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.widget li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}


            .margin-bottom-40 { margin-bottom: 40px  }
            .content-border { outline: 1px solid #666; max-width: 1104px; margin-left: 6px; }
            .arrow_box { position: relative; background: #ccc; } .arrow_box:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(204, 204, 204, 0); border-left-color: #ccc; border-width: 63px; margin-top: -63px; }
            .text-container {padding: 20px; margin-left: -20px; color:#fff;}
            
            #icon-home-cal {size:10px; }
            .red-link { color: #8c1e00 }
            .green-link { color: #105800; }
            .blue-link { color: #082943 }

    #main-container { margin-top: 6px; }



.staff  { margin-top: 20px; }
.col-md-3.thumbnail.staff {
      margin-right: 30px;
    max-width: 240px;
}
.staff h5 { color: #204185 }
.staff img {  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 4px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }


    #main-container { margin-top: 6px; }
    .image-full {
display: block;
width: 100%;
margin: 0 0 .5em 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.row-banner { min-height: 150px; }
.row-banner .page-title {
    margin-top: 40px;
}
.row-banner .page-title {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, .5);
}

/* accordions style3 */
.acc-group.style3 { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; }
.acc-group.style3 > button {display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px 10px 10px 60px; background:none; border:0; font-size:16px}
.acc-group.style3 > button:after {content:'-'; position:absolute; left:0; top:0; width:40px; height:40px; font-size:40px; background:#eee; color:#17a068; /*padding:7px 6px 13px 14px; */ text-shadow:0 1px 0 #fff;  line-height: 31px; padding-left: 10px; }
.acc-group.style3 > button:hover { color:#17a068 !important; }
.acc-group.style3 > button:hover:after { color:#17a068 !important; background:#e9e9e9;}
.acc-group.style3 > button.collapsed:after {color:#b5b5b5; content:'+'; /* padding:10px; */ font-size:35px; padding-left: 10px;}
.acc-group.style3 > button.collapsed {color:#505050;}
.acc-group.style3 .content {padding: 10px 15px; }
.acc-group.style3 .content p:last-child {margin-bottom:0;}

/**BS CAROUSEL**/

#carousel-539161 .item { width: 100%; height: 350px; background: no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.carousel-caption2 {
    width: 460px;
    color: #ffffff;
    /*margin: 0 auto;*/
    margin-top: 80px;
    position: static;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.slideshow-min-height-b { min-height: 400px; }
.content-bg {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #FFD658;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 5% auto 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none;
    top: 30px;
    border: 1px dotted #FFFFFF;
}
.content-bg a { color: #fff; }
.content-bg a:hover { color: #ccc; }
.content-bg h3, .content-bg h2 { font-weight: 200; font-size: 22px; line-height: 26px;}
.orange { color: #FC9E08; }


.col-lg-3.thumbnail.market,
.col-lg-3.thumbnail.products {
    margin-right: 10px;
    width: 22%;
}
.col-md-3.thumbnail.market,
.col-md-3.thumbnail.products {
    margin-right: 10px;
    min-width: 200px;
    //width: 22%;
    float: left;
}
.col-sm-3.thumbnail.market,
.col-sm-3.thumbnail.products {
    margin-right: 10px;
    width: 50%;
    float: left;
}
.market img,
.products img {
    width:100% !important;
    height:100% !important;
    display:block;
}


/*
********************************************************************************
/*	BEGIN MEDIA QUERIES
********************************************************************************
*/


/*==================================================== 
******************************************************
/*	DEVICES up to 1200 pixels wide 
******************************************************
====================================================== */


@media (max-width: 1200px) {


}
 

/*==================================================== 
******************************************************
/*	DEVICES less than 979 pixels wide 
******************************************************
====================================================== */

@media only screen and (max-width: 991px) {
    
#carousel-539161 .item {  height: 425px; } 
.carousel-caption2 { margin-top: 90px; }

}



/*==================================================== 
******************************************************
/*	DEVICES less than 767 pixels wide 
******************************************************
====================================================== */

@media only screen and (max-width: 767px) {

#carousel-539161 .item {  height: 300px; } 
.carousel-caption2 { margin: 0 auto; margin-top: 60px; width: 80%; }
.content-bg h3, .content-bg h2 { font-size: 18px; line-height: 22px;}

}


/*==================================================== 
******************************************************
/*	DEVICES less than 480 pixels wide 
******************************************************
====================================================== */

@media only screen and (max-width: 480px) {

.carousel-caption2 { margin-top: 30px; }

}

/*==================================================== 
******************************************************
/*	DEVICES 320 pixels wide 
******************************************************
====================================================== */

@media only screen and (max-width: 320px) {


}


/*  Blog */
.post {
    clear: both;
    margin-bottom: 40px;
    padding: 0;
}

.post .post-image.pull-left {
    padding-right: 20px;
}
.post .post-image {
    padding-bottom: 30px;
}
.post .entry-title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 17px;
}
.post .entry-content {
    margin: 0 0 25px;
}
.post .entry-meta {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1.3;
}

.post + .post {
    border-top-width: 1px;
    padding-top: 37px;
}

.post .entry-content {
    margin: 25px 0;
}

/* END  Blog */