@charset "utf-8";
/* CSS Document */
/* css/griffintown *//*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700');

*{
	margin:0;
	padding:0;
	font-weight:300;
    border:none;
	text-decoration:none;
	font-size:14px;
font-family: 'Raleway', sans-serif;
}	

html,body{
	height:100%; 
}

.clearFloat{
	clear:both;
}

.no_list{
	list-style:none;
}

.align_right{
	text-align:right;
}

.align_cntr{
	text-align:center;
}

/*******Colors********/
.color_1{
	color:#27a8df;
}

.color_2{
	color:#FFFFFF;
}

.bg_1{
	background:#27a8df;
}

.fw_600{
	font-weight:600;
}

.fs_20{
	font-size:20px;
}

/*******End Colors********/

/*****Header******/
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.89);
    padding: 10px 0;
	height:36px;
}

.logo{
    display: block;
    width: 200px;
    padding: 10px 0;
}

.slide_about{
    background-color: #484848;
    border-radius: 14px;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    margin-top: -2px;
    padding: 5px 7px 9px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
    cursor: pointer;
	z-index:999;
}

.slide_wrapper{
    background: #fff;
    padding: 20px;
    width: 200px;
    margin: 10px 0 0 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	display:none;
}

.navigation {
	text-align:right;
}

.navigation li{
	display:inline-block;
	margin-left:-4px
}

.navigation li a{
    display: block;
    color: #2B2B2B;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px;
    letter-spacing: 1px;
}

/*****End Header******/

/********Banner********/
#banner{
	height: 480px;
	overflow: hidden;
	position: relative;
}

.banner_search{
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 500px;
}

.sw_form{
    border-top: 4px solid #292929;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 8px 8px;
    padding: 26px;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.66);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.66);
}

.sw_tabs ul li{
    display: inline-block;
    background-color: #FFF;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

.active_tab{
	background-color: #000 !important;
    color: #fff !important;
}

.search_input {
    background: rgba(216, 216, 216, 0.47);
    padding: 12px 16px;
    display: block;
    color: #303030;
    outline: none;
    width: calc(60% - 32px);
}

.search_btn{
    background-color: #27a8df;
    padding: 12px 16px;
    width: 39%;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
/********End Banner********/

/*********Pages*******/


.l_gr{
	background:rgb(249, 249, 249)
}

.white_gr{
	background:#FFFFFF;
}

.skip_height{
    padding-top: 56px;
	min-height: calc(100% - 56px);
	min-height: -webkit-calc(100% - 56px);
}

.skip_height2{
    padding-top: 56px;
	min-height: calc(100% - 342px);
	min-height: -webkit-calc(100% - 342px);
}


#map_fixed_widget{
	position: fixed;
	right: 0;
	height: calc(100% - 56px);
	top: 56px;
}

.grif_section{
	padding: 30px 0 20px;
	border-bottom: 1px solid #E2E2E2;
}

.grif_sec_ttl{
    padding: 20px 10px 0;
}

.grif_sec_ttl h2{
    font-size: 28px;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.grif_sec_ttl span{
    display: block;
    width: 46px;
    height: 4px;
    background-color: #272727;
}

.grif_item{
	display: block;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.33);
	border-radius: 3px;
	overflow: hidden;
}

.num_item     {
	background-color: #fff;
    border-radius: 20px;
    padding: 5px 9px;
    font-weight: 600;
    font-size: 12px;
    top: 8px;
    left: 8px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
}

.item_ttl{
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.box_category{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 6px;
    display: inline-block;
    margin: 5px 0 0;
}

.item_info{
    padding: 5px 0 5px 10px;
    border-top: 1px dotted #424546;
    border-bottom: 1px dotted #424546;
    margin: 9px 0;
   
}

.item_info p{
    color: #3C3C3C;
    font-weight: 600;
    font-size: 13px;
}

.item_info p:first-of-type {
    margin-bottom: 5px;
}

.item_img{
	height: 160px;
	overflow: hidden;
}

.item_date{
	    color: #27a8df;
    font-weight: 600;
    font-size: 14px;
}

.prm_btn{
	display: inline-block;
    padding: 10px;  
    border-radius: 4px;
    font-weight: 600;	
	cursor:pointer;
}

.flt_btn{
	border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
    width: 150px;

}

.flt_btn.dropDown{
	border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
    float: left;
    width: 250px;
    height: 15px;
    display: block !important;
    position: relative;
}

.flt_btn .fa{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	right:5px;
}

.flt_btn:hover .filters{
	height:100px;
	overflow: auto;
}

.filters{
	position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    width: 268px;
    background: #FFF;
    z-index: 10;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	
}

.filters a{
 	display:block;
	padding:5px 15px;
	border-bottom:1px solid #EEE;
	color:#333;
	text-decoration:none;
}

.filters a:hover{
	background: #EEE;
}

.current_cat{
    color: #525252;
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 18px;
}

.padTSides20{
	padding:20px 20px 0 20px; 
}

.item_img_ttl{
    background-color: rgba(255, 255, 255, 0.88);
    bottom: 10px;
    padding: 8px 14px 8px 8px;
    left: 0;
}

.item_img_ttl h2{
	font-weight: 600;
	font-size: 16px;
}

.item_img_ttl p{
	    font-size: 14px;
    color: #565656;
    font-weight: 400;
}

/********End Pages*******/

/**********Item Page**********/
.item_title_page {
    bottom:0px;
    width: 100%;
	z-index:999;
}

.item_title_page .container{
    background:rgb(243, 243, 243);
    border-bottom: 1px solid #E6E6E6;
}

.item_title_page h1{
    font-size: 24px;
    line-height: 1.1;
    color: #333333;
}

.item_title_page h1 span{
    color: #484D4E;
    margin-left: 12px;
}


.item_title_page p{
	    font-size: 14px;
    line-height: 1.43;
}

.share_btn{
    font-weight: 600;
    color: #565A5C;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}

.social-profiles{
	background:#FFF;
	border-left:1px solid #E6E6E6;
}

#resultMap{
  width:100%; 
  height:100%;
  max-height:100%; 
  position:fixed; 
  top:0; 
  right:0;
}

.social-profiles div,
.social-profiles a,
.social-profiles iframe{
	vertical-align:middle;
}

.social-profiles li{
	display:inline-block;
}

.social-profiles li a{
    width: 18px;
    height: 18px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
    margin: 0 10px 0 -4px;
}

.ion-social-facebook{background:#3b5998}
.ion-social-instagram{background:#125688}
.ion-social-twitter{background:#00aced}
.ion-social-googleplus{background:#dd4b39}
.ion-social-pinterest{background:#cb2027}
.ion-social-youtube{background:#bb0000}

.semi_ttl{
    font-size: 18px;
    margin: 0 0 .55em 0;
    padding: 0 0 .55em;
    color: #259BCE;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
}

.adr_stl{
    line-height: 140%;
    padding-left: 18px;
}

.adr_stl p, .adr_stl p a{
    font-weight: 600;
    color: #4D4D4E;
    font-size: 15px;
    margin-bottom: 5px;
	text-decoration:none;
}

.adr_stl p a:hover{
	color:#259BCE;
}

.adr_stl p i{
	    width: 10px;
    text-align: center;
    margin-right: 7px;
}

.gallery_widget a{
    width: calc(33% - 6px);
    overflow: hidden;
    display: inline-block;
    margin-left: -4px;
    padding: 4px;
}

.txt_box{
    margin: 20px 0 10px 0;
    line-height: 160%;
}

.reg_box{
    margin: 10px 0 10px 0;
    line-height: 160%;
}

.video_box{
    padding: 15px;
    background-color: #F3F3F3;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: inline-block;
	width:100%;
    max-width: 560px;
	min-height:500px;


}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
width:100%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:100%;
 
}




/**********End Item Page**********/


/***********Colorbox*************/
/* Colorbox Core Style:  The following CSS is consistent between example themes and should not be altered.*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(255, 255, 255, 0.81); opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(/themes/'..'/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/themes/'..'/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(/themes/'..'/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/themes/'..'/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/themes/'..'/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(/themes/'..'/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(/themes/'..'/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(/themes/'..'/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; border: 10px solid #fff;  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.58);  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.58);}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:-5px; left:0; text-align:center; width:100%; color:#000;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(/themes/'..'/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{
			position: absolute;
			bottom: -7px;
			right: 33px;
			font-size: 25px;
			color: #444;
			background-color: #fff;
			padding: 5px 10px 5px 14px;
				
		}
        #cboxNext{   
			position: absolute;
			bottom: -7px;
			right: 0;
			font-size: 25px;
			color: #444;
			background-color: #fff;
			padding: 5px 10px 5px 14px;
		}
        #cboxClose{position: absolute; top: -10px; right: -10px; display: block; padding: 10px;
    color: #444;
    background-color: #fff;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG\'s alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/***********End Colorbox*************/

/************Contact************/
.padding30_asideLeft{padding:30px 0 30px 0}
.padding30_asideRight{padding:30px 0}

#contact .widget_nav_menu li a {
	color: #717171;
}

/************End Contact************/



/********Footer********/
.site-footer-widgets{
	background-color: #2f3339;
	padding: 4em 0;
}

.footer_logo{
    width: 200px;
    margin: 30px 0;
}

.footer-widget-aside{
    padding: 0 70px 0 0;
}

.footer-widget-aside address{
    margin: 0 0 1em;
    line-height: 1.2;
}

.footer-widget-aside address p{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.site-footer-widgets p{
    color: #B9B9B9;
}

.footer-widget-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 1em;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_nav_menu li{
	line-height: 1;
	padding: 7px 0;
}
.widget_nav_menu li a{
    color: #D2D2D2;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.site-signature{
	background-color: #22262c;
	padding: 1em 0;
	text-align:center;
	color: #545454;
}


/********End Footer********/