/*---------------------------- COLOURS --------------------------------*/
/* martinlobb #8c0c04 */
.centered-box {text-align:center !important;margin: 0 auto;display:block;}
/*---------------------------- LINKS --------------------------------*/
.cms_cell_content h2 a:link , .cms_cell_content h2 a:visited , .cms_cell_content p a:link , .cms_cell_content p a:visited , nav.breadcrumbs li a:link , nav.breadcrumbs li a:visited {color:#8c0c04;}
.cms_cell_content h2 a:hover , .cms_cell_content p a:hover , nav.breadcrumbs li a:hover  {color:#888;}
#footer-bottom a:link {color:#ffffff;}

/*---------------------------- CONTENT LISTS --------------------------------*/
.cms_cell_content ul li {margin-bottom:8px;}

/************** LOGO *****************************/
#logo {margin-top:20px;margin-bottom:20px;margin-left:-10px;}
#logo a img {width: 194px;
height: 132px;}
.site-logo-text {}


/*************** NAVIGATGION *********************/
#current {color: #fff;}

/*---------------------------- SEARCH FIELD --------------------------------*/
.block-content  .search-field {
    float: none;
}

/************** GALLERY PADDING *********************/
.block-gallery ul.block-data li {
  display: inline-block;
  padding: 25px;
}

/*************** BREADCRUMBS  ********************/
/* All Mobile Sizes (devices and browsers)
====================================================================== */
@media only screen and (max-width: 767px) {
    .breadcrumbs ul {
        float: left;
        padding: 0;
        margin-top: 5px;
        width: 100%;
    }
}
.breadcrumbs ul {
    float: right;
    padding: 34px 0;
    font-size: 12px;
}


.breadcrumbs ul li {
    display: inline-block;
    color: #888;
    padding: 0 11px 0 0;
    margin: 0 0 0 5px;
    background: url('../images/breadcrumbs.png') no-repeat 100% 50%;
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a { color: #169fe6; }

.breadcrumbs ul li:first-child { padding-right: 0; margin-left: 0; }

.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
    color: #888;
    background: none;
}

.breadcrumbs ul li:last-child { padding:0; background: none; }
.searchresults.breadcrumbs ul {
    float: left !important;
    padding: 5px 0;
    font-size: 12px;
}
/* Retina Images (High Resolution)
====================================================================== */
@media (min--moz-device-pixel-ratio: 1.3),
	   (-o-min-device-pixel-ratio: 2.6/2),
	   (-webkit-min-device-pixel-ratio: 1.3),
	   (min-device-pixel-ratio: 1.3),
	   (min-resolution: 1.3dppx) {
               
               .breadcrumbs ul li { background: url('../images/breadcrumbs@2x.png') no-repeat 100% 50%; background-size: 3px auto; }
}

/*************** ACCORDIONS ********************************/

.ui-accordion .ui-accordion-content p {
    margin-bottom: 15px;
}
.ui-accordion .ui-accordion-content ol li {
    margin-bottom: 15px;
}

.top-search input {
    max-width: 180px;
}

div.tab-content {
    vertical-align: auto;
}

/*********************** AWESOME BUTTONS ***********************/
/*  Super Awesome Buttons with CSS3 and RGBA
    Source: http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba
*/
.awesome, .awesome:visited {
    background: #222 url('../images/alert-overlay.png') repeat-x !important; 
    display: inline-block !important; 
    padding: 5px 10px 6px !important; 
    color: #fff !important; 
    text-decoration: none !important;
    font-weight: bold !important;
    line-height: 1 !important;
    -moz-border-radius: 5px !important; 
    -webkit-border-radius: 5px !important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
    border-bottom: 1px solid rgba(0,0,0,0.25) !important;
    position: relative !important;
    cursor: pointer !important;
}

.awesome:hover                                  { background-color: #111 !important;}
.awesome:active					{ top: 1px !important; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px !important;}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px !important;}
.large.awesome, .large.awesome:visited 		{ font-size: 14px !important; padding: 8px 14px 9px !important;}
	
.green.awesome, .green.awesome:visited		{ background-color: #91bd09 !important;}
.green.awesome:hover				{ background-color: #749a02 !important;}
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf !important;}
.blue.awesome:hover				{ background-color: #007d9a !important;}
.red.awesome, .red.awesome:visited		{ background-color: #e33100 !important;}
.red.awesome:hover				{ background-color: #872300 !important;}
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b !important;}
.magenta.awesome:hover				{ background-color: #630030 !important;}
.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00 !important;}
.orange.awesome:hover				{ background-color: #d45500 !important;}
.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515 !important;}
.yellow.awesome:hover				{ background-color: #fc9200 !important;}

.cols3 #current {
    color: #C71C77;
    background-color: inherit !important;
    border: none;
    padding-left: 0; 
    padding-right: 0;
}


.cols3 h5 a {
  font-size: inherit;
  padding: 0;
  margin: 0;
  color: black;
}

.col1 ol li  {
  background: url("../images/breadcrumbs.png") no-repeat scroll 0 8px transparent;
  color: #888888;
  padding: 0 0 0 10px;
}

.block-row .block:first-child .block-content {
    padding-left: 0 !important;
}
.block-row .block:last-child .block-content {
    padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
    .block {
        width: 100% !important;
    }
    
    .cms_content_column {
        display: block !important;
        width: 100% !important;
      
    }
    .cms_content_column .cms_column_content {
        padding: 0 !important;
    }
}
    
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .block {
        width: 100% !important;
    }
    

}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5 {
    color: #FFFFFF;
}

.cms_cell_content ul li {list-style: disc; margin-left:25px;}

 .box-sizing-border {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.width-100pc { display:inline-block; width:100% !important; }
.width-90pc { display:inline-block; width:90% !important; }
.width-85pc { display:inline-block; width:85% !important; }
.width-80pc { display:inline-block; width:80% !important; }
.height-150px {height:150px; }

.ui-datepicker-trigger {background:none;border:none;cursor:pointer;}

ul.tabs-nav li {margin-left:0px;margin-bottom:0px;}

/* Portfolio Page */
.pic {
    position: relative;
    display: block;
}

.portfolio {
    margin: 20px -20px 20px 0;
}

.cms_cell_content ul.portfolio_items li {
    list-style: none !important;
    margin-left:0px  !important;
}
#portfolio_items {
    margin-right: -20px;
}
.portfolio_filter {
    margin: 20px 0;
}
.portfolio_filter span{
    float: left;
    margin: 0 6px 6px 0;
    font-size: 12px;
    padding: 5px 12px;
    color: #555;
    }
.portfolio_filter div{
    float: left;
    font-size: 12px;
    padding: 5px 12px;
    color: #555;
    text-shadow: 0 1px 0 rgba(256,256,256, 0.7);	
    background: #fafafa url('../images/grad_menu.png') top left repeat-x;

    margin: 0 6px 6px 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 2px;
    cursor: pointer;
}
.portfolio_filter div:hover{
    color: #fff;	
    background-color: #374045;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);	
}
.portfolio_filter div.current{
    color: #fff;	
    background-color: #0ad1e5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.portfolio_item {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    list-style: none !important;
    margin-left:0px  !important;
}
.portfolio_item .pic img{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.portfolio_item a h4{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    color: #333;

    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

    background: #fcfcfc url('../images/grad_menu.png') top left repeat-x;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
}
.portfolio_item a:hover h4{
    color: #222;
    background-color: #e5e5e5;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);	
}
	
	
.portfolio_item a h5{
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    color: #333;

    padding: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

    background: #fcfcfc url('../images/grad_menu.png') top left repeat-x;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
}
.portfolio_item a:hover h5{
    color: #222;
    background-color: #e5e5e5;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);	
}
.portfolio .pic span {
    vertical-align: top;
    display: inline-block;
    width: 200px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    zoom: 1;
}

a:hover .img_overlay_zoom {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}
a .img_overlay_zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/icon_zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}


/* sidebar alterations  */

/* break the footer away from the sidebar */
#footer {margin-top:5px;}

.floated.sidebar.right {
    background: #4c4c4c;
    color:#fff !important;
}

.floated.sidebar.right h2 , .floated.sidebar.right h3 , .floated.sidebar.right h4 , .floated.sidebar.right h5 {color:#fff;}

.floated.sidebar.right .cms_cell_content p a:link {
    color:#fff !important;
    text-decoration: underline;
}
.floated.sidebar.right .cms_cell_content p a:hover {
    color:#fff !important;
    text-decoration: none;
    
}


/* metro buttons */

.cms_metro_button:hover {
    background-color: #69b2ff;
    text-decoration:none;
}
.cms_metro_button i {
    line-height: 10px !important;
}
.cms_metro_button {
    background-color: #3e9dee;
    color: white;
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    border: none;
    cursor: pointer;
    margin-top:3px;
}
.cms_metro_button_small {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width:28%;
}
.cms_metro_button.metro_color_red , .cms_balloon_notice.metro_color_red {
    background-color: #8c0c04;
    color: white;
}
.cms_balloon_notice.metro_color_red:after {
    border-color: transparent #D63030 transparent transparent;
}
.cms_metro_button.metro_color_red:hover  {
    background-color: #4c4c4c;
    color: white;
}
.cms_metro_button.metro_color_grey , .cms_balloon_notice.metro_color_grey {
    background-color: #CCC;
    color: black;
}
.cms_balloon_notice.metro_color_grey:after {
    border-color: transparent #EEE transparent transparent;
}
.cms_metro_button.metro_color_grey:hover  {
    background-color: #EEEEEE;
    color: #333;
}
.cms_metro_button.metro_color_orange, .cms_balloon_notice.metro_color_orange {
    background-color: #FF6600;
    color: white;
}
.cms_balloon_notice.metro_color_orange:after {
    border-color: transparent #ED8000 transparent transparent;
}
.cms_metro_button.metro_color_orange:hover {
    background-color: #FDA020;
    color: white;
}
.cms_metro_button.metro_color_green,.cms_balloon_notice.metro_color_green {
    background-color: #4AC93F;
    color: white;
}
.cms_balloon_notice.metro_color_green:after {
    border-color: transparent #4AC93F transparent transparent;
}
.cms_metro_button.metro_color_green:hover {
    background-color: #6AD94F;
    color: white;
}
.cms_metro_button.metro_color_liteblue, .cms_balloon_notice.metro_color_blue {
    background-color: #3e9dee;
    color: white;
}
.cms_balloon_notice.metro_color_blue:after {
    border-color: transparent #3e9dee transparent transparent;
}
.cms_metro_button.metro_color_liteblue:hover {
    background-color: #69b2ff;
    color: white;
}
.cms_metro_button.metro_color_black, .cms_balloon_notice.metro_color_black {
    background-color: #202020;
    color: white;
}
.cms_balloon_notice.metro_color_black:after {
    border-color: transparent #222222 transparent transparent;
}
.cms_metro_button.metro_color_black:hover {
    background-color: #555555;
    color: white;
}
.cms_metro_button.metro_color_disabled {
    background-color: #CCCCCC;
    color: #888;
}

.cms_metro_button.metro_color_disabled:hover {
    background-color: #CCCCCC;
    color: #888;
}


aside.sidebar ul.cms_bullet_custom_1 {margin-left:-25px;}
aside.sidebar ul.cms_bullet_custom_1 li {list-style: none;}
aside.sidebar ul.cms_bullet_custom_1 li a {color:white;}
aside.sidebar ul.cms_bullet_custom_1 li a:hover {text-decoration:underline}

aside.sidebar .cms_block_content {border-bottom:1px solid #555;}
aside.sidebar strong {color:#cccccc;}


/*
* CMS ALERTS.
*/
._cms_alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px; 
}
._cms_alert._cms_alert_success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
._cms_alert._cms_alert_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
._cms_alert._cms_alert_info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
._cms_alert._cms_alert_warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}