@charset "utf-8";
/* CSS Custom */


/*full width pages*/
.container-fluid.fullwidth{
    padding-left:0px;
    padding-right:0px;
}
.container-fluid.fullwidth section > .row{
    margin-left:0px;
    margin-right:0px;
}
.container-fluid.fullwidth .lcol12, .container-fluid.fullwidth .lcol8, .container-fluid.fullwidth .lcol3, .container-fluid.fullwidth .lcol4{
    padding-left: 0px;
    padding-right:0px;
}
.container-fluid.fullwidth .widget-1,.container-fluid.fullwidth .widget-2, .container-fluid.fullwidth .widget-23, .container-fluid.fullwidth .widget-3, .container-fluid.fullwidth .widget-4{
    margin-top:0px;
    margin-bottom:0px;
}   
.container-fluid.fullwidth .container .widget-1,.container-fluid.fullwidth .container .widget-2, .container-fluid.fullwidth .container .widget-23, .container-fluid.fullwidth .container .widget-3, .container-fluid.fullwidth .container .widget-4{
    margin-top:15px;
    margin-bottom:15px;
}   
.navbar{ margin-bottom:0px;border-radius: 0px;}
@media all {
.navbar {
    border-radius: 0px!important;
  }
}
li.dropdown{
	padding-right: 10px;
}
footer{
	min-height: 300px;
	background-color: #504E4E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #534D48;
    position:relative;
}

body.fixed-header header.mainheader{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;  
    z-index: 20;  
}

@media screen and (min-width:991px){
    body.fixed-header.transparent-header  header.mainheader #navbar-menu{
        background-color:transparent !important;
    }
}

@media screen and (min-width:768px){
    div.big-banner{
        min-height:850px;
    }
}

/*background colors for test*/
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6{}
.bg-1{
	background-color: #F3F3F3;
}
.bg-2{
	background-color: #DFDFDF;
}
.bg-3{
	background-color: #D1D1D1;
}
.bg-4{
	background-color: #C4C4C4;
}
.bg-5{
	background-color: #B6B6B6;
}
.bg-6{
	background-color: #A3A3A3;
}
.margin-right{margin-right: 20px}
/*Main content container*/
#content-outer{
    position:relative;
}
/*Images in containers, max width */
td img {
    max-width:100%;
}
/*Links in table headers*/
th a:link{
    color:#FFFFFF;
}
/*widgets*/
.widget-1, .widget-2, .widget-3, .widget-4, .widget-23{
	border: 1px solid #8F8F8F;border-radius: 5px;
	float: left;
	/*overflow-x: hidden;*/
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
.widget-noboarder{border: none!important;border-radius:0px;}
.widget-margin{margin-left:2.3333%;}
.widget-margin:first-child{margin-left: 0px!important;}
/*.c1, .c2, .c3, .c4, .c5{padding-left: 0px!important;}*/

.widget-1{width: 100%;}
.widget-2{width: 47.666%;}
.widget-3{width: 31.7%;}
.widget-4{width: 23.252525%;}
.widget-23{width: 63.62%;}

.widget-1.widget-noboarder{
    padding: 0px;
}
@media (min-width:992px) and (max-width:1199px){
    .widget-4.widget-margin{
        margin-left:1.5%;
    }
    .widget-4{
        width:23.125%;
    }
}
@media (max-width: 480px){
.widget-2, .widget-3, .widget-4, .widget-23{width: 100%;}
.widget-margin{margin-left: 0;}
}

.widget-image{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
@media (max-width: 480px){
.widget-mobile-0{ display:none;}	
}
@media (min-width: 481px) and (max-width: 992px) {
.widget-tablet-0{ display:none;}
}
@media (min-width: 993px) and (max-width: 1199px) {
.widget-notebook-0{ display:none;}
}
@media (min-width: 1200px) {
.widget-desktop-0{ display:none;}
}
@media (min-width: 1200px){
.container .widget-4{
width:22.435897%;
}
.container .widget-3{
width:    
}
}

.widget_title, .widget-title{
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #666;
}

.widget_title span[class^="icon-"], .widget-title span[class^="icon-"]{
    font-size:1.3em;
}

.widget-image-preview{
    max-width:150px;
}
/*Generic Loading Overlay*/
#fc-loading-overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:#000000;
    opacity: 0.4;
    filter:alpha(opacity=40);
    z-index:9000;
}

#fc-loading-img{
    display:block;
    width:48px;
    height:48px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-24px;
    margin-left:-24px;
    z-index:9001;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    border-radius:4px;
    padding:10px;
}

#fc-loading-msg{
    display:block;
    width:300px;
    height:150px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-150px;
    z-index:9001;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    border-radius:4px;
    padding:20px;
    text-align:center;
    font-size:16px;
    line-height:16px;
}

#fc-loading-msg img{
    width:48px;
    height:48px;
    border:0px;
    position:absolute;
    left: 126px;
    bottom:20px;
}

/*Modals*/
.modal-dialog{
    z-index:1500;
}

.modal.modal-middle {
  text-align: center;
  padding: 0!important;
}

.modal.modal-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal.modal-middle .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*Yellow Edit Button*/
#editbutton{
    position:absolute;
    top:7px;
    right:5px;
    z-index:100;
}

/*Layout selector*/
#layout_popup_body{
    overflow:hidden;
}
.layout-box{
    width:94px;
    height:94px;
    float:left;
    text-align:center;
    padding-top:5px;
}

.layout-box span{
    width:78px;
    height:78px;
    font-size:78px;
}

.layout-box.active{
    color:#990000;

}
.clickable{
    cursor:pointer;
}

/*Quotes*/
div.quote_like{
    overflow:hidden;
    margin-top:10px;
    width:96px;
    text-align:right;
    float:right;
}

.likes{
    display:inline-block;
    float:right;
    width:70px;
    background-image: url(images/likes.png);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:30px;
    height:30px;
    line-height:30px;
}

.quote_likebutton{
    display:inline-block;
    float:right;
}

.quote_likebutton a{
    width:70px;
    padding-left:12px;
    padding-right:12px;
}

.quote_listsbutton {
    width:70px;
    padding-left:12px !important;
    padding-right:12px !important;
}

.quote_spacer{
    height:28px;
}

.quote_lists {
    position:absolute;
    text-align:left;
}

.quote_lists form{
    margin-top:2px;
    margin-bottom:2px;
}

/*Login Popup*/
.login-forgot-account {
float: left;
text-align: left;
font-weight: normal;
top: -9px;
position: relative;
}

div.login-social div.login-social-divider {
border-right: 1px solid #DDD;
}

div.login-social div.login-social-buttons {
text-align: center;
}
/*Carousel
.carousel-inner > .next, .carousel-inner > .prev{
	position: relative!important;
}*/
.carousel-inner > .item > img{
	margin-right: auto;
	margin-left: auto;	
}

.centered{
    text-align:center;
}

.rightaligned{
    text-align:right;
}

.leftaligned{
    text-align:left;
}
/*menu icons*/
.myaccount_shortcut_box{text-align: center;}
.myaccount_shortcut_icon_box{
	margin-right: auto;
	margin-left: auto;
}
.myaccount_shortcut_icon_box:hover{
	border-radius: 4px;
	
}
.myaccount_shortcut_icon  [class^="icon-"], .myaccount_shortcut_icon_box [class*=" icon-"], .myaccount_shortcut_icon_box  [class^="icon-"]{
	font-size: 5em; /*color:#FFF!important;*/
  /*background-color: lightgrey;
  padding: 15px 15px;
  border-radius: 50%;*/
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
}

[class^="icon-"]:hover, [class*=" icon-"]:hover, .icon:hover{
	color: #666666;
	text-decoration: none!important;
}
.myaccount_shortcut_name{
	font-weight: bold;
	padding-top: 5px;
	/*display: block;*/
	text-align: center;
	margin-bottom: 20px;
}

/*progress bar*/
.progress-bar-control { 
    height: 24px;  /* Can be anything */
    position: relative;
    margin: 20px 0 0px 0;
    background: #555;
    
    background-color: #555;
    background-image: -moz-linear-gradient(top, #555, #e3e3e3);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555),color-stop(1, #e3e3e3));
    background-image: -webkit-linear-gradient(#555, #e3e3e3); 
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(0,0,05,0.3);
    box-shadow        : inset 0 -1px 10px rgba(0,0,0,0.7);
}
.progress-bar-control > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
           border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
     -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
         border-bottom-left-radius: 5px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(43,194,83)),
    color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
    );
    -webkit-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.progress-bar-control > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	       -moz-border-radius-topright: 5px;
	    -moz-border-radius-bottomright: 5px;
	           border-top-right-radius: 5px;
	        border-bottom-right-radius: 5px;
	    -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	        -moz-border-radius-topleft: 5px;
	     -moz-border-radius-bottomleft: 5px;
	            border-top-left-radius: 5px;
	         border-bottom-left-radius: 5px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 10px 10px;
    }
}
				
.progress-bar-nostripes > span > span, .progress-bar-nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.progress-bar-marks{
    padding:2px;
    position:relative;
    height:10px;
    margin-top:2px;
}

.progress-bar-mark-zero{
    position:absolute;
    left:2px;
    top:0px;
    height:10px;
    width:1px;
    border-left: 2px solid #555;
}

.progress-bar-mark-quarter{
    position:absolute;
    left:25%;
    top:0px;
    height:5px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-half{
    position:absolute;
    left:50%;
    top:0px;
    height:10px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-threequarter{
    position:absolute;
    left:75%;
    top:0px;
    height:5px;
    width:1px;
    border-left:2px solid #555;
}

.progress-bar-mark-total{
    position:absolute;
    right:2px;
    top:0px;
    height:10px;
    width:1px;
    border-left:2px solid #555;
}

.bigger{
    font-size:1.2em;
}
.page-header{margin-top: 0px!important;
margin-bottom: 20px!important;
padding-bottom: 0px!important;}
.calendar-form-img{
	background: url(images/calendar-small.png) no-repeat;
	height: 30px;
    float: left!important;
	width: 30px;
	cursor:pointer; 
    display:block;
}
.calendar-form-img-side{
	/*float: right;*/
	margin-top: 0px;
}
.calendar-form-img-inline{
	background: url(images/calendar-small.png) no-repeat;
	height: 30px;
	width: 30px;
    vertical-align:bottom;
	cursor:pointer; 
    display:inline-block;
}
.well .calendar-form-img-side {margin-right: 6px!important;margin-left: 0px!important;}
.calendar-form-img:hover{background: url(images/calendar-small-hover.png) no-repeat;}
.tooltip {
	line-height: 16px; 
}
input[type="file"]{
	background: none!important;
	border:none!important;
	box-shadow:none!important;
}
form {margin: 0 0 23px;}
.nopadding-right{
    margin-right:-20px !important;
}
#box_container{
	border: 1px none #8F8F8F;
	border-radius: 50px 0px 50px 0px;
	-moz-border-radius: 50px 0px 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #EEEEEE;
    position:relative;
}
.box_image{border-radius: 50px 50px 50px 50px;
	position:absolute;
    top:0px;
    left:0px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;padding: 20px;
}

.box_image span{
	font-size: 6em;
	/*border-radius: 50px 50px 50px 50px;
	background-color: #C3C3C3;*/
	color: #FFF;	
}
.box_title{
	font-weight: bold;
	color: #000;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.box_txt{
	float: left;
	padding: 20px;
    /*width:70%;*/
}
.floating_title {
    float: right;
    width: 120px;
    margin-top: -55px;
    text-align: right;
}
.floating_title_xl{
    width:200px;
}
.floating_title_xxl{
    width:250px;
}
.floating_title_xxxl{
    width:300px;
}
.floating_title_xxxxl{
    width:350px;
}
.floating_title_xxxxxl{
    width:400px;
}
.floating_title_xxxxxxl{
    width:450px;
}
.floating_title_upper{
    margin-top:-100px !important;
}
#met_frmacct_password{
	float: right;
	margin-top: 5px;
}
.centered a{
	text-decoration: none!important;
}
.help-icon{
	display:inline-block;
	line-height: 23px;
    vertical-align: text-top;
	width:23px;
	height:23px;
	background: url(images/help.png) no-repeat center center;}
.help-icon:hover{
	background: url(images/help-over.png) no-repeat center center;
}
.required{color: #a94442;}
.widget_small{
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: lighter;
}
#editbutton-footer{
	position: absolute;
	bottom:0px;
    right:0px;
}

/*News Page*/
#news_left {
	width:36%;
	float:left;
	height:350px;  
	overflow:auto;
}

#news_right {
	width:60%;
	float:right;
	height:350px;  
	overflow:auto;  
}

#newspage_block{
	width:100%;  
}

#newspage_left {
	width:67%;
	float:left;
	padding-right: 10px;
}

#newspage_right {
  width:29%;
  float:right;  
}

.newspage_title_2 {
  font-size:13px;
  font-weight:bold;
  border-bottom:1px solid black;
}

.newspage_news_date{
	float:left;
	width:44px;
	height:49px;
	margin-right:10px;
	margin-bottom:0px;
	background-image: url(images/date-bg.png);
}

.newspage_news_date_month {
	width:40px;
	text-align:center;
	padding-top:1px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

.newspage_news_date_day {
  width:40px;
  text-align:center;
  color: black;
  padding-top:8px; 
  font-size:14px;
}

.newspage_news_title_block {
    overflow:hidden;
    width:402px;
    float:left;
}

.newspage_news_title {
	/*height:24px;*/
	/*border-bottom:1px dotted #838383;*/
	/*color:#838383;*/
	font-size:16px;
	font-weight:bold;
	text-align:left;
	width:500px;
	float:left;
}

.newspage_news_body {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#newspage_right ul {
	margin:0px;
	padding:0px 0px 0px 5px;
}

li.newspage_li_recentarts {
	margin: 0;
	padding: 0;
	font-size:12px;
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding: 2px 0 2px 20px;
	list-style: none;
	line-height: 16px;
}

li.newspage_li_monthlyarch {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding: 2px 0 2px 0px;
	padding-left: 20px !important;
}

li.newspage_li_category {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding: 2px 0 2px 0px;
	padding-left: 20px !important;
}

li.nv_newspage_li_recentarts a, li.nv_newspage_li_monthlyarch a, li.nv_newspage_li_category a {
	font-size: 12px;
	text-decoration: none;
	line-height: 13px;
}
li.li_recentarts a:hover, li.li_monthlyarch a:hover , li.li_category a:hover, li.li_rss a:hover {
	text-decoration: underline;
}

.newspage_titleblock {
	position:relative;
	overflow:hidden;
}

.newspage_photo_block {
	width:100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;  
	text-align:center;
}

.newspage_photo{
  	width:320px;
  	border: 1px solid #000000;
	margin:0 auto;  	
}

.newspage_clear{
  	clear:both;
}

.newspage_title {
	height:24px;
	/*color:#838383;*/
	font-size:17px;
	font-weight:bold;
	text-align:left;
	width:402px;
	float:left;
}

.newspage_more {
	width:60px;
	float:right;  
}

.newspage_news_body img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.newspage_news_logo{
	clear: both!important;
	float: none!important;
}
.newspage_news_small{
	font-size: 11px;
	line-height: 14px;
}

.newspage_news_article_detail{
	float: left;
	width: 300px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: left;padding: 10px;
	margin-right: 20px;
}

.newspage_news_article_photoandtxt{
	float: left;
	width: 300px;
	text-align: left;
	padding: 10px;
	margin-right: 20px;
	border-bottom: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
}

.newspage_news_article_photoandtxt img{
	text-align: center;
}

.newspage_news_article_footerphoto{
	font-size: 11px;
	font-style: italic;
	clear: both;
	float: none;
}

.newspage_news_title_link{
	text-decoration: none;
}

.newspage_news_block{
	clear: both;
	float: none;
	margin-top: 10px;
}
/*END NEWS*/

/*introductory paragraph, instructions paragraph*/
.instructions_text{
}

/*Instructions Pages*/

h4.instructions_block_title{
  margin-top:2px;
  margin-bottom:5px;    
}

div.instructions_page_block{
    overflow:hidden;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:10px;
}

div.instructions_page_top{
    min-height:140px;
    overflow:hidden;
}

div.instructions_page_bottom{
    
}

div.instructions_page_icon{
    width:190px;
    height:110px;
    float:left;
    margin-right:10px;
    padding-bottom:10px;
}

.clear{
    clear:both;
}
h3 [class^="icon-"], h3 [class*=" icon-"] {
	font-size: 1.6em;
	vertical-align: text-bottom;
}
#subtitle{
	float: left;
	margin-top: -30px;
}
/*For a white btn, to use in bootstrap-select drop downs*/
.btn-white{
    background-color:#FFFFFF !important;
    background-image:none !important;border: 1px solid #cccccc!important;
border-radius: 5px!important;
}

/*Comments*/
.comments_block{
    overflow:hidden;
}

.comments_totals{
    border-bottom:1px solid #CCCCCC;
    margin-bottom:10px;
}

.comment_entry{
    overflow:hidden;
    padding-bottom:5px;
    border-bottom: 1px solid #4a4a4a;
    position:relative;
    margin-bottom:10px;
    overflow:hidden;
}

.comment_avatar{
    float:left;    
    width:50px;
    margin-right:10px;
}

.comment_text{
    float:left;
    width:calc(100% - 60px);    
}

.comment_text textarea{
    width:90% !important;    
}

.comment_when{
    clear:both;
    font-size:0.8em;
    line-height: 0.9em;
    padding-top:5px;    
}

.comment_del{
    position:absolute;
    top:5px;
    right:5px;
    width:24px;
    height:24px;
    background-image: url(images/cancel.png);
    cursor:pointer;
}
/*End Comments*/
.btn-primary [class^="icon-"], .btn-primary [class*=" icon-"], .btn-success [class^="icon-"], .btn-success [class*=" icon-"], .btn-danger [class^="icon-"], .btn-danger [class*=" icon-"], .btn-warning [class^="icon-"], .btn-warning [class*=" icon-"]{
	color: #FFF;
}
.btn-primary [class^="icon-"]:hover, .btn-primary [class*=" icon-"]:hover, .btn-success [class^="icon-"]:hover, .btn-success [class*=" icon-"]:hover, .btn-danger [class^="icon-"]:hover, .btn-danger [class*=" icon-"]:hover, .btn-warning [class^="icon-"]:hover, .btn-warning [class*=" icon-"]:hover{
	color: #FFF!important;    
}

.avatar_list{
    width: 75px;
    border:1px solid black;
}
#menupage_container {
    width:100%;
    overflow:hidden:
}

#menupage_left {
	width: 230px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(images/bkgr_menucat.png);
	background-repeat: no-repeat;
}

#menupage_right {
	float:left;
	margin: 0px 0px 0px 20px;
	width: 638px;
	padding: 0px 20px 20px;
	border: 1px solid #BFBFBF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blog_post_image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #666;
	height: 150px;
}
.menupage_clear {
    clear:both;
}

#menupage_categories ul {
	list-style-image: none;
	width:100%;
}

#menupage_categories li {
	display:block;
	list-style: none;
	margin-bottom: 5px;
	/*font-size: 14px;*/
	/*width: 100%;*/
	border-bottom: 1px dotted #666;
	padding: 5px 0px;
}

.menupage_cat a:link, .menupage_cat a:visited {
	text-decoration: none;
}

.menupage_cat a:hover {
	text-decoration: none;
}

.menupage_current {
	font-weight: bold;
	background: url(images/menu_current.png) no-repeat right center;
	color: #FFFFFF;
}

#menupage_categories li.menupage_level2{
    margin-left:30px;    
}

#menupage_categories li.menupage_level3{
    margin-left:60px;
}

#menupage_categories li.menupage_level4{
    margin-left:90px;
}

#menupage_categories li.menupage_level5{
    margin-left:120px;
}
.flags_widget{
	text-align: center;
}
.animation-hidden{
    opacity:0;
    filter:alpha(opacity=0);
}
.animation-visible{
    opacity:1;
    filter:alpha(opacity=100);
}
.alert-icon{
    float:left;
    width:30px;
    height:30px;
    font-size:30px;
    line-height:30px;
    margin-top:20px;
    margin-right:20px;
}

.alert-icon [class^="icon-"], .alert-icon [class*=" icon-"]{
    width:30px;
    height:30px;
    font-size:30px;
}

.inline-alert{
    padding:20px;
}

.uploadifive-button{
    border-radius:0px;
    background-color:#ADADAD;
    color:#000000;
    font: inherit;
    cursor:pointer;
}
.widget_button{
	font-size: 90%;
	line-height: 120%;
}

.panel-help h4.panel-title{
    font-size:1.1em;
    text-align:left;
}

h3.nomargintop{
    margin-top:0px;
}

.nopadding{
    padding-left:0px !important;
    padding-right:0px !important;
}

.image-thumbnail-right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    width:140px;
}

/*Fixed width buttons*/
.btn-fixed-25{
    width:25%;
}
.btn-fixed-20{
    width:20%;
}

.form-control-adjust{
    padding-top:7px;
}

.flist .form-group{
    margin-bottom:5px;    
}

.flist .form-control-static{
    min-height:38px;
}

.discontinued{
    color: #CCCCCC !important;
}

/*parallax background animations*/
.parallax-block{
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
    clear:both;
}

.text-gray, .text-off{
    color: #ADADAD;
}

.myaccount_shortcut_box.text-gray *,  .myaccount_shortcut_box.text-gray .myaccount_shortcut_icon_box:hover,
.myaccount_shortcut_box.text-gray [class^="icon-"]:hover, .myaccount_shortcut_box.text-gray [class*=" icon-"]:hover {
    color: #ADADAD !important;
} 

.highlighted{
    background-color:#E9C7C7 !important;
}

.done{
    background-color: #d3e5b9 !important;
}

textarea.medium{
    min-height:110px !important;
}

textarea.tall{
    min-height:200px !important;
}

textarea.xtall{
    min-height:300px !important;
}
/*Login new*/
.modal-header {
	padding: 15px;
	min-height: 16.42857143px;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: none !important;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.modal-content{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.login-social-divider{
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #DADADA;
}
#or {
	position: absolute;
	top: 50%;
	left: -2.5em;
	/*left: -.9em;*/
	letter-spacing: 1px;
	color: #DADADA;
	font-weight: bold;
	background-color: #FFF;
	font-size: 120%;
}
.icon-mail{
	margin-right: 10px; opacity: 0.5;
	width: 110%;
    height: 110%;
}

#new, .login-forgot-account {
	letter-spacing: 1px;
	color: #666666;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.remember.checkbox{
	margin-top: 30px;
	margin-bottom: -10px;
}
#loginhome .btn-primary, #loginhome-1 .btn-primary {border-color: #ccc;text-align: left;
	padding-left: 20px;}
#loginhome.modal-content a, #loginhome-1.modal-content a{
	color: #ffffff;opacity: 0.7;
	text-decoration: underline;
}
#loginhome.modal-content a:hover, #loginhome-1.modal-content a:hover{
	color: #ffffff; opacity: 1;
	text-decoration: underline;
}

img.fullwidth{
    width:100%;
}

/*calendar upcoming events*/
.cm_widget_container{
    margin-top:20px;
    margin-bottom:10px;
}
.cm_widget_block{
    margin-bottom:20px;
}
.cm_widget_block:last-child{
    margin-bottom:0px;
}
.cm_widget_date{
    /*font-weight:bold;*/
    font-size:0.8em;
    line-height:0.9em;
    margin-bottom:5px;
}
.cm_widget_name{
    font-size:1em;
    line-height:1.2;
    margin-bottom: 5px;
}
.cm_widget_location{
    font-size:0.8em;
    line-height:0.9em;
    text-decoration:italic;
}
/*end calendar upcoming events*/

/*SITES LIST*/
#sites-list{
	position: relative;
}
#sites-list .new{
	background: url(/images/site-list-new.png) no-repeat right top;
	z-index: 100;
	float: right;
	height: 100px;
	width: 100px;
	top: -5px;
	right: -5px;
	overflow: visible;
	position: absolute;
}
#sites-list img{
	border: 1px solid #A7A7A7;
	margin-bottom: 10px;
	
}
#sites-list .rowlist{
	background: #C0C0C0;
	font-size: 80%;
	padding: 3px;
	overflow: hidden;
}
.sites-list-info-block{
	clear: both;
	float: none;
	margin-bottom: 5px;
	overflow: hidden;
    min-height:90px;
}
.sites-list-info-block h3{
	/*float: left;*/
    margin-top:0px;
    margin-bottom:0px;
}
#sites-list .more-info{
	position:absolute;
   /* top:80px;*/
    right:20px;	    
}
#sites-list .url{
	clear: both;
	float: none;	
}
#sites-list .desc{
	*clear: both; 
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	font-style: italic;
}
#sites-list-detail{}
#sites-list-detail h3{
	border-bottom: 1px dotted #ec1c24;
	margin-bottom: 5px;
}
#sites-list-detail .logo{float: left;}
#sites-list-detail .photo{width:100%;}
#sites-list-detail .photo img{
    width:100%;
}
#sites-list-detail .desc{clear: both;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;	}
#sites-list-detail .rr_badge{/*float: right;*/
	margin-top: 20px;
}
#sites-list-detail .well{
	/*text-align: center;*/
	margin-top: 20px;	/*padding: 4px;*/
}
#sites-list-detail .box_containercenter{
	
}
#sites-list-detail #box_container{
	border: 1px solid #8F8F8F;
	overflow: hidden;
	padding: 0px;
}
/*END SITES LIST*/

.scrollable-dropdown-menu{
    max-height:180px;
    height:auto;
    overflow-x:hidden;
}

/*callaction*/

.callaction-form{
    position:relative;
}
.callaction-fixed{
    position:absolute;
    top: 50%;
    left:50%;
    width:525px;
    margin-left:-262px;
    margin-top:-120px;
    text-align:center;
}
.callaction-fixed-title{
    font-size:1.8em;
    font-weight:bold;
    line-height:1.7em;
    color:#FFFFFF;
}
.callaction-fixed-subtitle{
    font-size:1.1em;
    line-height:1.3em;
    color:#FFFFFF;
}
.callaction-fixed-form{
    padding:10px;
    background-color:transparent;
    margin-top:10px;
}
.callaction-fixed-form form{
    margin:0px;
}
.callaction-fixed-form input.callaction-text{
    padding-top:16px;
    padding-bottom:16px;
    padding-left:22px;
    padding-right:22px;
    height:66px;
}
.callaction-fixed-form button{
    padding-top:16px;
    padding-bottom:16px;
    padding-left:22px;
    padding-right:22px;
}
@media (min-width: 768px){
    .callaction-fixed-form .callaction-text{
        width:350px !important;
    }
}

@media (max-width:767px){
    .callaction-fixed{
        position:absolute;
        top: 50%;
        left:50%;
        width:320px;
        margin-left:-160px;
        margin-top:-130px;
        text-align:center;
    }
    .callaction-fixed-form .callaction-text{
        width:300px !important;
    }
}
/*callaction end*/

/*generic menu styles*/
.generic-menu{
    list-style-type:none;
    padding:0px;
    margin: 0px;
}

.generic-menu-item{
    padding:5px;
    line-height:1.4;
    margin-bottom:5px;
    border:1px solid transparent;
    border-radius:4px;
}

.generic-menu-item a{
    text-decoration:none;
}

.generic-menu-item.active{
    border:1px solid #cccccc;
    border-radius:4px;
    font-weight:bold;
    background-color:#eeeeee;
}

.generic-menu-item:hover{
    border:1px solid #cccccc;
    border-radius:4px;
    background-color:#eeeeee;
}
/*end generic menu styles*/
/*Blog Modern*/
.newspage_article-m{}
.newspage_news_block-m{
	clear: both;
	float: none;
	margin-top: 10px;
}
.newspage_news_date-m{

}
.newspage_news_date_month-m {
	float: left;
}

.newspage_news_date_day-m {float: left;
}
.newspage_titleblock-m {
}
.newspage_news_title-m {
	/*height:24px;*/
	/*border-bottom:1px dotted #838383;*/
	/*color:#838383;*/
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}
.nv_newspage_news_title_link{}
.newspage_news_body-m {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newspage_news_body-m img{
	
}
.newspage_separator-m{}
.newspage_headline-m{}
.blog-popular-posts h4 {color: #000000;}
.newspage_article-single-m{}
.newspage_article-single-m img{
	float: right;
}
.newspage_article-m .newspage_more{
    text-align:right;    
}

.newspage_article-m{
    border-bottom:2px solid #e3e3e3;
    margin-bottom:20px;
    padding-bottom:20px;
}

.newspage_articles_container-m:last-child {
    border-bottom:0px;   
}
.blog_widget_link{
    display:inline-block;
    overflow:hidden;
}
.blog_widget_photo{
    float:left;
    border:1px solid black;
    margin-right:10px;
    margin-bottom:10px;
    width:20%;
}

div.calendar tr.time{
    min-width:244px;
}
div.calendar tr.time td.time{
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.form-compacted .form-group{
    margin-bottom:0px;
}

.walert{
    padding-top:10px;
    padding-bottom:10px;
}
.form_password_control{position:relative;}
.form_password_show{
    position:absolute;
    top:0px;
    right:5px;
    height:46px;
    width:40px;
    padding-top:8px;
    cursor:pointer;
    box-sizing:border-box;
    z-index:2000;
}
#loginhome3 .form_password_show{
    top:25px;
}
.form_password_show img{
    height:20px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

.form_password_show span{
    font-size:20px;
    line-height:20px;
    opacity:1;
    filter:alpha(opacity=100);
}


/*Responsive Youtube embed*/
.respyt-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.respyt-video-container iframe,
.respyt-video-container object,
.respyt-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*end Responsive Youtube embed*/

.widget-title a, .widget_title a{
    color:#333333;
}

.widget-title a:hover, .widget_title a:hover{
    text-decoration:none;
}

/*popup with image on left side*/
#loginhome3{
    
}
.login-popup-left-image{ min-height:600px;
	background-image: url(photosfldr/logofiles/login_popup_left.png);
	/*background-size:cover;*/
	background-position: left top;
	margin: 0px;
	background-repeat: no-repeat;
}
@media (max-width:1018px){
	.login-popup-left-image{
	background-image: none;
}}
	
/*end popup with image on left side*/

/*blog post heading*/
.blog-post-heading{
    position:relative;
}
.blog-post-heading-title{
    font-size:2.5em;
    line-height:1.4;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
    margin-top:20px;
}
.blog-post-heading-authordate{
    text-align:center;
    margin-bottom:20px;
    font-size:0.9em;    
}
/*end blog post heading*/

div.divider-line-short{
    display:inline-block;
    width:40px;
    height:2px;
    background-color:#333333;
    margin-top:20px;
    margin-bottom:20px;
}

.newspage_headline-dtm{
    font-size:1.2em;
    line-height:1.2;    
    font-weight:bold;
    margin-bottom:20px;
}

.newspage_article_body-dtm{
    
}

/*blog recent wide*/
.blog-recent-wide-container{
    display:flex;
    flex-wrap:nowrap;
}
.blog-recent-wide-item{
    flex-grow:1;
    width:50%;
}
.blog-recent-wide-right{
    background-color:#CCCCCC;
}
.blog-recent-wide-left{
    padding:40px;
}
.blog-recent-wide-post-text{
    padding-left:30px;
}
.blog-recent-wide-post{
    padding-bottom:30px;
    border-bottom:1px solid #e6e6e6;
    padding-top:30px;
    cursor:pointer;
}
.blog-recent-wide-post:last-child{
    border-bottom:0px;
}
.blog-recent-wide-posts{
    margin-top:30px;
}
.blog-recent-wide-title{
    font-size:2em;
    font-weight:bold;
    line-height: 1.5;
}
.blog-recent-wide-post-image img{
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.3);
}
.blog-recent-wide-post-title{
    font-size:1.3em;
    line-height:1.3;
    font-weight:bold;
}
.blog-recent-wide-post-date{
    margin-bottom:10px;
    color:#888888;
    font-size:0.85em;
}
.blog-recent-wide-post-intro{
    height:100px;
    color:#888888;
}
@media screen and (max-width:767px){
    .blog-recent-wide-right{
        display:none;
    }
    .blog-recent-wide-left{
        width:100%;
    }
}
/*end blog recent wide*/

/*newsletter subscription*/
.widget-newssub-intro{
    font-size:0.9em;
    color:#ffffff;
}
.widget-newssub-input-block{
    position:relative;
}
.widget-newssub-input{
    background-color: transparent;
    border: none!important;
    border-bottom: 1px solid rgba(255,255,255,.5)!important;
    width: 100%!important;
    height: 43px!important;
    padding-left: 0px!important;
    font-size: 14px!important;
    letter-spacing: 1px!important;
    outline: none!important;
    text-indent: 0;
}
.widget-newssub-button{
    border:0px;
    font-size:22px;
    display:block;
    position:absolute;
    height:43px!important;
    line-height:43px;
    width:30px;
    right:5px;
    top:0px;
}
.widget-newssub-popup .modal-body{
    padding:20px;
}
.widget-newssub-container{
    padding:30px;
}
h2.widget-newssub-title{
    margin-top:0px;
}
/*end newsletter subscription*/

.with-error{
    color:#990000;
    border-color:#990000;
}

.blog-standard-list{
    padding-top:20px;
}

a.blog-standard-post{
    display:block;
    border-bottom:1px solid #eeeeee;
    margin-bottom:20px;
    color:#333333;
}
a.blog-standard-post:hover{
    text-decoration:none;
    color:#333333;
}
a.blog-standard-post:hover .blog-standard-post-title{
    color:#888888;
}
.blog-standard-post:last-child{
    border-bottom-width: 0px;
    margin-bottom:0px;
}
.blog-standard-post-date{
    font-size:0.85em;
    color:#888888;
    padding-bottom:20px;
}
.blog-standard-post-image{
    padding-right:20px;
}
@media screen and (max-width:767px){
    .blog-standard-post-image{
        padding-right:0px;
    }
}

div.separator{
    padding-top:1px; 
    width:75%;
    margin-left:auto;
    margin-right:auto;  
}

/*datebox*/
.db-show .navbar{
    min-height:50px;
}

.db-show .navbar-header{
    float:left;
}

.db-show .navbar-brand{
    height:50px;
    padding-top:15px;
    padding-bottom:15px;
}

.db-show .navbar-nav.navbar-right{
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    float:right;
}
.db-show .navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
    padding-left:5px;
}

.db-show .navbar-nav > li{
    float:left;
}
.form-datebox.form-control[readonly]{
    background-color:#ffffff;
}
.db-show .dbHeader h4{
    font-size:18px;
}
/* end datebox*/

label .label-help{
    display:block;
    font-size:0.8em;
    line-height:1.4;
    font-style: italic;
    font-weight:normal;    
}
.user_profile_item{
    margin-bottom:20px;
}

/*cards*/
.card-block{
    position:relative;
    overflow:hidden;
    min-height:222px;    
    margin-bottom:20px;
    padding:20px;
    padding-bottom:10px;
    cursor:pointer;
}

.card-block .card-sortable{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    width:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ffffff;    
}

.card-sortable-default{
    background-color:#CDCDCD;
}

.card-sortable-default [class^="icon-"], .card-sortable-default [class*=" icon-"]{
    color:#FFFFFF;
}

.card-block.card-r177{
    min-height:130px;    
}

.card-block.card-r08{
    min-height:240px;    
}

.card-block.card-r071{
    min-height:240px;    
}

.card-block.card-r1.card-withicon{
    min-height:130px;    
}

.card-block.card-onlyphoto{
    padding:10px;
}

.card-block.card-onlyphoto img.card-photo-only{
    width:100%;
}

.card-dots{
    position:absolute;
    top:10px;
    right:10px;
    text-align:right;        
}

.card-image{
    display:inline-block;
    position:absolute;
    top:55px;
    left:20px;
    width:130px;
    height:182px;
}

.card-with-sortable .card-image{
    left:50px;
}

.card-block.card-r177 .card-image{
    width:160px;
    height:90px;
}

.card-block.card-r08 .card-image{
    width:160px;
    height:200px;
}

.card-block.card-r071 .card-image{
    width:143px;
    height:200px;
}

.card-block.card-r1 .card-image{
    width:150px;
    height:150px;
}

.card-image img{
    width:100%;
    border:1px solid black;
}

.card-block.card-r177 .card-image div.card-image-bg{
    width:160px;
    border:1px solid black;
    height:90px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.card-block.card-r08 .card-image div.card-image-bg{
    width:160px;
    border:1px solid black;
    height:200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.card-block.card-r071 .card-image div.card-image-bg{
    width:143px;
    border:1px solid black;
    height:200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.card-block.card-r1 .card-image div.card-image-bg{
    width:150px;
    border:1px solid black;
    height:150px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.card-block.card-withicon .card-image{
    width: 90px;
    height:90px;
    text-align:center;
    border:1px solid black;
}

.card-block.card-r1 .card-image span{
    height:90px;
    font-size:60px;
    line-height:90px;    
}

.card-block.card-r1 .card-image [class^="icon-"], .card-block.card-r1 .card-image [class*=" icon-"]{
    line-height:90px;
} 

.card-txt{
    padding-left:150px;
    position:relative;
    min-height:190px;
    padding-bottom:20px;    
}

.card-with-sortable .card-txt{
    padding-left:180px;
}

.card-block .card-txt [class^="icon-"], .card-block .card-txt [class*=" icon-"]{
    line-height:1.5em;
} 

.card-block.card-r177 .card-txt{
    padding-left:170px;
    min-height:100px;
}

.card-block.card-r177.card-with-sortable .card-txt{
    padding-left:210px;
}

.card-block.card-r08 .card-txt{
    padding-left:170px;
    min-height:200px;
}

.card-block.card-r08.card-with-sortable .card-txt{
    padding-left:200px;
}

.card-block.card-r071 .card-txt{
    padding-left:153px;
    min-height:210px;
}

.card-block.card-r071.card-with-sortable .card-txt{
    padding-left:183px;
}

.card-block.card-r1 .card-txt{
    padding-left:160px;
    min-height:160px;
}

.card-block.card-r1.card-with-sortable .card-txt{
    padding-left:190px;
}

.card-block.card-r1.card-withicon .card-txt{
    padding-left:100px;
    min-height:140px;
}

.card-block.card-r1.card-withicon.card-with-sortable .card-txt{
    padding-left:130px;
}

.card-name{
    margin-bottom:10px;
    padding-right:30px;
	text-overflow:ellipsis;
    overflow:hidden;
	white-space:nowrap;    
}

.card-with-sortable .card-name{
    padding-left:30px;
}

.card-name.text_title{
    line-height:1.25em;
}
.card-txt-ellipsis{
	text-overflow:ellipsis;
    overflow:hidden;
	white-space:nowrap;    
}

.card-txt a:not(.btn){
    color:#333333;
}

.card-txt .card-txt-bottom-right{
    position:absolute;
    bottom:-5px;
    right:0px;
    text-align:right;
}
/*
@media screen and (max-width:1000px){
    .card-block{
        padding:10px;
        min-height:202px;
    }
    .card-dots{
        top:10px;
        right:10px;
    }
    .card-image{
        left:10px;
        top:45px;
    }
}
*/
@media screen and (max-width:767px){
    .card-block{
        padding:10px;
        padding-bottom:10px;
        min-height:120px;
    }
    .card-image{
        width:75px;
        height:105px;
        left:10px;
        top:45px;
    }
    
    .card-txt{
        padding-left:85px;
        min-height:110px;
        font-size:0.9em;
        line-height:1.1em;
        padding-bottom:15px;
    }

    .card-with-sortable .card-image{
        left:40px;
    }

    .card-with-sortable .card-txt{
        padding-left:115px;
    }
    
    .card-block.card-r177{
        min-height:93px;
        padding:10px;
    }

    .card-block.card-r177 .card-image{
        width:112px;
        height:63px;
    }

    .card-block.card-r177 .card-image div.card-image-bg{
        width:112px;
        height:63px;
    }
      
    .card-block.card-r177 .card-txt{
        padding-left:122px;
        min-height:78px;
        font-size:0.9em;
        padding-bottom:20px;
    }

    .card-block.card-r177.card-with-sortable .card-txt{
        padding-left:152px;
    }

    .card-block.card-r08{
        min-height:170px;
        padding:10px;
    }

    .card-block.card-r08 .card-image{
        width:112px;
        height:140px;
    }

    .card-block.card-r08 .card-image div.card-image-bg{
        width:112px;
        height:140px;
    }

    .card-block.card-r08 .card-txt{
        padding-left:122px;
        min-height:155px;
        font-size:0.9em;
        padding-bottom:20px;
    }

    .card-block.card-r08.card-with-sortable .card-txt{
        padding-left:152px;
    }

    .card-block.card-r071{
        min-height:170px;
        padding:10px;
    }

    .card-block.card-r071 .card-image{
        width:100px;
        height:140px;
    }

    .card-block.card-r071 .card-image div.card-image-bg{
        width:100px;
        height:140px;
    }
      
    .card-block.card-r071 .card-txt{
        padding-left:110px;
        min-height:155px;
        font-size:0.9em;
        padding-bottom:20px;
    }

    .card-block.card-r071.card-with-sortable .card-txt{
        padding-left:140px;
    }

    .card-block.card-r1{
        min-height:120px;
    }
    .card-block.card-r1 .card-image{
        width:100px;
        height:100px;
    }
    .card-block.card-r1 .card-image div.card-image-bg{
        width:100px;
        height:100px;
    }
    
    .card-block.card-r1 .card-txt{
        padding-left:110px;
        min-height:125px;
        font-size:0.9em;
    }

    .card-block.card-r1.card-with-sortable .card-txt{
        padding-left:140px;
    }

    .card-block.card-r1.card-withicon{
        min-height:98px;
        padding:10px;
    }
    
    .card-block.card-r1.card-withicon .card-image{
        width:63px;
        height:63px;
    }

    .card-block.card-r1.card-withicon .card-txt{
        padding-left:73px;
        min-height:78px;
    }

    .card-block.card-r1.card-withicon.card-with-sortable .card-txt{
        padding-left:103px;
    }

    .card-block.card-r1 .card-image span{
        height:63px;
        font-size:45px;
        line-height:63px;    
    }
    
    .card-block.card-r1 .card-image [class^="icon-"], .card-block.card-r1 .card-image [class*=" icon-"]{
        line-height:63px;
    } 

}

@media only screen and (min-width:768px) and (min-height:768px) and (min-device-pixel-ratio:1.5), 
       only screen and (min-width:768px) and (min-height:768px) and (-webkit-min-device-pixel-ratio:1.5){

    .card-image{
        top:65px;
    }
}

.card-products-container{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.card-products-block{
    padding:10px;
    position:relative;
}
.card-products-block-image{
    width:100%;
    padding-top:168%;
    border:1px solid #e5e5e5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-products-block-text{
    padding-top:2px;
}

.card-products-block-text .card-products-name{
    font-size:0.8em;
    line-height:1.2;
	text-overflow:ellipsis;
    overflow:hidden;
	white-space:nowrap;        
}

.card-products-block-text .card-products-price{
    
}
/*end cards*/

.back-color-white{
	background-color:#FFFFFF !important;
	color:#000000;
}

.border-color-gray{
    border:1px solid #e5e5e5;    
}

.back-color-darkgray{
    background-color: #151F3A !important; 
    color:#FFFFFF;
}

.back-color-darkgray [class^="icon-"], .back-color-darkgray [class*=" icon-"], .back-color-darkgray [class^="icon-"]:hover, .back-color-darkgray [class*=" icon-"]:hover{
    color:#FFFFFF;
}

.color-darkgray{
    color:#151F3A;
}

.color-darkgray [class^="icon-"], .color-darkgray [class*=" icon-"], .color-darkgray [class^="icon-"]:hover, .color-darkgray [class*=" icon-"]:hover,
.btn .color-darkgray [class^="icon-"], .btn .color-darkgray [class*=" icon-"]
{
    color:#151F3A;
}

.back-color-gray{
    background-color: #CCCCCC;
    color:#ffffff;
}

.color-gray{
    color: #CCCCCC;
}

.color-gray [class^="icon-"], .color-gray [class*=" icon-"], .color-gray [class^="icon-"]:hover, .color-gray [class*=" icon-"]:hover{
    color:#CCCCCC !important;
}
/*tag buttons*/
.tags-container{
    overflow:hidden;
    margin-bottom:10px;
}
.form-control-static .tags-container{
    display:inline-block;
}
.btn.btn-tag{
    border-radius:18px;
    padding:4px;    
    line-height:28px;
}
.btn.btn-tag .btn-tag-icon{
    border-radius:14px;
    display:inline-block;
    line-height:28px;
    width:28px;
    height:28px;
    margin-top:0px;
    text-align:center;
}
.btn.btn-tag span[class^="icon-"], .btn.btn-tag span[class*="icon-"]{
    line-height:28px;
} 

.btn.btn-sm.btn-tag{
    border-radius:14px;
    padding:4px;
    line-height:20px;
}
.btn.btn-sm.btn-tag .btn-tag-icon{
    border-radius:10px;
    display:inline-block;
    line-height:20px;
    width:20px;
    height:20px;
    margin-top:0px;
    text-align:center;
}
.btn.btn-sm.btn-tag span[class^="icon-"], .btn.btn-sm.btn-tag span[class*="icon-"]{
    line-height:20px;
}

.spaced{
    margin-right:5px;
    margin-bottom:5px;
}

.spaced-left{
    margin-left:5px;
    margin-bottom:5px;    
}

.spaced-bottom{
    margin-bottom:5px;
} 
/*end tag buttons*/
