
/* tubepress.css */

/* 1   */ .tubepress_container {
/* 2   */ 	float: left;
/* 3   */ 	margin-bottom: 2em;
/* 4   */ 	width: 100%;
/* 5   */ }
/* 6   */ 
/* 7   */ .tubepress_normal_embedded_wrapper {
/* 8   */ 	text-align: left;
/* 9   */ 	margin: auto;
/* 10  */ }
/* 11  */ 
/* 12  */ .tubepress_embedded_title {
/* 13  */ 	font-weight: 700;
/* 14  */ 	font-size: larger;
/* 15  */ 	margin-bottom: .3em;
/* 16  */ }
/* 17  */ 
/* 18  */ .tubepress_thumbnail_area {
/* 19  */ 	margin-top: 1em;	
/* 20  */ }
/* 21  */ 
/* 22  */ .tubepress_thumbs {
/* 23  */ 	float: left;
/* 24  */ 	width: 100%;
/* 25  */ 	margin-bottom: 1em;
/* 26  */ }
/* 27  */ 
/* 28  */ .tubepress_thumb {
/* 29  */ 	float: left;
/* 30  */ 	width: 120px;
/* 31  */ 	height: 175px;
/* 32  */ 	line-height: 1.1em;
/* 33  */ 	font-size: 11px;
/* 34  */ 	overflow: hidden;
/* 35  */ }
/* 36  */ 
/* 37  */ .tubepress_thumb .tubepress_embed,
/* 38  */ .tubepress_thumb img {
/* 39  */ 	display: block;
/* 40  */ 	margin: 0 auto ! important;
/* 41  */ 	-ms-interpolation-mode: bicubic;
/* 42  */ }
/* 43  */ 
/* 44  */ .tubepress_thumb a {
/* 45  */ 	cursor: pointer;
/* 46  */ }
/* 47  */ 
/* 48  */ .tubepress_single_video .tubepress_meta_group {
/* 49  */ 	padding: 0;
/* 50  */ }

/* tubepress.css */

/* 51  */ 
/* 52  */ .tubepress_meta {
/* 53  */ 	float: left;
/* 54  */ }
/* 55  */ 
/* 56  */ dl.tubepress_meta_group {
/* 57  */     margin: 0 auto ! important;
/* 58  */ }
/* 59  */ 
/* 60  */ dt.tubepress_meta_title, 
/* 61  */ dt.tubepress_meta_runtime, 
/* 62  */ dt.tubepress_meta_url,
/* 63  */ dt.tubepress_meta_description {
/* 64  */ 	display: none;	
/* 65  */ }
/* 66  */ 
/* 67  */ dd.tubepress_meta {
/* 68  */ 	margin-bottom: auto ! important;
/* 69  */ 	margin-left: 0 ! important;
/* 70  */ }
/* 71  */ 
/* 72  */ dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
/* 73  */ 	font-size: 12px;
/* 74  */ 	font-weight: 700;
/* 75  */ 	float: left;
/* 76  */ 	width: auto;
/* 77  */ }
/* 78  */ 
/* 79  */ dd.tubepress_meta_runtime {
/* 80  */ 	font-size: 11px;
/* 81  */ 	font-weight: 700;
/* 82  */ 	clear: both;	
/* 83  */ }
/* 84  */ 
/* 85  */ dt.tubepress_meta_author, 
/* 86  */ dt.tubepress_meta_keywords, 
/* 87  */ dt.tubepress_meta_category, 
/* 88  */ dt.tubepress_meta_rating, 
/* 89  */ dt.tubepress_meta_ratings,
/* 90  */ dt.tubepress_meta_likes,
/* 91  */ dt.tubepress_meta_id,
/* 92  */ dt.tubepress_meta_views,
/* 93  */ dt.tubepress_meta_uploaddate {
/* 94  */ 	font-style: italic;
/* 95  */ 	color: #666;
/* 96  */ }
/* 97  */ 
/* 98  */ dt.tubepress_meta_author:after, 
/* 99  */ dt.tubepress_meta_keywords:after, 
/* 100 */ dt.tubepress_meta_category:after, 

/* tubepress.css */

/* 101 */ dt.tubepress_meta_rating:after, 
/* 102 */ dt.tubepress_meta_ratings:after,
/* 103 */ dt.tubepress_meta_likes:after,
/* 104 */ dt.tubepress_meta_id:after,
/* 105 */ dt.tubepress_meta_views:after,
/* 106 */ dt.tubepress_meta_uploaddate:after {
/* 107 */ 	content: ":"
/* 108 */ }
/* 109 */ 
/* 110 */ dd.tubepress_meta_author, 
/* 111 */ dd.tubepress_meta_keywords,
/* 112 */ dd.tubepress_meta_category, 
/* 113 */ dd.tubepress_meta_rating, 
/* 114 */ dd.tubepress_meta_ratings,
/* 115 */ dd.tubepress_meta_likes,
/* 116 */ dd.tubepress_meta_id,
/* 117 */ dd.tubepress_meta_views,
/* 118 */ dd.tubepress_meta_uploaddate {
/* 119 */ 	margin-left: .2em ! important;	
/* 120 */ }
/* 121 */ 
/* 122 */ dd.tubepress_meta_url {
/* 123 */ 	clear: left;
/* 124 */ }
/* 125 */ dd.tubepress_meta_description {
/* 126 */ 	clear: both;
/* 127 */ 	float: left;
/* 128 */ 	width: 100%;
/* 129 */ }
/* 130 */ 
/* 131 */ .tubepress_meta_group dt {
/* 132 */ 	clear: both;
/* 133 */ 	float: left;
/* 134 */ }
/* 135 */ 
/* 136 */ .tubepress_sidebar .tubepress_thumb {
/* 137 */ 	width: 100%;	
/* 138 */ 	height: auto;
/* 139 */ 	margin-top: 1em;
/* 140 */ }
/* 141 */ 
/* 142 */ .tubepress_sidebar .tubepress_thumb img {
/* 143 */     width: auto ! important;
/* 144 */     padding: 5% 5% 1% 2%;
/* 145 */     margin: 0 auto ! important;
/* 146 */     -ms-interpolation-mode: bicubic;
/* 147 */ }
/* 148 */ 
/* 149 */ .tubepress_sidebar .tubepress_thumbnail_area {
/* 150 */     margin-top: auto;

/* tubepress.css */

/* 151 */     float: left;
/* 152 */ }
/* 153 */ 
/* 154 */ .tubepress_sidebar .tubepress_thumb  {
/* 155 */     margin-top: auto;   
/* 156 */ }
/* 157 */ 
/* 158 */ .tubepress_sidebar .tubepress_meta_group {
/* 159 */     padding: 0 2%;  
/* 160 */ }
/* 161 */ 
/* 162 */ .tubepress_sidebar .tubepress_thumb a {
/* 163 */     float: left;
/* 164 */ }
/* 165 */ 
/* 166 */ .tubepress_container .pagination .disabled {
/* 167 */ 	color: #adaaad;
/* 168 */ }
/* 169 */ 
/* 170 */ .tubepress_container .pagination .tubepress_pagination_dots {
/* 171 */     padding: 0 0 0 3px;
/* 172 */ }
/* 173 */ 
/* 174 */ div.tubepress_single_video {
/* 175 */ 	float: left;	
/* 176 */ 	width: 100%;
/* 177 */ 	text-align: left;
/* 178 */ }
/* 179 */ 
/* 180 */ div.tubepress_single_video dd.tubepress_meta_description {
/* 181 */ 	margin-top: .3em;
/* 182 */ 	margin-bottom: .8em;
/* 183 */ }
/* 184 */ 
/* 185 */ div.tubepress_container div.pagination {
/* 186 */     font-size: 13px;	
/* 187 */     text-align:center;
/* 188 */     clear: both;    
/* 189 */     margin: .7em 0;
/* 190 */ }
/* 191 */ 
/* 192 */ div.tubepress_container div.pagination a, div.tubepress_container div.pagination span {
/* 193 */     display: inline-block;
/* 194 */     margin: 2px !important;
/* 195 */     text-decoration: none;
/* 196 */     padding: 3px 5px;
/* 197 */     cursor: pointer;
/* 198 */     line-height: 24px;
/* 199 */ }
/* 200 */ 

/* tubepress.css */

/* 201 */ div.tubepress_container div.pagination span.current {
/* 202 */     background: none repeat scroll 0 0 #313428;
/* 203 */     border: 1px solid #202020;
/* 204 */     border-radius: 3px 3px 3px 3px;
/* 205 */     color: #FFF;
/* 206 */     margin: 0;
/* 207 */     padding: 0 8px;
/* 208 */     
/* 209 */ }
/* 210 */ div.tubepress_container div.pagination a {
/* 211 */     background: #999; /* for non-css3 browsers */
/* 212 */ 
/* 213 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFFFFF'); /* for IE */
/* 214 */     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFFFFF)); /* for webkit browsers */
/* 215 */     background: -moz-linear-gradient(top,  #fff,  #FFFFFF); /* for firefox 3.6+ */ 
/* 216 */     border: 1px solid silver;
/* 217 */     border-radius: 3px 3px 3px 3px;
/* 218 */     color: #000099;
/* 219 */     display: inline-block;
/* 220 */     margin: 0;
/* 221 */     padding: 0 8px;
/* 222 */     text-decoration: none;
/* 223 */ }
/* 224 */ 
/* 225 */ div.tubepress_container div.pagination a:hover {
/* 226 */ 	box-shadow: 0 0 3px #383838;
/* 227 */ }

/* diggdigg-style.css */

/* 1   */ .FBConnectButton_Small,.FBConnectButton_RTL_Small {
/* 2   */ 	border-left:1px solid #1a356e;
/* 3   */ 	width:54px;
/* 4   */ 	background:-5px -232px!important
/* 5   */ }
/* 6   */ 
/* 7   */ .FBConnectButton_Small .FBConnectButton_Text {
/* 8   */ 	margin-left:12px!important
/* 9   */ }
/* 10  */ 
/* 11  */ .dd-digg-ajax-load,.dd-reddit-ajax-load,.dd-dzone-ajax-load,.dd-ybuzz-ajax-load,.dd-twitter-ajax-load,.dd-fbshare-ajax-load,.dd-fblike-ajax-load,.dd-delicious-ajax-load,.dd-sphinn-ajax-load,.dd-gbuzz-ajax-load,.dd-fbshareme-ajax-load,.dd-tweetmeme-ajax-load,.dd-linkedin-ajax-load,.dd-google1-ajax-load {
/* 12  */ 	width:50px;
/* 13  */ 	height:22px;
/* 14  */ 	background:url(/wp-content/plugins/digg-digg/image/ajax-loader.gif) no-repeat center
/* 15  */ }
/* 16  */ 
/* 17  */ .dd_delicious {
/* 18  */ 	display:block;
/* 19  */ 	color:#000;
/* 20  */ 	font:16px arial;
/* 21  */ 	text-decoration:none;
/* 22  */ 	width:50px;
/* 23  */ 	height:60px;
/* 24  */ 	text-align:center
/* 25  */ }
/* 26  */ 
/* 27  */ .dd_delicious a:link,.dd_delicious a:visited,.dd_delicious a:active,.dd_delicious a:hover {
/* 28  */ 	text-decoration:none;
/* 29  */ 	color:#000
/* 30  */ }
/* 31  */ 
/* 32  */ .dd_delicious_normal_image {
/* 33  */ 	text-align:center;
/* 34  */ 	height:60px;
/* 35  */ 	margin-top:3px;
/* 36  */ 	padding:0;
/* 37  */ 	text-align:center;
/* 38  */ 	width:50px;
/* 39  */ 	display:block;
/* 40  */ 	background:url(/wp-content/plugins/digg-digg/image/delicious.png) no-repeat
/* 41  */ }
/* 42  */ 
/* 43  */ .dd_delicious_compact_image {
/* 44  */ 	text-align:center;
/* 45  */ 	height:22px;
/* 46  */ 	padding:0;
/* 47  */ 	text-align:center;
/* 48  */ 	width:50px;
/* 49  */ 	display:block;
/* 50  */ 	background:url(/wp-content/plugins/digg-digg/image/delicious-compact.png) no-repeat

/* diggdigg-style.css */

/* 51  */ }
/* 52  */ 
/* 53  */ .dd_delicious_compact_image span {
/* 54  */ 	font-size:10px
/* 55  */ }
/* 56  */ 
/* 57  */ .dd_comments {
/* 58  */ 	text-align:center;
/* 59  */ 	height:16px;
/* 60  */ 	margin-top:3px;
/* 61  */ 	padding:0;
/* 62  */ 	text-align:center;
/* 63  */ 	width:50px;
/* 64  */ 	display:block;
/* 65  */ 	background:url(/wp-content/plugins/digg-digg/image/comments-link.png) no-repeat
/* 66  */ }
/* 67  */ 
/* 68  */ .dd_button a:link,.dd_button a:visited,.dd_button a:active {
/* 69  */ 	text-decoration:#0000FF;
/* 70  */ 	color:#000
/* 71  */ }
/* 72  */ 
/* 73  */ #dd_ajax_float {
/* 74  */ 	text-align:center;
/* 75  */ 	border:1px solid #bbb;
/* 76  */ 	min-width:55px;
/* 77  */ 	width:auto;
/* 78  */ 	-webkit-border-top-right-radius:5px;
/* 79  */ 	-webkit-border-bottom-right-radius:5px;
/* 80  */ 	-webkit-border-bottom-left-radius:5px;
/* 81  */ 	-webkit-border-top-left-radius:5px;
/* 82  */ 	-moz-border-radius-topright:5px;
/* 83  */ 	-moz-border-radius-bottomright:5px;
/* 84  */ 	-moz-border-radius-bottomleft:5px;
/* 85  */ 	-moz-border-radius-topleft:5px;
/* 86  */ 	border-top-right-radius:5px;
/* 87  */ 	border-bottom-right-radius:5px;
/* 88  */ 	border-bottom-left-radius:5px;
/* 89  */ 	border-top-left-radius:5px;
/* 90  */ 	-moz-background-clip:padding;
/* 91  */ 	-webkit-background-clip:padding-box;
/* 92  */ 	-webkit-box-shadow:1px 0 15px rgba(0,0,0,.2);
/* 93  */ 	-moz-box-shadow:1px 0 15px rgba(0,0,0,.2);
/* 94  */ 	box-shadow:1px 0 15px rgba(0,0,0,.2);
/* 95  */ 	padding:5px;
/* 96  */ 	position:absolute;
/* 97  */ 	display:none;
/* 98  */ 	left:-120px;
/* 99  */ 	font:10px/16px Arial;
/* 100 */ 	background:padding-box #fff

/* diggdigg-style.css */

/* 101 */ }
/* 102 */ 
/* 103 */ #dd_ajax_float .dd_button_v {
/* 104 */ 	width:auto;
/* 105 */ 	height:auto;
/* 106 */ 	line-height:0;
/* 107 */ 	padding:4px 1px
/* 108 */ }
/* 109 */ 
/* 110 */ #dd_ajax_float iframe {
/* 111 */ 	margin:0
/* 112 */ }
/* 113 */ 
/* 114 */ #dd_start,#dd_end {
/* 115 */ 	float:left;
/* 116 */ 	clear:both
/* 117 */ }
/* 118 */ 
/* 119 */ .dd_outer {
/* 120 */ 	width:100%;
/* 121 */ 	height:0;
/* 122 */ 	position:absolute;
/* 123 */ 	top:0;
/* 124 */ 	left:0;
/* 125 */ 	z-index:9999
/* 126 */ }
/* 127 */ 
/* 128 */ .dd_inner {
/* 129 */ 	margin:0 auto;
/* 130 */ 	position:relative
/* 131 */ }
/* 132 */ 
/* 133 */ .dd_post_share {
/* 134 */ 	padding:0;
/* 135 */ 	margin-bottom:6px;
/* 136 */ 	display:block
/* 137 */ }
/* 138 */ 
/* 139 */ .dd_post_share_left {
/* 140 */ 	float:left
/* 141 */ }
/* 142 */ 
/* 143 */ .dd_post_share_right {
/* 144 */ 	float:right
/* 145 */ }
/* 146 */ 
/* 147 */ .dd_buttons img {
/* 148 */ 	border:none;
/* 149 */ 	border-width:0;
/* 150 */ 	border-color:#000;

/* diggdigg-style.css */

/* 151 */ 	border-style:none
/* 152 */ }
/* 153 */ 
/* 154 */ #dd_name {
/* 155 */ 	color:#a9a9a9;
/* 156 */ 	font-size:8px;
/* 157 */ 	text-align:center;
/* 158 */ 	margin:8px 0 6px;
/* 159 */ 	padding:0;
/* 160 */ 	line-height:0
/* 161 */ }
/* 162 */ 
/* 163 */ #dd_name a:link,#dd_name a:visited,#dd_name a:active {
/* 164 */ 	text-decoration:none;
/* 165 */ 	color:#a9a9a9;
/* 166 */ 	border:0
/* 167 */ }
/* 168 */ 
/* 169 */ #dd_name a:hover {
/* 170 */ 	text-decoration:underline;
/* 171 */ 	color:#FF0000;
/* 172 */ 	border:0
/* 173 */ }
/* 174 */ 
/* 175 */ .dd_button {
/* 176 */ 	float:left;
/* 177 */ 	padding:4px
/* 178 */ }
/* 179 */ 
/* 180 */ .dd_fblike_xfbml_ajax_left_float {
/* 181 */ 	padding-left:3px
/* 182 */ }
/* 183 */ 
/* 184 */ .dd_google1_ajax_left_float {
/* 185 */ 	margin-left:-1px
/* 186 */ }
/* 187 */ 
/* 188 */ .dd_linkedin_ajax_left_float {
/* 189 */ 	margin-left:-2px;
/* 190 */ 	margin-bottom:-5px
/* 191 */ }
/* 192 */ 
/* 193 */ html {
/* 194 */ 	overflow-y:scroll
/* 195 */ }
/* 196 */ 
/* 197 */ .dd_button_spacer {
/* 198 */ 	padding-top:8px
/* 199 */ }
/* 200 */ 

/* diggdigg-style.css */

/* 201 */ #dd_comments {
/* 202 */ 	clear:both!important;
/* 203 */ 	width:50px;
/* 204 */ 	height:60px;
/* 205 */ 	font-family:arial
/* 206 */ }
/* 207 */ 
/* 208 */ #dd_comments a:link,#dd_comments a:visited,#dd_comments a:active,#dd_comments a:hover {
/* 209 */ 	text-decoration:none
/* 210 */ }
/* 211 */ 
/* 212 */ #dd_comments .clcount {
/* 213 */ 	text-align:center;
/* 214 */ 	color:#444;
/* 215 */ 	display:block;
/* 216 */ 	font-size:20px;
/* 217 */ 	height:34px;
/* 218 */ 	padding:4px 0;
/* 219 */ 	position:relative;
/* 220 */ 	text-align:center;
/* 221 */ 	width:50px;
/* 222 */ 	line-height:24px;
/* 223 */ 	background:url(/wp-content/plugins/digg-digg/image/comments-count.png) no-repeat left top
/* 224 */ }
/* 225 */ 
/* 226 */ #dd_comments .ccount {
/* 227 */ 	color:#444;
/* 228 */ 	font-size:17px;
/* 229 */ 	text-align:center;
/* 230 */ 	text-decoration:none
/* 231 */ }
/* 232 */ 
/* 233 */ #dd_comments .clink {
/* 234 */ 	text-align:center;
/* 235 */ 	height:16px;
/* 236 */ 	margin-top:3px;
/* 237 */ 	padding:0;
/* 238 */ 	text-align:center;
/* 239 */ 	width:50px;
/* 240 */ 	display:block;
/* 241 */ 	background:url(/wp-content/plugins/digg-digg/image/comments-link.png) no-repeat
/* 242 */ }
/* 243 */ 
/* 244 */ .dd_button_extra_v {
/* 245 */ 	padding:1px 4px
/* 246 */ }
/* 247 */ 
/* 248 */ .st_email_custom {
/* 249 */ 	padding:2px 4px 3px;
/* 250 */ 	border:1px solid #ddd;

/* diggdigg-style.css */

/* 251 */ 	-moz-border-radius:2px;
/* 252 */ 	cursor:pointer;
/* 253 */ 	margin-bottom:2px;
/* 254 */ 	background:url(/wp-content/plugins/digg-digg/image/email.png) no-repeat 3px 4px
/* 255 */ }
/* 256 */ 
/* 257 */ #dd_print_button {
/* 258 */ 	padding:1px 4px 3px;
/* 259 */ 	border:1px solid #ddd;
/* 260 */ 	-moz-border-radius:2px;
/* 261 */ 	cursor:pointer;
/* 262 */ 	margin-bottom:2px;
/* 263 */ 	background:url(/wp-content/plugins/digg-digg/image/print.png) no-repeat 3px 2px
/* 264 */ }
/* 265 */ 
/* 266 */ #dd_email_text {
/* 267 */ 	padding:0 0 0 18px;
/* 268 */ 	font-size:10px
/* 269 */ }
/* 270 */ 
/* 271 */ #dd_print_text {
/* 272 */ 	padding:0 0 0 14px;
/* 273 */ 	font-size:10px
/* 274 */ }
/* 275 */ 
/* 276 */ #dd_print_text a:link,#dd_print_text a:visited,#dd_print_text a:active {
/* 277 */ 	color:#000;
/* 278 */ 	text-decoration:none
/* 279 */ }
/* 280 */ 
/* 281 */ #dd_print_text a:hover {
/* 282 */ 	color:#00f;
/* 283 */ 	text-decoration:underline
/* 284 */ }

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Alexandria
/* 3    *| Theme URI: https://www.themealley.com/alexandria/
/* 4    *| Description: HTML5 & CSS3 Responsive WordPress Business theme with business style home page layout with welcome section, 3 product/services blocks and a client quote/testimonial section. 2 logo section layout options. 2 premade (Blue, Red) ready to use color schemes/skins. 3 widget areas in footer, 1 widget area in sidebar. 2 page layouts including a full width page template. Social media icons in footer. 
/* 5    *| Version: 2.0.35
/* 6    *| Author: ThemeAlley.com
/* 7    *| Author URI: http://www.themealley.com/
/* 8    *| Tags: black, blue, gray, green, brown, pink, yellow, tan, purple, red, dark, light, silver, white, one-column, two-columns, three-columns, custom-menu, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout, translation-ready, editor-style
/* 9    *| License: GNU General Public License
/* 10   *| License URI: license.txt
/* 11   *| 
/* 12   *| 
/* 13   *| Alexandria WordPress Theme, Copyright 2013 ThemeAlley.com
/* 14   *| Alexandria is distributed under the terms of the GNU GPL
/* 15   *| 
/* 16   *| Alexandria is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
/* 17   *| 
/* 18   *| Resetting and rebuilding styles have been helped along thanks to the fine work of
/* 19   *| Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
/* 20   *| along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
/* 21   *| and Blueprint http://www.blueprintcss.org/
/* 22   *| */
/* 23   */ 
/* 24   */ /* =Fonts
/* 25   *| -------------------------------------------------------------- */
/* 26   */ 
/* 27   */ @font-face {
/* 28   */     font-family: 'ChunkFiveRegular';
/* 29   */     src: url('/wp-content/themes/alexandria/skins/fonts/chunkfive/Chunkfive-webfont.eot');
/* 30   */     src: url('/wp-content/themes/alexandria/skins/fonts/chunkfive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
/* 31   */          url('/wp-content/themes/alexandria/skins/fonts/chunkfive/Chunkfive-webfont.woff') format('woff'),
/* 32   */          url('/wp-content/themes/alexandria/skins/fonts/chunkfive/Chunkfive-webfont.ttf') format('truetype'),
/* 33   */          url('/wp-content/themes/alexandria/skins/fonts/chunkfive/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
/* 34   */     font-weight: normal;
/* 35   */     font-style: normal;
/* 36   */ 
/* 37   */ }
/* 38   */ 
/* 39   */ @font-face {
/* 40   */     font-family: 'TitilliumText22LRegular';
/* 41   */     src: url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L003-webfont.eot');
/* 42   */     src: url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
/* 43   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L003-webfont.woff') format('woff'),
/* 44   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L003-webfont.ttf') format('truetype'),
/* 45   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
/* 46   */     font-weight: normal;
/* 47   */     font-style: normal;
/* 48   */ 
/* 49   */ }
/* 50   */ 

/* style.css */

/* 51   */ @font-face {
/* 52   */     font-family: 'TitilliumText22LMedium';
/* 53   */     src: url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L004-webfont.eot');
/* 54   */     src: url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
/* 55   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L004-webfont.woff') format('woff'),
/* 56   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L004-webfont.ttf') format('truetype'),
/* 57   */          url('/wp-content/themes/alexandria/skins/fonts/titillium/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
/* 58   */     font-weight: normal;
/* 59   */     font-style: normal;
/* 60   */ 
/* 61   */ }
/* 62   */ 
/* 63   */ @font-face {
/* 64   */     font-family: 'NobileRegular';
/* 65   */     src: url('/wp-content/themes/alexandria/skins/fonts/nobile/nobile-webfont.eot');
/* 66   */     src: url('/wp-content/themes/alexandria/skins/fonts/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
/* 67   */          url('/wp-content/themes/alexandria/skins/fonts/nobile/nobile-webfont.woff') format('woff'),
/* 68   */          url('/wp-content/themes/alexandria/skins/fonts/nobile/nobile-webfont.ttf') format('truetype'),
/* 69   */          url('/wp-content/themes/alexandria/skins/fonts/nobile/nobile-webfont.svg#NobileRegular') format('svg');
/* 70   */     font-weight: normal;
/* 71   */     font-style: normal;
/* 72   */ 
/* 73   */ }
/* 74   */ 
/* 75   */ /* =Reset
/* 76   *| -------------------------------------------------------------- */
/* 77   */ 
/* 78   */ html, body, div, span, applet, object, iframe,
/* 79   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 80   */ a, abbr, acronym, address, big, cite, code,
/* 81   */ del, dfn, em, font, ins, kbd, q, s, samp,
/* 82   */ small, strike, strong, sub, sup, tt, var,
/* 83   */ dl, dt, dd, ol, ul, li,
/* 84   */ fieldset, form, label, legend,
/* 85   */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 86   */ 	border: 0;
/* 87   */ 	font-family: inherit;
/* 88   */ 	font-size: 100%;
/* 89   */ 	font-style: inherit;
/* 90   */ 	font-weight: inherit;
/* 91   */ 	margin: 0;
/* 92   */ 	outline: 0;
/* 93   */ 	padding: 0;
/* 94   */ 	vertical-align: baseline;
/* 95   */ }
/* 96   */ html {
/* 97   */ 	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
/* 98   */ 	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
/* 99   */ 	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
/* 100  */ 	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

/* style.css */

/* 101  */ }
/* 102  */ body {
/* 103  */ 	background: #FFFFFF;
/* 104  */ }
/* 105  */ article,
/* 106  */ aside,
/* 107  */ details,
/* 108  */ figcaption,
/* 109  */ figure,
/* 110  */ footer,
/* 111  */ header,
/* 112  */ nav,
/* 113  */ section {
/* 114  */ 	display: block;
/* 115  */ }
/* 116  */ ol, ul {
/* 117  */ 	list-style: none;
/* 118  */ }
/* 119  */ table { /* tables still need 'cellspacing="0"' in the markup */
/* 120  */ 	border-collapse: separate;
/* 121  */ 	border-spacing: 0;
/* 122  */ }
/* 123  */ caption, th, td {
/* 124  */ 	font-weight: normal;
/* 125  */ 	text-align: left;
/* 126  */ }
/* 127  */ td {
/* 128  */ 	padding:1% 2%;	
/* 129  */ }
/* 130  */ .odd {
/* 131  */ 	background:url(/wp-content/themes/alexandria/images/ten.png);
/* 132  */ }
/* 133  */ .even {
/* 134  */ 	background:url(/wp-content/themes/alexandria/images/ten.png);
/* 135  */ }
/* 136  */ blockquote:before, blockquote:after,
/* 137  */ q:before, q:after {
/* 138  */ 	content: "";
/* 139  */ }
/* 140  */ blockquote, q {
/* 141  */ 	quotes: "" "";
/* 142  */ }
/* 143  */ a:focus {
/* 144  */ 	outline: thin dotted;
/* 145  */ }
/* 146  */ a:hover,
/* 147  */ a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
/* 148  */ 	outline: 0;
/* 149  */ }
/* 150  */ a img {

/* style.css */

/* 151  */ 	border: 0;
/* 152  */ }
/* 153  */ 
/* 154  */ 
/* 155  */ /* =Global
/* 156  *| ----------------------------------------------- */
/* 157  */ 
/* 158  */ body,
/* 159  */ button,
/* 160  */ input,
/* 161  */ select,
/* 162  */ textarea {
/* 163  */ 	color: #000;
/* 164  */ 	font-family: 'NobileRegular', sans-serif;
/* 165  */ 	font-size: 16px;
/* 166  */ 	font-size: 1.6rem;
/* 167  */ 	line-height: 1.75;
/* 168  */ 	word-wrap:break-word;	
/* 169  */ }
/* 170  */ 
/* 171  */ /* Headings */
/* 172  */ h1,h2,h3,h4,h5,h6 {
/* 173  */ 	clear: both;
/* 174  */ 	font-family: 'TitilliumText22LRegular', sans-serif;
/* 175  */ 	line-height: 1.25;
/* 176  */ }
/* 177  */ h1{
/* 178  */ 	font-size: 48px;
/* 179  */ 	font-size: 4.8rem;
/* 180  */ }
/* 181  */ h2{
/* 182  */ 	font-size: 36px;
/* 183  */ 	font-size: 3.6rem;
/* 184  */ }
/* 185  */ h3{
/* 186  */ 	font-size: 30px;
/* 187  */ 	font-size: 3.0rem;
/* 188  */ }
/* 189  */ h4{
/* 190  */ 	font-size: 26px;
/* 191  */ 	font-size: 2.6rem;
/* 192  */ }
/* 193  */ h5{
/* 194  */ 	font-size: 24px;
/* 195  */ 	font-size: 2.4rem;
/* 196  */ }
/* 197  */ h6{
/* 198  */ 	font-size: 20px;
/* 199  */ 	font-size: 2.0rem;
/* 200  */ }

/* style.css */

/* 201  */ hr {
/* 202  */ 	background-color: #ccc;
/* 203  */ 	border: 0;
/* 204  */ 	height: 1px;
/* 205  */ 	margin-bottom: 1.5em;
/* 206  */ }
/* 207  */ 
/* 208  */ /* Text elements */
/* 209  */ p {
/* 210  */ 	margin-bottom: 1.5em;
/* 211  */ }
/* 212  */ ul, ol {
/* 213  */ 	margin: 0 0 1.5em 3em;
/* 214  */ }
/* 215  */ ul {
/* 216  */ 	list-style: disc;
/* 217  */ }
/* 218  */ ol {
/* 219  */ 	list-style: decimal;
/* 220  */ }
/* 221  */ li > ul,
/* 222  */ li > ol {
/* 223  */ 	margin-bottom: 0;
/* 224  */ 	margin-left: 1.5em;
/* 225  */ }
/* 226  */ dt {
/* 227  */ 	font-weight: bold;
/* 228  */ }
/* 229  */ dd {
/* 230  */ 	margin: 0 1.5em 1.5em;
/* 231  */ }
/* 232  */ b, strong {
/* 233  */ 	font-weight: bold;
/* 234  */ }
/* 235  */ dfn, cite, em, i {
/* 236  */ 	font-style: italic;
/* 237  */ }
/* 238  */ blockquote {
/* 239  */ 	margin: 0 1.5em;
/* 240  */ 	padding:0 1.5em;
/* 241  */ 	border-left:1.0em solid #DDDFE2;
/* 242  */ }
/* 243  */ address {
/* 244  */ 	margin: 0 0 1.5em;
/* 245  */ }
/* 246  */ pre {
/* 247  */ 	background: #eee;
/* 248  */ 	font-family: "Courier 10 Pitch", Courier, monospace;
/* 249  */ 	font-size: 15px;
/* 250  */ 	font-size: 1.5rem;

/* style.css */

/* 251  */ 	line-height: 1.6;
/* 252  */ 	margin-bottom: 1.6em;
/* 253  */ 	padding: 1.6em;
/* 254  */ 	overflow: auto;
/* 255  */ 	max-width: 100%;
/* 256  */ }
/* 257  */ code, kbd, tt, var {
/* 258  */ 	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
/* 259  */ }
/* 260  */ abbr, acronym {
/* 261  */ 	border-bottom: 1px dotted #666;
/* 262  */ 	cursor: help;
/* 263  */ }
/* 264  */ mark, ins {
/* 265  */ 	background: #fff9c0;
/* 266  */ 	text-decoration: none;
/* 267  */ }
/* 268  */ sup,
/* 269  */ sub {
/* 270  */ 	font-size: 75%;
/* 271  */ 	height: 0;
/* 272  */ 	line-height: 0;
/* 273  */ 	position: relative;
/* 274  */ 	vertical-align: baseline;
/* 275  */ }
/* 276  */ sup {
/* 277  */ 	bottom: 1ex;
/* 278  */ }
/* 279  */ sub {
/* 280  */ 	top: .5ex;
/* 281  */ }
/* 282  */ small {
/* 283  */ 	font-size: 75%;
/* 284  */ }
/* 285  */ big {
/* 286  */ 	font-size: 125%;
/* 287  */ }
/* 288  */ figure {
/* 289  */ 	margin: 0;
/* 290  */ }
/* 291  */ table {
/* 292  */ 	margin: 1.5em 0;
/* 293  */ 	width: 100%;
/* 294  */ }
/* 295  */ th {
/* 296  */ 	font-weight: bold;
/* 297  */ }
/* 298  */ img {
/* 299  */ 	height: auto; /* Make sure images are scaled correctly. */
/* 300  */ 	max-width: 100%; /* Adhere to container width. */

/* style.css */

/* 301  */ }
/* 302  */ button,
/* 303  */ input,
/* 304  */ select,
/* 305  */ textarea {
/* 306  */ 	font-size: 100%; /* Corrects font size not being inherited in all browsers */
/* 307  */ 	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
/* 308  */ 	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
/* 309  */ 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
/* 310  */ }
/* 311  */ button,
/* 312  */ input {
/* 313  */ 	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
/* 314  */ }
/* 315  */ button,
/* 316  */ html input[type="button"],
/* 317  */ input[type="reset"],
/* 318  */ input[type="submit"] {
/* 319  */ 	border: 1px solid #ccc;
/* 320  */ 	border-color: #ccc #ccc #bbb #ccc;
/* 321  */ 	border-radius: 3px;
/* 322  */ 	background: #e6e6e6;
/* 323  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
/* 324  */ 	color: rgba(0, 0, 0, .8);
/* 325  */ 	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
/* 326  */ 	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
/* 327  */ 	font-size: 12px;
/* 328  */ 	font-size: 1.2rem;
/* 329  */ 	line-height: 1;
/* 330  */ 	padding: .6em 1em .4em;
/* 331  */ 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
/* 332  */ }
/* 333  */ button:hover,
/* 334  */ html input[type="button"]:hover,
/* 335  */ input[type="reset"]:hover,
/* 336  */ input[type="submit"]:hover {
/* 337  */ 	border-color: #ccc #bbb #aaa #bbb;
/* 338  */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
/* 339  */ }
/* 340  */ button:focus,
/* 341  */ html input[type="button"]:focus,
/* 342  */ input[type="reset"]:focus,
/* 343  */ input[type="submit"]:focus,
/* 344  */ button:active,
/* 345  */ html input[type="button"]:active,
/* 346  */ input[type="reset"]:active,
/* 347  */ input[type="submit"]:active {
/* 348  */ 	border-color: #aaa #bbb #bbb #bbb;
/* 349  */ 	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
/* 350  */ }

/* style.css */

/* 351  */ input[type="checkbox"],
/* 352  */ input[type="radio"] {
/* 353  */ 	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
/* 354  */ 	padding: 0; /* Addresses excess padding in IE8/9 */
/* 355  */ }
/* 356  */ input[type="search"] {
/* 357  */ 	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
/* 358  */ 	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* 359  */ 	-moz-box-sizing:    content-box;
/* 360  */ 	box-sizing:         content-box;
/* 361  */ }
/* 362  */ input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
/* 363  */ 	-webkit-appearance: none;
/* 364  */ }
/* 365  */ button::-moz-focus-inner,
/* 366  */ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
/* 367  */ 	border: 0;
/* 368  */ 	padding: 0;
/* 369  */ }
/* 370  */ input[type="text"],
/* 371  */ input[type="email"],
/* 372  */ input[type="password"],
/* 373  */ input[type="search"],
/* 374  */ textarea {
/* 375  */ 	color: #666;
/* 376  */ 	border: 1px solid #ccc;
/* 377  */ 	border-radius: 3px;
/* 378  */ }
/* 379  */ input[type="text"]:focus,
/* 380  */ input[type="email"]:focus,
/* 381  */ input[type="password"]:focus,
/* 382  */ input[type="search"]:focus,
/* 383  */ textarea:focus {
/* 384  */ 	color: #111;
/* 385  */ }
/* 386  */ input[type="text"],
/* 387  */ input[type="email"],
/* 388  */ input[type="password"],
/* 389  */ input[type="search"] {
/* 390  */ 	padding: 3px;
/* 391  */ }
/* 392  */ textarea {
/* 393  */ 	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
/* 394  */ 	padding-left: 3px;
/* 395  */ 	vertical-align: top; /* Improves readability and alignment in all browsers */
/* 396  */ 	width: 98%;
/* 397  */ }
/* 398  */ 
/* 399  */ /* Links */
/* 400  */ a {

/* style.css */

/* 401  */ 	color:#666666;
/* 402  */ 	text-decoration:underline;
/* 403  */ }
/* 404  */ a:visited {
/* 405  */ 	color:#666666;
/* 406  */ }
/* 407  */ a:hover,
/* 408  */ a:focus,
/* 409  */ a:active {
/* 410  */ 	color:#0000FF;
/* 411  */ 	text-decoration:none;
/* 412  */ }
/* 413  */ 
/* 414  */ /* Alignment */
/* 415  */ .alignleft {
/* 416  */ 	display: inline;
/* 417  */ 	float: left;
/* 418  */ 	margin-right: 1.5em;
/* 419  */ }
/* 420  */ .alignright {
/* 421  */ 	display: inline;
/* 422  */ 	float: right;
/* 423  */ 	margin-left: 1.5em;
/* 424  */ }
/* 425  */ .aligncenter {
/* 426  */ 	clear: both;
/* 427  */ 	display: block;
/* 428  */ 	margin: 0 auto;
/* 429  */ }
/* 430  */ 
/* 431  */ /* Text meant only for screen readers */
/* 432  */ .screen-reader-text {
/* 433  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 434  */ 	position: absolute !important;
/* 435  */ }
/* 436  */ 
/* 437  */ .screen-reader-text:hover,
/* 438  */ .screen-reader-text:active,
/* 439  */ .screen-reader-text:focus {
/* 440  */ 	background-color: #ffffff;
/* 441  */ 	border-radius: 3px;
/* 442  */ 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 443  */ 	clip: auto !important;
/* 444  */ 	color: #21759b;
/* 445  */ 	display: block;
/* 446  */ 	font-size: 14px;
/* 447  */ 	font-weight: bold;
/* 448  */ 	height: auto;
/* 449  */ 	left: 5px;
/* 450  */ 	line-height: normal;

/* style.css */

/* 451  */ 	padding: 15px 23px 14px;
/* 452  */ 	text-decoration: none;
/* 453  */ 	top: 5px;
/* 454  */ 	width: auto;
/* 455  */ 	z-index: 100000; /* Above WP toolbar */
/* 456  */ }
/* 457  */ 
/* 458  */ /* Clearing */
/* 459  */ .clear:before,
/* 460  */ .clear:after,
/* 461  */ [class*="content"]:before,
/* 462  */ [class*="content"]:after,
/* 463  */ [class*="site"]:before,
/* 464  */ [class*="site"]:after {
/* 465  */ 	content: '';
/* 466  */ 	display: table;
/* 467  */ }
/* 468  */ 
/* 469  */ .clear:after,
/* 470  */ [class*="content"]:after,
/* 471  */ [class*="site"]:after {
/* 472  */ 	clear: both;
/* 473  */ }
/* 474  */ 
/* 475  */ /* Containers
/* 476  *| ----------------------------------------------- */
/* 477  */ #wrapper-one{
/* 478  */ 	width:100%;	
/* 479  */ }
/* 480  */ #wrapper-two{
/* 481  */ 	width:100%;	
/* 482  */ }
/* 483  */ #wrapper-three{
/* 484  */ 	width:100%;
/* 485  */ }
/* 486  */ #page{
/* 487  */ 	width:100%;
/* 488  */ }
/* 489  */ .responsive-container{
/* 490  */ 	width:100%;
/* 491  */ }
/* 492  */ .header-social{
/* 493  */ 	width:100%;
/* 494  */ 	background:#000;
/* 495  */ 	height:50px;
/* 496  */ 	display:none;
/* 497  */ }
/* 498  */ .site-header{
/* 499  */ 	width:100%;
/* 500  */ 	background:#000000;

/* style.css */

/* 501  */ 	text-align:center;
/* 502  */ }
/* 503  */ .site-slider{
/* 504  */ 	width:100%;
/* 505  */ 	background:url(/wp-content/themes/alexandria/images/alexandria/header_overlay.png) top center no-repeat, url(/wp-content/themes/alexandria/images/alexandria/header_bg.jpg);
/* 506  */ }
/* 507  */ .site-main{
/* 508  */ 	width:100%;
/* 509  */ 	padding:3.5% 0;
/* 510  */ }
/* 511  */ .content-container{
/* 512  */ 	width:100%;
/* 513  */ }
/* 514  */ .full-page-content-area{
/* 515  */ 	width:100%;
/* 516  */ 	margin:5% 0;
/* 517  */ 	float:left;
/* 518  */ }
/* 519  */ .content-area{
/* 520  */ 	width:100%;
/* 521  */ 	margin:5% 0;
/* 522  */ 	float:left;
/* 523  */ }
/* 524  */ .site-content{
/* 525  */ 	width:90%;
/* 526  */ 	margin:0 5%;	
/* 527  */ }
/* 528  */ .widget-area{
/* 529  */ 	width:100%;
/* 530  */ 	margin:5% 0 0 0;	
/* 531  */ 	float:left;
/* 532  */ 	background:#ffffff;
/* 533  */ }
/* 534  */ .footer-social{
/* 535  */ 	width:100%;
/* 536  */ 	background:#333437;
/* 537  */ }
/* 538  */ .site-footer{
/* 539  */ 	width:100%;
/* 540  */ 	background:#000000;
/* 541  */ }
/* 542  */ .site-info{
/* 543  */ 	float:left;
/* 544  */ 	width:90%;
/* 545  */ 	padding:5%;
/* 546  */ 	color:#fff;
/* 547  */ }
/* 548  */ .footer-widget-two{
/* 549  */ 	float:left;
/* 550  */ 	width:90%;

/* style.css */

/* 551  */ 	padding:5%;
/* 552  */ 	color:#fff;	
/* 553  */ }
/* 554  */ .footer-widget-three{
/* 555  */ 	float:left;
/* 556  */ 	width:90%;
/* 557  */ 	padding:5%;
/* 558  */ 	color:#fff;	
/* 559  */ }
/* 560  */ .footer-widget-two .widget select{
/* 561  */ 	width:90%;
/* 562  */ 	margin:5% 5% 5% 0;
/* 563  */ 	padding:2%;
/* 564  */ 	color:#fff;
/* 565  */ 	background:#000;
/* 566  */ 	border:none;
/* 567  */ }
/* 568  */ .footer-widget-three .widget select{
/* 569  */ 	width:90%;
/* 570  */ 	margin:5% 5% 5% 0;
/* 571  */ 	padding:2%;
/* 572  */ 	color:#fff;
/* 573  */ 	background:#000;
/* 574  */ 	border:none;
/* 575  */ }
/* 576  */ 
/* 577  */ /* Logo Section
/* 578  *| ----------------------------------------------- */
/* 579  */ .site-header-half-width-logo{
/* 580  */ 	width:100%;
/* 581  */ 	margin:0;
/* 582  */ 	float:left;	
/* 583  */ }
/* 584  */ .site-branding{
/* 585  */ 	padding:7% 0;
/* 586  */ }
/* 587  */ .site-header-half-width-logo .site-branding{
/* 588  */ 	text-align:center;
/* 589  */ }
/* 590  */ .site-branding img{
/* 591  */ 	max-width:90%;
/* 592  */ 	height:auto;
/* 593  */ }
/* 594  */ .site-title a, .site-title a:visited{
/* 595  */ 	font-family: 'TitilliumText22LMedium';
/* 596  */ 	font-size: 60px;
/* 597  */ 	font-size: 6.0rem;
/* 598  */ 	color: #fff;
/* 599  */ 	text-decoration:none;
/* 600  */ 	line-height:1.1;

/* style.css */

/* 601  */ }
/* 602  */ .site-description{
/* 603  */ 	color: #fff;
/* 604  */ 	font-family: 'NobileRegular', sans-serif;
/* 605  */ 	font-size: 16px;
/* 606  */ 	font-size: 1.6rem;
/* 607  */ }
/* 608  */ .site-header-half-width-nav{
/* 609  */ 	width:100%;
/* 610  */ 	margin:0;
/* 611  */ 	float:left;
/* 612  */ 	border-top:1px solid #000;
/* 613  */ }
/* 614  */ 
/* 615  */ /* =Menu
/* 616  *| ----------------------------------------------- */
/* 617  */ .tinynav { width:80%; display: block; margin:4% auto; padding:1%; background:#000000; color:#fff; border:1px solid #000; font-size:14px; font-size:1.4rem; }
/* 618  */ #main-nav { display: none }
/* 619  */ 	
/* 620  */ .main-navigation {
/* 621  */ 	clear: both;
/* 622  */ 	display: block;
/* 623  */ 	float: left;
/* 624  */ 	width: 100%;
/* 625  */ }
/* 626  */ .main-navigation ul {
/* 627  */ 	list-style: none;
/* 628  */ 	margin: 0;
/* 629  */ 	padding-left: 0;
/* 630  */ }
/* 631  */ .main-navigation li {
/* 632  */ 	display:inline-block;
/* 633  */ 	position: relative;
/* 634  */ 	padding:0.3em 1.5em;
/* 635  */ 	margin:0.5em 1.0em 0.5em 0;
/* 636  */ }
/* 637  */ .main-navigation li:hover {
/* 638  */ 	background:#000;
/* 639  */ }
/* 640  */ .main-navigation a {
/* 641  */ 	display: block;
/* 642  */ 	text-decoration: none;
/* 643  */ 	color:#fff;
/* 644  */ }
/* 645  */ .main-navigation ul ul {
/* 646  */ 	display: none;
/* 647  */ 	float: left;
/* 648  */ 	position: absolute;
/* 649  */ 		top: 2.3em;
/* 650  */ 		left: 0;

/* style.css */

/* 651  */ 	z-index: 99999;
/* 652  */ 	background:#000;
/* 653  */ }
/* 654  */ .main-navigation ul ul ul {
/* 655  */ 	left: 100%;
/* 656  */ 	top: 0;
/* 657  */ }
/* 658  */ .main-navigation ul ul a {
/* 659  */ 	width: 200px;
/* 660  */ 	color:#fff;
/* 661  */ }
/* 662  */ .main-navigation ul ul li {
/* 663  */ 	margin:0;
/* 664  */ 	text-align:left;
/* 665  */ }
/* 666  */ .main-navigation ul ul li:hover {
/* 667  */ 	background:#252525;
/* 668  */ }
/* 669  */ .main-navigation li:hover > a {
/* 670  */ }
/* 671  */ .main-navigation ul ul :hover > a {
/* 672  */ }
/* 673  */ .main-navigation ul ul a:hover {
/* 674  */ }
/* 675  */ .main-navigation ul li:hover > ul {
/* 676  */ 	display: block;
/* 677  */ }
/* 678  */ .main-navigation li.current_page_item,
/* 679  */ .main-navigation li.current-menu-item {
/* 680  */ 	background:#000;	
/* 681  */ }
/* 682  */ .main-navigation li.current_page_item a,
/* 683  */ .main-navigation li.current-menu-item a {
/* 684  */ }
/* 685  */ .nav-border-top{
/* 686  */ 	border-top:1px solid #000;
/* 687  */ }
/* 688  */ 
/* 689  */ /* =Site-Header
/* 690  *| ----------------------------------------------- */
/* 691  */ 
/* 692  */ .site-slider-custom-header{
/* 693  */ 	width:100%;
/* 694  */ 	margin:0;
/* 695  */ 	text-align:center;
/* 696  */ 	line-height:0;
/* 697  */ }
/* 698  */ .site-slider-custom-header img{
/* 699  */ 	max-width:100%;
/* 700  */ 	height:auto;

/* style.css */

/* 701  */ }
/* 702  */ .site-slider-slider-one{
/* 703  */ 	width:100%;
/* 704  */ 	margin:7.9% 0;	
/* 705  */ }
/* 706  */ .site-slider-slider-one-image{
/* 707  */ 	float:left;
/* 708  */ 	width:90%;
/* 709  */ 	margin:0 5%;
/* 710  */ 	text-align:center;
/* 711  */ }
/* 712  */ .site-slider-slider-one-image img{
/* 713  */ 	max-width:90%;
/* 714  */ 	height:auto;
/* 715  */ }
/* 716  */ .site-slider-slider-one-text{
/* 717  */ 	float:left;
/* 718  */ 	width:90%;
/* 719  */ 	margin:0 5%;
/* 720  */ }
/* 721  */ .site-slider-slider-one-text-heading{
/* 722  */ 	width:86%;
/* 723  */ 	margin:0 7% 0 7%;
/* 724  */ 	padding:0 0 40px 0;
/* 725  */ 	text-align:center;
/* 726  */ 	font-size:60px;
/* 727  */ 	font-size:6.0rem;
/* 728  */ 	text-shadow: 1px 1px #000000;
/* 729  */ 	color:#fff;
/* 730  */ 	line-height:1.0;
/* 731  */ 	font-family:'TitilliumText22LMedium';
/* 732  */ }
/* 733  */ .site-slider-slider-one-text-description{
/* 734  */ 	width:86%;
/* 735  */ 	margin:0 7% 0 7%;
/* 736  */ 	padding:0 0 40px 0;
/* 737  */ 	text-align:center;
/* 738  */ 	color:#fff;
/* 739  */ 	line-height:1.5;
/* 740  */ }
/* 741  */ .site-slider-slider-one-text-button{
/* 742  */ 	width:86%;
/* 743  */ 	margin:0 7% 0 7%;
/* 744  */ 	padding:0 0 40px 0;
/* 745  */ 	text-align:center;	
/* 746  */ }
/* 747  */ .site-slider-slider-one-text-button a{
/* 748  */ 	font-family: 'TitilliumText22LRegular', sans-serif;
/* 749  */ 	font-size:24px;
/* 750  */ 	font-size:2.4rem;

/* style.css */

/* 751  */ 	color:#fff;	
/* 752  */ 	border-bottom: 4px solid #000000;
/* 753  */ 	background:#333437;
/* 754  */ 	-webkit-border-radius: 5px;
/* 755  */ 	-moz-border-radius: 5px;
/* 756  */ 	border-radius: 5px;	
/* 757  */     display: inline-block;
/* 758  */     padding: 15px 50px;
/* 759  */ 	line-height:1.0;
/* 760  */ }
/* 761  */ 
/* 762  */ /* =Content
/* 763  *| ----------------------------------------------- */
/* 764  */ 
/* 765  */ .sticky {
/* 766  */ }
/* 767  */ .hentry {
/* 768  */ 	margin: 0 0 1.5em;
/* 769  */ }
/* 770  */ .byline,
/* 771  */ .updated {
/* 772  */ 	display: inline;
/* 773  */ }
/* 774  */ .single .byline,
/* 775  */ .group-blog .byline {
/* 776  */ 	display: inline;
/* 777  */ }
/* 778  */ .page-content,
/* 779  */ .entry-content,
/* 780  */ .entry-summary {
/* 781  */ 	margin: 1.5em 0 0;
/* 782  */ }
/* 783  */ .more-link{
/* 784  */ 	background:#c3c5c7;
/* 785  */ 	padding:0.2em 1.0em;
/* 786  */ 	margin:0.5em 0.5em 0.5em 0;
/* 787  */ 	display:inline-block;	
/* 788  */ }
/* 789  */ .page-links {
/* 790  */ 	clear: both;
/* 791  */ 	margin: 0 0 1.5em;
/* 792  */ }
/* 793  */ .page-links a{
/* 794  */ 	margin: 0 0 0.5em 0.5em;
/* 795  */ 	background:#dddfe2;
/* 796  */ 	padding:0.2em 0.5em;
/* 797  */ 	font-size:13px;
/* 798  */ 	font-size:1.3rem;
/* 799  */ }
/* 800  */ .post .entry-title{

/* style.css */

/* 801  */ 	border-bottom:1px solid #dddfe2;
/* 802  */ 	padding:0 0 0.2em 0;
/* 803  */ }
/* 804  */ .page .entry-title{
/* 805  */ 	border-bottom:0;
/* 806  */ 	padding:0 0 0.2em 0;
/* 807  */ }
/* 808  */ .post-ratings img{
/* 809  */ 	margin:2px 2px 2px 0;
/* 810  */ }
/* 811  */ .entry-featured-image{
/* 812  */ 	width:100%;
/* 813  */ 	margin:0 0 20px 0;
/* 814  */ }
/* 815  */ .entry-meta{
/* 816  */ 	margin:0;
/* 817  */ 	padding:0.5em 0;
/* 818  */ 	border-bottom:1px solid #dddfe2;	
/* 819  */ }
/* 820  */ .entry-meta a{
/* 821  */ 	font-weight:600;	
/* 822  */ }
/* 823  */ .entry-meta-bottom{
/* 824  */ 	border-top:1px solid #dddfe2;
/* 825  */ }
/* 826  */ .entry-meta-bottom-item{
/* 827  */ 	padding:0.5em 0;
/* 828  */ 	border-bottom:1px solid #dddfe2;
/* 829  */ }
/* 830  */ .entry-meta-bottom-item a{
/* 831  */ 	font-weight:400;
/* 832  */ 	background:#c3c5c7;
/* 833  */ 	padding:0.2em 1.0em;
/* 834  */ 	margin:0 0.5em 0.5em 0;
/* 835  */ 	display:inline-block;
/* 836  */ 	font-size: 12px;
/* 837  */ 	font-size: 1.2rem;		
/* 838  */ }
/* 839  */ 
/* 840  */ 
/* 841  */ /* =Asides
/* 842  *| ----------------------------------------------- */
/* 843  */ 
/* 844  */ .blog .format-aside .entry-title,
/* 845  */ .archive .format-aside .entry-title {
/* 846  */ 	display: none;
/* 847  */ }
/* 848  */ 
/* 849  */ 
/* 850  */ /* =Media

/* style.css */

/* 851  *| ----------------------------------------------- */
/* 852  */ 
/* 853  */ .page-content img.wp-smiley,
/* 854  */ .entry-content img.wp-smiley,
/* 855  */ .comment-content img.wp-smiley {
/* 856  */ 	border: none;
/* 857  */ 	margin-bottom: 0;
/* 858  */ 	margin-top: 0;
/* 859  */ 	padding: 0;
/* 860  */ }
/* 861  */ .wp-caption {
/* 862  */ 	border: 1px solid #ccc;
/* 863  */ 	margin-bottom: 1.5em;
/* 864  */ 	max-width: 100%;
/* 865  */ }
/* 866  */ .wp-caption img[class*="wp-image-"] {
/* 867  */ 	display: block;
/* 868  */ 	margin: 1.2% auto 0;
/* 869  */ 	max-width: 98%;
/* 870  */ }
/* 871  */ .wp-caption-text {
/* 872  */ 	text-align: center;
/* 873  */ }
/* 874  */ .wp-caption .wp-caption-text {
/* 875  */ 	margin: 0.8075em 0;
/* 876  */ }
/* 877  */ .site-content .gallery {
/* 878  */ 	margin-bottom: 1.5em;
/* 879  */ }
/* 880  */ .gallery-caption {
/* 881  */ }
/* 882  */ .site-content .gallery a img {
/* 883  */ 	border: none;
/* 884  */ 	height: auto;
/* 885  */ 	max-width: 90%;
/* 886  */ }
/* 887  */ .site-content .gallery dd {
/* 888  */ 	margin: 0;
/* 889  */ }
/* 890  */ .site-content .gallery-columns-4 .gallery-item {
/* 891  */ }
/* 892  */ .site-content .gallery-columns-4 .gallery-item img {
/* 893  */ }
/* 894  */ 
/* 895  */ /* Make sure embeds and iframes fit their containers */
/* 896  */ embed,
/* 897  */ iframe,
/* 898  */ object {
/* 899  */ 	max-width: 100%;
/* 900  */ }

/* style.css */

/* 901  */ 
/* 902  */ 
/* 903  */ /* =Navigation
/* 904  *| ----------------------------------------------- */
/* 905  */ 
/* 906  */ .site-content [class*="navigation"] {
/* 907  */ 	margin: 0 0 1.5em;
/* 908  */ 	overflow: hidden;
/* 909  */ }
/* 910  */ [class*="navigation"] .nav-previous {
/* 911  */ 	float: left;
/* 912  */ 	width: 50%;
/* 913  */ }
/* 914  */ [class*="navigation"] .nav-next {
/* 915  */ 	float: right;
/* 916  */ 	text-align: right;
/* 917  */ 	width: 50%;
/* 918  */ }
/* 919  */ .post-navigation{
/* 920  */ 	background:#dddfe2;
/* 921  */ 	padding:1.5em 0;
/* 922  */ }
/* 923  */ .post-navigation .nav-previous{
/* 924  */ 	background:url(/wp-content/themes/alexandria/images/single_np_prev.png) no-repeat left;
/* 925  */ 	min-height:74px;
/* 926  */ 	width:100%;
/* 927  */ 	margin:2% 0;
/* 928  */ }
/* 929  */ .post-navigation .nav-next{
/* 930  */ 	background:url(/wp-content/themes/alexandria/images/single_np_next.png) no-repeat right;
/* 931  */ 	min-height:74px;
/* 932  */ 	width:100%;
/* 933  */ 	margin:2% 0;		
/* 934  */ }
/* 935  */ .post-navigation .nav-previous a{
/* 936  */ 	margin:0 0 0 50px;
/* 937  */ 	display:block;
/* 938  */ 	line-height:1.2;
/* 939  */ }
/* 940  */ .post-navigation .nav-next a{
/* 941  */ 	margin:0 50px 0 0;
/* 942  */ 	display:block;
/* 943  */ 	line-height:1.2;
/* 944  */ }
/* 945  */ .post-navigation .nav-previous .meta-nav{
/* 946  */ 	margin:0 0 0 50px;
/* 947  */ }
/* 948  */ .post-navigation .nav-next .meta-nav{
/* 949  */ 	margin:0 50px 0 0;
/* 950  */ }

/* style.css */

/* 951  */ 
/* 952  */ .paging-navigation{
/* 953  */ 	background:none;
/* 954  */ }
/* 955  */ .paging-navigation .nav-previous{
/* 956  */ 	background:#dddfe2 url(/wp-content/themes/alexandria/images/single_np_prev.png) no-repeat left center;
/* 957  */ 	padding:0.7em 0 0.9em 0;
/* 958  */ 	width:100%;
/* 959  */ 	margin:5% 0;
/* 960  */ }
/* 961  */ .paging-navigation .nav-next{
/* 962  */ 	background:#dddfe2 url(/wp-content/themes/alexandria/images/single_np_next.png) no-repeat right center;
/* 963  */ 	padding:0.7em 0 0.9em 0;
/* 964  */ 	width:100%;
/* 965  */ 	margin:5% 0;
/* 966  */ }
/* 967  */ .paging-navigation .nav-previous a{
/* 968  */ 	margin:0 0 0 50px;
/* 969  */ 	display:block;
/* 970  */ 	line-height:1.2;
/* 971  */ }
/* 972  */ .paging-navigation .nav-next a{
/* 973  */ 	margin:0 50px 0 0;
/* 974  */ 	display:block;
/* 975  */ 	line-height:1.2;
/* 976  */ }
/* 977  */ .paging-navigation .nav-previous .meta-nav{
/* 978  */ 	margin:0 0 0 50px;
/* 979  */ }
/* 980  */ .paging-navigation .nav-next .meta-nav{
/* 981  */ 	margin:0 50px 0 0;
/* 982  */ }
/* 983  */ 
/* 984  */ /* =Comments
/* 985  *| ----------------------------------------------- */
/* 986  */ .comments-area{
/* 987  */ 	background:#dddfe2;
/* 988  */ 	padding:5% 0;
/* 989  */ 	margin:5% 0;
/* 990  */ }
/* 991  */ .comments-title{
/* 992  */ 	width:90%;
/* 993  */ 	margin:2% 5%;	
/* 994  */ }
/* 995  */ .comment-navigation{
/* 996  */ 	width:90%;
/* 997  */ 	margin:5% 5% !important;	
/* 998  */ }
/* 999  */ .comment-navigation .nav-previous a{
/* 1000 */ 	background:#c3c5c7;

/* style.css */

/* 1001 */ 	padding:0.4em 1.5em;
/* 1002 */ 	display:inline-block;
/* 1003 */ }
/* 1004 */ .comment-navigation .nav-next a{
/* 1005 */ 	background:#c3c5c7;
/* 1006 */ 	padding:0.4em 1.5em;
/* 1007 */ 	display:inline-block;
/* 1008 */ }
/* 1009 */ .comment-list{
/* 1010 */ 	margin:2% 0;
/* 1011 */ 	list-style:none;	
/* 1012 */ }
/* 1013 */ .comment, .pingback, .trackback, .no-comments{
/* 1014 */ 	background:url(/wp-content/themes/alexandria/images/comments.png);
/* 1015 */ 	padding:4% 0;
/* 1016 */ 	width:90%;
/* 1017 */ 	margin:4% 5% 0 5%;	
/* 1018 */ }
/* 1019 */ .comment-body{
/* 1020 */ 	width:90%;
/* 1021 */ 	margin:0 5%;
/* 1022 */ }
/* 1023 */ .comment-author{
/* 1024 */ 	width:100%;
/* 1025 */ }
/* 1026 */ .comment-author cite{
/* 1027 */ 	background:url(/wp-content/themes/alexandria/images/ten.png);
/* 1028 */ 	padding:0.2em 1.5em;
/* 1029 */ 	display:inline-block;
/* 1030 */ }
/* 1031 */ .comment-author time{
/* 1032 */ 	font-size: 12px;
/* 1033 */ 	font-size: 1.2rem;
/* 1034 */ 	font-weight:600;
/* 1035 */ }
/* 1036 */ .comment-author .edit-link{
/* 1037 */ 	font-size: 12px;
/* 1038 */ 	font-size: 1.2rem;
/* 1039 */ }
/* 1040 */ .comment-author-image{
/* 1041 */ 		
/* 1042 */ }
/* 1043 */ .comment-author-image img{
/* 1044 */ 	max-width:100%;
/* 1045 */ 	height:auto;
/* 1046 */ }
/* 1047 */ .comment-author-name{
/* 1048 */ }
/* 1049 */ .comment-author-name img{
/* 1050 */ 	float:left;

/* style.css */

/* 1051 */ 	margin:0 20px 20px 0;
/* 1052 */ }
/* 1053 */ .comment-content{
/* 1054 */ 	clear:both;
/* 1055 */ 	width:100%;
/* 1056 */ }
/* 1057 */ .comment-body .reply a{
/* 1058 */ 	background:#000;
/* 1059 */ 	color:#fff;
/* 1060 */ 	padding:0.4em 2.0em;
/* 1061 */ }
/* 1062 */ .comment-list ul{
/* 1063 */ 	list-style:none;	
/* 1064 */ }
/* 1065 */ .comment-respond{
/* 1066 */ 	width:90%;
/* 1067 */ 	margin:7% 5% 2% 5%;	
/* 1068 */ }
/* 1069 */ .comment-content a {
/* 1070 */ 	word-wrap: break-word;
/* 1071 */ }
/* 1072 */ .bypostauthor {
/* 1073 */ }
/* 1074 */ 
/* 1075 */ /* =Widgets
/* 1076 *| ----------------------------------------------- */
/* 1077 */ 
/* 1078 */ .widget {
/* 1079 */ 	width:80%;
/* 1080 */ 	margin: 5% 5%;
/* 1081 */ 	padding: 0 5%;
/* 1082 */ 	color:#000;
/* 1083 */ }
/* 1084 */ .widget a{
/* 1085 */ 	color:#000;
/* 1086 */ }
/* 1087 */ .widget h1 {
/* 1088 */ 	margin: 0 0 0.5em 0;
/* 1089 */ }
/* 1090 */ .widget ul {
/* 1091 */ 	margin: 0 0 1.5em 0;
/* 1092 */ 	list-style:none;
/* 1093 */ }
/* 1094 */ .widget ul li{
/* 1095 */ 	margin: 0 0 0 1.0em;
/* 1096 */ 	border-bottom:1px solid #d0d2d5;
/* 1097 */ 	padding:0.3em 0;	
/* 1098 */ }
/* 1099 */ .widget ul li a{
/* 1100 */ 	text-decoration:none;

/* style.css */

/* 1101 */ 	color:#000;
/* 1102 */ }
/* 1103 */ .widget ul li ul {
/* 1104 */ 	margin: 0 0 0.3em 0;
/* 1105 */ 	padding:0.3em 0;	
/* 1106 */ }
/* 1107 */ .widget ul li ul li{
/* 1108 */ 	margin: 0 0 0 1.0em;
/* 1109 */ 	padding:0.3em 0;
/* 1110 */ 	border-bottom:0;	
/* 1111 */ }
/* 1112 */ .search-field{
/* 1113 */ 	width:95%;
/* 1114 */ 	margin-bottom:10px;
/* 1115 */ 	border-radius:0 !important;
/* 1116 */ 	background:#D0D2D5 !important;
/* 1117 */ 	border:0 !important;
/* 1118 */ 	padding:0.7em 0 0.7em 5% !important;
/* 1119 */ }
/* 1120 */ .search-submit{
/* 1121 */ 	display:inline-block;
/* 1122 */ 	padding:0.7em 2.5em !important;
/* 1123 */ 	background:#000 !important;
/* 1124 */ 	color:#fff !important;
/* 1125 */ 	border:0 !important;
/* 1126 */ 	box-shadow:none !important;
/* 1127 */ 	line-height:1;
/* 1128 */ 	border-radius:0 !important;
/* 1129 */ }
/* 1130 */ /* Footer Widgets */
/* 1131 */ .site-footer .widget {
/* 1132 */ 	width:80%;
/* 1133 */ 	margin: 5% 5%;
/* 1134 */ 	padding: 0 5%;
/* 1135 */ 	color:#8C9094;
/* 1136 */ 	font-size:14px;
/* 1137 */ 	font-size:1.4rem;
/* 1138 */ }
/* 1139 */ .site-footer .widget a{
/* 1140 */ 	color:#8C9094;
/* 1141 */ }
/* 1142 */ .site-footer .widget h1 {
/* 1143 */ 	margin: 0 0 0.5em 0;
/* 1144 */ 	color:#B0B5BB;
/* 1145 */ 	font-size:18px;
/* 1146 */ 	font-size:1.8rem;	
/* 1147 */ }
/* 1148 */ .site-footer .widget ul {
/* 1149 */ 	margin: 0 0 1.5em 0;
/* 1150 */ 	list-style:none;

/* style.css */

/* 1151 */ }
/* 1152 */ .site-footer .widget ul li{
/* 1153 */ 	margin: 0;
/* 1154 */ 	border-bottom:1px solid #151618;
/* 1155 */ 	padding:0.3em 0;	
/* 1156 */ }
/* 1157 */ .site-footer .widget ul li a{
/* 1158 */ 	text-decoration:none;
/* 1159 */ 	color:#8C9094;
/* 1160 */ }
/* 1161 */ .site-footer .widget ul li ul {
/* 1162 */ 	margin: 0 0 0.3em 0;
/* 1163 */ 	padding:0.3em 0;	
/* 1164 */ }
/* 1165 */ .site-footer .widget ul li ul li{
/* 1166 */ 	margin: 0 0 0 1.0em;
/* 1167 */ 	padding:0.3em 0;
/* 1168 */ 	border-bottom:0;	
/* 1169 */ }
/* 1170 */ .site-footer .search-field{
/* 1171 */ 	background:#2F2F2F !important;
/* 1172 */ 	color:#878786;
/* 1173 */ }
/* 1174 */ .site-footer .search-submit{
/* 1175 */ 	background:#000 !important;
/* 1176 */ 	color:#fff !important;
/* 1177 */ }
/* 1178 */ .site-footer .wp-caption {
/* 1179 */ 	border: 1px solid #000;
/* 1180 */ }
/* 1181 */ 
/* 1182 */ /* Make sure select elements fit in widgets */
/* 1183 */ .widget select {
/* 1184 */ 	width: 90%;
/* 1185 */ 	margin:5%;
/* 1186 */ 	background:#D0D2D5;
/* 1187 */ }
/* 1188 */ 
/* 1189 */ /* Search widget */
/* 1190 */ .widget_search .search-submit {
/* 1191 */ }
/* 1192 */ 
/* 1193 */ /* =Infinite Scroll
/* 1194 *| ----------------------------------------------- */
/* 1195 */ 
/* 1196 */ /* Globally hidden elements when Infinite Scroll is supported and in use. */
/* 1197 */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
/* 1198 */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
/* 1199 */ 	display: none;
/* 1200 */ }

/* style.css */

/* 1201 */ 
/* 1202 */ /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* 1203 */ .infinity-end.neverending .site-footer {
/* 1204 */ 	display: block;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ /* BizOne Section
/* 1208 *| ----------------------------------------------- */
/* 1209 */ .biz0ne{
/* 1210 */ 	width:100%;
/* 1211 */ }
/* 1212 */ .biz0ne-welcome{
/* 1213 */ 	width:90%;
/* 1214 */ 	padding:0 5% 5% 5%;
/* 1215 */ }
/* 1216 */ .biz0ne-welcome h1{
/* 1217 */ 	width:100%;
/* 1218 */ 	text-align:center;
/* 1219 */ 	padding:0 0 20px 0;
/* 1220 */ 	font-size:50px;
/* 1221 */ 	font-size:5.0rem;
/* 1222 */ }
/* 1223 */ .biz0ne-welcome p{
/* 1224 */ 	width:100%;
/* 1225 */ 	text-align:left;
/* 1226 */ }
/* 1227 */ .biz0ne-products-services{
/* 1228 */ 	width:90%;
/* 1229 */ 	padding:0 5% 5% 5%;
/* 1230 */ 	overflow:auto;
/* 1231 */ }
/* 1232 */ .biz0ne-products-services-item{
/* 1233 */ 	width:100%;
/* 1234 */ 	float:left;
/* 1235 */ 	margin:0 0 7% 0;
/* 1236 */ }
/* 1237 */ .biz0ne-products-services-img{
/* 1238 */ 	width:86%;
/* 1239 */ 	margin:0 7%;
/* 1240 */ 	background:#FFFFFF;	
/* 1241 */ }
/* 1242 */ .biz0ne-products-services-img img{
/* 1243 */ 	max-width:100%;
/* 1244 */ 	height:auto;
/* 1245 */ }
/* 1246 */ .biz0ne-products-services-name{
/* 1247 */ 	width:86%;
/* 1248 */ 	margin:0 7%;
/* 1249 */ 	font-family: 'TitilliumText22LRegular', sans-serif;
/* 1250 */ 	font-size:36px;

/* style.css */

/* 1251 */ 	font-size:3.6rem;
/* 1252 */ 	padding:2% 0 0 0;
/* 1253 */ }
/* 1254 */ .biz0ne-products-services-description{
/* 1255 */ 	width:86%;
/* 1256 */ 	margin:0 7%;
/* 1257 */ }
/* 1258 */ .biz0ne-quote{
/* 1259 */ 	width:90%;
/* 1260 */ 	border:1px solid #FFFFFF;
/* 1261 */ 	margin:0 auto 5% auto;
/* 1262 */ 	overflow:auto;
/* 1263 */ 	padding:30px 0;
/* 1264 */ }
/* 1265 */ .biz0ne-quote-text{
/* 1266 */ 	width:90%;
/* 1267 */ 	float:left;
/* 1268 */ 	margin:0 5% 15px 5%;
/* 1269 */ 	background:url(/wp-content/themes/alexandria/images/quote.png) top left no-repeat;		
/* 1270 */ }
/* 1271 */ .biz0ne-quote-text p{
/* 1272 */ 	margin:0 0 0 100px;
/* 1273 */ }
/* 1274 */ .biz0ne-quote-name{
/* 1275 */ 	width:86%;
/* 1276 */ 	float:left;
/* 1277 */ 	margin:0 7% 0 7%;
/* 1278 */ 	text-align:right;	
/* 1279 */ }
/* 1280 */ .biz0ne-quote-name span{
/* 1281 */ 	padding:0.4em 2.0em;
/* 1282 */ 	display:inline-block;
/* 1283 */ 	background:#FFFFFF;
/* 1284 */ }
/* 1285 */ 
/* 1286 */ /* BizTwo Section
/* 1287 *| ----------------------------------------------- */
/* 1288 */ .biztwo{
/* 1289 */ 	width:100%;
/* 1290 */ }
/* 1291 */ .biztwo-products-container{
/* 1292 */ 	float:left;
/* 1293 */ 	width:100%;	
/* 1294 */ }
/* 1295 */ .biztwo-welcome{
/* 1296 */ 	width:90%;
/* 1297 */ 	padding:0 5% 5% 5%;
/* 1298 */ }
/* 1299 */ .biztwo-welcome h1{
/* 1300 */ 	width:100%;

/* style.css */

/* 1301 */ 	text-align:center;
/* 1302 */ 	padding:0 0 20px 0;
/* 1303 */ 	font-size:50px;
/* 1304 */ 	font-size:5.0rem;
/* 1305 */ }
/* 1306 */ .biztwo-welcome p{
/* 1307 */ 	width:100%;
/* 1308 */ 	text-align:left;
/* 1309 */ }
/* 1310 */ .biztwo-products-services{
/* 1311 */ 	width:100%;
/* 1312 */ }
/* 1313 */ .biztwo-products-services-item{
/* 1314 */ 	width:90%;
/* 1315 */ 	margin:2% auto;
/* 1316 */ 	overflow:auto;
/* 1317 */ }
/* 1318 */ .biztwo-products-services-img{
/* 1319 */ 	float:left;
/* 1320 */ 	width:100%;
/* 1321 */ }
/* 1322 */ .biztwo-products-services-img img{
/* 1323 */ 	max-width:100%;
/* 1324 */ 	height:auto;
/* 1325 */ }
/* 1326 */ .biztwo-products-services-content{
/* 1327 */ 	float:left;
/* 1328 */ 	width:100%;	
/* 1329 */ }
/* 1330 */ .biztwo-products-services-name{
/* 1331 */ 	width:86%;
/* 1332 */ 	margin:0 auto 10px auto;
/* 1333 */ 	text-align:left;
/* 1334 */ 	font-family: 'TitilliumText22LRegular', sans-serif;
/* 1335 */ 	font-size:36px;
/* 1336 */ 	font-size:3.6rem;	
/* 1337 */ }
/* 1338 */ .biztwo-products-services-description{
/* 1339 */ 	width:86%;
/* 1340 */ 	margin:0 auto 10px auto;
/* 1341 */ 	text-align:left;
/* 1342 */ }
/* 1343 */ .biztwo-quote{
/* 1344 */ 	width:90%;
/* 1345 */ 	border:1px solid #FFFFFF;
/* 1346 */ 	margin:0 auto 5% auto;
/* 1347 */ 	overflow:auto;
/* 1348 */ 	padding:30px 0;
/* 1349 */ }
/* 1350 */ .biztwo-quote-text{

/* style.css */

/* 1351 */ 	width:90%;
/* 1352 */ 	float:left;
/* 1353 */ 	margin:0 5% 15px 5%;
/* 1354 */ 	background:url(/wp-content/themes/alexandria/images/quote.png) top left no-repeat;		
/* 1355 */ }
/* 1356 */ .biztwo-quote-text p{
/* 1357 */ 	margin:0 0 0 100px;
/* 1358 */ }
/* 1359 */ .biztwo-quote-name{
/* 1360 */ 	width:86%;
/* 1361 */ 	float:left;
/* 1362 */ 	margin:0 7% 0 7%;
/* 1363 */ 	text-align:right;	
/* 1364 */ }
/* 1365 */ .biztwo-quote-name span{
/* 1366 */ 	padding:0.4em 2.0em;
/* 1367 */ 	display:inline-block;
/* 1368 */ 	background:#FFFFFF;
/* 1369 */ }
/* 1370 */ 
/* 1371 */ .biztwo-portfolio-container{
/* 1372 */ 	float:left;
/* 1373 */ 	width:100%;	
/* 1374 */ }
/* 1375 */ .biztwo-portfolio{
/* 1376 */ 	width:90%;
/* 1377 */ 	margin:15px auto 0 auto;
/* 1378 */ 	background:#FFFFFF;
/* 1379 */ 	min-height:300px;
/* 1380 */ 	-webkit-border-radius: 5px;
/* 1381 */ 	-moz-border-radius: 5px;
/* 1382 */ 	border-radius: 5px;		
/* 1383 */ }
/* 1384 */ .biztwo-portfolio-heading{
/* 1385 */ 	width:90%;
/* 1386 */ 	padding:0 5%;
/* 1387 */ 	background:url(/wp-content/themes/alexandria/images/ten.png);
/* 1388 */ 	font-size:36px;
/* 1389 */ 	font-size:3.6rem;
/* 1390 */ 	text-align:left;
/* 1391 */ 	font-family: 'TitilliumText22LRegular', sans-serif;
/* 1392 */ 	-webkit-border-radius: 5px 5px 0 0;
/* 1393 */ 	-moz-border-radius: 5px 5px 0 0;
/* 1394 */ 	border-radius: 5px 5px 0 0;		
/* 1395 */ 	margin:0 0 20px 0;
/* 1396 */ }
/* 1397 */ .biztwo-portfolio-item{
/* 1398 */ 	padding:0 0 20px 0;
/* 1399 */ }
/* 1400 */ .biztwo-portfolio-item-image{

/* style.css */

/* 1401 */ 	width:86%;
/* 1402 */ 	margin:0 auto;	
/* 1403 */ }
/* 1404 */ .biztwo-portfolio-item-image img{
/* 1405 */ 	max-width:100%;
/* 1406 */ 	height:auto;	
/* 1407 */ }
/* 1408 */ .biztwo-portfolio-item-name{
/* 1409 */ 	width:90%;
/* 1410 */ 	margin:0 auto;
/* 1411 */ 	text-align:center;	
/* 1412 */ }
/* 1413 */ 
/* 1414 */ /* Social Section
/* 1415 *| ----------------------------------------------- */
/* 1416 */ .footer-social-icons{
/* 1417 */ 	width:90%;
/* 1418 */ 	text-align:center;
/* 1419 */ 	padding:15px 0 10px 0;
/* 1420 */ 	margin:0 5%;
/* 1421 */ }
/* 1422 */ .footer-social-icons li{
/* 1423 */ 	display:inline-block;
/* 1424 */ }
/* 1425 */ 
/* 1426 */ /* Footer Section
/* 1427 *| ----------------------------------------------- */
/* 1428 */ .site-info a{
/* 1429 */ 	color:#fff;
/* 1430 */ }
/* 1431 */ .site-info h3{
/* 1432 */ 	font-size:48px;
/* 1433 */ 	font-size:4.8rem;
/* 1434 */ 	font-family:'ChunkFiveRegular';
/* 1435 */ 	line-height:1.1;
/* 1436 */ 	width:86%;
/* 1437 */ 	margin:0 7%;
/* 1438 */ 	text-align:center;
/* 1439 */ }
/* 1440 */ .site-info h3 a{
/* 1441 */ 	color:#515254;
/* 1442 */ }
/* 1443 */ .site-info p{
/* 1444 */ 	width:84%;
/* 1445 */ 	margin:0 8% 5px 8%;
/* 1446 */ 	color:#515254;
/* 1447 */ 	line-height:1.3;
/* 1448 */ 	text-align:center;
/* 1449 */ }
/* 1450 */ .site-info p a{

/* style.css */

/* 1451 */ 	color:#515254;
/* 1452 */ }
/* 1453 */ .site-info p a:hover{
/* 1454 */ 	text-decoration:none;
/* 1455 */ }
/* 1456 */ .footer-search{
/* 1457 */ 	width:64%;
/* 1458 */ 	margin:20px auto 5px auto;	
/* 1459 */ }
/* 1460 */ .footer-search .search-field{
/* 1461 */ 	background:#2F2F2F !important;
/* 1462 */ 	color:#878786;
/* 1463 */ }
/* 1464 */ .footer-search .search-submit{
/* 1465 */ 	background:#000 !important;
/* 1466 */ 	color:#fff !important;
/* 1467 */ }
/* 1468 */ 
/* 1469 */ .wpcf7-text{
/* 1470 */ 	background:#FFFFFF !important;
/* 1471 */ 	border:3px solid #d8d9dc !important;
/* 1472 */ }
/* 1473 */ .wpcf7-textarea{
/* 1474 */ 	background:#FFFFFF !important;
/* 1475 */ 	border:3px solid #d8d9dc !important;
/* 1476 */ }
/* 1477 */ .wpcf7-select{
/* 1478 */ 	background:#FFFFFF !important;
/* 1479 */ 	border:none;
/* 1480 */ }
/* 1481 */ .wpcf7-quiz{
/* 1482 */ 	background:#FFFFFF !important;
/* 1483 */ 	border:3px solid #d8d9dc !important;
/* 1484 */ }
/* 1485 */ .wpcf7-date{
/* 1486 */ 	background:#FFFFFF !important;
/* 1487 */ 	border:3px solid #d8d9dc !important;	
/* 1488 */ }
/* 1489 */ .wpcf7-number{
/* 1490 */ 	background:#FFFFFF !important;
/* 1491 */ 	border:3px solid #d8d9dc !important;	
/* 1492 */ }
/* 1493 */ .wpcf7-captchar{
/* 1494 */ 	background:#FFFFFF !important;
/* 1495 */ 	border:3px solid #d8d9dc !important;	
/* 1496 */ }
/* 1497 */ .wpcf7-submit{
/* 1498 */ 	background:#000 !important;
/* 1499 */ 	color:#fff !important;
/* 1500 */ 	padding:1.0em 3em !important;

/* style.css */

/* 1501 */ 	box-shadow:none !important;
/* 1502 */ 	text-shadow:none !important;
/* 1503 */ }
/* 1504 */ 
/* 1505 */ /* Responsive Rules
/* 1506 *| ----------------------------------------------- */
/* 1507 */ 
/* 1508 */ /* styles for less than 400px */
/* 1509 */ @media screen 
/* 1510 */ and (max-width : 399px) {
/* 1511 */ 
/* 1512 */ }
/* 1513 */ 
/* 1514 */ /* styles for 400px - 600px */
/* 1515 */ @media screen 
/* 1516 */ and (min-width : 400px) 
/* 1517 */ and (max-width : 599px) {
/* 1518 */ 	
/* 1519 */ }
/* 1520 */ 
/* 1521 */ 
/* 1522 */ /* styles for 600px - 900px */
/* 1523 */ @media screen 
/* 1524 */ and (min-width : 600px) 
/* 1525 */ and (max-width : 900px) {
/* 1526 */ 
/* 1527 */ .site-branding{
/* 1528 */ 	padding:5% 0;
/* 1529 */ }
/* 1530 */ }
/* 1531 */ 
/* 1532 */ 
/* 1533 */ /* styles for 901px - 1200px */
/* 1534 */ @media screen 
/* 1535 */ and (min-width : 901px) {
/* 1536 */ 
/* 1537 */ .responsive-container{
/* 1538 */ 	max-width:1200px;
/* 1539 */ 	margin:0 auto;
/* 1540 */ }
/* 1541 */ .site-header-half-width-logo{
/* 1542 */ 	width:38%;
/* 1543 */ 	margin:1.5% 3%;
/* 1544 */ 	float:left;	
/* 1545 */ }
/* 1546 */ .site-header-half-width-logo .site-title, .site-header-half-width-logo .site-description{
/* 1547 */ 	text-align:left;
/* 1548 */ }
/* 1549 */ .site-branding{
/* 1550 */ 	padding:3% 0;

/* style.css */

/* 1551 */ }
/* 1552 */ .site-header-half-width-logo .site-branding{
/* 1553 */ 	text-align:left;
/* 1554 */ }
/* 1555 */ .site-header-half-width-nav{
/* 1556 */ 	width:50%;
/* 1557 */ 	float:left;
/* 1558 */ 	margin:3.5% 3% 1.5% 3%;
/* 1559 */ 	border-top:0;
/* 1560 */ }
/* 1561 */ .main-navigation {
/* 1562 */ 	padding:1.5% 0;
/* 1563 */ }
/* 1564 */ .tinynav { display: none }
/* 1565 */ #main-nav { display: block }
/* 1566 */ .site-slider-slider-one-image{
/* 1567 */ 	float:left;
/* 1568 */ 	width:50%;
/* 1569 */ 	margin:0;
/* 1570 */ }
/* 1571 */ .site-slider-slider-one-text{
/* 1572 */ 	float:left;
/* 1573 */ 	width:46%;
/* 1574 */ 	margin:0 2%;	
/* 1575 */ }
/* 1576 */ .site-slider-slider-one-text-heading{
/* 1577 */ 	text-align:left;
/* 1578 */ }
/* 1579 */ .site-slider-slider-one-text-description{
/* 1580 */ 	text-align:left;
/* 1581 */ }
/* 1582 */ .site-slider-slider-one-text-button{
/* 1583 */ 	text-align:left;	
/* 1584 */ }
/* 1585 */ .content-area{
/* 1586 */ 	width:60%;
/* 1587 */ 	margin:2% 4% 2% 2%;
/* 1588 */ 	float:left;
/* 1589 */ }
/* 1590 */ .site-content{
/* 1591 */ 	width:100%;
/* 1592 */ 	margin:0;	
/* 1593 */ }
/* 1594 */ .paging-navigation .nav-previous{
/* 1595 */ 	width:50%;
/* 1596 */ 	margin:0;	
/* 1597 */ }
/* 1598 */ .paging-navigation .nav-next{
/* 1599 */ 	width:50%;
/* 1600 */ 	margin:0;	

/* style.css */

/* 1601 */ }
/* 1602 */ .post-navigation .nav-previous{
/* 1603 */ 	width:50%;
/* 1604 */ }
/* 1605 */ .post-navigation .nav-next{
/* 1606 */ 	width:50%;
/* 1607 */ }
/* 1608 */ .widget-area{
/* 1609 */ 	width:32%;
/* 1610 */ 	margin:2% 2% 2% 0;	
/* 1611 */ 	float:left;
/* 1612 */ }
/* 1613 */ .biz0ne-products-services-item{
/* 1614 */ 	float:left;
/* 1615 */ 	width:33.33%;	
/* 1616 */ 	margin:0;
/* 1617 */ }
/* 1618 */ .biz0ne-quote{
/* 1619 */ 	margin:0 auto 2% auto;
/* 1620 */ }
/* 1621 */ .biztwo-products-container{
/* 1622 */ 	float:left;
/* 1623 */ 	width:66%;	
/* 1624 */ }
/* 1625 */ .biztwo-welcome h1{
/* 1626 */ 	text-align:left;
/* 1627 */ }
/* 1628 */ .biztwo-products-services-img{
/* 1629 */ 	float:left;
/* 1630 */ 	width:40%;
/* 1631 */ }
/* 1632 */ .biztwo-products-services-content{
/* 1633 */ 	float:left;
/* 1634 */ 	width:60%;	
/* 1635 */ }
/* 1636 */ .biztwo-portfolio-container{
/* 1637 */ 	float:left;
/* 1638 */ 	width:34%;	
/* 1639 */ }
/* 1640 */ .site-info{
/* 1641 */ 	width:40%;
/* 1642 */ 	padding:5% 0;
/* 1643 */ }
/* 1644 */ .footer-widget-two{
/* 1645 */ 	width:30%;
/* 1646 */ 	padding:5% 0;
/* 1647 */ }
/* 1648 */ .footer-widget-three{
/* 1649 */ 	width:20%;
/* 1650 */ 	padding:5% 0;

/* style.css */

/* 1651 */ }
/* 1652 */ .site-info h3{
/* 1653 */ 	text-align:left;
/* 1654 */ }
/* 1655 */ .site-info h3 a{
/* 1656 */ 	color:#515254;
/* 1657 */ }
/* 1658 */ .site-info p{
/* 1659 */ 	text-align:left;
/* 1660 */ }
/* 1661 */ .footer-search{
/* 1662 */ 	width:64%;
/* 1663 */ 	margin:20px 8% 5px 8%;	
/* 1664 */ }
/* 1665 */ }

/* style.css */

/* 1  */ .nivoSlider {
/* 2  */ 	position:relative;
/* 3  */ 	margin:0px 0px 40px 0px;
/* 4  */ }
/* 5  */ .nivoSlider img {
/* 6  */ 	position:absolute;
/* 7  */ 	top:0px;
/* 8  */ 	left:0px;
/* 9  */ 	display:none;
/* 10 */ }
/* 11 */ /* If an image is wrapped in a link */
/* 12 */ .nivoSlider a.nivo-imageLink {
/* 13 */ 	position:absolute;
/* 14 */ 	top:0px;
/* 15 */ 	left:0px;
/* 16 */ 	width:100%;
/* 17 */ 	height:100%;
/* 18 */ 	border:0;
/* 19 */ 	padding:0;
/* 20 */ 	margin:0;
/* 21 */ 	z-index:60;
/* 22 */ 	display:none;
/* 23 */ }
/* 24 */ 
/* 25 */ /* The slices in the Slider */
/* 26 */ .nivo-slice {
/* 27 */ 	display:block;
/* 28 */ 	position:absolute;
/* 29 */ 	z-index:50;
/* 30 */ 	height:100%;
/* 31 */ }
/* 32 */ 
/* 33 */ .nivo-box {
/* 34 */ 	display: block;
/* 35 */ 	position: absolute;
/* 36 */ 	z-index: 5;
/* 37 */ }
/* 38 */ 
/* 39 */ /* Caption styles */
/* 40 */ .nivo-caption {
/* 41 */ 	position:absolute;
/* 42 */ 	left:0px;
/* 43 */ 	bottom:0px;
/* 44 */ 	background:#000;
/* 45 */ 	color:#fff;
/* 46 */ 	opacity:0.8; /* Overridden by captionOpacity setting */
/* 47 */ 	width:100%;
/* 48 */ 	z-index:89;
/* 49 */ }
/* 50 */ .nivo-caption p {

/* style.css */

/* 51 */ 	padding:5px;
/* 52 */ 	margin:0;
/* 53 */ }
/* 54 */ .nivo-caption a {
/* 55 */ 	display:inline !important;
/* 56 */ }
/* 57 */ .nivo-html-caption {
/* 58 */     display:none;
/* 59 */ }
/* 60 */ 
/* 61 */ 
/* 62 */ 
/* 63 */ 
/* 64 */ /* Direction nav styles (e.g. Next & Prev) */
/* 65 */ .nivo-directionNav a {
/* 66 */ 	position:absolute;
/* 67 */ 	z-index:99;
/* 68 */ 	cursor:pointer;
/* 69 */ 	display:block;
/* 70 */ 	width:30px;
/* 71 */ 	height:30px;
/* 72 */ 	text-indent:-9999px;
/* 73 */ 	border:0;
/* 74 */ }
/* 75 */ 
/* 76 */ .nivo-prevNav {
/* 77 */ 	left:0px;
/* 78 */ }
/* 79 */ a.nivo-prevNav {
/* 80 */ 	left:10px;
/* 81 */ }
/* 82 */ 
/* 83 */ .nivo-nextNav {
/* 84 */ 	right:0px;
/* 85 */ }
/* 86 */ a.nivo-nextNav {
/* 87 */ 	right:10px;
/* 88 */ }