
/* avia-media.css */

/* 1   */ /*fix the layout mess twitter bootstrap plugins create*/
/* 2   */ 
/* 3   */ div .attachment-preview {
/* 4   */ background: #fff;
/* 5   */ }
/* 6   */ 
/* 7   */ div .attachment-preview  .thumbnail{
/* 8   */ padding:0;
/* 9   */ border:none;
/* 10  */ border-radius:0;
/* 11  */ -webkit-border-radius:0;
/* 12  */ -moz-border-radius:0;
/* 13  */ margin: 0 auto;
/* 14  */ background: #fff;
/* 15  */ }
/* 16  */ 
/* 17  */ 
/* 18  */ 
/* 19  */ /*image only uploader*/
/* 20  */ .avia-media-img-only .media-sidebar .attachment-details .attachment-info,  
/* 21  */ .avia-media-img-only .media-frame-menu,
/* 22  */ .avia-media-img-only .media-sidebar .attachment-details .setting[data-setting="caption"],
/* 23  */ .avia-media-img-only .media-sidebar .attachment-details .setting[data-setting="description"]
/* 24  */ {
/* 25  */ display:none;
/* 26  */ }
/* 27  */ 
/* 28  */ .avia-media-img-only .attachment-display-settings .setting{
/* 29  */ display:none;
/* 30  */ }
/* 31  */ 
/* 32  */ .avia-media-img-only .attachment-display-settings .setting span{
/* 33  */ float:none;
/* 34  */ }
/* 35  */ 
/* 36  */ .avia-media-img-only .attachment-display-settings .setting:last-child{
/* 37  */ display:block;
/* 38  */ }
/* 39  */ 
/* 40  */ .avia-media-img-only .media-frame-title, .avia-media-img-only .media-frame-router, .avia-media-img-only .media-frame-content, .avia-media-img-only .media-frame-toolbar{
/* 41  */ left: 0;
/* 42  */ }
/* 43  */ 
/* 44  */ /*image uploader, id based (hides everything) */
/* 45  */ 
/* 46  */ .avia-media-img-only-no-sidebars .media-sidebar, .avia-media-img-only-no-sidebars .attachment-display-settings .setting, .avia-media-img-only-no-sidebars  .media-sidebar .attachment-details,  .avia-media-img-only-no-sidebars  .media-frame-menu {
/* 47  */ display:none;
/* 48  */ }
/* 49  */ 
/* 50  */ .avia-media-img-only-no-sidebars .attachments-browser .attachments, .avia-media-img-only-no-sidebars .attachments-browser .uploader-inline, .avia-media-img-only-no-sidebars .attachments-browser .media-toolbar  {

/* avia-media.css */

/* 51  */ right: 0;
/* 52  */ }
/* 53  */ 
/* 54  */ .avia-media-img-only-no-sidebars .media-frame-title, .avia-media-img-only-no-sidebars .media-frame-router, .avia-media-img-only-no-sidebars .media-frame-content, .avia-media-img-only-no-sidebars .media-frame-toolbar{
/* 55  */ left: 0;
/* 56  */ }
/* 57  */ 
/* 58  */ 
/* 59  */ /*gallery uploader*/
/* 60  */ 
/* 61  */ .avia-media-gallery-insert .media-sidebar .setting[data-setting="caption"],
/* 62  */ .avia-media-gallery-insert .media-sidebar .setting[data-setting="description"],
/* 63  */ .avia-media-gallery-insert .media-sidebar .gallery-settings
/* 64  */ {
/* 65  */ display:none;
/* 66  */ }
/* 67  */ 
/* 68  */ 
/* 69  */ 
/* 70  */ 
/* 71  */ /*video uploader*/
/* 72  */ 
/* 73  */ div .avia-video-element{
/* 74  */ background: #333;
/* 75  */ text-align: center;
/* 76  */ color:#fff;
/* 77  */ }
/* 78  */ 
/* 79  */ div div .avia-video-element img{
/* 80  */ margin:10px 0 2px 0;
/* 81  */ padding:10px;
/* 82  */ background: #fff;
/* 83  */ -webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px;
/* 84  */ top:0;
/* 85  */ }
/* 86  */ 
/* 87  */ div .avia-video-element .avia-element-url{
/* 88  */ padding-bottom:10px;
/* 89  */ position: relative;
/* 90  */ top:-7px;
/* 91  */ }
/* 92  */ 
/* 93  */ div .avia-video-element .avia_inner_shortcode{
/* 94  */ margin: 6px;
/* 95  */ border: 1px solid #666;
/* 96  */ overflow: hidden;
/* 97  */ }
/* 98  */ 
/* 99  */ div .avia-video-element .avia_inner_shortcode .avia-element-label{display:block;}
/* 100 */ 

/* avia-media.css */

/* 101 */ .avia-blank-insert .attachments-browser .attachments, .avia-blank-insert .attachments-browser .uploader-inline, .avia-blank-insert .attachments-browser .media-toolbar  {
/* 102 */ right: 0;
/* 103 */ }
/* 104 */ 
/* 105 */ .avia-blank-insert .media-sidebar, .avia-blank-insert .media-frame-menu {
/* 106 */ display:none;
/* 107 */ }
/* 108 */ 
/* 109 */ .avia-blank-insert .media-frame-title, .avia-blank-insert .media-frame-router, .avia-blank-insert .media-frame-content, .avia-blank-insert .media-frame-toolbar{
/* 110 */ left: 0;
/* 111 */ }
/* 112 */ 
/* 113 */ .avia-element-video .button, .avia-element-video .button {
/* 114 */ line-height: 32px;
/* 115 */ height: 33px;
/* 116 */ width: 161px;
/* 117 */ text-align: center;
/* 118 */ z-index: 3;
/* 119 */ margin-bottom:10px;
/* 120 */ }
/* 121 */ 
/* 122 */ 
/* 123 */ /*multi image upload into modal*/
/* 124 */ 
/* 125 */ div .avia-element-multi_image.avia-form-element-container{
/* 126 */ padding: 0;
/* 127 */ background: transparent;
/* 128 */ border:none;
/* 129 */ }
/* 130 */ 
/* 131 */ div .avia-element-multi_image .button {
/* 132 */ top: 1px;
/* 133 */ }
/* 134 */ 
/* 135 */ 
/* 136 */ /*additional fields*/
/* 137 */ 
/* 138 */ .compat-item .compat-field-av-custom-link{display:none;}
/* 139 */ .av-show-image-custom-link .compat-field-av-custom-link{display:block;}
/* 140 */ 
/* 141 */ 
/* 142 */ 
/* 143 */ 
/* 144 */ 
/* 145 */ 
/* 146 */ 
/* 147 */ 
/* 148 */ /*preview images*/
/* 149 */ 
/* 150 */ div div .avia_image img{

/* avia-media.css */

/* 151 */ top:0;
/* 152 */ }
/* 153 */ 
/* 154 */ .avia-delete-image {
/* 155 */ height: 24px;
/* 156 */ display: block;
/* 157 */ width: 24px;
/* 158 */ left: 5px;
/* 159 */ line-height: 24px;
/* 160 */ background: white url("../../../themes/enfold/config-templatebuilder/avia-template-builder/images/icon-trash.png") top left no-repeat;
/* 161 */ overflow: hidden;
/* 162 */ text-indent: 214%;
/* 163 */ z-index: 10;
/* 164 */ border-top: 1px solid #E1E1E1;
/* 165 */ cursor: pointer;
/* 166 */ position: relative;
/* 167 */ z-index: 100;
/* 168 */ top: -30px;
/* 169 */ border-right: 1px solid #E1E1E1;
/* 170 */ }
/* 171 */ 
/* 172 */ .avia-delete-image:hover{
/* 173 */ background: white url("../../../themes/enfold/config-templatebuilder/avia-template-builder/images/icon-trash.png") bottom left no-repeat;
/* 174 */ }
/* 175 */ 
/* 176 */ .avia-element-gallery .avia-delete-image {
/* 177 */ display:none;
/* 178 */ }
/* 179 */ 
/* 180 */ 
/* 181 */ 
/* 182 */ .avia-builder-prev-img-container{
/* 183 */ overflow: hidden;
/* 184 */ margin-top:10px;
/* 185 */ }
/* 186 */ 
/* 187 */ .avia-builder-prev-img-container img{
/* 188 */ max-width:99%;
/* 189 */ border:1px solid #e1e1e1;
/* 190 */ background: #fff;
/* 191 */ padding:3px;
/* 192 */ margin:1px;
/* 193 */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
/* 194 */ display:block;
/* 195 */ float:left;
/* 196 */ min-width:80px;
/* 197 */ min-height:80px;
/* 198 */ cursor: pointer;
/* 199 */ }
/* 200 */ 

/* avia-media.css */

/* 201 */ .avia-element-gallery .avia-builder-prev-img-container img{
/* 202 */ height:80px;
/* 203 */ width:80px;
/* 204 */ }
/* 205 */ 
/* 206 */ .avia-element-image .avia-builder-prev-img-container img{
/* 207 */ max-height:300px;
/* 208 */ }
/* 209 */ 
/* 210 */ 
/* 211 */ .avia-element-gallery .button, .avia-element-image .button, .avia-element-multi_image .button{
/* 212 */ line-height: 32px;
/* 213 */ height: 33px;
/* 214 */ position: absolute;
/* 215 */ top: 17px;
/* 216 */ width: 161px;
/* 217 */ text-align: center;
/* 218 */ z-index: 3;
/* 219 */ }
/* 220 */ 
/* 221 */ .avia-delete-gallery-button.button, .avia-delete-gallery-button.button:hover{
/* 222 */ width:auto;
/* 223 */ margin-left:7px;
/* 224 */ color: #FFF;
/* 225 */ opacity: 1;
/* 226 */ border-color: #D54E21;
/* 227 */ background-color: #D54E21;
/* 228 */ background-image: -webkit-gradient(linear,left top,left bottom,from(#DD7C5C),to(#D54E21));
/* 229 */ background-image: -webkit-linear-gradient(top,#DD7C5C,#D54E21) background-image: -moz-linear-gradient(top,#DD7C5C,#D54E21);
/* 230 */ background-image: -ms-linear-gradient(top,#DD7C5C,#D54E21);
/* 231 */ background-image: -o-linear-gradient(top,#DD7C5C,#D54E21);
/* 232 */ background-image: linear-gradient(to bottom,#DD7C5C,#D54E21);
/* 233 */ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
/* 234 */ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
/* 235 */ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
/* 236 */ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
/* 237 */ }
/* 238 */ 
/* 239 */ 
/* 240 */ .avia-delete-gallery-button.button:hover{
/* 241 */ background-color: #DD7C5C;
/* 242 */ background-image: none;
/* 243 */ }
/* 244 */ 
/* 245 */ .avia-style .avia-element-gallery>div, .avia-style .avia-element-image>div{
/* 246 */ width:100%;
/* 247 */ float:none;
/* 248 */ position: static;
/* 249 */ }
/* 250 */ 

/* avia-media.css */

/* 251 */ .avia-style .avia-element-gallery .avia-name-description, 
/* 252 */ .avia-style .avia-element-image .avia-name-description,
/* 253 */ .avia-style .avia-element-multi_image .avia-name-description{
/* 254 */ margin-left:167px;
/* 255 */ width: auto;
/* 256 */ }
/* 257 */ 
/* 258 */ /*gallery  in meta box and not in modal window*/
/* 259 */ .postbox .avia-element-gallery .button{ position: relative; top:0;}
/* 260 */ 
/* 261 */ 
/* 262 */ /*slideshow*/
/* 263 */ 
/* 264 */ .av_slideshow .avia_inner_shortcode img, 
/* 265 */ .av_slideshow .avia_inner_shortcode .avia-element-label,
/* 266 */ .av_slideshow_full .avia_inner_shortcode img, 
/* 267 */ .av_slideshow_full .avia_inner_shortcode .avia-element-label, 
/* 268 */ .av_fullscreen .avia_inner_shortcode img, 
/* 269 */ .av_fullscreen .avia_inner_shortcode .avia-element-label
/* 270 */ {
/* 271 */ display:block; margin:0 auto; top:0;
/* 272 */ }
/* 273 */ 
/* 274 */ .avia-modal-group-element-inner .avia_slideshow_image{width:40px; display:block; float:left; margin-right:10px;}
/* 275 */ .avia-modal-group-element-inner .avia_slideshow_image img{max-width: 100%; height: auto; display: block; padding:3px; border:1px solid #e1e1e1; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
/* 276 */ .avia-multi-img .avia-modal-group-element-inner{clear: both; overflow: hidden;}
/* 277 */ .avia-multi-img .avia-modal-group-element-inner>div { overflow: hidden; }
/* 278 */ .avia_slideshow_content{ overflow: hidden;}
/* 279 */ .avia_slideshow_content .avia_title_container_inner{padding:0; margin:0;}
/* 280 */ .avia_slideshow_content .avia_content_container{margin:3px 0 0 0;}
/* 281 */ 

/* front.css */

/* 1  */ .panel-grid {
/* 2  */   zoom: 1;
/* 3  */ }
/* 4  */ .panel-grid:before {
/* 5  */   content: '';
/* 6  */   display: block;
/* 7  */ }
/* 8  */ .panel-grid:after {
/* 9  */   content: '';
/* 10 */   display: table;
/* 11 */   clear: both;
/* 12 */ }
/* 13 */ .panel-grid-cell {
/* 14 */   -ms-box-sizing: border-box;
/* 15 */   -moz-box-sizing: border-box;
/* 16 */   -webkit-box-sizing: border-box;
/* 17 */   box-sizing: border-box;
/* 18 */   min-height: 1em;
/* 19 */ }
/* 20 */ .panel-grid-cell .so-panel.widget {
/* 21 */   zoom: 1;
/* 22 */ }
/* 23 */ .panel-grid-cell .so-panel.widget:before {
/* 24 */   content: '';
/* 25 */   display: block;
/* 26 */ }
/* 27 */ .panel-grid-cell .so-panel.widget:after {
/* 28 */   content: '';
/* 29 */   display: table;
/* 30 */   clear: both;
/* 31 */ }
/* 32 */ .panel-grid-cell .widget.panel-last-child {
/* 33 */   margin-bottom: 0;
/* 34 */ }
/* 35 */ .panel-grid-cell .widget-title {
/* 36 */   margin-top: 0;
/* 37 */ }
/* 38 */ .panel-row-style {
/* 39 */   zoom: 1;
/* 40 */ }
/* 41 */ .panel-row-style:before {
/* 42 */   content: '';
/* 43 */   display: block;
/* 44 */ }
/* 45 */ .panel-row-style:after {
/* 46 */   content: '';
/* 47 */   display: table;
/* 48 */   clear: both;
/* 49 */ }
/* 50 */ 

/* uaf.css */

/* 1 */ 				.click-to-play{
/* 2 */ 					font-family: '' !important;
/* 3 */ 				}
/* 4 */ 		

/* grid.css */

/* 1   */ /*
/* 2   *| * COMPILED WITH LESS
/* 3   *| */
/* 4   */ /* Table of Contents
/* 5   *| ==================================================
/* 6   *|     #Base 960 Grid
/* 7   *|     #Tablet (Portrait)
/* 8   *|     #Mobile (Portrait)
/* 9   *|     #Mobile (Landscape)
/* 10  *|     #Clearing */
/* 11  */ /* #Base 960 Grid
/* 12  *| ================================================== */
/* 13  */ html {
/* 14  */   min-width: 910px;
/* 15  */ }
/* 16  */ html.responsive {
/* 17  */   min-width: 0px;
/* 18  */ }
/* 19  */ .boxed#top {
/* 20  */   margin: 0 auto;
/* 21  */   overflow: visible;
/* 22  */   /* position:relative; z-index: 3; */
/* 23  */ }
/* 24  */ .container {
/* 25  */   position: relative;
/* 26  */   width: 910px;
/* 27  */   margin: 0 auto;
/* 28  */   padding: 0px;
/* 29  */   clear: both;
/* 30  */ }
/* 31  */ /*no z-index for container_wrap or fixed bgs start disapearing when other elements transition -> weird chrome bug*/
/* 32  */ .container_wrap {
/* 33  */   clear: both;
/* 34  */   position: relative;
/* 35  */   /* z-index: 1; */
/* 36  */   border-top-style: solid;
/* 37  */   border-top-width: 1px;
/* 38  */ }
/* 39  */ .unit,
/* 40  */ .units {
/* 41  */   float: left;
/* 42  */   display: inline;
/* 43  */   margin-left: 50px;
/* 44  */   position: relative;
/* 45  */   z-index: 1;
/* 46  */   min-height: 1px;
/* 47  */ }
/* 48  */ .row {
/* 49  */   position: relative;
/* 50  */   margin-bottom: 20px;

/* grid.css */

/* 51  */   clear: both;
/* 52  */ }
/* 53  */ .boxed .container .stretch_full {
/* 54  */   position: relative;
/* 55  */   left: -50px;
/* 56  */ }
/* 57  */ .boxed#top {
/* 58  */   width: 1010px;
/* 59  */ }
/* 60  */ .boxed .container {
/* 61  */   margin: 0px 50px;
/* 62  */ }
/* 63  */ #wrap_all {
/* 64  */   width: 100%;
/* 65  */   position: relative;
/* 66  */   z-index: 2;
/* 67  */ }
/* 68  */ /* Nested Column Classes */
/* 69  */ body .unit.alpha,
/* 70  */ body .units.alpha,
/* 71  */ body div .first {
/* 72  */   margin-left: 0;
/* 73  */   clear: left;
/* 74  */ }
/* 75  */ body .unit.alpha,
/* 76  */ body .units.alpha {
/* 77  */   width: 100%;
/* 78  */ }
/* 79  */ /* Base Grid */
/* 80  */ .container .one.unit,
/* 81  */ .container .one.units {
/* 82  */   width: 30px;
/* 83  */ }
/* 84  */ .container .two.units {
/* 85  */   width: 110px;
/* 86  */ }
/* 87  */ .container .three.units {
/* 88  */   width: 190px;
/* 89  */ }
/* 90  */ .container .four.units {
/* 91  */   width: 270px;
/* 92  */ }
/* 93  */ .container .five.units {
/* 94  */   width: 350px;
/* 95  */ }
/* 96  */ .container .six.units {
/* 97  */   width: 430px;
/* 98  */ }
/* 99  */ .container .seven.units {
/* 100 */   width: 510px;

/* grid.css */

/* 101 */ }
/* 102 */ .container .eight.units {
/* 103 */   width: 590px;
/* 104 */ }
/* 105 */ .container .nine.units {
/* 106 */   width: 670px;
/* 107 */ }
/* 108 */ .container .ten.units {
/* 109 */   width: 750px;
/* 110 */ }
/* 111 */ .container .eleven.units {
/* 112 */   width: 830px;
/* 113 */ }
/* 114 */ .container .twelve.units {
/* 115 */   margin-left: 0;
/* 116 */   width: 910px;
/* 117 */ }
/* 118 */ #top.boxed .stretch_full {
/* 119 */   width: 1010px;
/* 120 */ }
/* 121 */ /* Offsets */
/* 122 */ #top .offset-by-one {
/* 123 */   padding-left: 80px;
/* 124 */ }
/* 125 */ #top .offset-by-two {
/* 126 */   padding-left: 160px;
/* 127 */ }
/* 128 */ #top .offset-by-three {
/* 129 */   padding-left: 240px;
/* 130 */ }
/* 131 */ #top .offset-by-four {
/* 132 */   padding-left: 320px;
/* 133 */ }
/* 134 */ #top .offset-by-five {
/* 135 */   padding-left: 400px;
/* 136 */ }
/* 137 */ #top .offset-by-six {
/* 138 */   padding-left: 480px;
/* 139 */ }
/* 140 */ #top .offset-by-seven {
/* 141 */   padding-left: 560px;
/* 142 */ }
/* 143 */ #top .offset-by-eight {
/* 144 */   padding-left: 640px;
/* 145 */ }
/* 146 */ #top .offset-by-nine {
/* 147 */   padding-left: 720px;
/* 148 */ }
/* 149 */ #top .offset-by-ten {
/* 150 */   padding-left: 800px;

/* grid.css */

/* 151 */ }
/* 152 */ #top .offset-by-eleven {
/* 153 */   padding-left: 880px;
/* 154 */ }
/* 155 */ /* #Desktop - Large
/* 156 *| ================================================== */@media only screen and (min-width: 1140px) {
/* 157 */   .responsive .boxed#top {
/* 158 */     width: 1130px;
/* 159 */   }
/* 160 */   .responsive .container {
/* 161 */     width: 1030px;
/* 162 */   }
/* 163 */   .responsive .container .one.unit,
/* 164 */   .responsive .container .one.units {
/* 165 */     width: 40px;
/* 166 */   }
/* 167 */   .responsive .container .two.units {
/* 168 */     width: 130px;
/* 169 */   }
/* 170 */   .responsive .container .three.units {
/* 171 */     width: 220px;
/* 172 */   }
/* 173 */   .responsive .container .four.units {
/* 174 */     width: 310px;
/* 175 */   }
/* 176 */   .responsive .container .five.units {
/* 177 */     width: 400px;
/* 178 */   }
/* 179 */   .responsive .container .six.units {
/* 180 */     width: 490px;
/* 181 */   }
/* 182 */   .responsive .container .seven.units {
/* 183 */     width: 580px;
/* 184 */   }
/* 185 */   .responsive .container .eight.units {
/* 186 */     width: 670px;
/* 187 */   }
/* 188 */   .responsive .container .nine.units {
/* 189 */     width: 760px;
/* 190 */   }
/* 191 */   .responsive .container .ten.units {
/* 192 */     width: 850px;
/* 193 */   }
/* 194 */   .responsive .container .eleven.units {
/* 195 */     width: 940px;
/* 196 */   }
/* 197 */   .responsive .container .twelve.units {
/* 198 */     width: 1030px;
/* 199 */   }
/* 200 */   .responsive #top.boxed .stretch_full {

/* grid.css */

/* 201 */     width: 1130px;
/* 202 */   }
/* 203 */   .responsive #top .offset-by-one {
/* 204 */     padding-left: 90px;
/* 205 */   }
/* 206 */   .responsive #top .offset-by-two {
/* 207 */     padding-left: 180px;
/* 208 */   }
/* 209 */   .responsive #top .offset-by-three {
/* 210 */     padding-left: 270px;
/* 211 */   }
/* 212 */   .responsive #top .offset-by-four {
/* 213 */     padding-left: 360px;
/* 214 */   }
/* 215 */   .responsive #top .offset-by-five {
/* 216 */     padding-left: 450px;
/* 217 */   }
/* 218 */   .responsive #top .offset-by-six {
/* 219 */     padding-left: 540px;
/* 220 */   }
/* 221 */   .responsive #top .offset-by-seven {
/* 222 */     padding-left: 630px;
/* 223 */   }
/* 224 */   .responsive #top .offset-by-eight {
/* 225 */     padding-left: 720px;
/* 226 */   }
/* 227 */   .responsive #top .offset-by-nine {
/* 228 */     padding-left: 810px;
/* 229 */   }
/* 230 */   .responsive #top .offset-by-ten {
/* 231 */     padding-left: 900px;
/* 232 */   }
/* 233 */   .responsive #top .offset-by-eleven {
/* 234 */     padding-left: 990px;
/* 235 */   }
/* 236 */ }
/* 237 */ /* #Desktop - Extra Large
/* 238 *| ================================================== */@media only screen and (min-width: 1340px) {
/* 239 */   .responsive_large .boxed#top {
/* 240 */     width: 1310px;
/* 241 */   }
/* 242 */   .responsive_large .container {
/* 243 */     width: 1210px;
/* 244 */   }
/* 245 */   .responsive_large .container .one.unit,
/* 246 */   .responsive_large .container .one.units {
/* 247 */     width: 55px;
/* 248 */   }
/* 249 */   .responsive_large .container .two.units {
/* 250 */     width: 160px;

/* grid.css */

/* 251 */   }
/* 252 */   .responsive_large .container .three.units {
/* 253 */     width: 265px;
/* 254 */   }
/* 255 */   .responsive_large .container .four.units {
/* 256 */     width: 370px;
/* 257 */   }
/* 258 */   .responsive_large .container .five.units {
/* 259 */     width: 475px;
/* 260 */   }
/* 261 */   .responsive_large .container .six.units {
/* 262 */     width: 580px;
/* 263 */   }
/* 264 */   .responsive_large .container .seven.units {
/* 265 */     width: 685px;
/* 266 */   }
/* 267 */   .responsive_large .container .eight.units {
/* 268 */     width: 790px;
/* 269 */   }
/* 270 */   .responsive_large .container .nine.units {
/* 271 */     width: 895px;
/* 272 */   }
/* 273 */   .responsive_large .container .ten.units {
/* 274 */     width: 1000px;
/* 275 */   }
/* 276 */   .responsive_large .container .eleven.units {
/* 277 */     width: 1105px;
/* 278 */   }
/* 279 */   .responsive_large .container .twelve.units {
/* 280 */     width: 1210px;
/* 281 */   }
/* 282 */   .responsive_large #top.boxed .stretch_full {
/* 283 */     width: 1310px;
/* 284 */   }
/* 285 */   .responsive_large #top .offset-by-one {
/* 286 */     padding-left: 105px;
/* 287 */   }
/* 288 */   .responsive_large #top .offset-by-two {
/* 289 */     padding-left: 210px;
/* 290 */   }
/* 291 */   .responsive_large #top .offset-by-three {
/* 292 */     padding-left: 315px;
/* 293 */   }
/* 294 */   .responsive_large #top .offset-by-four {
/* 295 */     padding-left: 420px;
/* 296 */   }
/* 297 */   .responsive_large #top .offset-by-five {
/* 298 */     padding-left: 525px;
/* 299 */   }
/* 300 */   .responsive_large #top .offset-by-six {

/* grid.css */

/* 301 */     padding-left: 630px;
/* 302 */   }
/* 303 */   .responsive_large #top .offset-by-seven {
/* 304 */     padding-left: 735px;
/* 305 */   }
/* 306 */   .responsive_large #top .offset-by-eight {
/* 307 */     padding-left: 840px;
/* 308 */   }
/* 309 */   .responsive_large #top .offset-by-nine {
/* 310 */     padding-left: 945px;
/* 311 */   }
/* 312 */   .responsive_large #top .offset-by-ten {
/* 313 */     padding-left: 1050px;
/* 314 */   }
/* 315 */   .responsive_large #top .offset-by-eleven {
/* 316 */     padding-left: 1155px;
/* 317 */   }
/* 318 */ }
/* 319 */ /* #Tablet (Portrait)
/* 320 *| ================================================== */
/* 321 */ /* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
/* 322 */ @media only screen and (min-width: 768px) and (max-width: 989px) {
/* 323 */   .responsive #top {
/* 324 */     overflow-x: hidden;
/* 325 */   }
/* 326 */   .responsive .boxed#top {
/* 327 */     width: 782px;
/* 328 */   }
/* 329 */   .responsive .container {
/* 330 */     width: 682px;
/* 331 */   }
/* 332 */   .responsive .container .one.unit,
/* 333 */   .responsive .container .one.units {
/* 334 */     width: 11px;
/* 335 */   }
/* 336 */   .responsive .container .two.units {
/* 337 */     width: 72px;
/* 338 */   }
/* 339 */   .responsive .container .three.units {
/* 340 */     width: 133px;
/* 341 */   }
/* 342 */   .responsive .container .four.units {
/* 343 */     width: 194px;
/* 344 */   }
/* 345 */   .responsive .container .five.units {
/* 346 */     width: 255px;
/* 347 */   }
/* 348 */   .responsive .container .six.units {
/* 349 */     width: 316px;
/* 350 */   }

/* grid.css */

/* 351 */   .responsive .container .seven.units {
/* 352 */     width: 377px;
/* 353 */   }
/* 354 */   .responsive .container .eight.units {
/* 355 */     width: 438px;
/* 356 */   }
/* 357 */   .responsive .container .nine.units {
/* 358 */     width: 499px;
/* 359 */   }
/* 360 */   .responsive .container .ten.units {
/* 361 */     width: 560px;
/* 362 */   }
/* 363 */   .responsive .container .eleven.units {
/* 364 */     width: 621px;
/* 365 */   }
/* 366 */   .responsive .container .twelve.units {
/* 367 */     width: 682px;
/* 368 */   }
/* 369 */   .responsive #top.boxed .stretch_full {
/* 370 */     width: 782px;
/* 371 */   }
/* 372 */   .responsive #top .offset-by-one {
/* 373 */     padding-left: 61px;
/* 374 */   }
/* 375 */   .responsive #top .offset-by-two {
/* 376 */     padding-left: 122px;
/* 377 */   }
/* 378 */   .responsive #top .offset-by-three {
/* 379 */     padding-left: 183px;
/* 380 */   }
/* 381 */   .responsive #top .offset-by-four {
/* 382 */     padding-left: 244px;
/* 383 */   }
/* 384 */   .responsive #top .offset-by-five {
/* 385 */     padding-left: 305px;
/* 386 */   }
/* 387 */   .responsive #top .offset-by-six {
/* 388 */     padding-left: 366px;
/* 389 */   }
/* 390 */   .responsive #top .offset-by-seven {
/* 391 */     padding-left: 427px;
/* 392 */   }
/* 393 */   .responsive #top .offset-by-eight {
/* 394 */     padding-left: 488px;
/* 395 */   }
/* 396 */   .responsive #top .offset-by-nine {
/* 397 */     padding-left: 549px;
/* 398 */   }
/* 399 */   .responsive #top .offset-by-ten {
/* 400 */     padding-left: 610px;

/* grid.css */

/* 401 */   }
/* 402 */   .responsive #top .offset-by-eleven {
/* 403 */     padding-left: 671px;
/* 404 */   }
/* 405 */ }
/* 406 */ /*  #Mobile (Portrait)
/* 407 *| ================================================== */
/* 408 */ /* Note: Design for a width of 320px */
/* 409 */ @media only screen and (max-width: 767px) {
/* 410 */   .responsive #top {
/* 411 */     overflow-x: hidden;
/* 412 */   }
/* 413 */   .responsive .boxed#top {
/* 414 */     width: 318px;
/* 415 */   }
/* 416 */   .responsive .container {
/* 417 */     width: 268px;
/* 418 */     margin: 0 auto;
/* 419 */   }
/* 420 */   .responsive .units,
/* 421 */   .responsive .unit {
/* 422 */     margin: 0;
/* 423 */   }
/* 424 */   .responsive .container .one.unit,
/* 425 */   .responsive .container .one.units,
/* 426 */   .responsive .container .two.units,
/* 427 */   .responsive .container .three.units,
/* 428 */   .responsive .container .four.units,
/* 429 */   .responsive .container .five.units,
/* 430 */   .responsive .container .six.units,
/* 431 */   .responsive .container .seven.units,
/* 432 */   .responsive .container .eight.units,
/* 433 */   .responsive .container .nine.units,
/* 434 */   .responsive .container .ten.units,
/* 435 */   .responsive .container .eleven.units,
/* 436 */   .responsive .container .twelve.units,
/* 437 */   .responsive #top .flex_column {
/* 438 */     margin: 0;
/* 439 */     margin-bottom: 20px;
/* 440 */     width: 100%;
/* 441 */   }
/* 442 */   .responsive #top.boxed .stretch_full {
/* 443 */     width: 318px;
/* 444 */   }
/* 445 */   /* Offsets */
/* 446 */   .responsive #top .offset-by-one,
/* 447 */   .responsive #top .offset-by-two,
/* 448 */   .responsive #top .offset-by-three,
/* 449 */   .responsive #top .offset-by-four,
/* 450 */   .responsive #top .offset-by-five,

/* grid.css */

/* 451 */   .responsive #top .offset-by-six,
/* 452 */   .responsive #top .offset-by-seven,
/* 453 */   .responsive #top .offset-by-eight,
/* 454 */   .responsive #top .offset-by-nine,
/* 455 */   .responsive #top .offset-by-ten,
/* 456 */   .responsive #top .offset-by-eleven {
/* 457 */     padding-left: 0;
/* 458 */   }
/* 459 */ }
/* 460 */ /* #Mobile (Landscape)
/* 461 *| ================================================== */
/* 462 */ /* Note: Design for a width of 480px */
/* 463 */ @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 464 */   .responsive #top {
/* 465 */     overflow-x: hidden;
/* 466 */   }
/* 467 */   .responsive .boxed#top {
/* 468 */     width: 478px;
/* 469 */   }
/* 470 */   .responsive .container {
/* 471 */     width: 428px;
/* 472 */     margin: 0 auto;
/* 473 */   }
/* 474 */   .responsive .units,
/* 475 */   .responsive .unit {
/* 476 */     margin: 0;
/* 477 */   }
/* 478 */   .responsive .container .one.unit,
/* 479 */   .responsive .container .one.units,
/* 480 */   .responsive .container .two.units,
/* 481 */   .responsive .container .three.units,
/* 482 */   .responsive .container .four.units,
/* 483 */   .responsive .container .five.units,
/* 484 */   .responsive .container .six.units,
/* 485 */   .responsive .container .seven.units,
/* 486 */   .responsive .container .eight.units,
/* 487 */   .responsive .container .nine.units,
/* 488 */   .responsive .container .ten.units,
/* 489 */   .responsive .container .eleven.units,
/* 490 */   .responsive .container .twelve.units,
/* 491 */   .responsive #top .flex_column {
/* 492 */     width: 100%;
/* 493 */     margin-left: 0;
/* 494 */     margin-bottom: 20px;
/* 495 */   }
/* 496 */   .responsive #top.boxed .stretch_full {
/* 497 */     width: 478px;
/* 498 */   }
/* 499 */ }
/* 500 */ /* #Clearing

/* grid.css */

/* 501 *| ================================================== */
/* 502 */ /* Self Clearing Goodness */
/* 503 */ .container:after {
/* 504 */   content: "\0020";
/* 505 */   display: block;
/* 506 */   height: 0;
/* 507 */   clear: both;
/* 508 */   visibility: hidden;
/* 509 */ }
/* 510 */ /* Use clearfix class on parent to clear nested units,
/* 511 *|     or wrap each row of units in a <div class="row"> */
/* 512 */ .clearfix:before,
/* 513 */ .clearfix:after,
/* 514 */ .flex_column:before,
/* 515 */ .flex_column:after {
/* 516 */   content: '\0020';
/* 517 */   display: block;
/* 518 */   overflow: hidden;
/* 519 */   visibility: hidden;
/* 520 */   width: 0;
/* 521 */   height: 0;
/* 522 */ }
/* 523 */ .flex_column:after,
/* 524 */ .clearfix:after {
/* 525 */   clear: both;
/* 526 */ }
/* 527 */ .row,
/* 528 */ .clearfix {
/* 529 */   zoom: 1;
/* 530 */ }
/* 531 */ /* You can also use a <br class="clear" /> to clear units */
/* 532 */ .clear {
/* 533 */   clear: both;
/* 534 */   display: block;
/* 535 */   overflow: hidden;
/* 536 */   visibility: hidden;
/* 537 */   width: 0;
/* 538 */   height: 0;
/* 539 */ }
/* 540 */ /* Columns for better content separation
/* 541 *| ================================================== */
/* 542 */ body div .first,
/* 543 */ body div .no_margin {
/* 544 */   margin-left: 0;
/* 545 */ }
/* 546 */ div .flex_column {
/* 547 */   z-index: 1;
/* 548 */   float: left;
/* 549 */   position: relative;
/* 550 */   min-height: 1px;

/* grid.css */

/* 551 */   width: 100%;
/* 552 */ }
/* 553 */ div .av_one_fifth {
/* 554 */   margin-left: 6%;
/* 555 */   width: 15.2%;
/* 556 */ }
/* 557 */ div .av_one_fourth {
/* 558 */   margin-left: 6%;
/* 559 */   width: 20.5%;
/* 560 */ }
/* 561 */ div .av_one_third {
/* 562 */   margin-left: 6%;
/* 563 */   width: 29.333333333333332%;
/* 564 */ }
/* 565 */ div .av_two_fifth {
/* 566 */   margin-left: 6%;
/* 567 */   width: 36.4%;
/* 568 */ }
/* 569 */ div .av_one_half {
/* 570 */   margin-left: 6%;
/* 571 */   width: 47%;
/* 572 */ }
/* 573 */ div .av_three_fifth {
/* 574 */   margin-left: 6%;
/* 575 */   width: 57.599999999999994%;
/* 576 */ }
/* 577 */ div .av_two_third {
/* 578 */   margin-left: 6%;
/* 579 */   width: 64.66666666666666%;
/* 580 */ }
/* 581 */ div .av_three_fourth {
/* 582 */   margin-left: 6%;
/* 583 */   width: 73.5%;
/* 584 */ }
/* 585 */ div .av_four_fifth {
/* 586 */   margin-left: 6%;
/* 587 */   width: 78.8%;
/* 588 */ }
/* 589 */ div .av_one_sixth {
/* 590 */   margin-left: 6%;
/* 591 */   width: 11.666666666666666%;
/* 592 */ }
/* 593 */ div .av_one_seventh {
/* 594 */   margin-left: 6%;
/* 595 */   width: 9.142857142857142%;
/* 596 */ }
/* 597 */ div .av_one_eighth {
/* 598 */   margin-left: 6%;
/* 599 */   width: 7.25%;
/* 600 */ }

/* grid.css */

/* 601 */ div .av_one_nineth {
/* 602 */   margin-left: 6%;
/* 603 */   width: 5.777777777777778%;
/* 604 */ }
/* 605 */ div .av_one_tenth {
/* 606 */   margin-left: 6%;
/* 607 */   width: 4.6%;
/* 608 */ }
/* 609 */ /* Columns for better content separation (no margin)
/* 610 *| ================================================== */
/* 611 */ body div .no_margin {
/* 612 */   margin-left: 0;
/* 613 */ }
/* 614 */ .no_margin.av_one_fifth {
/* 615 */   width: 20%;
/* 616 */ }
/* 617 */ .no_margin.av_one_fourth {
/* 618 */   width: 25%;
/* 619 */ }
/* 620 */ .no_margin.av_one_third {
/* 621 */   width: 33.3%;
/* 622 */ }
/* 623 */ .no_margin.av_two_fifth {
/* 624 */   width: 40%;
/* 625 */ }
/* 626 */ .no_margin.av_one_half {
/* 627 */   width: 50%;
/* 628 */ }
/* 629 */ .no_margin.av_three_fifth {
/* 630 */   width: 60%;
/* 631 */ }
/* 632 */ .no_margin.av_two_third {
/* 633 */   width: 66.6%;
/* 634 */ }
/* 635 */ .no_margin.av_three_fourth {
/* 636 */   width: 75%;
/* 637 */ }
/* 638 */ .no_margin.av_four_fifth {
/* 639 */   width: 80%;
/* 640 */ }
/* 641 */ .no_margin.av_one_sixth {
/* 642 */   width: 16.666666666666668%;
/* 643 */ }
/* 644 */ .no_margin.av_one_seventh {
/* 645 */   width: 14.285714285714286%;
/* 646 */ }
/* 647 */ .no_margin.av_one_eighth {
/* 648 */   width: 12.5%;
/* 649 */ }
/* 650 */ .no_margin.av_one_nineth {

/* grid.css */

/* 651 */   width: 11.11111111111111%;
/* 652 */ }
/* 653 */ .no_margin.av_one_tenth {
/* 654 */   width: 10%;
/* 655 */ }
/* 656 */ 

/* base.css */

/* 1   */ /* Table of Content
/* 2   *| ==================================================
/* 3   *| 	#Reset & Basics
/* 4   *| 	#Basic Styles
/* 5   *| 	#Site Styles
/* 6   *| 	#Typography
/* 7   *| 	#Links
/* 8   *| 	#Lists
/* 9   *| 	#Images
/* 10  *| 	#Buttons
/* 11  *| 	#Forms
/* 12  *| 	#Table
/* 13  *| 	#Misc
/* 14  *|     #WordPress Generated Generics
/* 15  *| */
/* 16  */ 
/* 17  */ /* #Reset & Basics (Inspired by E. Meyers)
/* 18  *| ================================================== */
/* 19  */ 	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
/* 20  */ 		margin: 0;
/* 21  */ 		padding: 0;
/* 22  */ 		border: 0;
/* 23  */ 		font-size: 100%;
/* 24  */ 		font: inherit;
/* 25  */ 		vertical-align: baseline; }
/* 26  */ 	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
/* 27  */ 		display: block; }
/* 28  */ 
/* 29  */ 	body {
/* 30  */ 		line-height: 1; }
/* 31  */ 	ol, ul {
/* 32  */ 		list-style: none; }
/* 33  */ 	.special-quote {
/* 34  */ 		quotes: none; }
/* 35  */ 	.special-quote:before, .special-quote:after {
/* 36  */ 		content: '';
/* 37  */ 		content: none; }
/* 38  */ 	table {
/* 39  */ 		border-collapse: collapse;
/* 40  */ 		border-spacing: 0; }
/* 41  */     * { -moz-box-sizing: border-box;
/* 42  */         -webkit-box-sizing: border-box;
/* 43  */         box-sizing: border-box; }
/* 44  */ 
/* 45  */ /* #Basic Styles
/* 46  *| ================================================== */
/* 47  */ 
/* 48  */ 	html.responsive, .responsive body{
/* 49  */ 		overflow-x: hidden;
/* 50  */ 

/* base.css */

/* 51  */ 	}
/* 52  */ 
/* 53  */ 	body {
/* 54  */ 		font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 55  */ 		color: #444;
/* 56  */ 		-webkit-text-size-adjust: 100%;
/* 57  */  }
/* 58  */ 
/* 59  */ 
/* 60  */ 
/* 61  */ 
/* 62  */ /* #Typography
/* 63  *| ================================================== */
/* 64  */ 
/* 65  */ 	/*font-stacks*/
/* 66  */ 	.lucida-sans-websave{	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif ;	}
/* 67  */ 	.georgia-websave{		font-family:"Georgia", "Times New Roman", Times, serif;	}
/* 68  */ 	.arial-websave{			font-family: Arial, Helvetica, Verdana, sans-serif;	}
/* 69  */ 	.verdana-websave{		font-family: Verdana, Arial, Helvetica, sans-serif;	}
/* 70  */ 	.helvetica-websave{		font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;	}
/* 71  */ 	.helvetica-neue-websave{font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	}
/* 72  */ 
/* 73  */ 	/*default*/
/* 74  */ 	h1, h2, h3, h4, h5, h6 {
/* 75  */ 	/*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
/* 76  */ 		font-weight: 600; }
/* 77  */ 	#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
/* 78  */ 	#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong { color: inherit; }
/* 79  */ 	h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
/* 80  */ 	h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
/* 81  */ 	h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
/* 82  */ 	h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
/* 83  */ 	h5 { font-size: 16px; line-height: 1.1em; }						/*17*/
/* 84  */ 	h6 { font-size: 14px; line-height: 1.1em; }
/* 85  */ 
/* 86  */ 	 .flex_column h1 a:hover, .flex_column h2 a:hover, .flex_column h3 a:hover, .flex_column h4 a:hover, .flex_column h5 a:hover, .flex_column h6 a:hover{text-decoration: underline;}
/* 87  */ 
/* 88  */ 	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
/* 89  */ 	margin-top:1.5em;
/* 90  */ 	}
/* 91  */ 
/* 92  */ 	p { margin: 0.85em 0; }
/* 93  */ 	p img { margin: 0; }
/* 94  */ 	p.lead { font-size: 21px; line-height: 27px;   }
/* 95  */ 
/* 96  */ 	em { font-style: italic; }
/* 97  */ 	strong, b{ font-weight: bold;  }
/* 98  */ 	small { font-size: 80%; }
/* 99  */ 
/* 100 */ 	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* base.css */

/* 101 */ 
/* 102 */ 	/*	Blockquotes  */
/* 103 */ 
/* 104 */ 	blockquote{
/* 105 */ 	border-left-style:solid;
/* 106 */ 	border-left-width:7px;
/* 107 */ 	padding-left:20px;
/* 108 */ 	margin-bottom:1em;
/* 109 */ 	margin-right:1em;
/* 110 */ 	font-size: 16px;
/* 111 */     line-height: 1.5em;
/* 112 */ 	}
/* 113 */ 
/* 114 */ 	blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}
/* 115 */ 
/* 116 */ 
/* 117 */ /* #Links
/* 118 *| ================================================== */
/* 119 */ 	a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9; }
/* 120 */ 	a:hover, a:focus, a:visited { outline: 0; text-decoration: underline;}
/* 121 */ 	p a, p a:visited { line-height: inherit; }
/* 122 */ 	a.avianolink, .avianolink a{cursor: default;}
/* 123 */ 
/* 124 */ 
/* 125 */ /* #Lists
/* 126 *| ================================================== */
/* 127 */ 	ul, ol { margin-bottom: 20px;  }
/* 128 */ 	ul { list-style: none outside; margin-left: 7px;}
/* 129 */ 	ol { list-style: decimal; margin-left: 15px; }
/* 130 */ 	ol, ul.square, ul.circle, ul.disc { }
/* 131 */ 	ul.square { list-style: square outside; }
/* 132 */ 	ul.circle { list-style: circle outside; }
/* 133 */ 	ul.disc, .entry-content-wrapper ul { list-style: disc outside; }
/* 134 */ 	ul ul, ul ol,
/* 135 */ 	ol ol, ol ul { margin: 4px 0 5px 30px;  }
/* 136 */ 	ul ul li, ul ol li,
/* 137 */ 	ol ol li, ol ul li { margin-bottom: 6px; }
/* 138 */ 
/* 139 */ 	.entry-content-wrapper li {  margin-left: 1em; padding:3px 0;}
/* 140 */ 	.entry-content-wrapper div li { text-indent: 0; }
/* 141 */ 	.entry-content-wrapper .borderlist>li:first-child {  border-top:1px solid; }
/* 142 */ 	.entry-content-wrapper .borderlist>li { border-bottom:1px solid; padding: 5px 0; list-style-position: outside; margin:0;}
/* 143 */ 
/* 144 */ /* #Images
/* 145 *| ================================================== */
/* 146 */ 
/* 147 */ 	img, a img {
/* 148 */ 		border:none;
/* 149 */ 		padding: 0;
/* 150 */ 		margin:0;

/* base.css */

/* 151 */ 		display:inline-block;
/* 152 */ 		max-width: 100%;
/* 153 */ 		height:auto;
/* 154 */ 		image-rendering: optimizeQuality;
/* 155 */ 	}
/* 156 */ 
/* 157 */ 
/* 158 */ /* #Buttons
/* 159 *| ================================================== */
/* 160 */ 
/* 161 */ 	input[type="submit"], #submit, .button{
/* 162 */ 		padding:9px 22px;
/* 163 */ 		cursor:pointer;
/* 164 */ 		border:none;
/* 165 */ 		 -webkit-appearance: none;
/* 166 */ 		 border-radius: 0px;
/* 167 */ 	}
/* 168 */ 	
/* 169 */ 	
/* 170 */ /* #Icons
/* 171 *| ================================================== */	
/* 172 */ [data-av_icon]:before {
/* 173 */   content: attr(data-av_icon);
/* 174 */   speak: none;
/* 175 */ }
/* 176 */ 
/* 177 */ 
/* 178 */ /* #Forms
/* 179 *| ================================================== */
/* 180 */ 
/* 181 */ 	#top form {
/* 182 */ 		margin-bottom: 20px; }
/* 183 */ 	#top fieldset {
/* 184 */ 		margin-bottom: 20px; }
/* 185 */ 	#top .input-text,
/* 186 */ 	#top input[type="text"],
/* 187 */ 	#top input[type="input"],
/* 188 */ 	#top input[type="password"],
/* 189 */ 	#top input[type="email"],
/* 190 */ 	#top input[type="number"],
/* 191 */     #top input[type="url"],
/* 192 */     #top input[type="tel"],
/* 193 */     #top input[type="search"],
/* 194 */ 	#top textarea,
/* 195 */ 	#top select {
/* 196 */ 		 -webkit-appearance: none;
/* 197 */ 		border: 1px solid #e1e1e1;
/* 198 */ 		padding: 8px 6px;
/* 199 */ 		outline: none;
/* 200 */ 		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

/* base.css */

/* 201 */ 		color: #777;
/* 202 */ 		margin: 0;
/* 203 */ 		width: 210px;
/* 204 */ 		max-width: 100%;
/* 205 */ 		display: block;
/* 206 */ 		margin-bottom: 20px;
/* 207 */ 		background: #fff;
/* 208 */ 		border-radius: 0px;
/* 209 */ 		}
/* 210 */ 
/* 211 */ 	#top input[type="text"]:focus,
/* 212 */ 	#top input[type="password"]:focus,
/* 213 */ 	#top input[type="email"]:focus,
/* 214 */ 	#top input[type="number"]:focus,
/* 215 */     #top input[type="url"]:focus,
/* 216 */     #top input[type="tel"]:focus,
/* 217 */     #top input[type="search"]:focus,
/* 218 */ 	#top textarea:focus {
/* 219 */ 		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
/* 220 */  		color: #555;
/* 221 */ 		}
/* 222 */ 	#top textarea {
/* 223 */ 		min-height: 60px; line-height:1.5em;}
/* 224 */ 	#top label{
/* 225 */ 		display: block;
/* 226 */ 		font-weight: bold;
/* 227 */ 		font-size: 12px;  }
/* 228 */ 	#top legend {
/* 229 */ 		display: block;
/* 230 */ 		font-weight: normal;
/* 231 */ 		font-size: 15px;  }
/* 232 */ 	#top select {
/* 233 */ 		width: 220px; }
/* 234 */ 	#top input[type="checkbox"] {
/* 235 */ 		display: inline; }
/* 236 */ 	#top label span,
/* 237 */ 	#top legend span {
/* 238 */ 		font-weight: normal;
/* 239 */ 		font-size: 13px;
/* 240 */ 		color: #444; }
/* 241 */ 
/* 242 */ 	#top textarea{width:100%;}
/* 243 */ 
/* 244 */ 
/* 245 */ #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
/* 246 */ #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
/* 247 */ #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
/* 248 */ #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
/* 249 */ #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}
/* 250 */ 

/* base.css */

/* 251 */ /* #Table
/* 252 *| ================================================== */
/* 253 */ table {
/* 254 */ 	width: 100%;
/* 255 */ 	padding: 0;
/* 256 */ 	margin: 0 0 20px 0;
/* 257 */ 	font-size: 13px;
/* 258 */ }
/* 259 */ 
/* 260 */ table caption {
/* 261 */ 	padding: 0 0 5px 0;
/* 262 */ 	width: auto;
/* 263 */ 	font-style:italic;
/* 264 */ 	text-align: right;
/* 265 */ 	font-size: 12px;
/* 266 */ }
/* 267 */ 
/* 268 */ th {
/* 269 */ 	font-weight:bold;
/* 270 */ 	letter-spacing: 1.5px;
/* 271 */ 	text-transform: uppercase;
/* 272 */ 	text-align: left;
/* 273 */ 	padding: 9px 12px;
/* 274 */ 	border-style: solid;
/* 275 */ 	border-width: 1px;
/* 276 */ 	border-left:none;
/* 277 */ 	border-top:none;
/* 278 */ }
/* 279 */ 
/* 280 */ td {
/* 281 */ 	font-size: 13px;
/* 282 */ 	padding: 9px 12px;
/* 283 */ 	border-style: solid;
/* 284 */ 	border-width: 1px;
/* 285 */ 	border-left:none;
/* 286 */ 	border-top:none;
/* 287 */ }
/* 288 */ 
/* 289 */ tr th:first-child, tr td:first-child{
/* 290 */ 	border-left-style: solid;
/* 291 */ 	border-left-width: 1px;
/* 292 */ }
/* 293 */ 
/* 294 */ tr:first-child th, tr:first-child td{
/* 295 */ 	border-top-style: solid;
/* 296 */ 	border-top-width: 1px;
/* 297 */ }
/* 298 */ 
/* 299 */ #top th.nobg {
/* 300 */ 	background: none;

/* base.css */

/* 301 */ 	border-top: 0;
/* 302 */ }
/* 303 */ 
/* 304 */ 
/* 305 */ /* #Other elements
/* 306 *| ================================================== */
/* 307 */ 
/* 308 */ /*code*/
/* 309 */ pre{
/* 310 */ clear:both;
/* 311 */ border-style: solid;
/* 312 */ border-width: 1px;
/* 313 */ overflow:auto;
/* 314 */ padding:2em;
/* 315 */ line-height: 2em;
/* 316 */ font-size: 12px;
/* 317 */ background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
/* 318 */ background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
/* 319 */ background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
/* 320 */ background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
/* 321 */ background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
/* 322 */ -webkit-background-size: 100% 4em ;
/* 323 */ -moz-background-size: 100% 4em ;
/* 324 */ background-size: 100% 4em;
/* 325 */ font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
/* 326 */ -webkit-transition: all ease-in-out 0.5s;
/* 327 */ -moz-transition: all ease-in-out 0.5s;
/* 328 */ -o-transition: all ease-in-out 0.5s;
/* 329 */ transition: all ease-in-out 0.5s;
/* 330 */ margin-bottom: 30px;
/* 331 */ position: relative;
/* 332 */ left:0;
/* 333 */ text-transform: none;
/* 334 */ width:100%;
/* 335 */ }
/* 336 */ 
/* 337 */ code{
/* 338 */ font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
/* 339 */ }
/* 340 */ 
/* 341 */ iframe, object, embed{
/* 342 */ max-width:100%;
/* 343 */ }
/* 344 */ 
/* 345 */ /* #Misc
/* 346 *| ================================================== */
/* 347 */ 	.hidden { position: absolute; top:0; visibility: hidden;}
/* 348 */ 	.floatleft{float:left;}
/* 349 */ 	.floatright{float:right;}
/* 350 */ 	.clearboth{clear:both;}

/* base.css */

/* 351 */ 	.special_amp{font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif; font-style: italic; font-size: 1.3em; line-height: 0.5em; font-weight:normal;}
/* 352 */ 	#top .noborder, #top .noborder img{border:none;padding:0;background: transparent;}
/* 353 */ 	.bg_container{
/* 354 */ 	background-position: center center; background-attachment: fixed; background-repeat: no-repeat;
/* 355 */ 	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
/* 356 */ 	height:100%; width:100%; position: fixed; z-index: 0; top:0; left:0;
/* 357 */ 	}
/* 358 */ 
/* 359 */ 	.image-overlay{position: absolute; background: #fff; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0);}
/* 360 */ 	.image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0;}
/* 361 */ 	.image-overlay .image-overlay-inside:before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
/* 362 */ 	.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
/* 363 */ 	.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E832";}
/* 364 */ 	.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\E897";}
/* 365 */ 	#top .hide-inner-overlay .image-overlay-inside{display: none;}
/* 366 */ 
/* 367 */ /* #WordPress Generated Generics
/* 368 *| ================================================== */
/* 369 */ 
/* 370 */ /*img alignment*/
/* 371 */ body .alignleft,  .entry-content-wrapper a:hover .alignleft{ float:left; margin:4px 10px 0px 0;  display: block; }
/* 372 */ body .alignright,  .entry-content-wrapper a:hover .alignright { float:right;margin:4px 0px 0px 10px;display: block; }
/* 373 */ body .aligncenter,  .entry-content-wrapper a:hover .aligncenter{ clear:both; display:block; margin:10px auto; padding: 10px 0; }
/* 374 */ .alignleft img, .alignright img{ display:block; }
/* 375 */ 
/* 376 */ 
/* 377 */ /*gallery*/
/* 378 */ #top .gallery a, #top .gallery a img{
/* 379 */ border:none;
/* 380 */ max-width: 100%;
/* 381 */ display: block;
/* 382 */ position: relative;
/* 383 */ }
/* 384 */ 
/* 385 */ #top .gallery .gallery-item{
/* 386 */ margin:1px 1px 0 0;
/* 387 */ width:80px;
/* 388 */ height:80px;
/* 389 */ padding:0;
/* 390 */ }
/* 391 */ 
/* 392 */ #top .gallery-caption{
/* 393 */ display: none;
/* 394 */ }
/* 395 */ 
/* 396 */ .bypostauthor{
/* 397 */ 
/* 398 */ }
/* 399 */ 
/* 400 */ .gallery-icon{

/* base.css */

/* 401 */ margin:0;
/* 402 */ }
/* 403 */ 
/* 404 */ .gallery-item{
/* 405 */ margin:0;
/* 406 */ }
/* 407 */ 
/* 408 */ .avia_textblock .gallery p{display:none;}
/* 409 */ 
/* 410 */ /*image captions*/
/* 411 */ div .wp-caption{
/* 412 */ max-width:100%;
/* 413 */ font-size: 11px;
/* 414 */ font-style: italic;
/* 415 */ border-width:1px;
/* 416 */ border-style: solid;
/* 417 */ margin:5px 15px 10px 0;
/* 418 */ position: relative;
/* 419 */ }
/* 420 */ 
/* 421 */ #top .wp-caption img {
/* 422 */ border:medium none;
/* 423 */ display:block;
/* 424 */ padding:5px;
/* 425 */ margin:0;
/* 426 */ width:100%;
/* 427 */ }
/* 428 */ 
/* 429 */ .wp-caption-text {
/* 430 */ display:block;
/* 431 */ font-size:11px;
/* 432 */ font-style:italic;
/* 433 */ margin:0 auto;
/* 434 */ padding:3px 10px 5px;
/* 435 */ text-align:center;
/* 436 */ font-family: Georgia,"Times New Roman";
/* 437 */ }
/* 438 */ 
/* 439 */ #top .wp-caption.aligncenter{
/* 440 */ margin:5px auto 10px auto
/* 441 */ }
/* 442 */ 
/* 443 */ /*smiley image*/
/* 444 */ #top .wp-smiley{
/* 445 */ display:inline-block;
/* 446 */ border:none;
/* 447 */ }
/* 448 */ 
/* 449 */ /*calendar table*/
/* 450 */ #wp-calendar td, #wp-calendar th{

/* base.css */

/* 451 */ text-align: center;
/* 452 */ font-size: 11px;
/* 453 */ padding: 3px;
/* 454 */ }
/* 455 */ 

/* layout.css */

/* 1    */ /* Table of Content
/* 2    *| ======================================================================================================================================================
/* 3    *| 	#Site Styles
/* 4    *| 	#Blog Styles
/* 5    *| 	#Page Styles
/* 6    *| 	#Post Formats
/* 7    *| 	#Portfolio Styles
/* 8    *| 	#Sidebar & Widgets
/* 9    *| 	#Footer & #Socket
/* 10   *| 	#Comment
/* 11   *| 	#CSS Animations
/* 12   *| 	#Media Queries
/* 13   *| 	*/
/* 14   */ 
/* 15   */ /* ======================================================================================================================================================
/* 16   *| #Site Styles
/* 17   *| ====================================================================================================================================================== */
/* 18   */ 
/* 19   */ /*blank pages*/
/* 20   */ 
/* 21   */ #top.avia-blank{
/* 22   */ height: 100%;
/* 23   */ position: absolute;
/* 24   */ width: 100% !important;
/* 25   */ margin: 0;
/* 26   */ display: table;
/* 27   */ vertical-align: middle;
/* 28   */ float: none;
/* 29   */ top:0;
/* 30   */ left:0;
/* 31   */ }
/* 32   */ 
/* 33   */ #top.boxed.avia-blank .container{
/* 34   */ margin: 0 auto;
/* 35   */ }
/* 36   */ 
/* 37   */ #top.avia-blank #wrap_all{
/* 38   */ display: table-cell;
/* 39   */ float: none;
/* 40   */ vertical-align: middle;
/* 41   */ }
/* 42   */ 
/* 43   */ #top.avia-blank #main .container_wrap:last-child{
/* 44   */ border-bottom-style: solid;
/* 45   */ border-bottom-width: 1px;
/* 46   */ }
/* 47   */ 
/* 48   */ #top.avia-blank #main .container_wrap:first-child{
/* 49   */ border-top-style: solid;
/* 50   */ border-top-width: 1px;

/* layout.css */

/* 51   */ }
/* 52   */ 
/* 53   */ 
/* 54   */ 
/* 55   */ 
/* 56   */ /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
/* 57   */ #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }
/* 58   */ 
/* 59   */ /*header with social icons: */
/* 60   */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }
/* 61   */ 
/* 62   */ /*header with social icons and bottom nav */
/* 63   */ .bottom_nav_header.social_header #header_main .container{height:88px; line-height: 88px;}
/* 64   */ .bottom_nav_header.social_header .main_menu ul:first-child > li a {
/* 65   */ height:35px; line-height: 35px;
/* 66   */ }
/* 67   */ 
/* 68   */ .social_header .phone-info {
/* 69   */ float: left;
/* 70   */ font-weight: bold;
/* 71   */ height: 30px;
/* 72   */ line-height: 10px;
/* 73   */ 
/* 74   */ }
/* 75   */ 
/* 76   */ .social_header .phone-info span{padding: 0px 0 0 10px; margin: 0px 0 0 10px;}
/* 77   */ .social_header .phone-info.with_nav span{border-left-style:solid; border-left-width: 1px;}
/* 78   */ 
/* 79   */ .fixed_header #main{ padding-top:88px; } /* padding of the main container should be equal height as the header height above*/
/* 80   */ .fixed_header.social_header #main{ padding-top:147px; } /* padding of the main container when a fixed header with social elements is selected*/
/* 81   */ .fixed_header #header{ position: fixed; }
/* 82   */ .html_boxed.fixed_header #header{ width:auto; }
/* 83   */ .html_boxed #main {position: relative; z-index: 2; overflow: hidden; }
/* 84   */ 
/* 85   */ #header{
/* 86   */ position: relative;
/* 87   */ z-index: 400;
/* 88   */ width:100%;
/* 89   */ background-color: transparent;
/* 90   */ }
/* 91   */ 
/* 92   */ 
/* 93   */ 
/* 94   */ #header_meta{
/* 95   */ border-top:none;
/* 96   */ box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
/* 97   */ z-index: 400;
/* 98   */ min-height: 30px;
/* 99   */ z-index: 2;
/* 100  */ }

/* layout.css */

/* 101  */ 
/* 102  */ #header_meta .container{min-height: 30px;}
/* 103  */ 
/* 104  */ #header_main{
/* 105  */ border-bottom-width: 1px;
/* 106  */ border-bottom-style: solid;
/* 107  */ z-index: 1;
/* 108  */ }
/* 109  */ 
/* 110  */ #header.shadow{box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);}
/* 111  */ 
/* 112  */ .header_bg{
/* 113  */ position: absolute;
/* 114  */ top:0;
/* 115  */ left:0;
/* 116  */ width:100%;
/* 117  */ height:100%;
/* 118  */ opacity:0.95;
/* 119  */ filter:alpha(opacity=95); /* For IE8 and earlier */
/* 120  */ z-index: 0;
/* 121  */ }
/* 122  */ 
/* 123  */ .nonfixed_header .header_bg { opacity: 1; filter: alpha(opacity=1); }
/* 124  */ 
/* 125  */ 
/* 126  */ 
/* 127  */ 
/* 128  */ /*logo*/
/* 129  */ 
/* 130  */ div .logo{
/* 131  */ float:left;
/* 132  */ position: absolute;
/* 133  */ left:0;
/* 134  */ z-index: 1;
/* 135  */ }
/* 136  */ 
/* 137  */ .logo, .logo a{
/* 138  */ overflow: hidden;
/* 139  */ position: relative;
/* 140  */ display: block;
/* 141  */ height: 100%;
/* 142  */ }
/* 143  */ 
/* 144  */ .logo img{
/* 145  */ padding:5px 0;
/* 146  */ display: block;
/* 147  */ width: auto;
/* 148  */ height: auto;
/* 149  */ max-height: 100%;
/* 150  */ height : 100%\9; /*hack: fixes ie8 logo*/

/* layout.css */

/* 151  */ height: auto\9; /*hack: fixes ie8 squished logo*/
/* 152  */ }
/* 153  */ 
/* 154  */ /*menu*/
/* 155  */ .main_menu{
/* 156  */ clear:none;
/* 157  */ position: absolute;
/* 158  */ z-index: 100;
/* 159  */ line-height:30px;
/* 160  */ height:100%;
/* 161  */ margin:0;
/* 162  */ right:0;
/* 163  */ }
/* 164  */ 
/* 165  */ .main_menu ul{
/* 166  */ margin:0;
/* 167  */ padding: 0;
/* 168  */ }
/* 169  */ 
/* 170  */ .main_menu ul ul, .main_menu .pointer_arrow{
/* 171  */ 
/* 172  */ }
/* 173  */ 
/* 174  */ .main_menu ul:first-child >li > ul{
/* 175  */ border-top-width:2px;
/* 176  */ border-top-style: solid;
/* 177  */ }
/* 178  */ 
/* 179  */ 
/* 180  */ .main_menu .pointer_arrow_wrap{
/* 181  */ display:none;
/* 182  */ }
/* 183  */ 
/* 184  */ 
/* 185  */ .main_menu ul:first-child > li{
/* 186  */ line-height: 30px;
/* 187  */ }
/* 188  */ 
/* 189  */ .main_menu ul:first-child > li > a{
/* 190  */ display:block;
/* 191  */ text-decoration: none;
/* 192  */ padding:0 13px;
/* 193  */ font-weight: normal;
/* 194  */ font-size:12px;
/* 195  */ font-weight: 600;
/* 196  */ font-size: 13px;
/* 197  */ }
/* 198  */ 
/* 199  */ #top .main_menu .menu li:first-child>a{
/* 200  */ border-top:none;

/* layout.css */

/* 201  */ }
/* 202  */ 
/* 203  */ #top .main_menu .menu>li:last-child>a{
/* 204  */ padding-right:0;
/* 205  */ }
/* 206  */ 
/* 207  */ #top .main_menu .menu ul li:last-child>a{
/* 208  */ border-bottom-style: solid;
/* 209  */ border-bottom-width: 1px;
/* 210  */ }
/* 211  */ 
/* 212  */ .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a{
/* 213  */ font-weight: 600;
/* 214  */ }
/* 215  */ 
/* 216  */ .main_menu .menu li a strong {
/* 217  */ display:block;
/* 218  */ font-size:14px;
/* 219  */ font-weight:normal;
/* 220  */ cursor: pointer;
/* 221  */ }
/* 222  */ 
/* 223  */ 
/* 224  */ #top .main_menu .menu li{
/* 225  */ float:left;
/* 226  */ position:relative;
/* 227  */ z-index:20;
/* 228  */ }
/* 229  */ 
/* 230  */ #top .main_menu .menu li:hover{ z-index: 100 }
/* 231  */ 
/* 232  */ #top .main_menu ul:first-child > li > ul > li, #top .main_menu ul:first-child > li > ul > li li{
/* 233  */ margin:0;
/* 234  */ padding:0;
/* 235  */ width:100%;
/* 236  */ }
/* 237  */ 
/* 238  */ 
/* 239  */ .main_menu .menu ul {
/* 240  */ display: none;
/* 241  */ margin-left:0;
/* 242  */ left:0;
/* 243  */ position: absolute;
/* 244  */ top: 100%;
/* 245  */ width: 208px;
/* 246  */ z-index: 2;
/* 247  */ padding:0 0;
/* 248  */ box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
/* 249  */ margin-top:-1px;
/* 250  */ }

/* layout.css */

/* 251  */ 
/* 252  */ /* fixes IE8 menu width issue*/
/* 253  */ .main_menu .menu li a { max-width:none; }
/* 254  */ 
/* 255  */ .main_menu .menu ul li a{
/* 256  */ border-right-style: solid;
/* 257  */ border-right-width:1px;
/* 258  */ border-left-style: solid;
/* 259  */ border-left-width:1px;
/* 260  */ }
/* 261  */ 
/* 262  */ #top .main_menu .menu li ul a{
/* 263  */ width:100%;
/* 264  */ height:auto;
/* 265  */ float:left;
/* 266  */ text-align:left;
/* 267  */ line-height:23px;
/* 268  */ padding:8px 15px;
/* 269  */ font-size: 12px;
/* 270  */ min-height: 23px;
/* 271  */ max-width: none;
/* 272  */ text-decoration: none;
/* 273  */ }
/* 274  */ 
/* 275  */ #top .main_menu .menu ul ul{
/* 276  */ top:auto;
/* 277  */ padding-top: 0px !important;
/* 278  */ }
/* 279  */ 
/* 280  */ #top .main_menu .menu li ul ul {
/* 281  */ left:-207px;
/* 282  */ top:0px;
/* 283  */ margin:0;
/* 284  */ border-top-style: solid;
/* 285  */ border-top-width: 1px;
/* 286  */ }
/* 287  */ 
/* 288  */ #top .main_menu .menu li ul ul {}
/* 289  */ 
/* 290  */ #top .main_menu .menu li:hover ul ul, #top .main_menu .menu li:hover ul ul ul,#top  .main_menu .menu li:hover ul ul ul ul{
/* 291  */ display:none;
/* 292  */ }
/* 293  */ #top .main_menu .menu li:hover ul, #top .main_menu .menu li li:hover ul, #top .main_menu .menu li li li:hover ul, #top .main_menu .menu li li li li:hover ul{
/* 294  */ display:block;
/* 295  */ }
/* 296  */ 
/* 297  */ .current_page_item>a,  .current-menu-item>a{
/* 298  */ font-weight: 600;
/* 299  */ }
/* 300  */ 

/* layout.css */

/* 301  */ .avia-menu-fx{position: absolute; bottom:-1px; height:2px; z-index: 10; width:100%; left:0; opacity: 0; visibility: hidden; }
/* 302  */ li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: visible;}
/* 303  */ 
/* 304  */ .avia-menu-fx .avia-arrow-wrap{
/* 305  */ height:10px;
/* 306  */ width:10px;
/* 307  */ position: absolute;
/* 308  */ top:-10px;
/* 309  */ left:50%;
/* 310  */ margin-left:-5px;
/* 311  */ overflow: hidden;
/* 312  */ display:none;
/* 313  */ }
/* 314  */ 
/* 315  */ .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap, .current_page_item>a>.avia-menu-fx>.avia-arrow-wrap{display:block;}
/* 316  */ 
/* 317  */ .avia-menu-fx .avia-arrow-wrap .avia-arrow{
/* 318  */ top: 10px;
/* 319  */ }
/* 320  */ 
/* 321  */ 
/* 322  */ 
/* 323  */ /*mega menu styles*/
/* 324  */ .main_menu .avia-bullet{display:none}
/* 325  */ #top #header .menu-item-mega-parent.current-menu-item{overflow: visible!important;}
/* 326  */ 
/* 327  */ #top #header .mega_menu_title a{
/* 328  */ font-size: 17px;
/* 329  */ line-height: 1.1em;
/* 330  */ padding:0;
/* 331  */ margin:0;
/* 332  */ background: transparent;
/* 333  */ border:none;
/* 334  */ }
/* 335  */ 
/* 336  */ #top #header .mega_menu_title a:hover{
/* 337  */ text-decoration: underline;
/* 338  */ }
/* 339  */ 
/* 340  */ 
/* 341  */ #header .avia_mega_div{ /* use similar styles to .main_menu .menu ul */
/* 342  */ display: none;
/* 343  */ margin: -5px 0 0 0;
/* 344  */ right: 0;
/* 345  */ position: absolute;
/* 346  */ top: 100%;
/* 347  */ z-index: 2;
/* 348  */ padding: 4px 0;
/* 349  */ -moz-box-shadow: 0 30px 60px rgba(0,0,0,0.1);
/* 350  */ -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);

/* layout.css */

/* 351  */ box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
/* 352  */ overflow: hidden;
/* 353  */ padding:5px 0 0;
/* 354  */ 
/* 355  */ }
/* 356  */ 
/* 357  */ #header .avia_mega_div .units{
/* 358  */ padding:0 14px 0 15px;
/* 359  */ margin:0;
/* 360  */ border-right-style:dotted;
/* 361  */ border-right-width:1px;
/* 362  */ }
/* 363  */ 
/* 364  */ #header li:hover .avia_mega_div{
/* 365  */ display:block;
/* 366  */ }
/* 367  */ 
/* 368  */ #top #header .avia_mega_div ul, #top #header .avia_mega_div li{ /*reset list styles for mega menus*/
/* 369  */ position: relative;
/* 370  */ display:block;
/* 371  */ top:auto;
/* 372  */ left:auto;
/* 373  */ height:auto;
/* 374  */ }
/* 375  */ 
/* 376  */ 
/* 377  */ #top #header .avia_mega_div .sub-menu{
/* 378  */ overflow: hidden;
/* 379  */ width:100%;
/* 380  */ -moz-box-shadow: 	none;
/* 381  */ -webkit-box-shadow: none;
/* 382  */ box-shadow: 		none;
/* 383  */ border-style:none;
/* 384  */ border-width:0px;
/* 385  */ position: relative;
/* 386  */ top:0;
/* 387  */ display:block;
/* 388  */ left:0;
/* 389  */ }
/* 390  */ 
/* 391  */ /*wrapper arround all columns*/
/* 392  */ #top #header .avia_mega_div > .sub-menu{
/* 393  */ display: table;
/* 394  */ padding:20px 30px 30px;
/* 395  */ border-top-style:solid;
/* 396  */ border-top-width:2px;
/* 397  */ }
/* 398  */ 
/* 399  */ 
/* 400  */ #top #header .avia_mega_div > .sub-menu.avia_mega_hr {

/* layout.css */

/* 401  */ padding-top: 30px;
/* 402  */ 
/* 403  */ }
/* 404  */ 
/* 405  */ /*columns*/
/* 406  */ #top #header .avia_mega_div > .sub-menu > li{
/* 407  */ display: table-cell;
/* 408  */ float:none;
/* 409  */ padding-top:10px;
/* 410  */ padding-bottom:0;
/* 411  */ vertical-align: top;
/* 412  */ }
/* 413  */ 
/* 414  */ #top #header .avia_mega_div > .sub-menu.avia_mega_hr{
/* 415  */ border-top-width:1px;
/* 416  */ border-top-style:dashed;
/* 417  */ }
/* 418  */ 
/* 419  */ 
/* 420  */ /*columns inner*/
/* 421  */ #top #header .avia_mega_div > .sub-menu > li > ul{
/* 422  */ padding:0;
/* 423  */ }
/* 424  */ 
/* 425  */ 
/* 426  */ /*column lists*/
/* 427  */ #top #header .avia_mega_div > .sub-menu > li > ul li{
/* 428  */ display: block;
/* 429  */ float: none;
/* 430  */ padding: 0;
/* 431  */ margin:0;
/* 432  */ list-style-type: circle;
/* 433  */ list-style-position: inside;
/* 434  */ }
/* 435  */ 
/* 436  */ /*nested column lists*/
/* 437  */ #top #header .avia_mega_div > .sub-menu > li > ul ul li{
/* 438  */ margin-left:15px;
/* 439  */ }
/* 440  */ 
/* 441  */ /*column lists links*/
/* 442  */ #top #header .avia_mega_div > .sub-menu > li > ul > li  a{
/* 443  */ width:auto;
/* 444  */ float:none;
/* 445  */ display: block;
/* 446  */ border:none;
/* 447  */ padding:3px 12px 3px 12px;
/* 448  */ font-weight: normal;
/* 449  */ }
/* 450  */ 

/* layout.css */

/* 451  */ #header .avia_mega_div .avia_mega_menu_columns_first{
/* 452  */ padding-left:0;
/* 453  */ }
/* 454  */ 
/* 455  */ #header .avia_mega_div .avia_mega_menu_columns_last{
/* 456  */ padding-right:0;
/* 457  */ border-right-style:none;
/* 458  */ border-right-width:0;
/* 459  */ }
/* 460  */ 
/* 461  */ .avia-bullet {
/* 462  */ display: block;
/* 463  */ position: absolute;
/* 464  */ height: 0;
/* 465  */ width: 0;
/* 466  */ top: 51%;
/* 467  */ margin-top: -3px;
/* 468  */ left: -3px;
/* 469  */ border-top: 3px solid transparent !important;
/* 470  */ border-bottom: 3px solid transparent !important;
/* 471  */ border-left: 3px solid green;
/* 472  */ }
/* 473  */ 
/* 474  */ .avia_mega_div .avia-bullet {
/* 475  */ margin-top: 12px;
/* 476  */ left: 3px;
/* 477  */ display: block;
/* 478  */ top: 0;
/* 479  */ }
/* 480  */ 
/* 481  */ /*mega text blocks*/
/* 482  */ #header .mega_menu_title{
/* 483  */ margin-bottom:8px;
/* 484  */ font-size: 17px;
/* 485  */ line-height: 1.1em;
/* 486  */ font-weight: 600;
/* 487  */ display: block;
/* 488  */ }
/* 489  */ 
/* 490  */ #header .avia_mega_text_block{
/* 491  */ line-height: 21px;
/* 492  */ }
/* 493  */ 
/* 494  */ #top #header .avia_mega_div .sub-menu .avia_mega_text_block a{
/* 495  */ padding:0;
/* 496  */ display: inline;
/* 497  */ border:none;
/* 498  */ text-decoration: underline;
/* 499  */ }
/* 500  */ 

/* layout.css */

/* 501  */ 
/* 502  */ /*ajax search*/
/* 503  */ 
/* 504  */ #top #menu-item-search{
/* 505  */ z-index: 100;
/* 506  */ }
/* 507  */ 
/* 508  */ #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{
/* 509  */ font-size: 17px;
/* 510  */ }
/* 511  */ 
/* 512  */ #top #menu-item-search.menu-item-search-dropdown>a{
/* 513  */ border:none;
/* 514  */ }
/* 515  */ 
/* 516  */ 
/* 517  */ .avia-search-tooltip{
/* 518  */ position: absolute;
/* 519  */ z-index: 9999999;
/* 520  */ padding:0;
/* 521  */ width: 300px;
/* 522  */ top: 85% !important;
/* 523  */ margin-left: -120px;
/* 524  */ border-radius: 2px;
/* 525  */ box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
/* 526  */ border-width:1px;
/* 527  */ border-style: solid;
/* 528  */ }
/* 529  */ 
/* 530  */ 
/* 531  */ .avia-search-tooltip .avia-arrow-wrap{
/* 532  */ width:20px;
/* 533  */ height:20px;
/* 534  */ position: absolute;
/* 535  */ top:-20px;
/* 536  */ right:10px;
/* 537  */ margin-left:-10px;
/* 538  */ overflow: hidden;
/* 539  */ }
/* 540  */ 
/* 541  */ .avia-arrow{
/* 542  */ height:10px;
/* 543  */ width:10px;
/* 544  */ position: absolute;
/* 545  */ top:-6px;
/* 546  */ left:50%;
/* 547  */ margin-left:-5px;
/* 548  */ -webkit-transform: rotate(45deg);
/* 549  */ -moz-transform: rotate(45deg);
/* 550  */ transform: rotate(45deg);

/* layout.css */

/* 551  */ border-width:1px;
/* 552  */ border-style: solid;
/* 553  */ visibility: hidden\9;
/* 554  */ }
/* 555  */ 
/* 556  */ 
/* 557  */ .avia-search-tooltip .avia-arrow{
/* 558  */ top: 15px;
/* 559  */ }
/* 560  */ 
/* 561  */ #top #searchform {margin:0; padding:0;}
/* 562  */ #top #searchform>div{position: relative;  max-width: 300px;}
/* 563  */ #top .widget #searchform>div{margin:0;}
/* 564  */ #top #searchform br{display:none;}
/* 565  */ #top #s{width:100%; position: relative; padding:11px 47px 11px 5px;  z-index: 1; margin:0; box-shadow: none;}
/* 566  */ #top #searchsubmit, .ajax_load{
/* 567  */ width: 40px;
/* 568  */ height: 39px;
/* 569  */ line-height: 40px;
/* 570  */ padding: 0;
/* 571  */ position: absolute; right: 0; top : 0;
/* 572  */ z-index: 2;
/* 573  */ margin:0;
/* 574  */ border-radius: 0;
/* 575  */ min-width: 40px;
/* 576  */ }
/* 577  */ 
/* 578  */ .avia_mobile #top #searchsubmit, .avia_mobile .ajax_load{
/* 579  */ height: 41px;
/* 580  */ }
/* 581  */ 
/* 582  */ 
/* 583  */ .avia-search-tooltip #searchform>div{ margin:16px; }
/* 584  */ 
/* 585  */ .ajax_load{
/* 586  */ z-index: 5;
/* 587  */ }
/* 588  */ 
/* 589  */ .ajax_load_inner{
/* 590  */ background: url("../../../themes/enfold/images/layout/loading.gif") no-repeat scroll center center #fff;
/* 591  */ opacity: 0.5;
/* 592  */ position: absolute;
/* 593  */ top:0;
/* 594  */ left:0;
/* 595  */ right:0;
/* 596  */ bottom:0;
/* 597  */ }
/* 598  */ 
/* 599  */ 
/* 600  */ #top #searchform .ajax_search_response{

/* layout.css */

/* 601  */ line-height: 1.4em;
/* 602  */ font-size: 12px;
/* 603  */ margin:0;
/* 604  */ }
/* 605  */ 
/* 606  */ 
/* 607  */ 
/* 608  */ .ajax_search_response h4{
/* 609  */ padding:20px 16px 2px 16px;
/* 610  */ font-size: 14px;
/* 611  */ margin:0;
/* 612  */ }
/* 613  */ 
/* 614  */ .ajax_search_response h4:first-child{
/* 615  */ padding-top:0px;
/* 616  */ border:none;
/* 617  */ }
/* 618  */ 
/* 619  */ #top div .ajax_search_entry{
/* 620  */ display:block;
/* 621  */ text-decoration: none;
/* 622  */ line-height: 1.4em;
/* 623  */ font-size: 12px;
/* 624  */ height:auto;
/* 625  */ padding:10px 16px;
/* 626  */ border-bottom-style: dashed;
/* 627  */ border-bottom-width: 1px;
/* 628  */ clear:both;
/* 629  */ overflow: hidden;
/* 630  */ }
/* 631  */ 
/* 632  */ #top div .ajax_search_entry.with_image .ajax_search_image{
/* 633  */ background: transparent;
/* 634  */ }
/* 635  */ 
/* 636  */ 
/* 637  */ .ajax_search_content{
/* 638  */ overflow: hidden;
/* 639  */ display: block;
/* 640  */ }
/* 641  */ 
/* 642  */ .ajax_search_title{
/* 643  */ display:block;
/* 644  */ font-weight: bold;
/* 645  */ text-transform: uppercase;
/* 646  */ }
/* 647  */ 
/* 648  */ .ajax_not_found .ajax_search_title{
/* 649  */ text-transform: none;
/* 650  */ }

/* layout.css */

/* 651  */ 
/* 652  */ 
/* 653  */ 
/* 654  */ 
/* 655  */ .ajax_search_image{
/* 656  */ height:32px;
/* 657  */ line-height:32px;
/* 658  */ text-align: center;
/* 659  */ width:32px;
/* 660  */ float:left;
/* 661  */ margin-right:8px;
/* 662  */ border-radius: 40px;
/* 663  */ overflow: hidden;
/* 664  */ font-size: 15px;
/* 665  */ }
/* 666  */ 
/* 667  */ .ajax_search_image img{
/* 668  */ display:block; border:none; max-width: 100%;
/* 669  */ min-height:32px;
/* 670  */ min-width:32px;
/* 671  */ }
/* 672  */ 
/* 673  */ .ajax_search_excerpt {
/* 674  */ font-size: 12px;
/* 675  */ line-height: 1.4em;
/* 676  */ display: block;
/* 677  */ margin-top: 3px;
/* 678  */ font-style: italic;
/* 679  */ }
/* 680  */ 
/* 681  */ #top div .ajax_search_entry_view_all{
/* 682  */ text-align: center;
/* 683  */ font-weight: bold;
/* 684  */ border:none;
/* 685  */ }
/* 686  */ 
/* 687  */ #top div .ajax_not_found, #top div .ajax_search_entry.ajax_not_found:hover{border:none; background: transparent;}
/* 688  */ 
/* 689  */ /*title container*/
/* 690  */ 
/* 691  */ /*avia title big*/
/* 692  */ .title_container{
/* 693  */ position: relative;
/* 694  */ }
/* 695  */ 
/* 696  */ #top .title_container .container{
/* 697  */ padding:10px 0;
/* 698  */ min-height: 56px;
/* 699  */ }
/* 700  */ 

/* layout.css */

/* 701  */ .title_container .main-title {
/* 702  */ margin: 0;
/* 703  */ font-size: 16px;
/* 704  */ position: relative;
/* 705  */ z-index: 2;
/* 706  */ min-height: 36px;
/* 707  */ line-height: 2.3em;
/* 708  */ top: 0;
/* 709  */ font-weight: 400;
/* 710  */ }
/* 711  */ 
/* 712  */ .title_meta, #top .portfolio-entry .title_meta{
/* 713  */ display: block;
/* 714  */ clear: both;
/* 715  */ position: relative;
/* 716  */ z-index: 1;
/* 717  */ margin-top:-1em;
/* 718  */ padding:0;
/* 719  */ }
/* 720  */ 
/* 721  */ .title_meta p{
/* 722  */ margin: 1.3em 0 0 0;
/* 723  */ }
/* 724  */ 
/* 725  */ 
/* 726  */ .title_container .breadcrumb {
/* 727  */ z-index: 10;
/* 728  */ line-height: 15px;
/* 729  */ font-size: 11px;
/* 730  */ position: absolute;
/* 731  */ right: 0;
/* 732  */ top:50%;
/* 733  */ margin-top: -7px;
/* 734  */ }
/* 735  */ 
/* 736  */ .breadcrumb a{text-decoration: none;}
/* 737  */ .breadcrumb a:hover{text-decoration: underline;}
/* 738  */ 
/* 739  */ .breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a, .breadcrumb-trail .bbp-breadcrumb-current{
/* 740  */ 	display: block;
/* 741  */ 	float: left;
/* 742  */ 	padding:0px 3px;
/* 743  */ }
/* 744  */ 
/* 745  */ .breadcrumb-trail span, .bbp-breadcrumb-current a{display: inline; padding:0; float:none;}
/* 746  */ 
/* 747  */ .breadcrumb .sep{
/* 748  */ 	display: block;
/* 749  */ 	overflow: hidden;
/* 750  */ 	width:8px;

/* layout.css */

/* 751  */ }
/* 752  */ 
/* 753  */ 
/* 754  */ /*prettyphoto enhancements*/
/* 755  */ 
/* 756  */ div.pp_default div .pp_content{
/* 757  */ background-color: #f8f8f8;
/* 758  */ padding-bottom:5px;
/* 759  */ }
/* 760  */ 
/* 761  */ div.pp_default iframe{width:100%;}
/* 762  */ 
/* 763  */ .pp_default div .pp_description {
/* 764  */ overflow:hidden;
/* 765  */ }
/* 766  */ 
/* 767  */ div.pp_default div.pp_content_container .pp_details {
/* 768  */ margin-top: 12px;
/* 769  */ }
/* 770  */ 
/* 771  */ 
/* 772  */ div div.ppt {
/* 773  */ font-size: 12px;
/* 774  */ font-weight: bold;
/* 775  */ }
/* 776  */ 
/* 777  */ div.pp_loaderIcon {
/* 778  */ margin: -12px 0 0 -16px;
/* 779  */ }
/* 780  */ 
/* 781  */ .pp_gallery{
/* 782  */ display: none !important;
/* 783  */ }
/* 784  */ 
/* 785  */ body div.pp_default .pp_description {
/* 786  */ margin: 9px 50px 5px 0;
/* 787  */ color:#666;
/* 788  */ }
/* 789  */ 
/* 790  */ 
/* 791  */ /*--------------------alternate header styles---------------*/
/* 792  */ 
/* 793  */ /*bottom nav menu*/
/* 794  */ .bottom_nav_header.social_header .logo{position: relative;}
/* 795  */ .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu{
/* 796  */ clear: both;
/* 797  */ position: relative;
/* 798  */ line-height: 40px;
/* 799  */ height: 100%;
/* 800  */ width:100%;

/* layout.css */

/* 801  */ float:left;
/* 802  */ }
/* 803  */ 
/* 804  */ .bottom_nav_header.social_header .main_menu>div,
/* 805  */ .bottom_nav_header.social_header .main_menu ul:first-child{width:100%; height:35px;}
/* 806  */ .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a{border-left-style: solid; border-left-width: 1px;}
/* 807  */ .bottom_nav_header.social_header .main_menu ul:first-child>li a{border-right-style: solid; border-right-width: 1px; font-size: 12px;}
/* 808  */ .bottom_nav_header.social_header #top .main_menu ul:first-child>li:hover{z-index: 1000; position: relative;}
/* 809  */ 
/* 810  */ .bottom_nav_header.social_header #top .main_menu .menu-item-search-dropdown{float:right;}
/* 811  */ 
/* 812  */ #header_main_alternate{border-top:none; border-bottom-style: solid; border-bottom-width: 1px; z-index: 2;}
/* 813  */ 
/* 814  */ #header_main_alternate .main_menu .menu li ul ul {
/* 815  */ left: 207px;
/* 816  */ }
/* 817  */ 
/* 818  */ #header_main_alternate .avia_mega_div{
/* 819  */ right:auto;
/* 820  */ left:0;
/* 821  */ }
/* 822  */ 
/* 823  */ /*social bookmarks*/
/* 824  */ 
/* 825  */ #top .social_bookmarks {
/* 826  */ height: 30px;
/* 827  */ z-index: 150;
/* 828  */ margin:0;
/* 829  */ -webkit-backface-visibility: hidden;
/* 830  */ margin: 0 0 0 -9px;
/* 831  */ }
/* 832  */ 
/* 833  */ #top .social_bookmarks li{
/* 834  */ height:100%;
/* 835  */ float:left;
/* 836  */ padding:0;
/* 837  */ -webkit-transition: all 0.2s ease-in-out;
/* 838  */ -moz-transition: 	all 0.2s ease-in-out;
/* 839  */ -o-transition: 		all 0.2s ease-in-out;
/* 840  */ -ms-transition: 	all 0.2s ease-in-out;
/* 841  */ transition: 		all 0.2s ease-in-out;
/* 842  */ border-right-style: solid;
/* 843  */ border-right-width: 1px;
/* 844  */ }
/* 845  */ 
/* 846  */ #top #header .social_bookmarks li:last-child{border-right:none;}
/* 847  */ 
/* 848  */ #top .social_bookmarks li a{
/* 849  */ float:left;
/* 850  */ width:30px;

/* layout.css */

/* 851  */ line-height:32px;
/* 852  */ display: block;
/* 853  */ margin:0px;
/* 854  */ outline: none;
/* 855  */ padding:0;
/* 856  */ min-height:30px;
/* 857  */ height:100%;
/* 858  */ overflow: hidden;
/* 859  */ z-index: 2;
/* 860  */ position: relative;
/* 861  */ text-align: center;
/* 862  */ }
/* 863  */ 
/* 864  */ #top .social_bookmarks li a:hover{ text-decoration: none; }
/* 865  */ 
/* 866  */ #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
/* 867  */ #top .social_bookmarks_facebook:hover  a{color:#fff; background-color:#37589b; }
/* 868  */ #top .social_bookmarks_twitter:hover   a{color:#fff; background-color:#46d4fe; }
/* 869  */ #top .social_bookmarks_mail:hover      a{color:#fff; background-color:#9fae37; }
/* 870  */ #top .social_bookmarks_dribbble:hover  a{color:#fff; background-color:#e44885; }
/* 871  */ #top .social_bookmarks_linkedin:hover  a{color:#fff; background-color:#419cca; }
/* 872  */ #top .social_bookmarks_search:hover    a{color:#fff; background-color:#222222; }
/* 873  */ #top .social_bookmarks_gplus:hover     a{color:#fff; background-color:#de5a49; }
/* 874  */ #top .social_bookmarks_behance:hover   a{color:#fff; background-color:#008cfa; }
/* 875  */ #top .social_bookmarks_flickr:hover    a{color:#fff; background-color:#ff0086; }
/* 876  */ #top .social_bookmarks_forrst:hover    a{color:#fff; background-color:#234317; }
/* 877  */ #top .social_bookmarks_myspace:hover   a{color:#fff; background-color:#000000; }
/* 878  */ #top .social_bookmarks_tumblr:hover    a{color:#fff; background-color:#345574; }
/* 879  */ #top .social_bookmarks_vimeo:hover     a{color:#fff; background-color:#31baff; }
/* 880  */ #top .social_bookmarks_youtube:hover   a{color:#fff; background-color:#a72b1d; }
/* 881  */ #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
/* 882  */ #top .social_bookmarks_skype:hover 	   a{color:#fff; background-color:#12a5f4; }
/* 883  */ #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }
/* 884  */ #top .social_bookmarks_five_100_px:hover a{color:#fff; background-color:#222222; }
/* 885  */ #top .social_bookmarks_soundcloud:hover  a{color:#fff; background-color:#F76700; }
/* 886  */ #top .social_bookmarks_xing:hover 	     a{color:#fff; background-color:#006567; }
/* 887  */ 
/* 888  */ #header_main .social_bookmarks{
/* 889  */ position: absolute;
/* 890  */ top:50%;
/* 891  */ margin-top: -15px;
/* 892  */ right:0;
/* 893  */ }
/* 894  */ 
/* 895  */ #header_main .social_bookmarks li{
/* 896  */ border:none;
/* 897  */ }
/* 898  */ 
/* 899  */ #header_main .social_bookmarks li a{border-radius: 100px;}
/* 900  */ 

/* layout.css */

/* 901  */ /*first level*/
/* 902  */ .sub_menu{
/* 903  */ position: absolute;
/* 904  */ top:50%;
/* 905  */ right:0;
/* 906  */ z-index: 2;
/* 907  */ font-size: 11px;
/* 908  */ margin-top: -4px;
/* 909  */ line-height: 30px;
/* 910  */ }
/* 911  */ 
/* 912  */ #top .sub_menu>ul{
/* 913  */ float:left;
/* 914  */ }
/* 915  */ 
/* 916  */ #top .sub_menu>ul, #top .sub_menu>ul>li{background: transparent;}
/* 917  */ 
/* 918  */ .sub_menu li{
/* 919  */ float:left;
/* 920  */ position: relative;
/* 921  */ padding:0 10px;
/* 922  */ border-right-style: solid;
/* 923  */ border-right-width: 1px;
/* 924  */ line-height: 10px;
/* 925  */ }
/* 926  */ 
/* 927  */ 
/* 928  */ .sub_menu>ul>li:last-child, .sub_menu>div>ul>li:last-child{
/* 929  */ border:none;
/* 930  */ padding-right: 0;
/* 931  */ }
/* 932  */ 
/* 933  */ .sub_menu>ul>li>a, .sub_menu>div>ul>li>a{
/* 934  */ text-decoration: none;
/* 935  */ font-weight: bold;
/* 936  */ padding:10px 0;
/* 937  */ }
/* 938  */ 
/* 939  */ /*second level*/
/* 940  */ #top .sub_menu li ul{
/* 941  */ display: none;
/* 942  */ position: absolute;
/* 943  */ width:170px;
/* 944  */ padding:4px 0;
/* 945  */ z-index: 101;
/* 946  */ -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
/* 947  */ -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
/* 948  */ box-shadow: 0 8px 15px rgba(0,0,0,0.1);
/* 949  */ left:-50%;
/* 950  */ margin:0;

/* layout.css */

/* 951  */ border-style: solid;
/* 952  */ border-width: 1px;
/* 953  */ top:19px;
/* 954  */ }
/* 955  */ 
/* 956  */ #top .sub_menu li:hover>ul{
/* 957  */ display:block;
/* 958  */ }
/* 959  */ 
/* 960  */ .sub_menu>ul>li:hover>a{
/* 961  */ text-decoration: underline;
/* 962  */ }
/* 963  */ 
/* 964  */ .sub_menu li li{
/* 965  */ float:none;
/* 966  */ line-height: 20px;
/* 967  */ border:none;
/* 968  */ padding: 0 0;
/* 969  */ margin:0;
/* 970  */ }
/* 971  */ 
/* 972  */ #top .sub_menu li li a{
/* 973  */ width: 100%;
/* 974  */ height: auto;
/* 975  */ text-align: left;
/* 976  */ line-height: 23px;
/* 977  */ padding: 6px 18px;
/* 978  */ font-size: 12px;
/* 979  */ min-height: 23px;
/* 980  */ max-width: none;
/* 981  */ text-decoration: none;
/* 982  */ display: block;
/* 983  */ border-top-style: dashed;
/* 984  */ border-top-width: 1px;
/* 985  */ }
/* 986  */ 
/* 987  */ #top .sub_menu li li:first-child > a {
/* 988  */ border: none;
/* 989  */ }
/* 990  */ 
/* 991  */ 
/* 992  */ #top .sub_menu li li a:hover{
/* 993  */ text-decoration: none;
/* 994  */ background: #f8f8f8;
/* 995  */ }
/* 996  */ 
/* 997  */ /*third level and deeper*/
/* 998  */ #top .sub_menu li li ul{
/* 999  */ top:-1px;
/* 1000 */ left:-169px;

/* layout.css */

/* 1001 */ background: none;
/* 1002 */ padding: 0;
/* 1003 */ }
/* 1004 */ 
/* 1005 */ .pointer_arrow{
/* 1006 */ border-style:solid;
/* 1007 */ border-width:1px;
/* 1008 */ }
/* 1009 */ 
/* 1010 */ 
/* 1011 */ 
/* 1012 */ /* ======================================================================================================================================================
/* 1013 *| #Blog Styles
/* 1014 *| ====================================================================================================================================================== */
/* 1015 */ 
/* 1016 */ .content, .sidebar{
/* 1017 */ padding-top:50px;
/* 1018 */ padding-bottom:50px;
/* 1019 */ -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
/* 1020 */ -moz-box-sizing: content-box;    /* Firefox, other Gecko */
/* 1021 */ box-sizing: content-box;
/* 1022 */ min-height: 1px;
/* 1023 */ z-index: 1;
/* 1024 */ }
/* 1025 */ 
/* 1026 */ .content:hover, .sidebar:hover{
/* 1027 */ z-index: 10;
/* 1028 */ }
/* 1029 */ 
/* 1030 */ /*right sidebar - default*/
/* 1031 */ #top #main .sidebar{
/* 1032 */ border-left-style:solid;
/* 1033 */ border-left-width:1px;
/* 1034 */ margin-left:0;
/* 1035 */ float: none;
/* 1036 */ width: auto;
/* 1037 */ overflow: hidden;
/* 1038 */ display: block;
/* 1039 */ clear: none;
/* 1040 */ }
/* 1041 */ 
/* 1042 */ .inner_sidebar{
/* 1043 */ margin-left:50px;
/* 1044 */ }
/* 1045 */ 
/* 1046 */ .content{
/* 1047 */ border-right-style:solid;
/* 1048 */ border-right-width:1px;
/* 1049 */ margin-right:-1px;
/* 1050 */ }

/* layout.css */

/* 1051 */ 
/* 1052 */ 
/* 1053 */ .content .entry-content-wrapper{
/* 1054 */ padding-right:50px;
/* 1055 */ }
/* 1056 */ 
/* 1057 */ /*
/* 1058 *| .content .entry-content-wrapper p a{
/* 1059 *| display: inline-block;
/* 1060 *| }
/* 1061 *| */
/* 1062 */ 
/* 1063 */ .template-blog .blog-meta{
/* 1064 */ float:left;
/* 1065 */ margin-right:50px;
/* 1066 */ }
/* 1067 */ 
/* 1068 */ .multi-big .post_author_timeline , .single-small .post_author_timeline {
/* 1069 */ position: absolute;
/* 1070 */ top: 0;
/* 1071 */ left: 40px;
/* 1072 */ width: 1px;
/* 1073 */ height: 100%;
/* 1074 */ border-right-width:1px;
/* 1075 */ border-right-style: dashed;
/* 1076 */ }
/* 1077 */ 
/* 1078 */ .single-post .post_author_timeline{
/* 1079 */ display:none;
/* 1080 */ }
/* 1081 */ 
/* 1082 */ 
/* 1083 */ /*left sidebar*/
/* 1084 */ #top #main .sidebar_left .sidebar{
/* 1085 */ border-right-style:solid;
/* 1086 */ border-right-width:1px;
/* 1087 */ border-left:none;
/* 1088 */ }
/* 1089 */ 
/* 1090 */ .sidebar_left .inner_sidebar{
/* 1091 */ margin-right:50px;
/* 1092 */ margin-left:0;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ .sidebar_left .content{
/* 1096 */ float:right;
/* 1097 */ border-left-style:solid;
/* 1098 */ border-left-width:1px;
/* 1099 */ border-right:none;
/* 1100 */ margin-right:-50px;

/* layout.css */

/* 1101 */ margin-left:-1px;
/* 1102 */ padding-left:50px;
/* 1103 */ }
/* 1104 */ 
/* 1105 */ 
/* 1106 */ .sidebar_left .template-blog .blog-meta {
/* 1107 */ float: right;
/* 1108 */ }
/* 1109 */ 
/* 1110 */ .sidebar_left .multi-big .post_author_timeline , .sidebar_left .single-small .post_author_timeline {
/* 1111 */ left:auto;
/* 1112 */ right:90px;
/* 1113 */ }
/* 1114 */ 
/* 1115 */ .sidebar_left .big-preview{
/* 1116 */ padding:0 131px 10px 0;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ div .single-big .pagination{padding:1px 50px 10px 1px;}
/* 1120 */ 
/* 1121 */ 
/* 1122 */ /*
/* 1123 *| .sidebar_left  .big-preview.single-big {
/* 1124 *| padding: 0 0 10px 0;
/* 1125 *| }
/* 1126 *| */
/* 1127 */ 
/* 1128 */ .sidebar_left .author-extra-border{right:auto; left:-50px;}
/* 1129 */ 
/* 1130 */ 
/* 1131 */ /*no sidebar*/
/* 1132 */ .fullsize .content{
/* 1133 */ margin:0;
/* 1134 */ border:none;
/* 1135 */ }
/* 1136 */ 
/* 1137 */ .fullsize .content .entry-content-wrapper{
/* 1138 */ padding-right:0;
/* 1139 */ }
/* 1140 */ 
/* 1141 */ #top .fullsize .template-blog .post-title{text-align: center; font-size: 30px; padding:15px 0; max-width: 800px; margin: 0 auto;}
/* 1142 */ #top.single-post .fullsize .template-blog .post_delimiter{visibility: hidden;}
/* 1143 */ #top .fullsize .template-blog .post-meta-infos{text-align: center;}
/* 1144 */ #top .fullsize .template-blog .post .entry-content-wrapper{text-align: justify; font-size:15px; line-height: 25px; max-width: 800px; margin:0 auto; overflow: visible; }
/* 1145 */ #top .fullsize .template-blog .post .entry-content-wrapper > *{ max-width: 600px; margin-left:auto; margin-right:auto; }
/* 1146 */ #top .fullsize .template-blog .post_delimiter{border-bottom-width:1px; border-bottom-style: solid; width:3000px; left:-1500px; position: relative; max-width: 3000px;}
/* 1147 */ #top .fullsize .template-blog .post_author_timeline{display:none;}
/* 1148 */ #top .fullsize .template-blog .blog-meta {
/* 1149 */ float: none;
/* 1150 */ margin: 0 auto;

/* layout.css */

/* 1151 */ display: block;
/* 1152 */ position: relative;
/* 1153 */ width: 81px;
/* 1154 */ overflow: hidden;
/* 1155 */ text-align: center;
/* 1156 */ z-index: 1000;
/* 1157 */ }
/* 1158 */ 
/* 1159 */ #top .fullsize .related_entries_container img{ margin: 0 auto;}
/* 1160 */ #top .fullsize .related_title{text-align: center; }
/* 1161 */ #top .fullsize .related_posts{ padding: 23px 0 33px 0; }
/* 1162 */ 
/* 1163 */ #top .fullsize .template-blog .big-preview a ,#top .fullsize .template-blog .small-preview img{float:none; display: inline-block; width:100%; max-width: 100%;}
/* 1164 */ #top .fullsize .template-blog .first-quote{margin-top:15px;}
/* 1165 */ #top .fullsize .template-blog .big-preview.multi-big{margin-bottom:-48px; padding: 0; width:100%;}
/* 1166 */ #top .fullsize .template-blog .big-preview.multi-big a, .fullsize div .template-blog .big-preview.multi-big a img{width:100%;}
/* 1167 */ #top .fullsize .template-blog .big-preview img{width:100%}
/* 1168 */ 
/* 1169 */ .fullsize .big-preview .avia-gallery {
/* 1170 */ width: 600px;
/* 1171 */ max-width: 100%;
/* 1172 */ margin: 0 auto;
/* 1173 */ }
/* 1174 */ 
/* 1175 */ .fullsize .comment_content {padding-right:0;}
/* 1176 */ .fullsize .blog-tags{display: block;}
/* 1177 */ 
/* 1178 */ /*sidebar doenst matter: */
/* 1179 */ 
/* 1180 */ .post{
/* 1181 */ clear:both;
/* 1182 */ width:100%;
/* 1183 */ float:left;
/* 1184 */ position: relative;
/* 1185 */ }
/* 1186 */ 
/* 1187 */ 
/* 1188 */ 
/* 1189 */ .template-blog .post .entry-content-wrapper{
/* 1190 */ /*
/* 1191 *| font-size: 14px;
/* 1192 *| line-height: 1.7em;
/* 1193 *| */
/* 1194 */ overflow:hidden;
/* 1195 */ }
/* 1196 */ 
/* 1197 */ .template-blog .post_delimiter{
/* 1198 */ margin: 0 0 50px 0;
/* 1199 */ padding: 50px 0 0 0;
/* 1200 */ /*

/* layout.css */

/* 1201 *| border-bottom-style: solid;
/* 1202 *| border-bottom-width: 1px;
/* 1203 *| */
/* 1204 */ clear:both;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ .template-blog .post-entry-last .post_delimiter{
/* 1208 */ border:none;
/* 1209 */ height:1px;
/* 1210 */ }
/* 1211 */ 
/* 1212 */ 
/* 1213 */ .rounded-container, .rounded-container img{
/* 1214 */ border-radius: 111px;
/* 1215 */ overflow: hidden;
/* 1216 */ display: block;
/* 1217 */ position: relative;
/* 1218 */ z-index: 2;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ .rounded-container{
/* 1222 */ border-style: solid;
/* 1223 */ border-width:3px;
/* 1224 */ float:left;
/* 1225 */ width:81px;
/* 1226 */ height:81px;
/* 1227 */ text-align: center;
/* 1228 */ line-height: 76px;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ .rounded-container .iconfont, .small-preview .iconfont{
/* 1232 */ font-size: 23px;
/* 1233 */ position: absolute;
/* 1234 */ left: 0;
/* 1235 */ right: 0;
/* 1236 */ top: 0;
/* 1237 */ bottom: 0;
/* 1238 */ z-index: 1;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ 
/* 1242 */ 
/* 1243 */ .entry-content-wrapper .post-title{
/* 1244 */ font-size: 21px;
/* 1245 */ line-height: 1.3em;
/* 1246 */ }
/* 1247 */ 
/* 1248 */ .post-meta-infos {
/* 1249 */ font-size: 12px;
/* 1250 */ position: relative;

/* layout.css */

/* 1251 */ top: -8px;
/* 1252 */ display: block;
/* 1253 */ }
/* 1254 */ 
/* 1255 */ .post-meta-infos a{text-decoration: none;}
/* 1256 */ .post-meta-infos a:hover{text-decoration: underline;}
/* 1257 */ .text-sep{padding: 0 5px;}
/* 1258 */ .more-link{clear:both; display: inline-block;}
/* 1259 */ 
/* 1260 */ /*previe pic*/
/* 1261 */ 
/* 1262 */ .big-preview{
/* 1263 */ display:block;
/* 1264 */ padding:0 50px 10px 131px;
/* 1265 */ }
/* 1266 */ 
/* 1267 */ .template-page .big-preview{
/* 1268 */ display:block;
/* 1269 */ padding:0 0 10px 131px;
/* 1270 */ text-align: center;
/* 1271 */ }
/* 1272 */ 
/* 1273 */ .big-preview a{display: block; position: relative;}
/* 1274 */ 
/* 1275 */ .big-preview.single-big{
/* 1276 */ padding:0 50px 10px 0;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ .fullsize .big-preview.single-big{
/* 1280 */ padding:0 0 10px 0;
/* 1281 */ }
/* 1282 */ 
/* 1283 */ .post-loop-1 .big-preview{
/* 1284 */ position: relative;
/* 1285 */ z-index: 4;
/* 1286 */ }
/* 1287 */ 
/* 1288 */ 
/* 1289 */ .small-preview{
/* 1290 */ width:81px;
/* 1291 */ height:81px;
/* 1292 */ overflow: hidden;
/* 1293 */ border-radius: 4px;
/* 1294 */ float:left;
/* 1295 */ margin:6px 0 0 0;
/* 1296 */ position: relative;
/* 1297 */ text-align: center;
/* 1298 */ line-height: 81px;
/* 1299 */ position: relative;
/* 1300 */ z-index: 4;

/* layout.css */

/* 1301 */ display: block;
/* 1302 */ }
/* 1303 */ 
/* 1304 */ .small-preview img, .big-preview img{
/* 1305 */ display: block;
/* 1306 */ border-radius: 4px;
/* 1307 */ position: relative;
/* 1308 */ z-index: 4;
/* 1309 */ }
/* 1310 */ 
/* 1311 */ .single-post .single-small.with-slider .small-preview{
/* 1312 */ width:180px;
/* 1313 */ height:180px;
/* 1314 */ }
/* 1315 */ 
/* 1316 */ .single-post .single-small.with-slider .post_author_timeline{display:none;}
/* 1317 */ #top.single-post .fullsize .single-small.with-slider .blog-meta{width:180px;}
/* 1318 */ 
/* 1319 */ 
/* 1320 */ /*pagination*/
/* 1321 */ 
/* 1322 */ .pagination {
/* 1323 */ clear:both;
/* 1324 */ padding: 10px 0px 50px 0;
/* 1325 */ position:relative;
/* 1326 */ z-index:3;
/* 1327 */ line-height: 13px;
/* 1328 */ overflow: hidden;
/* 1329 */ 
/* 1330 */ }
/* 1331 */ 
/* 1332 */ .pagination span, .pagination a {
/* 1333 */ display:block;
/* 1334 */ float:left;
/* 1335 */ font-size:11px;
/* 1336 */ line-height:13px;
/* 1337 */ padding:2px 9px 1px 9px;
/* 1338 */ text-decoration:none;
/* 1339 */ width:auto;
/* 1340 */ }
/* 1341 */ 
/* 1342 */ #top  .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a{
/* 1343 */ float: left;
/* 1344 */ height: 35px;
/* 1345 */ width: 35px;
/* 1346 */ line-height: 34px;
/* 1347 */ text-align: center;
/* 1348 */ padding: 0;
/* 1349 */ border-radius: 100px;
/* 1350 */ margin-right: 3px;

/* layout.css */

/* 1351 */ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
/* 1352 */ }
/* 1353 */ 
/* 1354 */ 
/* 1355 */ .pagination .current{
/* 1356 */ font-size:11px;
/* 1357 */ padding:1px 9px 1px 9px;
/* 1358 */ font-weight: bold;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ .pagination .pagination-meta{
/* 1362 */ float:right;
/* 1363 */ line-height: 35px;
/* 1364 */ }
/* 1365 */ 
/* 1366 */ 
/* 1367 */ .template-blog .pagination{padding:1px 50px 10px 24px;}
/* 1368 */ 
/* 1369 */ /*single post navigation*/
/* 1370 */ 
/* 1371 */ #top .avia-post-nav{
/* 1372 */ position: fixed;
/* 1373 */ height:110px;
/* 1374 */ top:50%;
/* 1375 */ background: #aaa;
/* 1376 */ background: rgba(0,0,0,0.1);
/* 1377 */ color:#fff;
/* 1378 */ margin-top:-55px;
/* 1379 */ padding:15px;
/* 1380 */ text-decoration: none;
/* 1381 */ z-index: 200;
/* 1382 */ }
/* 1383 */ 
/* 1384 */ #top .avia-post-nav:hover{
/* 1385 */ background: #222;
/* 1386 */ background: rgba(0,0,0,0.8);
/* 1387 */ }
/* 1388 */ 
/* 1389 */ .avia-post-nav .label{position: absolute; top:50%; height:22px; line-height: 22px; margin-top:-11px; font-size: 24px;}
/* 1390 */ .avia-post-nav .entry-image{height:80px; width:80px; display:block;}
/* 1391 */ .avia-post-nav .entry-image img{border-radius: 100px; display: block;}
/* 1392 */ 
/* 1393 */ 
/* 1394 */ .avia-post-prev{ left:0; border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
/* 1395 */ .avia-post-prev .label{ left:10px;}
/* 1396 */ 
/* 1397 */ .avia-post-next{ right:0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
/* 1398 */ .avia-post-next .label{ right:10px;}
/* 1399 */ .avia-post-next.with-image{text-align: right;}
/* 1400 */ 

/* layout.css */

/* 1401 */ 
/* 1402 */ .avia-post-nav .entry-info{
/* 1403 */ display:block;
/* 1404 */ height:80px;
/* 1405 */ width:220px;
/* 1406 */ display: table;
/* 1407 */ }
/* 1408 */ 
/* 1409 */ .avia-post-next .entry-info{ margin:0 20px 0 1px;}
/* 1410 */ .avia-post-prev .entry-info{ margin:0 1px 0 20px;}
/* 1411 */ 
/* 1412 */ .avia-post-nav .entry-info span{
/* 1413 */ display: table-cell;
/* 1414 */ vertical-align: middle;
/* 1415 */ font-size: 13px;
/* 1416 */ line-height: 1.65em;
/* 1417 */ }
/* 1418 */ .avia-post-nav .entry-info-wrap{width:1px; overflow: hidden; display:block;}
/* 1419 */ .avia-post-nav:hover .entry-info-wrap{width:240px;}
/* 1420 */ 
/* 1421 */ 
/* 1422 */ 
/* 1423 */ 
/* 1424 */ /*related posts*/
/* 1425 */ .related_posts {position: relative; clear:both; width:100%; float:left; border-top-style:solid; border-top-width: 1px;  padding:23px 33px 33px 0; margin-bottom:30px; }
/* 1426 */ .related_posts:hover{z-index:9999;}
/* 1427 */ .related_title {margin-bottom:20px;}
/* 1428 */ .related_column{float:left; padding-right:3px;}
/* 1429 */ .related_posts img, .related_posts a{display:block; border-radius: 2px; overflow: hidden; max-width:100%; margin:0 auto;}
/* 1430 */ .related_posts_default_image{border-width:1px; border-style: solid; display: block; float:left; border-radius: 2px; min-height: 50px; min-width: 100%; max-width:100%; }
/* 1431 */ .related_posts_default_image img{visibility: hidden; }
/* 1432 */ .relThumb{text-align: center;}
/* 1433 */ 
/* 1434 */ .related_image_wrap{position: relative; display: block; float:left; width:100%; -webkit-backface-visibility: hidden;  /* fixes webkit flickering after transitions*/}
/* 1435 */ .avia-related-tooltip{
/* 1436 */ position: absolute;
/* 1437 */ z-index: 9999999;
/* 1438 */ padding:0;
/* 1439 */ width: 200px;
/* 1440 */ border-radius: 2px;
/* 1441 */ box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
/* 1442 */ border-width:1px;
/* 1443 */ border-style: solid;
/* 1444 */ padding:15px;
/* 1445 */ margin-top:-10px;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ 
/* 1449 */ .avia-related-tooltip .avia-arrow-wrap{
/* 1450 */ top:auto;

/* layout.css */

/* 1451 */ bottom:0;
/* 1452 */ position: absolute;
/* 1453 */ left:50%
/* 1454 */ }
/* 1455 */ 
/* 1456 */ .avia-related-tooltip .avia-arrow-wrap .avia-arrow{
/* 1457 */ border-top: none;
/* 1458 */ border-left: none;
/* 1459 */ top: -4px;
/* 1460 */ }
/* 1461 */ 
/* 1462 */ .related-format-icon{position: absolute; text-align: center; top:1px; left:1px; bottom:1px; right:1px; opacity: 0; filter:alpha(opacity=0);}
/* 1463 */ .related-format-icon-inner{position: absolute; height:30px; font-size: 30px; line-height: 30px; top:50%; margin-top:-15px; left:0; width:100%;}
/* 1464 */ .related-format-icon:hover{opacity: 0.8; filter:alpha(opacity=80);}
/* 1465 */ .related-format-visible{opacity: 0.5 ; filter:alpha(opacity=50);}
/* 1466 */ 
/* 1467 */ .sidebar_left .related_posts_sep{right:auto; left:0;}
/* 1468 */ 
/* 1469 */ 
/* 1470 */ 
/* 1471 */ /*post types*/
/* 1472 */ 
/* 1473 */ .avia-post-format-image img{ border-radius: 3px;}
/* 1474 */ .avia-post-format-image{margin-bottom:10px;}
/* 1475 */ 
/* 1476 */ 
/* 1477 */ .entry-content-wrapper.gallery-content .avia-gallery{margin-bottom:10px;}
/* 1478 */ 
/* 1479 */ /*audio*/
/* 1480 */ 
/* 1481 */ #top #wrap_all .big-preview + .big-preview{
/* 1482 */ position: relative;
/* 1483 */ top:-60px;
/* 1484 */ background: transparent;
/* 1485 */ margin: 0 20px -40px 20px;
/* 1486 */ z-index: 100;
/* 1487 */ width:auto;
/* 1488 */ }
/* 1489 */ 
/* 1490 */ #top #wrap_all .big-preview.multi-big + .big-preview.multi-big{
/* 1491 */ margin: 0 20px -30px 20px;
/* 1492 */ }
/* 1493 */ 
/* 1494 */ 
/* 1495 */ 
/* 1496 */ /*blog in flex column*/
/* 1497 */ 
/* 1498 */ .flex_column .template-blog .post .entry-content-wrapper{
/* 1499 */ font-size: 13px;
/* 1500 */ }

/* layout.css */

/* 1501 */ 
/* 1502 */ #top .flex_column .template-blog .post-title{
/* 1503 */ font-size:17px;
/* 1504 */ }
/* 1505 */ 
/* 1506 */ .flex_column .template-blog .post_delimiter{
/* 1507 */ margin: 0 0 20px 0;
/* 1508 */ padding: 20px 0 0 0;
/* 1509 */ }
/* 1510 */ 
/* 1511 */ .flex_column .template-blog .single-big .pagination {
/* 1512 */ padding: 1px 0 10px 0;
/* 1513 */ }
/* 1514 */ 
/* 1515 */ .flex_column .template-blog .big-preview.single-big {
/* 1516 */ padding: 0 0 10px 0;
/* 1517 */ }
/* 1518 */ 
/* 1519 */ .flex_column .template-blog .post-meta-infos{
/* 1520 */ margin-bottom: -13px;
/* 1521 */ }
/* 1522 */ 
/* 1523 */ 
/* 1524 */ 
/* 1525 */ 
/* 1526 */ 
/* 1527 */ 
/* 1528 */ /* ======================================================================================================================================================
/* 1529 *| #Page Styles
/* 1530 *| ====================================================================================================================================================== */
/* 1531 */ 
/* 1532 */ .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
/* 1533 */ text-transform: uppercase;
/* 1534 */ letter-spacing: 1px;
/* 1535 */ }
/* 1536 */ 
/* 1537 */ .extra-mini-title{padding-bottom:20px;}
/* 1538 */ 
/* 1539 */ .page-heading-container{
/* 1540 */ position: relative;
/* 1541 */ margin-bottom: 40px;
/* 1542 */ padding: 0 0 44px 0;
/* 1543 */ border-bottom-width: 1px;
/* 1544 */ border-bottom-style: solid;
/* 1545 */ padding-right: 50px;
/* 1546 */ }
/* 1547 */ 
/* 1548 */ .fullsize .page-heading-container{
/* 1549 */ padding-right:0;
/* 1550 */ }

/* layout.css */

/* 1551 */ 
/* 1552 */ .page-thumb img{border-radius: 3px;}
/* 1553 */ 
/* 1554 */ 
/* 1555 */ 
/* 1556 */ /*template builder page styles*/
/* 1557 */ .template-page .template-blog .entry-content-wrapper h1, .template-page .template-blog .entry-content-wrapper h2{
/* 1558 */ text-transform: none;
/* 1559 */ letter-spacing: 0;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ 
/* 1563 */ 
/* 1564 */ .content .entry-content-wrapper .entry-content-wrapper{
/* 1565 */ padding-right:0; padding-left:0;
/* 1566 */ }
/* 1567 */ 
/* 1568 */ .content .entry-content-wrapper .entry-content-wrapper .big-preview.single-big {
/* 1569 */ padding: 0 0 10px 0;
/* 1570 */ }
/* 1571 */ 
/* 1572 */ 
/* 1573 */ /*search page*/
/* 1574 */ 
/* 1575 */ .template-search #searchform>div{max-width: 100%; margin-bottom:0;}
/* 1576 */ 
/* 1577 */ #top .template-search.content .entry-content-wrapper {
/* 1578 */ padding-bottom: 40px;
/* 1579 */ padding-left:55px;
/* 1580 */ font-size: 13px;
/* 1581 */ clear:both;
/* 1582 */ }
/* 1583 */ 
/* 1584 */ .template-search .pagination {
/* 1585 */ padding: 1px 50px 10px 55px;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ .template-search .entry-content-wrapper .post-title {font-size:19px;}
/* 1589 */ #top .template-search .entry-content-wrapper .post-title a:hover{ text-decoration: underline; }
/* 1590 */ 
/* 1591 */ .search-result-counter {
/* 1592 */ position: absolute;
/* 1593 */ left: 0;
/* 1594 */ top: 1px;
/* 1595 */ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
/* 1596 */ height: 44px;
/* 1597 */ line-height: 24px;
/* 1598 */ padding: 10px;
/* 1599 */ text-align: center;
/* 1600 */ border-radius: 100px;

/* layout.css */

/* 1601 */ width: 44px;
/* 1602 */ }
/* 1603 */ 
/* 1604 */ #top #search-fail{padding-left:0;}
/* 1605 */ 
/* 1606 */ .template-search .post-entry{position: relative; clear:both;}
/* 1607 */ 
/* 1608 */ 
/* 1609 */ /*author page*/
/* 1610 */ 
/* 1611 */ 
/* 1612 */ 
/* 1613 */ .page-heading-container .author_description{overflow: hidden;}
/* 1614 */ 
/* 1615 */ .template-author .content .post .entry-content-wrapper{
/* 1616 */ padding-bottom:40px;
/* 1617 */ font-size: 13px;
/* 1618 */ }
/* 1619 */ 
/* 1620 */ .template-author .pagination {
/* 1621 */ padding: 1px 50px 10px 0;
/* 1622 */ }
/* 1623 */ 
/* 1624 */ 
/* 1625 */ .template-author .entry-content-wrapper .post-title {font-size:19px;}
/* 1626 */ #top .template-author .entry-content-wrapper .post-title a:hover{ text-decoration: underline; }
/* 1627 */ 
/* 1628 */ .author-extra-border{
/* 1629 */ display:block;
/* 1630 */ position: absolute;
/* 1631 */ bottom:-1px;
/* 1632 */ width:600%;
/* 1633 */ right:0;
/* 1634 */ border-bottom-width: 1px;
/* 1635 */ border-bottom-style: solid;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ .fullsize .author-extra-border{right:auto; left:-100%}
/* 1639 */ .template-author .post-entry{position: relative; clear:both;}
/* 1640 */ 
/* 1641 */ 
/* 1642 */ /*archive page*/
/* 1643 */ 
/* 1644 */ .template-archives .tab_inner_content li {
/* 1645 */ width: 48%;
/* 1646 */ float: left;
/* 1647 */ clear: none;
/* 1648 */ margin:0 2% 0 0 ;
/* 1649 */ list-style-position: inside;
/* 1650 */ }

/* layout.css */

/* 1651 */ 
/* 1652 */ .template-archives .relThumWrap img, .template-archives .relThumWrap span{width:100%; text-decoration: none;}
/* 1653 */ .template-archives .relThumbTitle{ display: block; clear:both;}
/* 1654 */ 
/* 1655 */ 
/* 1656 */ /*tag archive */
/* 1657 */ #top .fullsize .template-blog .tag-page-post-type-title {
/* 1658 */ font-size: 50px;
/* 1659 */ text-transform: uppercase;
/* 1660 */ }
/* 1661 */ 
/* 1662 */ .archive .category-term-description{
/* 1663 */ margin-bottom: 25px;
/* 1664 */ }
/* 1665 */ 
/* 1666 */ /* ======================================================================================================================================================
/* 1667 *| #Sidebar & Widgets
/* 1668 *| ====================================================================================================================================================== */
/* 1669 */ 
/* 1670 */ .widgettitle{
/* 1671 */ font-weight: 600;
/* 1672 */ text-transform: uppercase;
/* 1673 */ letter-spacing: 1px;
/* 1674 */ font-size: 14px;
/* 1675 */ }
/* 1676 */ 
/* 1677 */ .widget{
/* 1678 */ clear:both;
/* 1679 */ position: relative;
/* 1680 */ padding:30px 0 30px 0;
/* 1681 */ float:none;
/* 1682 */ }
/* 1683 */ 
/* 1684 */ #footer .widget{padding:0; margin:30px 0 30px 0;}
/* 1685 */ 
/* 1686 */ #top .widget ul{
/* 1687 */ padding:0;
/* 1688 */ margin:0;
/* 1689 */ width:100%;
/* 1690 */ float:left;
/* 1691 */ }
/* 1692 */ 
/* 1693 */ .widget li{clear:both;}
/* 1694 */ 
/* 1695 */ .widget ul ul li,.widget ul ol li, .widget ol ol li, .widget ol ul li{margin-bottom:0;}
/* 1696 */ 
/* 1697 */ .sidebar .widget .seperator{
/* 1698 */ /*
/* 1699 *| position: absolute;
/* 1700 *| bottom: 0;

/* layout.css */

/* 1701 *| left:0;
/* 1702 *| padding:1px;
/* 1703 *| width:20%;
/* 1704 *| border-bottom-width:1px ;
/* 1705 *| border-bottom-style: solid;
/* 1706 *| */
/* 1707 */ }
/* 1708 */ 
/* 1709 */ .sidebar .widget:first-child, .content .sidebar .widget:first-child{
/* 1710 */ padding-top:0;
/* 1711 */ border-top: none;
/* 1712 */ }
/* 1713 */ 
/* 1714 */ /*nav menu widget*/
/* 1715 */ 
/* 1716 */ 
/* 1717 */ .widget_nav_menu a{
/* 1718 */ display: block;
/* 1719 */ padding:4px 0px 5px 0;
/* 1720 */ text-decoration: none;
/* 1721 */ }
/* 1722 */ 
/* 1723 */ div .widget_nav_menu{
/* 1724 */ padding-bottom:24px;
/* 1725 */ }
/* 1726 */ 
/* 1727 */ .widget_nav_menu ul{margin:0; padding:0;}
/* 1728 */ 
/* 1729 */ #top .widget_nav_menu li{
/* 1730 */ position: relative;
/* 1731 */ -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
/* 1732 */ -moz-box-sizing: content-box;    /* Firefox, other Gecko */
/* 1733 */ box-sizing: content-box;
/* 1734 */ margin:0;
/* 1735 */ clear:both;
/* 1736 */ }
/* 1737 */ 
/* 1738 */ #top .widget_nav_menu ul ul li:before {
/* 1739 */ content: "\2219";
/* 1740 */ position: absolute;
/* 1741 */ top:5px;
/* 1742 */ }
/* 1743 */ 
/* 1744 */ #top .sidebar_left .widget_nav_menu ul ul li:before {
/* 1745 */ right: -10px;
/* 1746 */ }
/* 1747 */ 
/* 1748 */ #top .widget_nav_menu ul ul li a{
/* 1749 */ padding:6px 0px 7px 12px;
/* 1750 */ }

/* layout.css */

/* 1751 */ 
/* 1752 */ 
/* 1753 */ .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a{
/* 1754 */ font-weight: bold;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ .widget_nav_menu ul:first-child>.current-menu-item,
/* 1758 */ .widget_nav_menu ul:first-child>.current_page_item,
/* 1759 */ .widget_nav_menu ul:first-child>.current-menu-ancestor{
/* 1760 */ padding-left: 51px;
/* 1761 */ left: -51px;
/* 1762 */ top:1px;
/* 1763 */ margin-top: -1px;
/* 1764 */ padding-top:1px;
/* 1765 */ width:100%;
/* 1766 */ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
/* 1767 */ }
/* 1768 */ 
/* 1769 */ .widget_nav_menu ul ul{
/* 1770 */ display:block;
/* 1771 */ }
/* 1772 */ 
/* 1773 */ .widget_nav_menu.widget_nav_hide_child ul ul{
/* 1774 */ display:none;
/* 1775 */ }
/* 1776 */ 
/* 1777 */ #top .widget_nav_menu .current-menu-item > ul,
/* 1778 */ #top .widget_nav_menu .current_page_item > ul,
/* 1779 */ #top .widget_nav_menu .current_page_ancestor > ul,
/* 1780 */ #top .widget_nav_menu .current-menu-ancestor > ul{
/* 1781 */ display:block;
/* 1782 */ padding:0 0 0 13px;
/* 1783 */ }
/* 1784 */ 
/* 1785 */ #top .sidebar_left .widget_nav_menu .current-menu-item > ul,
/* 1786 */ #top .sidebar_left .widget_nav_menu .current_page_item > ul,
/* 1787 */ #top .sidebar_left .widget_nav_menu .current_page_ancestor > ul,
/* 1788 */ #top .sidebar_left .widget_nav_menu .current-menu-ancestor > ul{
/* 1789 */ padding:0 13px 0 0 ;
/* 1790 */ }
/* 1791 */ 
/* 1792 */ #top .sidebar_left .widget_nav_menu .sub-menu{
/* 1793 */ padding-right: 13px;
/* 1794 */ }
/* 1795 */ 
/* 1796 */ 
/* 1797 */ .widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a{
/* 1798 */ border:none;
/* 1799 */ padding:6px 7px 7px 0;
/* 1800 */ }

/* layout.css */

/* 1801 */ 
/* 1802 */ 
/* 1803 */ #top .widget_nav_menu ul ul .sub-menu, #top .widget_nav_menu ul ul .children{
/* 1804 */ padding:0 0 0 10px;
/* 1805 */ overflow: hidden;
/* 1806 */ margin:0;
/* 1807 */ }
/* 1808 */ 
/* 1809 */ 
/* 1810 */ 
/* 1811 */ .widget_nav_menu .nested_nav>li:first-child>a{
/* 1812 */ border:none;
/* 1813 */ }
/* 1814 */ 
/* 1815 */ #top .widget_nav_menu .nested_nav{
/* 1816 */ padding-bottom:30px;
/* 1817 */ }
/* 1818 */ 
/* 1819 */ 
/* 1820 */ /*text*/
/* 1821 */ 
/* 1822 */ .textwidget ul{
/* 1823 */ margin-left:0px;
/* 1824 */ overflow: hidden;
/* 1825 */ }
/* 1826 */ 
/* 1827 */ /*combo widget*/
/* 1828 */ #top .sidebar .widget_tab_comments, #top #footer .widget_tab_comments{
/* 1829 */ display:none;
/* 1830 */ }
/* 1831 */ 
/* 1832 */ .js_active .avia_combo_widget .tab_content {
/* 1833 */ padding:5px;
/* 1834 */ }
/* 1835 */ 
/* 1836 */ 
/* 1837 */ /*social media count widget*/
/* 1838 */ .avia_socialcount{
/* 1839 */ overflow: hidden;
/* 1840 */ padding:20px 0 0 0;
/* 1841 */ text-align: left;
/* 1842 */ }
/* 1843 */ 
/* 1844 */ #top .social_widget_icon{
/* 1845 */ padding:0;
/* 1846 */ margin:0;
/* 1847 */ height:30px;
/* 1848 */ width:30px;
/* 1849 */ line-height: 32px;
/* 1850 */ text-align: center;

/* layout.css */

/* 1851 */ float: left;
/* 1852 */ font-size: 17px;
/* 1853 */ border-radius: 2px;
/* 1854 */ }
/* 1855 */ 
/* 1856 */ .asc_twitter .social_widget_icon{
/* 1857 */ color:#fff;
/* 1858 */ background-color:#46d4fe;
/* 1859 */ border-color:#46d4fe;
/* 1860 */ text-shadow: 1px 1px 1px #17ACD8;
/* 1861 */ }
/* 1862 */ 
/* 1863 */ .asc_rss .social_widget_icon{
/* 1864 */ color:#fff;
/* 1865 */ background-color:#ffa133;
/* 1866 */ border-color:#ffa133;
/* 1867 */ text-shadow: 1px 1px 1px #D18021;
/* 1868 */ }
/* 1869 */ 
/* 1870 */ 
/* 1871 */ .avia_socialcount .seperator{
/* 1872 */ display:none;
/* 1873 */ }
/* 1874 */ 
/* 1875 */ div #footer .avia_socialcount{
/* 1876 */ padding:10px 0 0 0;
/* 1877 */ }
/* 1878 */ 
/* 1879 */ .asc_multi_count{
/* 1880 */ float:left;
/* 1881 */ width:50%;
/* 1882 */ }
/* 1883 */ 
/* 1884 */ .avia_socialcount a, .avia_socialcount a:hover{
/* 1885 */ height:40px;
/* 1886 */ text-decoration: none;
/* 1887 */ display:block;
/* 1888 */ min-width:89px;
/* 1889 */ 
/* 1890 */ }
/* 1891 */ 
/* 1892 */ .avia_socialcount strong, .avia_socialcount span{
/* 1893 */ display:block;
/* 1894 */ line-height: 1em;
/* 1895 */ padding:0 0 0 36px;
/* 1896 */ }
/* 1897 */ 
/* 1898 */ .avia_socialcount a strong{
/* 1899 */ font-size: 11px;
/* 1900 */ font-weight: bold;

/* layout.css */

/* 1901 */ letter-spacing: 0;
/* 1902 */ padding-top: 4px;
/* 1903 */ }
/* 1904 */ 
/* 1905 */ .avia_socialcount a span{
/* 1906 */ font-size:10px;
/* 1907 */ padding-top:3px;
/* 1908 */ }
/* 1909 */ 
/* 1910 */ 
/* 1911 */ /*twitter widget*/
/* 1912 */ #top .widget.tweetbox .tweets{
/* 1913 */ list-style-type: none;
/* 1914 */ list-style-position: outside;
/* 1915 */ border:none;
/* 1916 */ }
/* 1917 */ 
/* 1918 */ #top .widget.tweetbox .tweet{
/* 1919 */ padding:10px 0;
/* 1920 */ line-height: 18px;
/* 1921 */ position: relative;
/* 1922 */ overflow: hidden;
/* 1923 */ font-size:11px;
/* 1924 */ background: none;
/* 1925 */ border-top-style: dashed;
/* 1926 */ border-top-width: 1px;
/* 1927 */ margin:0;
/* 1928 */ }
/* 1929 */ 
/* 1930 */ #top .widget.tweetbox .tweet:first-child{
/* 1931 */ border:none;
/* 1932 */ }
/* 1933 */ 
/* 1934 */ .widget.tweetbox .tweet-thumb{
/* 1935 */ position:relative;
/* 1936 */ }
/* 1937 */ 
/* 1938 */ .widget.tweetbox .tweet-thumb a{
/* 1939 */ margin-right:9px;
/* 1940 */ padding:3px;
/* 1941 */ float:left;
/* 1942 */ border-style: solid;
/* 1943 */ border-width: 1px;
/* 1944 */ margin-top: 5px;
/* 1945 */ display:block;
/* 1946 */ width:36px;
/* 1947 */ }
/* 1948 */ 
/* 1949 */ #top .widget.tweetbox .tweet-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
/* 1950 */ 

/* layout.css */

/* 1951 */ .widget.tweetbox .tweet-text{
/* 1952 */ position: relative;
/* 1953 */ overflow: hidden;
/* 1954 */ }
/* 1955 */ 
/* 1956 */ .widget.tweetbox .tweet-time{
/* 1957 */ clear: both;
/* 1958 */ font-size:11px;
/* 1959 */ }
/* 1960 */ 
/* 1961 */ .widget.tweetbox .tweet-text.avatar_no {
/* 1962 */ font-size: 12px;
/* 1963 */ line-height: 1.7em;
/* 1964 */ font-weight: 400;
/* 1965 */ }
/* 1966 */ 
/* 1967 */ .widget.tweetbox .tweet-text.avatar_no .tweet-time{
/* 1968 */ font-style: italic;
/* 1969 */ font-weight: normal;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ 
/* 2025 */ /*advertising widget*/
/* 2025 */ 
/* 2025 */ .avia_partner_widget a, .avia_partner_widget a:hover{
/* 2025 */ 
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia_partner_widget{
/* 2025 */ overflow: hidden;
/* 2025 */ clear:both;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia_partner_widget a, .avia_partner_widget a:hover {
/* 2025 */ float: left;
/* 2025 */ display: block;
/* 2025 */ text-decoration: none;
/* 2025 */ width: 46%;
/* 2025 */ outline: none;
/* 2025 */ border: none;
/* 2025 */ padding-bottom: 46%;
/* 2025 */ position: relative;
/* 2025 */ margin-left: 2px;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ #top .avia_partner_widget{
/* 2025 */ max-width:272px;
/* 2025 */ }
/* 2025 */ 
/* 2000 */ #top .avia_partner_widget img{

/* layout.css */

/* 2025 */ position: absolute;
/* 2025 */ left:0;
/* 2025 */ top:0;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia_partner1{
/* 2025 */ margin-right:1px;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia_parnter_empty{
/* 2025 */ line-height: 1em;
/* 2025 */ height:97%;
/* 2025 */ width:97%;
/* 2025 */ display: block;
/* 2025 */ font-size:10px;
/* 2025 */ text-align: center;
/* 2025 */ position: absolute;
/* 2025 */ border-style: solid;
/* 2025 */ border-width: 1px;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia_parnter_empty span{
/* 2025 */ width:100%;
/* 2025 */ position: absolute;
/* 2025 */ top:50%;
/* 2026 */ margin-top:-5px;
/* 2027 */ text-align: center;
/* 2028 */ left:0;
/* 2029 */ }
/* 2030 */ 
/* 2031 */ /*maps*/
/* 2032 */ 
/* 2033 */ .avia_google_maps_container{
/* 2034 */ height:230px;
/* 2035 */ width:100%;
/* 2036 */ }
/* 2037 */ 
/* 2038 */ .content .avia_google_maps_container{
/* 2039 */ height:230px;
/* 2040 */ }
/* 2041 */ 
/* 2042 */ #top .widget .infoWindow  input[type="text"]{
/* 2043 */ margin: 0 0px 3px 0;
/* 2044 */ }
/* 2045 */ 
/* 2046 */ .avia_google_maps_container img, .avia_google_maps_container  a img{
/* 2047 */ max-width: none;
/* 2048 */ }
/* 2049 */ 
/* 2050 */ .avia_google_maps_container div, .avia_google_maps_container img, .avia_google_maps_container a{

/* layout.css */

/* 2051 */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
/* 2052 */ }
/* 2053 */ 
/* 2054 */ 
/* 2055 */ /*news widget*/
/* 2056 */ 
/* 2057 */ 
/* 2058 */ #top .news-content{
/* 2059 */ padding:7px 0 3px 0;
/* 2060 */ line-height: 18px;
/* 2061 */ position: relative;
/* 2062 */ overflow: hidden;
/* 2063 */ font-size:11px;
/* 2064 */ display: block;
/* 2065 */ clear: both;
/* 2066 */ margin:0;
/* 2067 */ }
/* 2068 */ 
/* 2069 */ #top .news-wrap{
/* 2070 */ border:none;
/* 2071 */ list-style-type: none;
/* 2072 */ list-style-position: outside;
/* 2073 */ }
/* 2074 */ 
/* 2075 */ #top .news-wrap li{
/* 2076 */ border:none;
/* 2077 */ background: none;
/* 2078 */ text-indent: 0;
/* 2079 */ }
/* 2080 */ 
/* 2081 */ .news-link, .news-link:hover, #top .widget ul li .news-link:hover{
/* 2082 */ display: block;
/* 2083 */ position: relative;
/* 2084 */ text-decoration: none;
/* 2085 */ overflow: hidden;
/* 2086 */ z-index: 2;
/* 2087 */ }
/* 2088 */ 
/* 2089 */ 
/* 2090 */ /*default size news/portfolio widget*/
/* 2091 */ .news-thumb{
/* 2092 */ margin-right:9px;
/* 2093 */ padding:3px;
/* 2094 */ float:left;
/* 2095 */ margin-top: 4px;
/* 2096 */ border-style: solid;
/* 2097 */ border-width: 1px;
/* 2098 */ min-width: 36px;
/* 2099 */ min-height: 36px;
/* 2100 */ }

/* layout.css */

/* 2101 */ 
/* 2102 */ .image_size_widget .news-thumb{
/* 2103 */ height:36px;
/* 2104 */ width:36px;
/* 2105 */ }
/* 2106 */ 
/* 2107 */ .image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img{
/* 2108 */ width:28px;
/* 2109 */ height:28px;
/* 2110 */ }
/* 2111 */ 
/* 2112 */ 
/* 2113 */ /*bigger size news/portfolio widget*/
/* 2114 */ .image_size_portfolio_small .news-link{
/* 2115 */ float:left;
/* 2116 */ margin-right:10px;
/* 2117 */ }
/* 2118 */ 
/* 2119 */ .image_size_portfolio_small .news-thumb, .image_size_portfolio_small .tweet-thumb img, .image_size_portfolio_small .news-thumb img{
/* 2120 */ width:150px;
/* 2121 */ min-height:100px;
/* 2122 */ }
/* 2123 */ 
/* 2124 */ .image_size_portfolio_small .news-excerpt{
/* 2125 */ overflow: hidden;
/* 2126 */ font-size: 13px;
/* 2127 */ line-height: 1.65em;
/* 2128 */ }
/* 2129 */ 
/* 2130 */ .image_size_portfolio_small .news-headline{ font-size:14px;}
/* 2131 */ 
/* 2132 */ 
/* 2133 */ 
/* 2134 */ #top .news-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
/* 2135 */ 
/* 2136 */ .news-headline{
/* 2137 */ overflow: hidden;
/* 2138 */ font-weight: bold;
/* 2139 */ margin-top:2px;
/* 2140 */ display:block;
/* 2141 */ }
/* 2142 */ 
/* 2143 */ .news-time{
/* 2144 */ font-weight:normal;
/* 2145 */ clear: both;
/* 2146 */ font-size:10px;
/* 2147 */ display:block;
/* 2148 */ }
/* 2149 */ 
/* 2150 */ .news-excerpt{

/* layout.css */

/* 2151 */ 
/* 2152 */ }
/* 2153 */ 
/* 2154 */ /*tagcloud*/
/* 2155 */ .tagcloud br{display:none;}
/* 2156 */ .tagcloud a{
/* 2157 */ font-size:11px !important;
/* 2158 */ padding:2px 8px;
/* 2159 */ margin:0 1px 1px 0;
/* 2160 */ display:block;
/* 2161 */ float:left;
/* 2162 */ border-style: solid;
/* 2163 */ border-width: 1px;
/* 2164 */ text-decoration: none;
/* 2165 */ }
/* 2166 */ 
/* 2167 */ .tagcloud a:hover{
/* 2168 */ text-shadow: none;
/* 2169 */ text-decoration: underline;
/* 2170 */ }
/* 2171 */ 
/* 2172 */ .widget_tag_cloud h3{
/* 2173 */ border:none;
/* 2174 */ }
/* 2175 */ 
/* 2176 */ /*rss*/
/* 2177 */ 
/* 2178 */ .widget_rss li{
/* 2179 */ line-height: 1.5em;
/* 2180 */ font-size: 11px;
/* 2181 */ 
/* 2182 */ }
/* 2183 */ .widget_rss li div{
/* 2184 */ font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
/* 2185 */ font-style: italic;
/* 2186 */ }
/* 2187 */ 
/* 2188 */ .rsswidget{
/* 2189 */ display:block;
/* 2190 */ font-weight: bold;
/* 2191 */ }
/* 2192 */ 
/* 2193 */ .rss-date, .widget_rss cite{
/* 2194 */ font-size:11px;
/* 2195 */ }
/* 2196 */ 
/* 2197 */ .widget_rss li{
/* 2198 */ padding:7px 0;
/* 2199 */ }
/* 2200 */ 

/* layout.css */

/* 2201 */ .widget_rss .widgettitle img{
/* 2202 */ display:none;
/* 2203 */ }
/* 2204 */ 
/* 2205 */ /*recentcomments, recent entries*/
/* 2206 */ 
/* 2207 */ .recentcomments, .widget_recent_entries li{
/* 2208 */ padding:7px 0;
/* 2209 */ display:block;
/* 2210 */ font-size: 11px;
/* 2211 */ line-height: 1.5em;
/* 2212 */ }
/* 2213 */ 
/* 2214 */ .recentcomments a, .widget_recent_entries li a{
/* 2215 */ font-style: italic;
/* 2216 */ font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
/* 2217 */ }
/* 2218 */ 
/* 2219 */ .recentcomments, .widget_recent_entries li{
/* 2220 */ border-top-width:3px;
/* 2221 */ border-top-style: solid;
/* 2222 */ }
/* 2223 */ 
/* 2224 */ .recentcomments:first-child, .widget_recent_entries li:first-child{
/* 2225 */ border-top:none;
/* 2226 */ }
/* 2227 */ 
/* 2228 */ 
/* 2229 */ 
/* 2230 */ /*sidebar left mods for all widgets*/
/* 2231 */ 
/* 2232 */ .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item,
/* 2233 */ .sidebar_left .widget_nav_menu ul:first-child>.current_page_item,
/* 2234 */ .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor{
/* 2235 */ padding-right: 52px;
/* 2236 */ padding-left:0;
/* 2237 */ left: auto;
/* 2238 */ top:1px;
/* 2239 */ }
/* 2240 */ 
/* 2241 */ .sidebar_left.sidebar{text-align: right;}
/* 2242 */ 
/* 2243 */ .sidebar_left .news-thumb{float:right; margin: 4px 0 0 9px;}
/* 2244 */ 
/* 2245 */ /*TWITTER WIDGET PRO STYLES*/
/* 2246 */ #top .widget_twitter{ font-size: 12px; line-height: 1.65em;}
/* 2247 */ #top .widget_twitter .twitter-avatar{float:left; margin-right:13px; border-style: solid; border-width:1px; padding:3px; display: block;}
/* 2248 */ #top .widget_twitter .twitter-avatar a, #top .widget_twitter .twitter-avatar img{display: block;}
/* 2249 */ #top .widget_twitter ul{overflow: hidden; margin:0; padding:0;}
/* 2250 */ #top .widget_twitter li{padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom-style: solid; border-bottom-width: 2px; }

/* layout.css */

/* 2251 */ #top .widget_twitter li:last-child{border-bottom: none;}
/* 2252 */ #top .widget_twitter .entry-content-wrapper{padding:0; margin:0; float: none; clear: both; position: relative; border:none; width:100%;}
/* 2253 */ #top .widget_twitter .entry-meta{display: block; font-size: 11px; font-style: italic; opacity: 0.8; margin-top:5px;}
/* 2254 */ #top .widget_twitter .time-meta, #top .widget_twitter .from-meta{}
/* 2255 */ #top .widget_twitter .intent-meta{ display: block; font-size: 11px; margin-top:8px;}
/* 2256 */ #top .widget_twitter .intent-meta a{ text-decoration: none; margin-right: 4px;  }
/* 2257 */ #top .widget_twitter .intent-meta a:hover{text-decoration: underline;}
/* 2258 */ 
/* 2259 */ 
/* 2260 */ /* ======================================================================================================================================================
/* 2261 *| #Footer & #Socket
/* 2262 *| ====================================================================================================================================================== */
/* 2263 */ 
/* 2264 */ #footer{
/* 2265 */ padding:15px 0 30px 0;
/* 2266 */ z-index: 1;
/* 2267 */ }
/* 2268 */ 
/* 2269 */ #socket .container{
/* 2270 */ padding:15px 0;
/* 2271 */ }
/* 2272 */ 
/* 2273 */ #socket{font-size: 11px; margin-top: -1px; z-index: 1;}
/* 2274 */ #socket .menu{margin-top:6px;}
/* 2275 */ #socket .sub_menu_socket{float:right; margin:0;}
/* 2276 */ #socket .sub_menu_socket div{overflow: hidden;}
/* 2277 */ #socket .sub_menu_socket li{float:left; display:block; padding:0 10px; border-left-style: solid; border-left-width: 1px; line-height: 10px;}
/* 2278 */ #socket .sub_menu_socket li:first-child{border:none;}
/* 2279 */ #socket .sub_menu_socket li:last-child{padding-right:0;}
/* 2280 */ 
/* 2281 */ #socket .copyright{float:left; }
/* 2282 */ 
/* 2283 */ #scroll-top-link{
/* 2284 */ position:fixed;
/* 2285 */ border-radius:2px;
/* 2286 */ height:50px;
/* 2287 */ width:50px;
/* 2288 */ line-height: 50px;
/* 2289 */ text-decoration: none;
/* 2290 */ text-align: center;
/* 2291 */ opacity: 0;
/* 2292 */ right:50px;
/* 2293 */ bottom:50px;
/* 2294 */ z-index: 10000;
/* 2295 */ visibility: hidden;
/* 2296 */ }
/* 2297 */ 
/* 2298 */ #scroll-top-link.avia_pop_class{
/* 2299 */ opacity: 0.7;
/* 2300 */ visibility: visible;

/* layout.css */

/* 2301 */ }
/* 2302 */ 
/* 2303 */ 
/* 2304 */ /* ======================================================================================================================================================
/* 2305 *| #Comment
/* 2306 *| ====================================================================================================================================================== */
/* 2307 */ 
/* 2308 */ 
/* 2309 */ h4#comments{
/* 2310 */ margin-bottom:30px;
/* 2311 */ }
/* 2312 */ 
/* 2313 */ #respond{
/* 2314 */ margin-top:20px;
/* 2315 */ }
/* 2316 */ 
/* 2317 */ .commentlist ul {
/* 2318 */ border-left-style: dashed;
/* 2319 */ border-left-width: 1px;
/* 2320 */ }
/* 2321 */ 
/* 2322 */ .children .children .says{
/* 2323 */ border-bottom-style: dashed;
/* 2324 */ border-bottom-width: 1px;
/* 2325 */ }
/* 2326 */ 
/* 2327 */ 
/* 2328 */ 
/* 2329 */ .miniheading, .author_name, #reply-title, #top .logged-in-as, .dynamic-column-title{
/* 2330 */ font-weight: 600;
/* 2331 */ letter-spacing: 1px;
/* 2332 */ }
/* 2333 */ 
/* 2334 */ #comments span, .minitext, .form-allowed-tags, #reply-title small, #commentform label{
/* 2335 */ font-size: 11px;
/* 2336 */ display:block;
/* 2337 */ letter-spacing: 0;
/* 2338 */ text-transform: none;
/* 2339 */ padding-top:8px;
/* 2340 */ line-height: 1.5em;
/* 2341 */ font-weight: normal;
/* 2342 */ }
/* 2343 */ 
/* 2344 */ .comment_meta_container{clear:both; float:none;}
/* 2345 */ 
/* 2346 */ #top .commentlist{
/* 2347 */ margin:0;
/* 2348 */ padding: 0 0 10px 0px;
/* 2349 */ border:none;
/* 2350 */ }

/* layout.css */

/* 2351 */ 
/* 2352 */ 
/* 2353 */ #top .commentlist .comment{
/* 2354 */ list-style-type: none;
/* 2355 */ list-style-position: outside;
/* 2356 */ width:100%;
/* 2357 */ position: relative;
/* 2358 */ display: block;
/* 2359 */ background: none;
/* 2360 */ min-height:100px;
/* 2361 */ clear: both;
/* 2362 */ 
/* 2363 */ }
/* 2364 */ 
/* 2365 */ #top .commentlist .comment.depth-1{float:left;}
/* 2366 */ 
/* 2367 */ #top .commentlist .comment>div{min-height: 100px; float: left; width:100%;}
/* 2368 */ 
/* 2369 */ .commentlist>.comment{
/* 2370 */ border-bottom-style: dashed;
/* 2371 */ border-bottom-width: 1px;
/* 2372 */ margin-bottom:30px;
/* 2373 */ 
/* 2374 */ }
/* 2375 */ 
/* 2376 */ .gravatar{
/* 2377 */ position: relative;
/* 2378 */ z-index: 2;
/* 2379 */ border-radius: 200px;
/* 2380 */ overflow: hidden;
/* 2381 */ float: left;
/* 2382 */ }
/* 2383 */ 
/* 2384 */ .gravatar img{
/* 2385 */ padding:0;
/* 2386 */ margin:0;
/* 2387 */ display: block;
/* 2388 */ border-radius: 200px;
/* 2389 */ }
/* 2390 */ 
/* 2391 */ 
/* 2392 */ .comment_content{
/* 2393 */ position:relative;
/* 2394 */ margin:0 0 0 85px;
/* 2395 */ padding:0 35px 15px 0;
/* 2396 */ z-index: 10;
/* 2397 */ overflow: hidden;
/* 2398 */ }
/* 2399 */ 
/* 2400 */ 

/* layout.css */

/* 2401 */ 
/* 2402 */ .author_name a, .author_name a:hover{
/* 2403 */ font-weight: bold;
/* 2404 */ text-decoration: none;
/* 2405 */ }
/* 2406 */ 
/* 2407 */ .comment-edit-link, #cancel-comment-reply-link{
/* 2408 */ display:inline-block;
/* 2409 */ font-size: 10px;
/* 2410 */ }
/* 2411 */ 
/* 2412 */ .author_name, .comment_title{
/* 2413 */ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 2414 */ }
/* 2415 */ 
/* 2416 */ .commentmetadata {
/* 2417 */ font-size:11px;
/* 2418 */ line-height: 1em;
/* 2419 */ }
/* 2420 */ 
/* 2421 */ .commentmetadata a{
/* 2422 */ text-decoration: none;
/* 2423 */ }
/* 2424 */ 
/* 2425 */ .commentmetadata a:hover{
/* 2426 */ text-decoration: underline;
/* 2427 */ }
/* 2428 */ 
/* 2429 */ .says {
/* 2430 */ display: block;
/* 2431 */ height: 1px;
/* 2432 */ left: -70px;
/* 2433 */ position: absolute;
/* 2434 */ text-indent: 200%;
/* 2435 */ top: 18px;
/* 2436 */ width: 40px;
/* 2437 */ overflow: hidden;
/* 2438 */ }
/* 2439 */ 
/* 2440 */ #top .comment_text{
/* 2441 */ clear: both;
/* 2442 */ font-size: 13px;
/* 2443 */ padding:  0 0 15px 0;
/* 2444 */ border:none;
/* 2445 */ }
/* 2446 */ 
/* 2447 */ #top .comment-reply-link {
/* 2448 */ font-size: 11px;
/* 2449 */ text-decoration: none;
/* 2450 */ line-height: 20px;

/* layout.css */

/* 2451 */ }
/* 2452 */ 
/* 2453 */ .side-container-comment-inner{
/* 2454 */ text-align: center;
/* 2455 */ position: relative;
/* 2456 */ overflow: hidden;
/* 2457 */ margin-bottom:15px;
/* 2458 */ }
/* 2459 */ 
/* 2460 */ .comment-count {
/* 2461 */ font-size: 24px;
/* 2462 */ line-height: 60px;
/* 2463 */ width: 60px;
/* 2464 */ display: block;
/* 2465 */ text-align: center;
/* 2466 */ border-radius: 200px;
/* 2467 */ margin: 0 auto;
/* 2468 */ position: relative;
/* 2469 */ z-index: 100;
/* 2470 */ }
/* 2471 */ 
/* 2472 */ .side-container-comment-inner .comment-text{
/* 2473 */ font-size: 12px;
/* 2474 */ text-transform: uppercase;
/* 2475 */ }
/* 2476 */ 
/* 2477 */ .center-border{position: absolute; top:39%; width:42%; border-top-style: solid; border-top-width: 1px; z-index: 1;}
/* 2478 */ .center-border-left{left:0;}
/* 2479 */ .center-border-right{right:0;}
/* 2480 */ 
/* 2481 */ 
/* 2482 */ /*children*/
/* 2483 */ #top .commentlist ul{
/* 2484 */ margin: 0 0 0 74px;
/* 2485 */ clear:both;
/* 2486 */ }
/* 2487 */ 
/* 2488 */ #top .commentlist .children ul{
/* 2489 */ margin: 0 0 0 47px;
/* 2490 */ }
/* 2491 */ 
/* 2492 */ .children .comment_content {
/* 2493 */ margin: 0 0 0 28px;
/* 2494 */ padding-bottom:30px;
/* 2495 */ z-index: 1;
/* 2496 */ }
/* 2497 */ 
/* 2498 */ .children .gravatar{
/* 2499 */ position: relative;
/* 2500 */ left:-24px;

/* layout.css */

/* 2501 */ z-index: 2;
/* 2502 */ width:45px;
/* 2503 */ }
/* 2504 */ 
/* 2505 */ #top .children .comment-reply-link {
/* 2506 */ left: -42px;
/* 2507 */ top: 51px;
/* 2508 */ }
/* 2509 */ 
/* 2510 */ /*comment page nav*/
/* 2511 */ 
/* 2512 */ .comment_page_nav_links{
/* 2513 */ position: relative;
/* 2514 */ display: block;
/* 2515 */ clear:both;
/* 2516 */ overflow: hidden;
/* 2517 */ font-size:11px;
/* 2518 */ }
/* 2519 */ 
/* 2520 */ .comment_prev_page a{
/* 2521 */ float:left;
/* 2522 */ }
/* 2523 */ 
/* 2524 */ .comment_next_page a{
/* 2525 */ float:right;
/* 2526 */ }
/* 2527 */ 
/* 2528 */ .comment_page_nav_links_bottom{
/* 2529 */ }
/* 2530 */ 
/* 2531 */ .comment_page_nav_links_top{
/* 2532 */ 
/* 2533 */ }
/* 2534 */ 
/* 2535 */ .sidebar_right .comment_container {
/* 2536 */ padding-right: 50px;
/* 2537 */ }
/* 2538 */ 
/* 2539 */ .sidebar_left .comment_container {
/* 2540 */ margin-left: 0;
/* 2541 */ }
/* 2542 */ 
/* 2543 */ 
/* 2544 */ /*generated by comment_form()*/
/* 2545 */ 
/* 2546 */ #commentform{ position: relative;}
/* 2547 */ #commentform p{ position: relative; padding:0 0 10px 0; margin:0;}
/* 2548 */ 
/* 2549 */ #reply-title small a{ float:right;}
/* 2550 */ 

/* layout.css */

/* 2551 */ #commentform label{
/* 2552 */ position: absolute;
/* 2553 */ left:245px;
/* 2554 */ font-size: 11px;
/* 2555 */ top:0;
/* 2556 */ font-weight: bold;
/* 2557 */ }
/* 2558 */ 
/* 2559 */ #commentform div input{
/* 2560 */ margin:0;
/* 2561 */ }
/* 2562 */ 
/* 2563 */ .commentlist #commentform label{
/* 2564 */ position: static;
/* 2565 */ display: block;
/* 2566 */ }
/* 2567 */ 
/* 2568 */ #commentform .required, .comment-notes, #commentform  .comment-form-comment label{
/* 2569 */ display:none;
/* 2570 */ }
/* 2571 */ 
/* 2572 */ #top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input{
/* 2573 */ width: 220px;
/* 2574 */ }
/* 2575 */ 
/* 2576 */ #top .commentlist .comment-form-url input, #top .commentlist .comment-form-email input, #top .commentlist .comment-form-author input{
/* 2577 */ width: 70%;
/* 2578 */ }
/* 2579 */ 
/* 2580 */ #comment{
/* 2581 */ width:602px;
/* 2582 */ height:150px;
/* 2583 */ padding:10px 7px;
/* 2584 */ font-size: 12px;
/* 2585 */ margin:0;
/* 2586 */ }
/* 2587 */ 
/* 2588 */ .form-allowed-tags{
/* 2589 */ font-size: 11px;
/* 2590 */ line-height: 1.5em;
/* 2591 */ margin-bottom: 5px;
/* 2592 */ }
/* 2593 */ 
/* 2594 */ .form-allowed-tags code{
/* 2595 */ display:block;
/* 2596 */ padding-top:5px;
/* 2597 */ }
/* 2598 */ 
/* 2599 */ .commentlist #respond {
/* 2600 */ padding: 0 0 30px 56px;

/* layout.css */

/* 2601 */ }
/* 2602 */ 
/* 2603 */ .commentlist #respond #comment{
/* 2604 */ width:90%;
/* 2605 */ }
/* 2606 */ 
/* 2607 */ .commentlist #respond .form-allowed-tags{
/* 2608 */ display:none;
/* 2609 */ }
/* 2610 */ 
/* 2611 */ #reply-title{display:none;}
/* 2612 */ #reply-title small{display:inline;}
/* 2613 */ .commentlist #reply-title{display:block;}
/* 2614 */ 
/* 2615 */ #comment{
/* 2616 */ width:94%;
/* 2617 */ font-size:12px;
/* 2618 */ }
/* 2619 */ 
/* 2620 */ .personal_data p{
/* 2621 */ float:left;
/* 2622 */ width:33%;
/* 2623 */ }
/* 2624 */ 
/* 2625 */ .personal_data label{
/* 2626 */ display:none;
/* 2627 */ }
/* 2628 */ 
/* 2629 */ 
/* 2630 */ 
/* 2631 */ 
/* 2632 */ 
/* 2633 */ 
/* 2634 */ /* ======================================================================================================================================================
/* 2635 *| #CSS ANIMATION
/* 2636 *| ====================================================================================================================================================== */
/* 2637 */ 
/* 2638 */ 
/* 2639 */ 
/* 2640 */ .small-preview, .avia-post-nav .entry-info-wrap, .avia-post-nav, .avia-menu-fx, .team-social, .button, .related-format-icon, .avia-slideshow-controls a, #top .social_bookmarks li a, .fallback-post-type-icon, #scroll-top-link, #advanced_menu_toggle, #advanced_menu_hide, .avia-slideshow-button{
/* 2641 */ -ms-transition:     all 0.3s ease-out;
/* 2642 */ -moz-transition:    all 0.3s ease-out;
/* 2643 */ -webkit-transition: all 0.3s ease-out;
/* 2644 */ -o-transition:      all 0.3s ease-out;
/* 2645 */ transition:         all 0.3s ease-out;
/* 2646 */ }
/* 2647 */ 
/* 2648 */ .main_menu a, .pagination a{
/* 2649 */ -ms-transition:     color 0.15s ease-out;
/* 2650 */ -moz-transition:    color 0.15s ease-out;

/* layout.css */

/* 2651 */ -webkit-transition: color 0.15s ease-out;
/* 2652 */ -o-transition:      color 0.15s ease-out;
/* 2653 */ transition:         color 0.15s ease-out;
/* 2654 */ 
/* 2655 */ -ms-transition:     background 0.15s ease-out;
/* 2656 */ -moz-transition:    background 0.15s ease-out;
/* 2657 */ -webkit-transition: background 0.15s ease-out;
/* 2658 */ -o-transition:      background 0.15s ease-out;
/* 2659 */ transition:         background 0.15s ease-out;
/* 2660 */ }
/* 2661 */ 
/* 2662 */ 
/* 2663 */ .avia_pop_class, .avia-search-tooltip{
/* 2664 */ -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2665 */ -moz-animation:    avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2666 */ -o-animation:      avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2667 */ animation:         avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2668 */ }
/* 2669 */ 
/* 2670 */ 
/* 2671 */ a:hover .image-overlay .image-overlay-inside{
/* 2672 */ -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2673 */ -moz-animation:    avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2674 */ -o-animation:      avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2675 */ animation:         avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2676 */ 
/* 2677 */ }
/* 2678 */ 
/* 2679 */ 
/* 2680 */ @-webkit-keyframes avia_pop {
/* 2681 */   0%   { -webkit-transform:scale(0.8);  }
/* 2682 */   100% { -webkit-transform:scale(1);  }
/* 2683 */ }
/* 2684 */ @-moz-keyframes avia_pop {
/* 2685 */   0%   { -moz-transform:scale(0.8);  }
/* 2686 */   100% { -moz-transform:scale(1);   }
/* 2687 */ }
/* 2688 */ @-o-keyframes avia_pop {
/* 2689 */   0%   { -o-transform:scale(0.8);  }
/* 2690 */   100% { -o-transform:scale(1);   }
/* 2691 */ }
/* 2692 */ @keyframes avia_pop {
/* 2693 */   0%   { transform:scale(0.8);  }
/* 2694 */   100% { transform:scale(1);   }
/* 2695 */ }
/* 2696 */ 
/* 2697 */ @-webkit-keyframes avia_pop_small {
/* 2698 */   0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
/* 2699 */   100% { -webkit-transform:rotate(0deg) scale(1);  }
/* 2700 */ }

/* layout.css */

/* 2701 */ @-moz-keyframes avia_pop_small {
/* 2702 */   0%   { -moz-transform:rotate(-175deg) scale(0.2);  }
/* 2703 */   100% { -moz-transform:rotate(0deg) scale(1);   }
/* 2704 */ }
/* 2705 */ @-o-keyframes avia_pop_small {
/* 2706 */   0%   { -o-transform:rotate(-175deg) scale(0.2);  }
/* 2707 */   100% { -o-transform:rotate(0deg) scale(1);   }
/* 2708 */ }
/* 2709 */ @keyframes avia_pop_small {
/* 2710 */   0%   { transform:rotate(-175deg) scale(0.2);  }
/* 2711 */   100% { transform:rotate(0deg) scale(1);   }
/* 2712 */ }
/* 2713 */ 
/* 2714 */ 
/* 2715 */ 
/* 2716 */ 
/* 2717 */ 
/* 2718 */ 
/* 2719 */ 
/* 2720 */ 
/* 2721 */ 
/* 2722 */ 
/* 2723 */ 
/* 2724 */ /* #Media Queries
/* 2725 *| ================================================== */
/* 2726 */ 
/* 2727 */ 	/* large screens with 1140px with */
/* 2728 */ 
/* 2729 */ 	@media only screen and (min-width: 1140px)  {
/* 2730 */ 
/* 2731 */ 		}
/* 2732 */ 
/* 2733 */ 
/* 2734 */ 	/* Smaller than standard 960 (devices and browsers) */
/* 2735 */ 	@media only screen and (max-width: 989px) {
/* 2736 */ 
/* 2737 */ 
/* 2738 */ 	}
/* 2739 */ 
/* 2740 */ 
/* 2741 */ 
/* 2742 */ 	/* Tablet Portrait size to standard 960 (devices and browsers) */
/* 2743 */ 	@media only screen and (min-width: 768px) and (max-width: 989px) {
/* 2744 */ 
/* 2745 */ 		.responsive #top .mobileMenu{position: absolute; top: 50%; margin: -15px 0 0 0; width:250px; right:0; max-width: 250px;}
/* 2746 */ 		.responsive .main_menu ul:first-child > li > a { padding: 0 10px; }
/* 2747 */ 		.responsive #top #header {position: relative; }
/* 2748 */ 		.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
/* 2749 */ 		.responsive #top #main   {padding-top:0; }
/* 2750 */ 		.responsive #main .container_wrap:first-child{ border-top:none; }

/* layout.css */

/* 2751 */ 		.responsive .mobile_slide_out .logo{float:left;}
/* 2752 */ 		.responsive .mobile_slide_out .logo img{margin:0;}
/* 2753 */ 		.responsive .mobile_menu_tablet .main_menu{display: none; }
/* 2754 */ 
/* 2755 */ 		}
/* 2756 */ 
/* 2757 */ 	/* All Mobile Sizes (devices and browser) */
/* 2758 */ 	@media only screen and (max-width: 767px) {
/* 2759 */ 
/* 2760 */ 		/*blog*/
/* 2761 */ 		.responsive .template-archives .tab_inner_content li{width:98%;}
/* 2762 */ 		.responsive .template-blog .blog-meta,
/* 2763 */ 		.responsive .post_author_timeline,
/* 2764 */ 		.responsive #top #main .sidebar {display:none; }
/* 2765 */ 		.responsive #top #main .sidebar.smartphones_sidebar_active{display:block;text-align: left; border-left: none; border-right: none; border-top-style: dashed; border-top-width: 1px; width: 100%; clear: both;}
/* 2766 */ 		.responsive #top #main .sidebar.smartphones_sidebar_active .inner_sidebar{margin:0;}
/* 2767 */ 		.responsive .content .entry-content-wrapper{padding:0;}
/* 2768 */ 		.responsive .content{border:none;}
/* 2769 */ 		.responsive .template-blog .post_delimiter { margin: 0 0 30px 0; padding: 30px 0 0 0; }
/* 2770 */ 		.responsive .big-preview{padding: 0 0 10px 0;}
/* 2771 */ 		.responsive .related_posts{padding:20px 0;}
/* 2772 */ 		.responsive .comment_content{padding-right:0; padding-left:0;}
/* 2773 */ 		.responsive .fullsize div .template-blog .entry-content-wrapper{text-align: left; font-size:14px; line-height: 24px;}
/* 2774 */ 		.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
/* 2775 */ 		.responsive #top .avia-post-nav { display: none; }
/* 2776 */ 
/* 2777 */ 		/*all templates*/
/* 2778 */ 		.responsive .title_container .breadcrumb{position: relative;right:auto; top:-6px; margin:0; left:-2px;}
/* 2779 */ 		.responsive .pagination{padding-left: 0; padding-right: 0;}
/* 2780 */ 		.responsive #header .main_menu ul{display:none;}
/* 2781 */ 
/* 2782 */ 		/*header*/
/* 2783 */ 		.responsive #top #header {position: relative; }
/* 2784 */ 		.responsive #top #main {padding-top:0; }
/* 2785 */ 		.responsive #main .container_wrap:first-child{ border-top:none; }
/* 2786 */ 
/* 2787 */ 		.responsive .main_menu{position: static;}
/* 2788 */ 		.responsive .logo{position: static; height:80px; float:none;}
/* 2789 */ 		.responsive .mobile_slide_out .logo{float:left;}
/* 2790 */ 		.responsive .logo img{margin: 0 auto;}
/* 2791 */ 		.responsive #header_main .container{height:auto !important; }
/* 2792 */ 		.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
/* 2793 */ 		.responsive #top .mobileMenu{margin: 0 0 10px 0; width:100%; padding: 10px 4px;}
/* 2794 */ 		.responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
/* 2795 */ 		.responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
/* 2796 */ 		.responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;}
/* 2797 */ 		.responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
/* 2798 */ 		.responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width:  1px;}
/* 2799 */ 		.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
/* 2800 */ 		.responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;}

/* layout.css */

/* 2801 */ 		.responsive #header_meta .sub_menu>ul li,
/* 2802 */ 		.responsive #header .social_bookmarks li{float:none; display: inline-block;}
/* 2803 */ 		.responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
/* 2804 */ 		.responsive #header_main_alternate .mobileMenu{ margin:16px 0;}
/* 2805 */ 		.responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
/* 2806 */ 		.responsive .mobile_slide_out .logo img{margin:0;}
/* 2807 */ 
/* 2808 */ 		/*related images*/
/* 2809 */ 		.responsive .related_entries_container .av_one_eighth{width:25%;}
/* 2810 */ 		.responsive .relThumb5{clear:both;}
/* 2811 */ 
/* 2812 */ 	 }
/* 2813 */ 
/* 2814 */ 	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* 2815 */ 	@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 2816 */ 
/* 2817 */ 		.responsive #socket .sub_menu_socket{float:none; margin-left:-20px;}
/* 2818 */ 
/* 2819 */ 		/*portfolio*/
/* 2820 */ 		.responsive #top .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1{width:100%;}
/* 2821 */ 		.responsive #top .grid-sort-container .grid-entry{ width:50%; margin-bottom: 0;}
/* 2822 */ 		.responsive #top .portfolio-parity-odd{ clear:both; }
/* 2823 */ 		
/* 2824 */ 		.responsive #scroll-top-link{display: none;} /*iphones etc scroll better by tapping the status bar at the top of the screen*/
/* 2825 */ 
/* 2826 */ 	}
/* 2827 */ 
/* 2828 */ 	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* 2829 */ 	@media only screen and (max-width: 479px) {
/* 2830 */ 
/* 2831 */ 		.responsive #socket .sub_menu_socket{display:none;}
/* 2832 */ 		/*related images*/
/* 2833 */ 		.responsive .related_entries_container .av_one_eighth{width:50%;}
/* 2834 */ 		.responsive .related_entries_container .av_one_eighth:nth-child(odd){clear:both;}
/* 2835 */ 	}
/* 2836 */ 
/* 2837 */ 
/* 2838 */ 
/* 2839 */ 
/* 2840 */ 
/* 2841 */ /*Added with version 1.3*/
/* 2842 */ 
/* 2843 */ /*mobile-advanced*/
/* 2844 */ #mobile-advanced{
/* 2845 */ width:100%;
/* 2846 */ right:-100%;
/* 2847 */ position: absolute;
/* 2848 */ z-index: 1000;
/* 2849 */ top:0;
/* 2850 */ height:100%;

/* layout.css */

/* 2851 */ padding:90px 0;
/* 2852 */ overflow: hidden;
/* 2853 */ border-left-style: solid;
/* 2854 */ border-left-width: 1px;
/* 2855 */ margin-left:-2px;
/* 2856 */ -webkit-transform: 	scale(0.5);
/* 2857 */ -moz-transform: 	scale(0.5);
/* 2858 */ -ms-transform: 		scale(0.5);
/* 2859 */ -o-transform: 		scale(0.5);
/* 2860 */ transform: 			scale(0.5);
/* 2861 */ -webkit-transition: all 0.6s ease;
/* 2862 */ -moz-transition: 	all 0.6s ease;
/* 2863 */ -o-transition: 		all 0.6s ease;
/* 2864 */ -ms-transition: 	all 0.6s ease;
/* 2865 */ transition: 		all 0.6s ease;
/* 2866 */ -webkit-transform-origin: 0% 0%;
/* 2867 */ -moz-transform-origin: 0% 0%;
/* 2868 */ -ms-transform-origin: 0% 0%;
/* 2869 */ -o-transform-origin: 0% 0%;
/* 2870 */ transform-origin: 0% 0%;
/* 2871 */ display:none;
/* 2872 */ }
/* 2873 */ 
/* 2874 */ .show_mobile_menu{
/* 2875 */ overflow: hidden;
/* 2876 */ }
/* 2877 */ 
/* 2878 */ .csstransforms3d #mobile-advanced{
/* 2879 */ -webkit-transform: 	scale3d(0.5);
/* 2880 */ -moz-transform: 	scale3d(0.5);
/* 2881 */ -ms-transform: 		scale3d(0.5);
/* 2882 */ -o-transform: 		scale3d(0.5);
/* 2883 */ transform: 			scale3d(0.5);
/* 2884 */ }
/* 2885 */ 
/* 2886 */ .show_mobile_menu #mobile-advanced{
/* 2887 */ -webkit-transform: 	scale(1);
/* 2888 */ -moz-transform: 	scale(1);
/* 2889 */ -ms-transform: 		scale(1);
/* 2890 */ -o-transform: 		scale(1);
/* 2891 */ transform: 			scale(1);
/* 2892 */ -webkit-transform: 	translate(-100%, 0);
/* 2893 */ -moz-transform: 	translate(-100%, 0);
/* 2894 */ -ms-transform: 		translate(-100%, 0);
/* 2895 */ -o-transform: 		translate(-100%, 0);
/* 2896 */ transform: 			translate(-100%, 0);
/* 2897 */ }
/* 2898 */ 
/* 2899 */ 
/* 2900 */ 

/* layout.css */

/* 2901 */ .csstransforms3d .show_mobile_menu #mobile-advanced{
/* 2902 */ -webkit-transform: 	scale3d(1);
/* 2903 */ -moz-transform: 	scale3d(1);
/* 2904 */ -ms-transform: 		scale3d(1);
/* 2905 */ -o-transform: 		scale3d(1);
/* 2906 */ transform: 			scale3d(1);
/* 2907 */ -webkit-transform: 	translate3d(-100%, 0, 0);
/* 2908 */ -moz-transform: 	translate3d(-100%, 0, 0);
/* 2909 */ -ms-transform: 		translate3d(-100%, 0, 0);
/* 2910 */ -o-transform: 		translate3d(-100%, 0, 0);
/* 2911 */ transform: 			translate3d(-100%, 0, 0);
/* 2912 */ }
/* 2913 */ 
/* 2914 */ 
/* 2915 */ 
/* 2916 */ #mobile-advanced>li:first-child>a:first-child{border-top-style: solid;border-top-width: 1px;}
/* 2917 */ #mobile-advanced li{margin:0; padding:0; position: relative; float:none; clear: both;}
/* 2918 */ #mobile-advanced li > a:before {
/* 2919 */ content: "\25B6";
/* 2920 */ position: absolute;
/* 2921 */ top: 13px;
/* 2922 */ margin-left: -10px;
/* 2923 */ font-family: 'entypo-fontello';
/* 2924 */ font-size: 7px;
/* 2925 */ }
/* 2926 */ 
/* 2927 */ #mobile-advanced ul{margin:0; padding:0; display: block; width:100%; left:0; position: relative;}
/* 2928 */ #mobile-advanced a , #mobile-advanced .mega_menu_title{padding:13px 28px; border-bottom-style: solid; border-bottom-width:1px; width:100%; display:block; margin:0; text-decoration: none; position: relative;}
/* 2929 */ #mobile-advanced  ul a{padding-left:40px;}
/* 2930 */ #mobile-advanced  ul ul a{padding-left:60px;}
/* 2931 */ #mobile-advanced  ul ul ul a{padding-left:80px;}
/* 2932 */ #mobile-advanced  ul ul ul ul a{padding-left:100px;}
/* 2933 */ 
/* 2934 */ /*mega menu fixes*/
/* 2935 */ #mobile-advanced .avia-bullet{display:none;}
/* 2936 */ #mobile-advanced .avia_mega_div{width:100%; margin:0; float: none;}
/* 2937 */ #mobile-advanced .mega_menu_title a{padding:0; border:none;}
/* 2938 */ 
/* 2939 */ #advanced_menu_toggle, #advanced_menu_hide{
/* 2940 */ position: absolute;
/* 2941 */ border-radius: 2px;
/* 2942 */ height: 47px;
/* 2943 */ width: 47px;
/* 2944 */ line-height: 47px;
/* 2945 */ text-decoration: none;
/* 2946 */ text-align: center;
/* 2947 */ right: 0;
/* 2948 */ top: 50%;
/* 2949 */ margin-top:-24px;
/* 2950 */ z-index: 10000;

/* layout.css */

/* 2951 */ border-style:solid;
/* 2952 */ border-width: 1px;
/* 2953 */ font-size: 30px;
/* 2954 */ display:none;
/* 2955 */ }
/* 2956 */ .bottom_nav_header #advanced_menu_toggle{top:40px;}
/* 2957 */ 
/* 2958 */ 
/* 2959 */ #advanced_menu_hide{
/* 2960 */ display:block;
/* 2961 */ z-index: 10001;
/* 2962 */ visibility: hidden;
/* 2963 */ opacity: 0;
/* 2964 */ top: 44px;
/* 2965 */ right: 23px;
/* 2966 */ }
/* 2967 */ 
/* 2968 */ .show_mobile_menu #advanced_menu_hide{
/* 2969 */ opacity: 1;
/* 2970 */ visibility: visible;
/* 2971 */ }
/* 2972 */ 
/* 2973 */ 
/* 2974 */ @media only screen and (max-width: 989px) {
/* 2975 */ #mobile-advanced, .mobile_active.mobile_menu_tablet #advanced_menu_toggle{display:block;}
/* 2976 */ #mobile-advanced .avia-menu-fx{display:none; visibility:hidden;}
/* 2977 */ .mobile_active #advanced_menu_toggle{display: none;}
/* 2978 */ }
/* 2979 */ 
/* 2980 */ @media only screen and (max-width: 767px) {
/* 2981 */ .mobile_active #advanced_menu_toggle{display: block;}
/* 2982 */ }
/* 2983 */ 

/* shortcodes.css */

/* 1    */ /* ======================================================================================================================================================
/* 2    *| GENERIC
/* 3    *| ====================================================================================================================================================== */
/* 4    */ 
/* 5    */ 
/* 6    */ p:empty, .entry-content-wrapper:empty{display:none;}
/* 7    */ .avia-shadow{box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);}
/* 8    */ 
/* 9    */ /*fix webkit flickering bug*/
/* 10   */ .webkit_fix{
/* 11   */ -webkit-perspective: 1000;
/* 12   */ -webkit-backface-visibility: hidden;
/* 13   */ }
/* 14   */ 
/* 15   */ slide-entry-wrap
/* 16   */ 
/* 17   */ 
/* 18   */ body .container_wrap .avia-builder-el-no-sibling{margin-top:0; margin-bottom:0;}
/* 19   */ body .container_wrap .avia-builder-el-last{margin-bottom:0;}
/* 20   */ body .container_wrap .avia-builder-el-first{margin-top:0;}
/* 21   */ 
/* 22   */ 
/* 23   */ 
/* 24   */ /* ======================================================================================================================================================
/* 25   *| TEXT BLOCK
/* 26   *| ====================================================================================================================================================== */
/* 27   */ .avia_textblock{
/* 28   */ clear: both;
/* 29   */ }
/* 30   */ 
/* 31   */ .flex_column + .avia_textblock{padding-top:50px;}
/* 32   */ 
/* 33   */ /* ======================================================================================================================================================
/* 34   *| Columns
/* 35   *| ====================================================================================================================================================== */
/* 36   */ body .column-top-margin{
/* 37   */ margin-top:50px;
/* 38   */ }
/* 39   */ 
/* 40   */ 
/* 41   */ 
/* 42   */ /* ======================================================================================================================================================
/* 43   *| HEADING
/* 44   *| ====================================================================================================================================================== */
/* 45   */ .av-special-heading{
/* 46   */ width:100%;
/* 47   */ clear:both;
/* 48   */ display: block;
/* 49   */ margin-top:50px;
/* 50   */ overflow: hidden;

/* shortcodes.css */

/* 51   */ position: relative;
/* 52   */ }
/* 53   */ 
/* 54   */ 
/* 55   */ .flex_column + .av-special-heading{float:left; }
/* 56   */ 
/* 57   */ body .av-special-heading h1, body .av-special-heading h2, body .av-special-heading h3, body .av-special-heading h4, body .av-special-heading h5, body .av-special-heading h6{
/* 58   */ padding:0;
/* 59   */ margin:0;
/* 60   */ line-height: 1.4em;
/* 61   */ float:left;
/* 62   */ }
/* 63   */ 
/* 64   */ .meta-heading h1, .meta-heading h2, .meta-heading h3, .meta-heading h4, .meta-heading h5, .meta-heading h6{
/* 65   */ font-weight: normal;
/* 66   */ }
/* 67   */ 
/* 68   */ .special-heading-border{
/* 69   */ position: relative;
/* 70   */ overflow: hidden;
/* 71   */ }
/* 72   */ 
/* 73   */ .av-special-heading-h1 .special-heading-border{height: 3.4em;}
/* 74   */ .av-special-heading-h2 .special-heading-border{height: 2.6em;}
/* 75   */ .av-special-heading-h3 .special-heading-border{height: 1.9em;}
/* 76   */ .av-special-heading-h4 .special-heading-border{height: 1.6em;}
/* 77   */ .av-special-heading-h5 .special-heading-border{height: 1.5em;}
/* 78   */ .av-special-heading-h6 .special-heading-border{height: 1.4em;}
/* 79   */ 
/* 80   */ .special-heading-inner-border{
/* 81   */ display: block;
/* 82   */ width:100%;
/* 83   */ margin-left:15px;
/* 84   */ border-top-style: solid;
/* 85   */ border-top-width:1px;
/* 86   */ position: relative;
/* 87   */ top:50%;
/* 88   */ }
/* 89   */ 
/* 90   */ /*quote style*/
/* 91   */ body .av-special-heading.blockquote > *{
/* 92   */ white-space: normal;
/* 93   */ float: none;
/* 94   */ }
/* 95   */ 
/* 96   */ .av-special-heading.classic-quote{
/* 97   */ text-align: center;
/* 98   */ }
/* 99   */ 
/* 100  */ body .av-special-heading.classic-quote > *{

/* shortcodes.css */

/* 101  */ display:block;
/* 102  */ font-family: "Droid Serif", Georgia, Times, serif;
/* 103  */ font-weight: normal;
/* 104  */ font-style: italic;
/* 105  */ float: none;
/* 106  */ }
/* 107  */ 
/* 108  */ body .av-special-heading.blockquote .special-heading-border{display:none;}
/* 109  */ 
/* 110  */ 
/* 111  */ /* ======================================================================================================================================================
/* 112  *| COLOR SECTION
/* 113  *| ====================================================================================================================================================== */
/* 114  */ 
/* 115  */ 
/* 116  */ .avia-section{
/* 117  */ clear:both;
/* 118  */ width:100%;
/* 119  */ float:left;
/* 120  */ min-height:100px;
/* 121  */ }
/* 122  */ 
/* 123  */ .avia-full-stretch{
/* 124  */ -webkit-background-size: cover;
/* 125  */ -moz-background-size: cover;
/* 126  */ -o-background-size: cover;
/* 127  */ background-size: cover;
/* 128  */ 
/* 129  */ }
/* 130  */ 
/* 131  */ .avia_mobile .avia-full-stretch{
/* 132  */ background-attachment: scroll !important;
/* 133  */ }
/* 134  */ 
/* 135  */ #top #main .avia-section .template-page{
/* 136  */ width:100%;
/* 137  */ border:none;
/* 138  */ margin-left: auto;
/* 139  */ padding-left: 0;
/* 140  */ margin-right: auto;
/* 141  */ }
/* 142  */ 
/* 143  */ .avia-section .template-page .entry-content-wrapper{
/* 144  */ padding-right:0;
/* 145  */ }
/* 146  */ 
/* 147  */ .avia-section-small .content, .avia-section-small .sidebar { padding-top: 20px; padding-bottom: 20px;}
/* 148  */ .avia-section-large .content, .avia-section-large .sidebar { padding-top: 70px; padding-bottom: 70px;}
/* 149  */ .avia-section-no-padding .content, .avia-section-no-padding .sidebar{padding-top:0; padding-bottom:0;}
/* 150  */ 

/* shortcodes.css */

/* 151  */ .nonfixed_header .container_wrap:first-child, .avia-section.avia-full-stretch{border-top:none;}
/* 152  */ 
/* 153  */ 
/* 154  */ /* ======================================================================================================================================================
/* 155  *| ICON
/* 156  *| ====================================================================================================================================================== */
/* 157  */ 
/* 158  */ 
/* 159  */ /*right icons*/
/* 160  */ #top .av_font_icon a{color: inherit; display: inline-block;}
/* 161  */ .av_font_icon a:hover{text-decoration: none; }
/* 162  */ .av_font_icon { display:block; text-align: center;}
/* 163  */ .avia-icon-pos-left {float:left; margin-right: 0.2em;}
/* 164  */ .avia-icon-pos-right {float: right; margin-left: 0.2em;}
/* 165  */ 
/* 166  */ 
/* 167  */ 
/* 168  */ .av-icon-display{
/* 169  */ display: block;
/* 170  */ font-size: 30px;
/* 171  */ line-height: 58px;
/* 172  */ margin: 0 auto 20px auto;
/* 173  */ width: 60px;
/* 174  */ border-radius: 100px;
/* 175  */ border-style: solid;
/* 176  */ border-width: 1px;
/* 177  */ text-align: center;
/* 178  */ -webkit-transition: all 0.3s ease-in-out;
/* 179  */ -moz-transition: 	all 0.3s ease-in-out;
/* 180  */ -o-transition: 		all 0.3s ease-in-out;
/* 181  */ -ms-transition: 	all 0.3s ease-in-out;
/* 182  */ transition: 		all 0.3s ease-in-out;
/* 183  */ }
/* 184  */ 
/* 185  */ 
/* 186  */ /* ======================================================================================================================================================
/* 187  *| ICONBOX
/* 188  *| ====================================================================================================================================================== */
/* 189  */ #top .iconbox{background: transparent;}
/* 190  */ 
/* 191  */ .iconbox{
/* 192  */ margin-bottom:30px;
/* 193  */ position: relative;
/* 194  */ clear:both;
/* 195  */ }
/* 196  */ 
/* 197  */ .iconbox_icon {
/* 198  */ float: left;
/* 199  */ margin: 2px 10px 0 0;
/* 200  */ height: 23px;

/* shortcodes.css */

/* 201  */ width: 23px;
/* 202  */ font-size: 23px;
/* 203  */ line-height: 18px;
/* 204  */ }
/* 205  */ 
/* 206  */ .iconbox .iconbox_content .iconbox_content_title {
/* 207  */ border: medium none;
/* 208  */ padding: 2px 0 0 0;
/* 209  */ position: relative;
/* 210  */ margin:0 0 16px 0;
/* 211  */ clear:none;
/* 212  */ overflow: hidden;
/* 213  */ letter-spacing: 1px;
/* 214  */ text-transform: uppercase;
/* 215  */ font-size:16px;
/* 216  */ }
/* 217  */ 
/* 218  */ #top .iconbox_top{
/* 219  */ margin-top:20px;
/* 220  */ text-align: center;
/* 221  */ }
/* 222  */ 
/* 223  */ .iconbox_top .iconbox_content{
/* 224  */ padding:45px 20px 20px 20px;
/* 225  */ border-radius: 3px;
/* 226  */ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
/* 227  */ }
/* 228  */ 
/* 229  */ .iconbox_top .iconbox_icon{
/* 230  */ float:none;
/* 231  */ position: absolute;
/* 232  */ left: 50%;
/* 233  */ top:-26px;
/* 234  */ margin:0 0 0 -26px;
/* 235  */ padding:15px;
/* 236  */ border-radius:100px;
/* 237  */ -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
/* 238  */ -moz-box-sizing: content-box;    /* Firefox, other Gecko */
/* 239  */ box-sizing: content-box;
/* 240  */ font-size: 20px;
/* 241  */ line-height: 24px;
/* 242  */ }
/* 243  */ 
/* 244  */ /* ======================================================================================================================================================
/* 245  *| ICONLIST
/* 246  *| ====================================================================================================================================================== */
/* 247  */ .avia-icon-list-container{margin:30px 0; clear: both;}
/* 248  */ .avia-icon-list{margin:0; padding:0;}
/* 249  */ .avia-icon-list li{margin:0; padding:0 0 30px 0; list-style-type: none; list-style-position: outside; clear:both;  position: relative; min-height:60px;}
/* 250  */ .avia-icon-list .iconlist_icon{height:64px; width:64px; line-height: 64px; font-size: 30px; text-align: center; border-radius: 500px; position: relative; float:left; margin-right:30px; margin-left:2px; z-index: 5; color:#fff;}

/* shortcodes.css */

/* 251  */ .avia-icon-list .iconlist_title{text-transform: uppercase; top: 4px; margin-bottom:0; position: relative;}
/* 252  */ #top .avia-icon-list .iconlist_title a:hover{text-decoration: underline;}
/* 253  */ .avia-icon-list .iconlist_content_wrap{overflow: hidden; min-height: 1.5em;}
/* 254  */ .avia-icon-list .iconlist-timeline{
/* 255  */ position: absolute;
/* 256  */ top: 1%;
/* 257  */ left: 32px;
/* 258  */ width: 1px;
/* 259  */ height: 99%;
/* 260  */ border-right-width: 1px;
/* 261  */ border-right-style: dashed;
/* 262  */ }
/* 263  */ 
/* 264  */ .avia-icon-list .iconlist_content li {
/* 265  */ min-height: 0;
/* 266  */ padding: 0;
/* 267  */ list-style: disc inside;
/* 268  */ }
/* 269  */ 
/* 270  */ .avia-icon-list li:last-child .iconlist-timeline{display:none;}
/* 271  */ 
/* 272  */ /*right icons*/
/* 273  */ .avia-icon-list-right {text-align: right;}
/* 274  */ .avia-icon-list-right .iconlist_icon{float:right; margin-left:30px; margin-right:0;  margin-right:2px; }
/* 275  */ .avia-icon-list-right .iconlist-timeline{left: auto; right: 32px;}
/* 276  */ 
/* 277  */ /*iconlist animation*/
/* 278  */ .avia_transform .avia-icon-list .iconlist_icon{
/* 279  */ opacity: 0.1;
/* 280  */ -moz-transform:scale(0.5);
/* 281  */ -webkit-transform:scale(0.5);
/* 282  */ -o-transform:scale(0.5);
/* 283  */ transform:scale(0.5);
/* 284  */ }
/* 285  */ 
/* 286  */ .avia_transform .iconlist-timeline{
/* 287  */ height: 0%;
/* 288  */ }
/* 289  */ 
/* 290  */ .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon{
/* 291  */ -webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 292  */ -moz-animation:    avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 293  */ -o-animation:      avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 294  */ animation:         avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 295  */ opacity: 1;
/* 296  */ -moz-transform:scale(1);
/* 297  */ -webkit-transform:scale(1);
/* 298  */ -o-transform:scale(1);
/* 299  */ transform:scale(1);
/* 300  */ }

/* shortcodes.css */

/* 301  */ 
/* 302  */ .avia_transform .avia-icon-list .avia_start_animation .iconlist-timeline{
/* 303  */ -webkit-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 304  */ -moz-animation:    avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 305  */ -o-animation:      avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 306  */ animation:         avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 307  */ height: 100%;
/* 308  */ 
/* 309  */ }
/* 310  */ 
/* 311  */ 
/* 312  */ 
/* 313  */ 
/* 314  */ 
/* 315  */ /* ======================================================================================================================================================
/* 316  *| HR
/* 317  *| ====================================================================================================================================================== */
/* 318  */ .hr{
/* 319  */ clear: both;
/* 320  */ display:block;
/* 321  */ width:100%;
/* 322  */ height:25px;
/* 323  */ line-height:25px;
/* 324  */ position: relative;
/* 325  */ margin:30px 0;
/* 326  */ float:left;
/* 327  */ }
/* 328  */ 
/* 329  */ .hr-inner{
/* 330  */ width:100%;
/* 331  */ position: absolute;
/* 332  */ height:1px;
/* 333  */ left:0;
/* 334  */ top:50%;
/* 335  */ width:100%;
/* 336  */ margin-top:-1px;
/* 337  */ border-top-width:1px;
/* 338  */ border-top-style:solid;
/* 339  */ }
/* 340  */ .hr-invisible, .hr-invisible .hr-inner{margin:0; border:none; }
/* 341  */ .hr-invisible {float:none;}
/* 342  */ 
/* 343  */ .hr-full, .hr-big{margin:70px 0;}
/* 344  */ .hr-full .hr-inner{width:300%; left:-100%;}
/* 345  */ .hr-full.hr-shadow .hr-inner{ box-shadow:0 1px 2px 0px rgba(0, 0, 0, 0.1);}
/* 346  */ .sidebar_right .hr-full .hr-inner{left:auto; right:-50px;}
/* 347  */ .sidebar_left .hr-full .hr-inner{left:-50px;}
/* 348  */ 
/* 349  */ 
/* 350  */ 

/* shortcodes.css */

/* 351  */ .hr-short{height:20px; line-height:20px; margin:30px 0; float:none;}
/* 352  */ .hr-short .hr-inner{ width:32%; left:50%; margin-left:-16%;  }
/* 353  */ .hr-short.hr-left .hr-inner{  left:0%; margin-left:0%;}
/* 354  */ .hr-short.hr-right .hr-inner{ left:auto; right:0; margin-left:0%; }
/* 355  */ .hr-short .hr-inner-style{border-radius: 20px; height:9px; width:9px; border-width:2px; border-style:solid; display:block; position: absolute; left:50%; margin-left:-5px; margin-top:-5px; }
/* 356  */ .hr-short.hr-left .hr-inner-style{  left:5px; }
/* 357  */ .hr-short.hr-right .hr-inner-style{  left:auto; right:0; }
/* 358  */ 
/* 359  */ 
/* 360  */ /* ======================================================================================================================================================
/* 361  *| Button
/* 362  *| ====================================================================================================================================================== */
/* 363  */ 
/* 364  */ /*button element*/
/* 365  */ .avia-button-wrap{display:inline-block;}
/* 366  */ 
/* 367  */ .avia-button{
/* 368  */ color:#777;
/* 369  */ border-color: #e1e1e1;
/* 370  */ background-color: #f8f8f8;
/* 371  */ }
/* 372  */ 
/* 373  */ body div .avia-button{
/* 374  */ border-radius: 3px;
/* 375  */ padding:10px;
/* 376  */ font-size: 12px;
/* 377  */ text-decoration: none;
/* 378  */ display:inline-block;
/* 379  */ border-bottom-style: solid;
/* 380  */ border-bottom-width: 1px;
/* 381  */ margin:3px 0;
/* 382  */ line-height: 1.2em;
/* 383  */ position: relative;
/* 384  */ font-weight: normal;
/* 385  */ text-align: center;
/* 386  */ max-width: 100%;
/* 387  */ }
/* 388  */ 
/* 389  */ .avia-button:hover{opacity: 0.9;}
/* 390  */ .avia-button:active{border-bottom-width: 0px; border-top-width: 1px; border-top-style: solid;}
/* 391  */ .avia-button.avia-color-theme-color-subtle{background-image: none;}
/* 392  */ .avia-button.avia-color-theme-color-subtle:hover{}
/* 393  */ 
/* 394  */ 
/* 395  */ .avia-button .avia_button_icon{position: relative; left: -0.3em;}
/* 396  */ .avia-button.avia-icon_select-no .avia_button_icon{ display:none }
/* 397  */ 
/* 398  */ .avia-button.avia-color-grey, 	.avia-button.avia-color-grey:hover	{background-color: #555; 		border-color: #333333; 	color: #fff; }
/* 399  */ .avia-button.avia-color-black, 	.avia-button.avia-color-black:hover	{background-color: #2c2c2c; 	border-color: #000; 	color: #fff; }
/* 400  */ .avia-button.avia-color-red, 	.avia-button.avia-color-red:hover   {  background-color: #B02B2C; 	border-color: #8B2121; 	color: #fff; }

/* shortcodes.css */

/* 401  */ .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{background-color: #edae44; 	border-color: #CA9336; 	color: #fff; }
/* 402  */ .avia-button.avia-color-green, 	.avia-button.avia-color-green:hover	{background-color: #83a846; 	border-color: #6F8F3B; 	color: #fff; }
/* 403  */ .avia-button.avia-color-blue, 	.avia-button.avia-color-blue:hover	{background-color: #7bb0e7; 	border-color: #6693C2; 	color: #fff; }
/* 404  */ .avia-button.avia-color-aqua, 	.avia-button.avia-color-aqua:hover	{background-color: #4ecac2; 	border-color: #3EAAA3; 	color: #fff; }
/* 405  */ .avia-button.avia-color-teal, 	.avia-button.avia-color-teal:hover	{background-color: #5f8789; 	border-color: #3F5E5F; 	color: #fff; }
/* 406  */ .avia-button.avia-color-purple, .avia-button.avia-color-purple:hover{background-color: #745f7e; 	border-color: #514358; 	color: #fff; }
/* 407  */ .avia-button.avia-color-pink, 	.avia-button.avia-color-pink:hover	{background-color: #d65799;		border-color: #BB4B85; 	color: #fff; }
/* 408  */ .avia-button.avia-color-silver, .avia-button.avia-color-silver:hover{background-color: #DADADA; 	border-color: #B4B4B4; 	color: #555; }
/* 409  */ 
/* 410  */ .avia-button.avia-color-theme-color-subtle{border-width:1px; border-style: solid;}
/* 411  */ 
/* 412  */ 
/* 413  */ 
/* 414  */ body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
/* 415  */ color:#fff;
/* 416  */ /*color: rgba(0, 0, 0, 0.5);
/* 417  *| text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); */
/* 418  */ }
/* 419  */ 
/* 420  */ 
/* 421  */ 
/* 422  */ .avia-button-center {display:block; text-align: center;}
/* 423  */ .avia-button-right  {display:block; float:right;}
/* 424  */ .avia-button.avia-position-right{float:right; display:block;}
/* 425  */ .avia-button.avia-position-left{float:left; display:block;}
/* 426  */ 
/* 427  */ .avia-button.avia-size-small{
/* 428  */ padding:7px 10px;
/* 429  */ font-size: 13px;
/* 430  */ min-width: 80px;
/* 431  */ }
/* 432  */ 
/* 433  */ .avia-button.avia-size-medium{
/* 434  */ padding:10px 16px;
/* 435  */ font-size: 13px;
/* 436  */ min-width: 90px;
/* 437  */ }
/* 438  */ 
/* 439  */ .avia-button.avia-size-large{
/* 440  */ padding: 13px 30px;
/* 441  */ font-size: 13px;
/* 442  */ min-width: 127px;
/* 443  */ }
/* 444  */ 
/* 445  */ /* ======================================================================================================================================================
/* 446  *| Message Box
/* 447  *| ====================================================================================================================================================== */
/* 448  */ 
/* 449  */ 
/* 450  */ .avia_message_box{

/* shortcodes.css */

/* 451  */ text-align: center;
/* 452  */ position: relative;
/* 453  */ border-color: #e1e1e1;
/* 454  */ background-color: #f8f8f8;
/* 455  */ clear: both;
/* 456  */ margin:30px 0;
/* 457  */ }
/* 458  */ 
/* 459  */ div .avia_message_box .avia_message_box_title{
/* 460  */ background-color: rgba(0,0,0,0.05);
/* 461  */ position: absolute;
/* 462  */ top:0;
/* 463  */ left:0;
/* 464  */ padding:5px 20px;
/* 465  */ font-size: 11px;
/* 466  */ text-shadow: none;
/* 467  */ }
/* 468  */ 
/* 469  */ .avia_message_box_content{ font-size: 14px; text-transform: uppercase; font-weight:600;}
/* 470  */ .avia_message_box_icon{ position: relative; left: -0.5em; font-size: 1.3em;}
/* 471  */ .avia_message_box.avia-size-normal{ padding: 17px; }
/* 472  */ .avia_message_box.avia-size-large{ padding: 35px; }
/* 473  */ 
/* 474  */ .avia_message_box.avia-color-green , .avia_message_box.avia-color-green a	 {background-color: #E0F1B5; 	border-color: #8BAF5B; 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); 	color: #4F5F39; }
/* 475  */ .avia_message_box.avia-color-blue  , .avia_message_box.avia-color-blue a	 {background-color: #F5F6FC; 	border-color: #9DADBF; 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); 	color: #4671A3; }
/* 476  */ .avia_message_box.avia-color-red   , .avia_message_box.avia-color-red a	     {background-color: #FFF8F4; 	border-color: #CDA18F; 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); 	color: #AF2C20; }
/* 477  */ .avia_message_box.avia-color-orange, .avia_message_box.avia-color-orange a   {background-color: #FFFDF3; 	border-color: #E6BF4A; 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); 	color: #C96D11; }
/* 478  */ .avia_message_box.avia-color-grey  , .avia_message_box.avia-color-grey a	 {background-color: #333; 		border-color: #444; 	text-shadow: 0 1px 0 rgba(0, 0, 0, 1); 			color: #fff; }
/* 479  */ .avia_message_box.avia-color-silver, .avia_message_box.avia-color-silver a   {background-color: #f8f8f8; 	border-color: #e1e1e1; 	text-shadow: 0 1px 0 rgba(255, 255, 255, 1); 	color: #444; }
/* 480  */ .avia_message_box_content p{display: inline;}
/* 481  */ #top .avia_message_box_content strong{color:inherit;}
/* 482  */ 
/* 483  */ .avia_message_box a{text-decoration: underline; }
/* 484  */ #top .avia_message_box a:hover{color:inherit; opacity: 0.7;}
/* 485  */ 
/* 486  */ .avia_message_box.avia-color-blue .avia_message_box_title{ background: rgba(70, 113, 163, 0.08); }
/* 487  */ .avia_message_box.avia-color-red .avia_message_box_title{ background: rgba(175, 44, 32, 0.06); }
/* 488  */ .avia_message_box.avia-color-orange .avia_message_box_title{ background: rgba(250, 235, 125, 0.2) }
/* 489  */ .avia_message_box.avia-color-grey .avia_message_box_title{ background: rgba(255, 255, 255, 0.05) }
/* 490  */ 
/* 491  */ .avia_message_box.avia-icon_select-no .avia_message_box_icon{ display:none }
/* 492  */ 
/* 493  */ .avia_message_box.avia-border-solid{border-width:3px; border-style: solid;}
/* 494  */ .avia_message_box.avia-border-dashed{border-width:1px; border-style: dashed;}
/* 495  */ 
/* 496  */ 
/* 497  */ /* ======================================================================================================================================================
/* 498  *| Tabs
/* 499  *| ====================================================================================================================================================== */
/* 500  */ #top .tabcontainer{

/* shortcodes.css */

/* 501  */ background: transparent;
/* 502  */ }
/* 503  */ 
/* 504  */ .tabcontainer{
/* 505  */ margin: 30px 0;
/* 506  */ position: relative;
/* 507  */ width:100%;
/* 508  */ clear: both;
/* 509  */ overflow: hidden;
/* 510  */ background: transparent;
/* 511  */ }
/* 512  */ 
/* 513  */ .tab_titles{
/* 514  */ position: relative;
/* 515  */ width:100%;
/* 516  */ clear: both;
/* 517  */ float:left;
/* 518  */ z-index: 5;
/* 519  */ }
/* 520  */ 
/* 521  */ .widget .tabcontainer{
/* 522  */ margin-top:0px;
/* 523  */ }
/* 524  */ 
/* 525  */ 
/* 526  */ .js_active .tab_content{
/* 527  */ visibility: hidden;
/* 528  */ clear: both;
/* 529  */ padding: 10px 19px;
/* 530  */ overflow:auto;
/* 531  */ position: absolute;
/* 532  */ top:0;
/* 533  */ z-index: 0;
/* 534  */ left:120%;
/* 535  */ width:100%;
/* 536  */ }
/* 537  */ 
/* 538  */ .js_active .tab{
/* 539  */ cursor:pointer;
/* 540  */ margin:0 -1px 0 0;
/* 541  */ display: block;
/* 542  */ float: left;
/* 543  */ z-index: 2;
/* 544  */ position: relative;
/* 545  */ padding:12px 16px;
/* 546  */ top:1px;
/* 547  */ font-size: 11px;
/* 548  */ -webkit-touch-callout: none;
/* 549  */ -webkit-user-select: none;
/* 550  */ -khtml-user-select: none;

/* shortcodes.css */

/* 551  */ -moz-user-select: none;
/* 552  */ -ms-user-select: none;
/* 553  */ user-select: none;
/* 554  */ border-style: solid;
/* 555  */ border-width:1px;
/* 556  */ }
/* 557  */ 
/* 558  */ .js_active .top_tab .tab{
/* 559  */ border-bottom: none;
/* 560  */ padding:12px 16px 14px 16px;
/* 561  */ }
/* 562  */ 
/* 563  */ .js_active .active_tab{
/* 564  */ z-index: 4;
/* 565  */ position: relative;
/* 566  */ font-weight: bold;
/* 567  */ }
/* 568  */ 
/* 569  */ .js_active .tab_titles .tab:first-child{
/* 570  */ border-top-left-radius:  2px;
/* 571  */ }
/* 572  */ 
/* 573  */ .js_active .tab_titles .tab:last-child{
/* 574  */ border-top-right-radius: 2px;
/* 575  */ }
/* 576  */ 
/* 577  */ .js_active .active_tab_content{
/* 578  */ display: block;
/* 579  */ visibility: visible;
/* 580  */ z-index: 3;
/* 581  */ position: relative;
/* 582  */ overflow:auto;
/* 583  */ border-style: solid;
/* 584  */ border-width:1px;
/* 585  */ border-radius: 2px;
/* 586  */ left:0;
/* 587  */ width:auto;
/* 588  */ }
/* 589  */ 
/* 590  */ .tabcontainer .tab_icon{
/* 591  */ margin-right: 7px;
/* 592  */ font-size: 13px;
/* 593  */ }
/* 594  */ 
/* 595  */ .tab_inner_content{
/* 596  */ margin: 11px 0;
/* 597  */ left:-200%;
/* 598  */ position: relative;
/* 599  */ }
/* 600  */ 

/* shortcodes.css */

/* 601  */ .active_tab_content .tab_inner_content{
/* 602  */ left:0;
/* 603  */ position: relative;
/* 604  */ }
/* 605  */ 
/* 606  */ /*sidebar tabs*/
/* 607  */ 
/* 608  */ 
/* 609  */ 
/* 610  */ .sidebar_tab .tab_titles{
/* 611  */ width:30%;
/* 612  */ min-width:170px;
/* 613  */ max-width:250px;
/* 614  */ float:left;
/* 615  */ display: block;
/* 616  */ }
/* 617  */ 
/* 618  */ .sidebar_tab .tab_icon{font-size: 14px;}
/* 619  */ 
/* 620  */ 
/* 621  */ .sidebar_tab_right .tab_titles{
/* 622  */ float:right;
/* 623  */ }
/* 624  */ 
/* 625  */ .sidebar_tab .tab_titles .tab{
/* 626  */ width:100%;
/* 627  */ margin:0 0 -1px 0;
/* 628  */ top:0;
/* 629  */ }
/* 630  */ 
/* 631  */ .sidebar_tab .tab_content{
/* 632  */ overflow: hidden;
/* 633  */ clear:none;
/* 634  */ left: -1px;
/* 635  */ }
/* 636  */ 
/* 637  */ .sidebar_tab_right .tab_content{
/* 638  */ left: 1px;
/* 639  */ }
/* 640  */ 
/* 641  */ .js_active .sidebar_tab .tab_titles .tab:last-child{
/* 642  */ border-top-right-radius: 0;
/* 643  */ border-bottom-left-radius: 2px;
/* 644  */ }
/* 645  */ 
/* 646  */ .sidebar_tab_left .active_tab.tab{
/* 647  */ width:100.5%;
/* 648  */ border-right:none;
/* 649  */ }
/* 650  */ 

/* shortcodes.css */

/* 651  */ .sidebar_tab_right .active_tab.tab{
/* 652  */ width:100.5%;
/* 653  */ border-left:none;
/* 654  */ left:-1px;
/* 655  */ }
/* 656  */ 
/* 657  */ /*noborder sidebar tabs*/
/* 658  */ 
/* 659  */ .noborder_tabs.sidebar_tab_left .tab_content, .noborder_tabs.sidebar_tab_right .tab_content{
/* 660  */ border:none;
/* 661  */ box-shadow: -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
/* 662  */ left:0;
/* 663  */ padding:0px 0 0 30px;
/* 664  */ }
/* 665  */ 
/* 666  */ .noborder_tabs.sidebar_tab_right .tab_content{
/* 667  */ box-shadow: 8px 0px 20px -10px rgba(0, 0, 0, 0.2);
/* 668  */ padding:0px 30px 0 0;
/* 669  */ }
/* 670  */ 
/* 671  */ .noborder_tabs.sidebar_tab_left .tab{
/* 672  */ border-left:none;
/* 673  */ }
/* 674  */ 
/* 675  */ .noborder_tabs.sidebar_tab_right .tab{
/* 676  */ border-right:none;
/* 677  */ }
/* 678  */ 
/* 679  */ .noborder_tabs .tab:first-child{
/* 680  */ border-top:none;
/* 681  */ }
/* 682  */ .noborder_tabs .tab:last-child{
/* 683  */ border-bottom:none;
/* 684  */ }
/* 685  */ 
/* 686  */ .tabcontainer .tab.fullsize-tab{display:none;}
/* 687  */ 
/* 688  */ @media only screen and (max-width: 767px)  {
/* 689  */ 	.responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;}
/* 690  */ 	.responsive .tabcontainer .tab_titles{display:none;}
/* 691  */ 	.responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab
/* 692  */ 	{width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}
/* 693  */ 	.responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; }
/* 694  */ 	.responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;}
/* 695  */ 	.responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;}
/* 696  */ 
/* 697  */ }
/* 698  */ 
/* 699  */ 
/* 700  */ /* ======================================================================================================================================================

/* shortcodes.css */

/* 701  *| Accordion/Toggle
/* 702  *| ====================================================================================================================================================== */
/* 703  */ 
/* 704  */ 
/* 705  */ /*toggle*/
/* 706  */ .js_active .toggle_wrap{
/* 707  */ visibility: hidden;
/* 708  */ position: absolute;
/* 709  */ z-index: 0;
/* 710  */ width: 100%;
/* 711  */ left: 120%;
/* 712  */ }
/* 713  */ 
/* 714  */ .active_tc.toggle_wrap{
/* 715  */ position: static;
/* 716  */ visibility: visible;
/* 717  */ left:0;
/* 718  */ width:auto;
/* 719  */ z-index: 1;
/* 720  */ display: none;
/* 721  */ }
/* 722  */ 
/* 723  */ .js_active .toggler {
/* 724  */ cursor: pointer;
/* 725  */ display: block;
/* 726  */ margin:0;
/* 727  */ padding: 9px 3px 9px 35px;
/* 728  */ position: relative;
/* 729  */ top: 1px;
/* 730  */ border-style:solid;
/* 731  */ border-width:1px;
/* 732  */ -webkit-touch-callout: none;
/* 733  */ -webkit-user-select: none;
/* 734  */ -khtml-user-select: none;
/* 735  */ -moz-user-select: none;
/* 736  */ -ms-user-select: none;
/* 737  */ user-select: none;
/* 738  */ }
/* 739  */ 
/* 740  */ .togglecontainer{
/* 741  */ margin:30px 0;
/* 742  */ position: relative;
/* 743  */ clear: both;
/* 744  */ }
/* 745  */ 
/* 746  */ .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler{
/* 747  */ border-top-left-radius:  2px;
/* 748  */ border-top-right-radius: 2px;
/* 749  */ }
/* 750  */ 

/* shortcodes.css */

/* 751  */ .togglecontainer > div:last-of-type .toggler{
/* 752  */ border-bottom-left-radius:  2px;
/* 753  */ border-bottom-right-radius: 2px;
/* 754  */ }
/* 755  */ 
/* 756  */ .togglecontainer > p.activeTitle{
/* 757  */ border-radius: 0;
/* 758  */ }
/* 759  */ 
/* 760  */ .toggle_content {
/* 761  */ padding: 12px 30px 11px 30px;
/* 762  */ margin: 0px 0 5px 0;
/* 763  */ border-style:solid;
/* 764  */ border-width:1px;
/* 765  */ border-top:none;
/* 766  */ border-bottom-left-radius: 2px;
/* 767  */ border-bottom-right-radius: 2px;
/* 768  */ overflow: hidden;
/* 769  */ }
/* 770  */ 
/* 771  */ .toggle_icon{
/* 772  */ position: absolute;
/* 773  */ width:15px;
/* 774  */ height:15px;
/* 775  */ border-style:solid;
/* 776  */ border-width:1px;
/* 777  */ top:12px;
/* 778  */ left:10px;
/* 779  */ }
/* 780  */ 
/* 781  */ .toggle_icon .vert_icon{
/* 782  */ border-left-style:solid;
/* 783  */ border-left-width:3px;
/* 784  */ position: absolute;
/* 785  */ left:5px;
/* 786  */ top:1px;
/* 787  */ height:11px;
/* 788  */ }
/* 789  */ 
/* 790  */ .toggle_icon .hor_icon{
/* 791  */ border-top-style:solid;
/* 792  */ border-top-width:3px;
/* 793  */ position: absolute;
/* 794  */ top:5px;
/* 795  */ left:1px;
/* 796  */ width:11px;
/* 797  */ }
/* 798  */ 
/* 799  */ .activeTitle .toggle_icon .vert_icon{
/* 800  */ border:none;

/* shortcodes.css */

/* 801  */ }
/* 802  */ 
/* 803  */ .active_tc.toggle_wrap{
/* 804  */ display:block;
/* 805  */ }
/* 806  */ 
/* 807  */ 
/* 808  */ /*sorting*/
/* 809  */ .taglist {margin-bottom:5px;}
/* 810  */ .taglist .tag-seperator:last-child{display:none;}
/* 811  */ .taglist .tag-seperator{padding:0px 4px;}
/* 812  */ .single_toggle{ width:100%; float:left; display: block; margin: 0 0 -2px 0; padding-bottom: 1px; overflow: hidden; position: relative;}
/* 813  */ 
/* 814  */ 
/* 815  */ /* ======================================================================================================================================================
/* 816  *| Promo Box
/* 817  *| ====================================================================================================================================================== */
/* 818  */ 
/* 819  */ .av_promobox{
/* 820  */ position: relative;
/* 821  */ border-width: 1px;
/* 822  */ border-style: solid;
/* 823  */ overflow: hidden;
/* 824  */ padding:20px 30px;
/* 825  */ clear:both;
/* 826  */ margin:50px 0;
/* 827  */ width:100%;
/* 828  */ float:left;
/* 829  */ }
/* 830  */ 
/* 831  */ .flex_column >.av_promobox:first-child{margin-top:0;}
/* 832  */ 
/* 833  */ .av_promobox .avia-button{
/* 834  */ right: 30px;
/* 835  */ top: 50%;
/* 836  */ position: absolute;
/* 837  */ z-index: 2;
/* 838  */ }
/* 839  */ 
/* 840  */ .avia-promocontent{
/* 841  */ margin-right:200px;
/* 842  */ position: relative;
/* 843  */ z-index: 3;
/* 844  */ 
/* 845  */ }
/* 846  */ 
/* 847  */ .avia-promocontent p{
/* 848  */ font-size: 14px;
/* 849  */ }
/* 850  */ 

/* shortcodes.css */

/* 851  */ .avia-button-no .avia-promocontent{margin:0;}
/* 852  */ .avia-button-no .avia-button{display:none;}
/* 853  */ 
/* 854  */ .av_promobox .avia-button.avia-size-small{ margin-top:-15px; }
/* 855  */ .av_promobox .avia-button.avia-size-medium{ margin-top:-21px; }
/* 856  */ .av_promobox .avia-button.avia-size-large{ margin-top:-23px; }
/* 857  */ 
/* 858  */ @media only screen and (max-width: 767px)
/* 859  */ {
/* 860  */ 	.responsive .avia-promocontent{margin: 0;}
/* 861  */ 	.responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap{width:100%; margin-top:4px; position: relative; top:0; left:0; text-align: center; float:none;}
/* 862  */ }
/* 863  */ 
/* 864  */ 
/* 865  */ /* ======================================================================================================================================================
/* 866  *| Dropcaps
/* 867  *| ====================================================================================================================================================== */
/* 868  */ 
/* 869  */ .av_dropcap1 {
/* 870  */ display: block;
/* 871  */ float: left;
/* 872  */ font-size: 38px;
/* 873  */ line-height: 32px;
/* 874  */ margin: 4px 8px 0 0;
/* 875  */ }
/* 876  */ 
/* 877  */ .av_dropcap2{
/* 878  */ display:block;
/* 879  */ float:left;
/* 880  */ font-size:18px;
/* 881  */ line-height:35px;
/* 882  */ width:35px;
/* 883  */ text-align: center;
/* 884  */ margin:4px 8px 0 0;
/* 885  */ -webkit-border-radius: 100px;
/* 886  */ -moz-border-radius: 100px;
/* 887  */ border-radius: 100px;
/* 888  */ font-weight: bold;
/* 889  */ }
/* 890  */ 
/* 891  */ /* ======================================================================================================================================================
/* 892  *| Contact Form
/* 893  *| ====================================================================================================================================================== */
/* 894  */ 
/* 895  */ fieldset{
/* 896  */ border:none;
/* 897  */ }
/* 898  */ 
/* 899  */ .avia_ajax_form{
/* 900  */ clear:both;

/* shortcodes.css */

/* 901  */ }
/* 902  */ 
/* 903  */ .avia_ajax_form fieldset p br{display:none;}
/* 904  */ .avia_ajax_form label {display:block; visibility: visible; position: relative; } /*dont delete. ie8 needs this separate*/
/* 905  */ .avia_ajax_form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;}
/* 906  */ 
/* 907  */ #ajaxresponse.hidden{
/* 908  */ visibility: visible;
/* 909  */ position: static;
/* 910  */ display:none;
/* 911  */ }
/* 912  */ 
/* 913  */ 
/* 914  */ #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area{
/* 915  */ width:100%;
/* 916  */ margin-bottom:0;
/* 917  */ display:inline;
/* 918  */ min-width:100px;
/* 919  */ padding:13px;
/* 920  */ border-radius: 2px;
/* 921  */ }
/* 922  */ 
/* 923  */ #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select, #top .mobileMenu{
/* 924  */  -webkit-appearance: none;
/* 925  */  -moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px;
/* 926  */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
/* 927  */  background-position: center right;
/* 928  */  background-repeat: no-repeat;
/* 929  */  border-radius: 2px;
/* 930  */ }
/* 931  */ 
/* 932  */ #top select[multiple] {
/* 933  */     background-image:none;
/* 934  */ }
/* 935  */ 
/* 936  */ #top .avia_ajax_form input[type="checkbox"] {
/* 937  */ float: left;
/* 938  */ margin-right: 8px;
/* 939  */ top: 2px;
/* 940  */ position: relative;
/* 941  */ }
/* 942  */ 
/* 943  */ .value_verifier_label {
/* 944  */ position: absolute;
/* 945  */ bottom: 11px;
/* 946  */ left: 10px;
/* 947  */ font-size: 13px;
/* 948  */ line-height: 21px;
/* 949  */ }
/* 950  */ 

/* shortcodes.css */

/* 951  */ #top .avia_ajax_form .captcha{padding-left: 65px;}
/* 952  */ 
/* 953  */ .avia_ajax_form p{ position: relative; clear:both; float:left; width:100%;}
/* 954  */ .avia_ajax_form p.hidden{position: absolute; width:0px; left:0; top:0; }
/* 955  */ .avia_ajax_form .form_element_half{width:49.5%; float:left; margin-right:1%; }
/* 956  */ .avia_ajax_form .form_element_half_2{clear:none;margin-right:0;}
/* 957  */ 
/* 958  */ .avia_ajax_form .button{
/* 959  */ margin:0;
/* 960  */ padding: 16px 50px;
/* 961  */ border-radius: 2px;
/* 962  */ border-bottom-width:1px;
/* 963  */ border-bottom-style:solid;
/* 964  */ font-weight: normal;
/* 965  */ font-size: 12px;
/* 966  */ }
/* 967  */ 
/* 968  */ 
/* 969  */ .form_element_half .button{
/* 970  */ width:100%;
/* 971  */ padding: 14px 10px 15px;
/* 972  */ }
/* 973  */ 
/* 974  */ .modified_width:before{
/* 975  */ display:block;
/* 976  */ content: "Submit Form";
/* 977  */ visibility: hidden;
/* 978  */ }
/* 979  */ 
/* 980  */ #footer .avia_ajax_form textarea{height:90px; }
/* 981  */ 
/* 982  */ 
/* 983  */ .avia_ajax_form p input, .avia_ajax_form p textarea, .avia_ajax_form p select, .avia_ajax_form p .input_checkbox_label
/* 984  */ {
/* 985  */ -webkit-transition: all 0.3s ease-in-out;
/* 986  */ -moz-transition: 	all 0.3s ease-in-out;
/* 987  */ -o-transition: 		all 0.3s ease-in-out;
/* 988  */ -ms-transition: 	all 0.3s ease-in-out;
/* 989  */ transition: 		all 0.3s ease-in-out;
/* 990  */ }
/* 991  */ 
/* 992  */ /*contact form datepicker*/
/* 993  */ 
/* 994  */ 
/* 995  */ 
/* 996  */ .avia-datepicker-div{ background: #fff; border:1px solid #e1e1e1; }
/* 997  */ .avia-datepicker-div a{ color:#333; background-color: #f8f8f8; }
/* 998  */ .avia-datepicker-div a.ui-state-active{ color:#8bba34; }
/* 999  */ .avia-datepicker-div a.ui-state-highlight{ color:#8bba34; }
/* 1000 */ .avia-datepicker-div a.ui-state-hover{ color:#FFF; background-color: #bbb; }

/* shortcodes.css */

/* 1001 */ .avia-datepicker-div .ui-datepicker-buttonpane button{ background-color: #8BBA34; color: #FFF; border-color: #8BBA34; }
/* 1002 */ 
/* 1003 */ 
/* 1004 */ .avia-datepicker-div.ui-datepicker { width: 300px; padding: 20px; display: none; box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.2);}
/* 1005 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
/* 1006 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-prev, .avia-datepicker-div.ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 50px; height: 1.8em;  text-align: center; line-height: 1.8em; cursor: pointer;}
/* 1007 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-prev { left:2px; }
/* 1008 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-next { right:2px; }
/* 1009 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
/* 1010 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
/* 1011 */ .avia-datepicker-div.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
/* 1012 */ .avia-datepicker-div.ui-datepicker select.ui-datepicker-month,
/* 1013 */ .avia-datepicker-div.ui-datepicker select.ui-datepicker-year { width: 49%;}
/* 1014 */ .avia-datepicker-div.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
/* 1015 */ .avia-datepicker-div.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
/* 1016 */ .avia-datepicker-div.ui-datepicker td { border: 0; padding: 1px; }
/* 1017 */ .avia-datepicker-div.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
/* 1018 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
/* 1019 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: 10px 20px; width:auto; overflow:visible; border: none;
/* 1020 */ border-radius: 3px;}
/* 1021 */ .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* 1022 */ 
/* 1023 */ 
/* 1024 */ /* RTL support */
/* 1025 */ .avia-datepicker-div.ui-datepicker-rtl { direction: rtl; }
/* 1026 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
/* 1027 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
/* 1028 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
/* 1029 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
/* 1030 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
/* 1031 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
/* 1032 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
/* 1033 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group { float:right; }
/* 1034 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* 1035 */ .avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* 1036 */ 
/* 1037 */ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* 1038 */ .avia-datepicker-div.ui-datepicker-cover {
/* 1039 */     display: none; /*sorry for IE5*/
/* 1040 */     display/**/: block; /*sorry for IE5*/
/* 1041 */     position: absolute; /*must have*/
/* 1042 */     z-index: -1; /*must have*/
/* 1043 */     filter: mask(); /*must have*/
/* 1044 */     top: -4px; /*must have*/
/* 1045 */     left: -4px; /*must have*/
/* 1046 */     width: 200px; /*must have*/
/* 1047 */     height: 200px; /*must have*/
/* 1048 */ }
/* 1049 */ 
/* 1050 */ 

/* shortcodes.css */

/* 1051 */ 
/* 1052 */ 
/* 1053 */ @media only screen and (max-width: 479px) {
/* 1054 */ 
/* 1055 */ 	.responsive .avia_ajax_form .form_element_half{
/* 1056 */ 	width:100%; clear: both; margin-right:0; float: none;
/* 1057 */ 	}
/* 1058 */ }
/* 1059 */ 
/* 1060 */ /* ======================================================================================================================================================
/* 1061 *| Table
/* 1062 *| ====================================================================================================================================================== */
/* 1063 */ 
/* 1064 */ /*data table*/
/* 1065 */ 
/* 1066 */ 
/* 1067 */ div .avia-table {background: transparent; width:100%; clear:both; margin:30px 0;}
/* 1068 */ .avia-data-table .avia-heading-row .avia-desc-col{border-top:none; border-left:none;}
/* 1069 */ .avia-data-table .avia-button-row td{text-align: center;}
/* 1070 */ .avia-data-table .avia-center-col{text-align: center;}
/* 1071 */ .avia-data-table td:before{display:none;}
/* 1072 */ .avia-data-table .avia-pricing-row td, .avia-data-table .avia-pricing-row th{text-align: center; font-size: 40px; line-height: 1.3em}
/* 1073 */ .avia-data-table .avia-desc-col{text-align: right;}
/* 1074 */ .avia-data-table .avia-pricing-row small{display: block; font-size: 11px; font-style: italic; line-height: 1.7em; }
/* 1075 */ .avia-data-table .avia-pricing-row .avia-desc-col{font-size: 14px; text-align: right;}
/* 1076 */ 
/* 1077 */ @media only screen and (max-width: 767px)
/* 1078 */ {
/* 1079 */ 	.responsive div .avia-data-table table,
/* 1080 */ 	.responsive div .avia-data-table tbody,
/* 1081 */ 	.responsive div .avia-data-table tr,
/* 1082 */ 	.responsive div .avia-data-table td,
/* 1083 */ 	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
/* 1084 */ 	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
/* 1085 */ 	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
/* 1086 */ 	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
/* 1087 */ 	.responsive .avia-data-table td:before {
/* 1088 */ 	display:block;
/* 1089 */ 	font-style: italic; font-size: 11px;
/* 1090 */ 	}
/* 1091 */ 
/* 1092 */ 	.responsive .avia-data-table td {
/* 1093 */ 		position: relative;
/* 1094 */ 	}
/* 1095 */ }
/* 1096 */ 
/* 1097 */ /*pricing table*/
/* 1098 */ 
/* 1099 */ .avia-pricing-table-container {position: relative; clear: both; width:100%; display:table; table-layout: fixed;}
/* 1100 */ .pricing-table-wrap {display:table-cell;}

/* shortcodes.css */

/* 1101 */ .pricing-table {margin:10px;}
/* 1102 */ .pricing-table>li{
/* 1103 */ list-style-type: none;
/* 1104 */ list-style-position: outside;
/* 1105 */ padding:9px 12px;
/* 1106 */ border-top-style:solid;
/* 1107 */ border-top-width:1px;
/* 1108 */ border-left-style:solid;
/* 1109 */ border-left-width:1px;
/* 1110 */ border-right-style:solid;
/* 1111 */ border-right-width:1px;
/* 1112 */ margin:0;
/* 1113 */ text-align: center;
/* 1114 */ position: relative;
/* 1115 */ 
/* 1116 */ }
/* 1117 */ 
/* 1118 */ .pricing-table>li:last-child{
/* 1119 */ border-bottom-left-radius:  3px; border-bottom-right-radius:  3px;
/* 1120 */ border-bottom-style:solid;
/* 1121 */ border-bottom-width:1px;
/* 1122 */ }
/* 1123 */ 
/* 1124 */ 
/* 1125 */ .pricing-table > li:first-child, .pricing-extra{
/* 1126 */ border-top-left-radius:  3px; border-top-right-radius:  3px;
/* 1127 */ border-top-style:solid;
/* 1128 */ border-top-width:1px;
/* 1129 */ border-left-style:solid;
/* 1130 */ border-left-width:1px;
/* 1131 */ border-right-style:solid;
/* 1132 */ border-right-width:1px;
/* 1133 */ }
/* 1134 */ 
/* 1135 */ .pricing-extra{display:none;}
/* 1136 */ .avia-desc-col.pricing-table li{border-style:dashed; border-left:none; border-right:none; text-align: right; }
/* 1137 */ .avia-desc-col.pricing-table .avia-button-row{border:none;}
/* 1138 */ .avia-center-col.pricing-table{text-align: center;}
/* 1139 */ .pricing-table li.avia-pricing-row {text-align: center; font-size: 60px; line-height: 1em; padding:25px 12px;
/* 1140 */ /* text-shadow: 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 3px 0 #B9B9B9, 0 1px 0 #AAA, 0 1px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .2); */
/* 1141 */ font-weight:600;
/* 1142 */ }
/* 1143 */ .pricing-table li.avia-pricing-row small{
/* 1144 */ display: block;
/* 1145 */ font-size: 16px;
/* 1146 */ font-style: italic;
/* 1147 */ line-height: 1.4em;
/* 1148 */ font-weight: normal;
/* 1149 */ letter-spacing: 1px;
/* 1150 */ text-shadow:none;

/* shortcodes.css */

/* 1151 */ }
/* 1152 */ 
/* 1153 */ .pricing-table.avia-highlight-col .pricing-extra{
/* 1154 */ display:block;
/* 1155 */ position: absolute;
/* 1156 */ top:-20px;
/* 1157 */ height:25px;
/* 1158 */ left:-1px;
/* 1159 */ right:-1px;
/* 1160 */ border-top-left-radius:  5px; border-top-right-radius:  5px;
/* 1161 */ }
/* 1162 */ 
/* 1163 */ .pricing-table li.empty-table-cell{display:none;}
/* 1164 */ .pricing-table.avia-desc-col li.empty-table-cell{display:block;}
/* 1165 */ .fallback-table-val{visibility: hidden;}
/* 1166 */ .pricing-table.avia-highlight-col{box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1); margin:4px;}
/* 1167 */ .pricing-table.avia-highlight-col>li:last-child {padding-bottom:25px;}
/* 1168 */ .pricing-table.avia-highlight-col .first-table-item{
/* 1169 */ position: relative;
/* 1170 */ top: -9px;
/* 1171 */ z-index: 10;
/* 1172 */ }
/* 1173 */ 
/* 1174 */ .pricing-table li.avia-pricing-row .currency-symbol{font-size:0.5em; position: relative; top:-0.6em; line-height: 1em; text-shadow:none; font-weight:normal; }
/* 1175 */ .pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol{opacity: 0.4;color:#000;filter:alpha(opacity=40); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);}
/* 1176 */ 
/* 1177 */ @media only screen and (max-width: 767px)
/* 1178 */ {
/* 1179 */ 	.responsive .avia-pricing-table-container , .responsive .pricing-table-wrap{display:block;}
/* 1180 */ 	.responsive .pricing-table{display:block; margin-bottom:40px;}
/* 1181 */ 	.responsive .pricing-table.avia-desc-col{display:none;}
/* 1182 */ }
/* 1183 */ 
/* 1184 */ 
/* 1185 */ /* ======================================================================================================================================================
/* 1186 *| Post Slider
/* 1187 *| ====================================================================================================================================================== */
/* 1188 */ .avia-content-slider{ margin:30px 0; clear:both; }
/* 1189 */ .avia-content-slider, .avia-content-slider-inner{ position: relative; overflow: hidden; clear:both; }
/* 1190 */ .avia-content-slider .slide-entry-title{font-size:14px; line-height:1.4em; margin:0;}
/* 1191 */ .avia-content-slider .slide-image, .avia-content-slider .slide-image img{overflow: hidden; border-radius: 2px; display: block; position: relative; }
/* 1192 */ .avia-content-slider .slide-image{margin-bottom:6px;}
/* 1193 */ .avia-content-slider .slide-entry{overflow: hidden;}
/* 1194 */ .avia-content-slider .slide-entry-wrap{width:100%; float:left; margin-bottom:40px;}
/* 1195 */ .avia-content-slider-active .slide-entry-wrap{position: absolute; top:0; visibility: hidden; margin:0;}
/* 1196 */ .avia-content-slider .slide-entry-wrap:first-child{position: relative;}
/* 1197 */ .avia-content-slider .slide-meta div{display: inline-block; font-size: 12px;}
/* 1198 */ .avia-content-slider .slide-meta a{position: relative;}
/* 1199 */ .avia-content-slider .slide-meta{position: relative;  padding-bottom: 10px; }
/* 1200 */ .avia-content-slider .slide-meta-del{margin:0px 4px;}

/* shortcodes.css */

/* 1201 */ 
/* 1202 */ 
/* 1203 */ 
/* 1204 */ .slider-fallback-image{visibility: hidden;}
/* 1205 */ .fake-thumbnail .slide-image{border-width: 1px; border-style: solid; }
/* 1206 */ .fallback-post-type-icon{position: absolute; top:49%; left:50%; margin:-28px 0 0 -30px; height:60px; width:60px; line-height:59px; font-size:25px; text-align:center; border-radius: 100px;}
/* 1207 */ .avia-content-slider .slide-image:hover .fallback-post-type-icon{opacity: 0;}
/* 1208 */ .pagination-slider .pagination{padding: 1px 0 10px 0;}
/* 1209 */ 
/* 1210 */ 
/* 1211 */ .avia_desktop .avia-content-slider .avia-slideshow-arrows a{ opacity: 0; }
/* 1212 */ #top .avia-content-slider:hover .avia-slideshow-arrows a{opacity: 1;}
/* 1213 */ 
/* 1214 */ 
/* 1215 */ #top .avia-content-slider .avia-slideshow-arrows a{ top: 38%; margin: -30px 0 0;}
/* 1216 */ 
/* 1217 */ #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap{ /*fixes flickering issue when slider moves. usually other elements in other container flicker */
/* 1218 */ -webkit-transform-style: preserve-3d;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ @media only screen and (max-width: 767px)
/* 1222 */ {
/* 1223 */ 	.responsive #top .slide-entry{width:48%; margin-left:4%}
/* 1224 */ 	.responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd,
/* 1225 */ 	.responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0; clear:both;}
/* 1226 */ 	.responsive #top .avia-content-slider-odd  .slide-entry.first{margin-left:0; width:100%;}
/* 1227 */ 	.responsive .pricing-table{display:block; margin-bottom:40px;}
/* 1228 */ }
/* 1229 */ 
/* 1230 */ /* ======================================================================================================================================================
/* 1231 *| Portfolio/Post Grid
/* 1232 *| ====================================================================================================================================================== */
/* 1233 */ .sort_width_container{
/* 1234 */ margin: 30px 0;
/* 1235 */ }
/* 1236 */ 
/* 1237 */ .entry-content-wrapper .sort_width_container:first-child{margin-top:0;}
/* 1238 */ 
/* 1239 */ .sort_width_container, #js_sort_items{
/* 1240 */ overflow: hidden;
/* 1241 */ position: relative;
/* 1242 */ clear: both;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ #js_sort_items{
/* 1246 */ visibility: hidden;
/* 1247 */ font-size: 12px;
/* 1248 */ }
/* 1249 */ 
/* 1250 */ #js_sort_items a{

/* shortcodes.css */

/* 1251 */ display:block;
/* 1252 */ float:left;
/* 1253 */ text-decoration: none;
/* 1254 */ }
/* 1255 */ 
/* 1256 */ #js_sort_items a small{display:none;}
/* 1257 */ 
/* 1258 */ #js_sort_items .text-sep{
/* 1259 */ float:left;
/* 1260 */ padding:0 6px;
/* 1261 */ }
/* 1262 */ 
/* 1263 */ .grid-sort-container{
/* 1264 */ clear: both;
/* 1265 */ position: relative;
/* 1266 */ z-index: 20;
/* 1267 */ }
/* 1268 */ 
/* 1269 */ .avia_sortable_active .isotope, .avia_sortable_active .isotope .isotope-item {
/* 1270 */   /* change duration value to whatever you like */
/* 1271 */ 	-webkit-transition-duration: 0.6s;
/* 1272 */ 	   -moz-transition-duration: 0.6s;
/* 1273 */ 		 -o-transition-duration: 0.6s;
/* 1274 */ 			transition-duration: 0.6s;
/* 1275 */ }
/* 1276 */ 
/* 1277 */ .avia_sortable_active .isotope {
/* 1278 */ 
/* 1279 */ 	-webkit-transition-property: height, width;
/* 1280 */ 	   -moz-transition-property: height, width;
/* 1281 */ 		 -o-transition-property: height, width;
/* 1282 */ 			transition-property: height, width;
/* 1283 */ }
/* 1284 */ 
/* 1285 */ .avia_sortable_active .isotope .isotope-item {
/* 1286 */ 
/* 1287 */ 	-webkit-transition-property: -webkit-transform, opacity;
/* 1288 */ 	   -moz-transition-property:    -moz-transform, opacity;
/* 1289 */ 		 -o-transition-property:         top, left, opacity;
/* 1290 */ 			transition-property:         transform, opacity;
/* 1291 */ 
/* 1292 */ }
/* 1293 */ 
/* 1294 */ #top .isotope-transition,
/* 1295 */ #top .isotope-transition .isotope-item,
/* 1296 */ #top .isotope .isotope-item-transition {
/* 1297 */   -webkit-transition-duration: 0s;
/* 1298 */      -moz-transition-duration: 0s;
/* 1299 */       -ms-transition-duration: 0s;
/* 1300 */        -o-transition-duration: 0s;

/* shortcodes.css */

/* 1301 */           transition-duration: 0s;
/* 1302 */ }
/* 1303 */ 
/* 1304 */ 
/* 1305 */ .isotope_activated .isotope-item{
/* 1306 */ margin-left:0;
/* 1307 */ }
/* 1308 */ 
/* 1309 */ #top .isotope-item{
/* 1310 */ z-index: 2;
/* 1311 */ }
/* 1312 */ 
/* 1313 */ #top .isotope-hidden{
/* 1314 */ z-index: 1;
/* 1315 */ }
/* 1316 */ 
/* 1317 */ 
/* 1318 */ /*1 column entry*/
/* 1319 */ #top .isotope-item.av_fullwidth{
/* 1320 */     margin-bottom: 20px;
/* 1321 */ }
/* 1322 */ 
/* 1323 */ /*special layout for 1 column entry*/
/* 1324 */ #top .isotope-item.special_av_fullwidth .av_table_col.grid-content{
/* 1325 */     width: 30%;
/* 1326 */ }
/* 1327 */ 
/* 1328 */ #top .isotope-item.special_av_fullwidth .av_table_col .entry-title{
/* 1329 */     margin: 10px 0 20px;
/* 1330 */ }
/* 1331 */ 
/* 1332 */ #top .isotope-item.special_av_fullwidth .av_table_col .grid-entry-excerpt {
/* 1333 */     font-size: 12px;
/* 1334 */     font-style: normal;
/* 1335 */ }
/* 1336 */ 
/* 1337 */ #top .isotope-item.special_av_fullwidth .av_table_col .avia-arrow {
/* 1338 */ z-index: 5;
/* 1339 */ margin: -5px 0 0 0;
/* 1340 */ top: 50%;
/* 1341 */ right: -5px;
/* 1342 */ left: auto;
/* 1343 */ }
/* 1344 */ 
/* 1345 */ 
/* 1346 */ /*single entries*/
/* 1347 */ .grid-entry{ padding-bottom:1px; overflow: visible;}
/* 1348 */ .grid-entry .avia-arrow{ border:none; top: -4px; }
/* 1349 */ .grid-entry .inner-entry {margin-right: 1px;box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); position: relative;}
/* 1350 */ .grid-image {display:block; width:100%; position: relative;}

/* shortcodes.css */

/* 1351 */ .grid-image img{width:100%; display: block;}
/* 1352 */ .grid-content{padding:16px; position: relative;}
/* 1353 */ .grid-entry-title{font-size:13px; margin:0; padding:0; font-weight: 500;}
/* 1354 */ .grid-entry-excerpt{font-size: 12px; font-style: italic; margin-bottom: -2px;}
/* 1355 */ .with-excerpt-container .grid-entry{text-align: center;}
/* 1356 */ 
/* 1357 */ 
/* 1358 */ 
/* 1359 */ 
/* 1360 */ .grid-circle .inner-entry {
/* 1361 */ margin: 0;
/* 1362 */ border-radius: 999px;
/* 1363 */ overflow: hidden;
/* 1364 */ }
/* 1365 */ 
/* 1366 */ .grid-circle .grid-content {
/* 1367 */ padding: 16px 35px 45px;
/* 1368 */ position: absolute;
/* 1369 */ bottom: 0; left: 0; right: 0;
/* 1370 */ text-align: center;
/* 1371 */ }
/* 1372 */ 
/* 1373 */ .pagination-portfolio .pagination{padding:20px 0;}
/* 1374 */ 
/* 1375 */ 
/* 1376 */ /*within color section*/
/* 1377 */ .avia-section .pagination-portfolio .pagination{padding:16px;}
/* 1378 */ 
/* 1379 */ 
/* 1380 */ /* pseudo 'ajax' portfolio */
/* 1381 */ .portfolio_preview_container{
/* 1382 */ position: relative;
/* 1383 */ clear: both;
/* 1384 */ width:100%;
/* 1385 */ overflow: hidden;
/* 1386 */ display:none;
/* 1387 */ box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 1px;
/* 1388 */ margin-bottom: 25px;
/* 1389 */ }
/* 1390 */ 
/* 1391 */ .portfolio-details-inner {
/* 1392 */ display: none;
/* 1393 */ clear: both;
/* 1394 */ width: 100%;
/* 1395 */ position: relative;
/* 1396 */ overflow: hidden;
/* 1397 */ border-style: solid;
/* 1398 */ border-width: 1px;
/* 1399 */ }
/* 1400 */ 

/* shortcodes.css */

/* 1401 */ .portfolio-preview-title{
/* 1402 */ font-size: 22px;
/* 1403 */ }
/* 1404 */ 
/* 1405 */ 
/* 1406 */ .ajax_slide {
/* 1407 */ display: block;
/* 1408 */ clear: both;
/* 1409 */ width: 100%;
/* 1410 */ overflow: hidden;
/* 1411 */ position: absolute;
/* 1412 */ left: 120%;
/* 1413 */ top: 0;
/* 1414 */ z-index: 1;
/* 1415 */ }
/* 1416 */ 
/* 1417 */ .ajax_slide.open_slide {
/* 1418 */ display: block;
/* 1419 */ position: relative;
/* 1420 */ left: 0;
/* 1421 */ z-index: 2;
/* 1422 */ }
/* 1423 */ 
/* 1424 */ 
/* 1425 */ .ajax_slide .inner_slide{
/* 1426 */ display: table;
/* 1427 */ position: relative;
/* 1428 */ table-layout: fixed;
/* 1429 */ }
/* 1430 */ 
/* 1431 */ .av_table_col{
/* 1432 */ display: table-cell;
/* 1433 */ vertical-align: top;
/* 1434 */ position: relative;
/* 1435 */ }
/* 1436 */ 
/* 1437 */ .portfolio-preview-image{
/* 1438 */ width:66.6%;
/* 1439 */ }
/* 1440 */ 
/* 1441 */ .portfolio-preview-content{
/* 1442 */ width:33.4%;
/* 1443 */ padding:63px 30px 30px 30px;
/* 1444 */ }
/* 1445 */ 
/* 1446 */ .portfolio_preview_container .portfolio-details-inner .no_portfolio_preview_gallery{
/* 1447 */ width:100%;
/* 1448 */ }
/* 1449 */ 
/* 1450 */ div .portfolio-preview-image .avia-slideshow{

/* shortcodes.css */

/* 1451 */ margin:0;
/* 1452 */ }
/* 1453 */ 
/* 1454 */ div .portfolio-preview-image .avia-slideshow img{
/* 1455 */ border-radius:0;
/* 1456 */ }
/* 1457 */ 
/* 1458 */ #top .portfolio-preview-image .avia-gallery{
/* 1459 */ padding:0;
/* 1460 */ margin-bottom: -1px;
/* 1461 */ }
/* 1462 */ 
/* 1463 */ #top .portfolio-preview-image .avia-gallery .avia-gallery-big{
/* 1464 */ border-top:none;
/* 1465 */ border-left:none;
/* 1466 */ border-right:none;
/* 1467 */ position: relative;
/* 1468 */ margin-bottom: -1px;
/* 1469 */ padding:0;
/* 1470 */ border-radius:0;
/* 1471 */ }
/* 1472 */ 
/* 1473 */ #top .portfolio-preview-image .avia-gallery-thumb{
/* 1474 */ position: relative;
/* 1475 */ margin-right: -1px;
/* 1476 */ }
/* 1477 */ 
/* 1478 */ #top .portfolio-preview-image .avia-gallery-thumb img{
/* 1479 */ border-left:none;
/* 1480 */ }
/* 1481 */ 
/* 1482 */ #top .portolio-preview-list-image, #top .portolio-preview-list-image img{
/* 1483 */ display:block;
/* 1484 */ position: relative;
/* 1485 */ width:100%;
/* 1486 */ }
/* 1487 */ 
/* 1488 */ #top .portolio-preview-list-image{
/* 1489 */ border-bottom-style: solid;
/* 1490 */ border-bottom-width: 1px;
/* 1491 */ }
/* 1492 */ 
/* 1493 */ 
/* 1494 */ div .portfolio-preview-image{
/* 1495 */ border-right-style: solid;
/* 1496 */ border-right-width: 1px;
/* 1497 */ }
/* 1498 */ 
/* 1499 */ div .portfolio-preview-image:last-child{border:none;}
/* 1500 */ 

/* shortcodes.css */

/* 1501 */ .portfolio-preview-content .avia-arrow {
/* 1502 */ top: 50%;
/* 1503 */ left: -1px;
/* 1504 */ margin-top: -6px;
/* 1505 */ border-right: none;
/* 1506 */ border-top: none;
/* 1507 */ z-index: 510;
/* 1508 */ }
/* 1509 */ 
/* 1510 */ .open_container, .open_container .portfolio-details-inner {
/* 1511 */ display: block;
/* 1512 */ height: auto;
/* 1513 */ }
/* 1514 */ 
/* 1515 */ .ajax_controlls{
/* 1516 */ position: absolute;
/* 1517 */ z-index: 100;
/* 1518 */ right:0;
/* 1519 */ top:0;
/* 1520 */ }
/* 1521 */ 
/* 1522 */ .ajax_controlls a {
/* 1523 */ text-decoration: none;
/* 1524 */ line-height: 40px;
/* 1525 */ width: 40px;
/* 1526 */ height: 40px;
/* 1527 */ display: block;
/* 1528 */ float: left;
/* 1529 */ margin-left: -1px;
/* 1530 */ overflow: hidden;
/* 1531 */ border-style: solid;
/* 1532 */ border-width: 1px;
/* 1533 */ border-radius: 0px;
/* 1534 */ text-align: center;
/* 1535 */ }
/* 1536 */ 
/* 1537 */ .avia_loading_icon{
/* 1538 */ background: #000 url("../../../themes/enfold/images/layout/preload-dark-big.gif") no-repeat center center;
/* 1539 */ height:60px;
/* 1540 */ width:60px;
/* 1541 */ position: fixed;
/* 1542 */ top:50%;
/* 1543 */ left:50%;
/* 1544 */ margin-top:-30px;
/* 1545 */ margin-left:-30px;
/* 1546 */ display:none;
/* 1547 */ z-index: 10000;
/* 1548 */ -webkit-border-radius: 	30px;
/* 1549 */ -moz-border-radius: 	30px;
/* 1550 */ border-radius: 			30px;

/* shortcodes.css */

/* 1551 */ }
/* 1552 */ 
/* 1553 */ 
/* 1554 */ 
/* 1555 */ /*deactivate gallery animation*/
/* 1556 */ .avia_transform .portfolio-preview-image .avia-gallery-thumb img{
/* 1557 */ opacity: 1;
/* 1558 */ }
/* 1559 */ .avia_transform .portfolio-preview-image .avia-gallery-thumb  img.avia_start_animation{
/* 1560 */ -webkit-animation: none;
/* 1561 */ -moz-animation:    none;
/* 1562 */ -o-animation:      none;
/* 1563 */ animation:         none;
/* 1564 */ }
/* 1565 */ 
/* 1566 */ 
/* 1567 */ /*different portfolio sizes*/
/* 1568 */ .js_active .grid-image{opacity: 0;}
/* 1569 */ 
/* 1570 */ .fullsize .grid-col-4 .grid-image{height: 161px;}
/* 1571 */ .fullsize .grid-col-3 .grid-image{height: 249px;}
/* 1572 */ 
/* 1573 */ 
/* 1574 */ 	@media only screen and (min-width: 1140px) {
/* 1575 */ 
/* 1576 */ 	.responsive .fullsize .grid-col-4 .grid-image{height: 183px;}
/* 1577 */ 	.responsive .fullsize .grid-col-3 .grid-image{height: 276px;}
/* 1578 */ 
/* 1579 */ 	}
/* 1580 */ 
/* 1581 */ 	@media only screen and (min-width: 1340px) {
/* 1582 */ 
/* 1583 */ 	.responsive_large .fullsize .grid-col-4 .grid-image{height: 215px;}
/* 1584 */ 	.responsive_large .fullsize .grid-col-3 .grid-image{height: 325px;}
/* 1585 */ 
/* 1586 */ 	}
/* 1587 */ 
/* 1588 */ 	@media only screen and (min-width: 768px) and (max-width: 989px) {
/* 1589 */ 
/* 1590 */ 	.responsive .fullsize .grid-col-4 .grid-image{height: 121px;}
/* 1591 */ 	.responsive .fullsize .grid-col-3 .grid-image{height: 183px;}
/* 1592 */ 
/* 1593 */ 	}
/* 1594 */ 
/* 1595 */ 	@media only screen and (max-width: 767px) {
/* 1596 */ 
/* 1597 */ 	.responsive .fullsize .grid-col-4 .grid-image,
/* 1598 */ 	.responsive .fullsize .grid-col-3 .grid-image{height: auto;}
/* 1599 */ 
/* 1600 */ 	.responsive .portfolio-preview-image,

/* shortcodes.css */

/* 1601 */     .responsive .portfolio-preview-content{ display:block; width:100%; border-right:none;}
/* 1602 */ 	.responsive .portfolio-preview-content{border-top-style: solid; border-top-width: 1px; }
/* 1603 */ 	.responsive .ajax_slide .inner_slide{display:block;}
/* 1604 */ 	.responsive .ajax_slide .av_table_col{display:block;padding: 30px;}
/* 1605 */ 	}
/* 1606 */ 
/* 1607 */ 
/* 1608 */ 
/* 1609 */ 
/* 1610 */ /* ======================================================================================================================================================
/* 1611 *| Masonry Grid
/* 1612 *| ====================================================================================================================================================== */
/* 1613 */ 
/* 1614 */ .av-masonry{
/* 1615 */ position: relative;
/* 1616 */ overflow: hidden;
/* 1617 */ }
/* 1618 */ 
/* 1619 */ .av-masonry-container{
/* 1620 */ width:100.4%;
/* 1621 */ float:left;
/* 1622 */ clear:both;
/* 1623 */ position: relative;
/* 1624 */ }
/* 1625 */ 
/* 1626 */ .av-masonry-entry{
/* 1627 */ position: relative;
/* 1628 */ display: block;
/* 1629 */ width:24.90%;
/* 1630 */ float:left;
/* 1631 */ clear: none;
/* 1632 */ text-decoration: none;
/* 1633 */ visibility: hidden;
/* 1634 */ opacity: 0;
/* 1635 */ }
/* 1636 */ 
/* 1637 */ 
/* 1638 */ .av-masonry-entry.av-landscape-img{
/* 1639 */ width:49.80%;
/* 1640 */ }
/* 1641 */ 
/* 1642 */ .av-masonry-outerimage-container{
/* 1643 */ overflow: hidden;
/* 1644 */ }
/* 1645 */ 
/* 1646 */ .av-masonry-outerimage-container, .av-masonry-image-container {
/* 1647 */ position: relative;
/* 1648 */ top: 0;
/* 1649 */ left: 0;
/* 1650 */ bottom: 0;

/* shortcodes.css */

/* 1651 */ right: 0;
/* 1652 */ z-index: 1; 
/* 1653 */ }
/* 1654 */ 
/* 1655 */ .av-masonry-image-container{
/* 1656 */ text-align: center;
/* 1657 */ -webkit-background-size: cover;
/* 1658 */ -moz-background-size: cover;
/* 1659 */ -o-background-size: cover;
/* 1660 */ background-size: cover;
/* 1661 */ background-position: center center;
/* 1662 */ }
/* 1663 */ 
/* 1664 */ 
/* 1665 */ 
/* 1666 */ .av-masonry-image-container img{ display:block; margin: 0 auto;}
/* 1667 */ 
/* 1668 */ .av-masonry-entry .av-inner-masonry-content{
/* 1669 */ padding:20px;
/* 1670 */ z-index: 2;
/* 1671 */ position: relative;
/* 1672 */ width:100%;
/* 1673 */ }
/* 1674 */ 
/* 1675 */ .av-masonry-entry .avia-arrow{border:none; top: -5px;}
/* 1676 */ .av-masonry-item-no-image .avia-arrow{display: none;}
/* 1677 */  
/* 1678 */ .av-masonry-entry .av-masonry-entry-title{
/* 1679 */ line-height: 1.3em;
/* 1680 */ margin:0;
/* 1681 */ font-size: 15px;
/* 1682 */ }
/* 1683 */ 
/* 1684 */ .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content{
/* 1685 */ padding-top:4px;
/* 1686 */ }
/* 1687 */ 
/* 1688 */ .av-masonry-date{font-size: 11px;}
/* 1689 */ 
/* 1690 */ 
/* 1691 */ /*items loaded*/
/* 1692 */ 
/* 1693 */ .av-masonry-entry.av-masonry-item-loaded{
/* 1694 */ opacity: 1;
/* 1695 */ visibility: visible;
/* 1696 */ }
/* 1697 */ 
/* 1698 */ .avia_desktop.csstransforms3d .av-masonry-entry{
/* 1699 */ -webkit-perspective: 600;
/* 1700 */ -moz-perspective: 600;

/* shortcodes.css */

/* 1701 */ perspective: 600;
/* 1702 */ }
/* 1703 */ 
/* 1704 */ .avia_desktop.csstransforms3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
/* 1705 */ -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */
/* 1706 */ -moz-animation:    avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Fx 5+ */
/* 1707 */ -o-animation:      avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Opera 12+ */
/* 1708 */ animation:         avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */
/* 1709 */ }
/* 1710 */ 
/* 1711 */ 
/* 1712 */ 
/* 1713 */ 
/* 1714 */ /*gap variations between elements: no, 1px and large*/
/* 1715 */ 
/* 1716 */ .av-large-gap.av-masonry{ padding:15px 0 0 15px; }
/* 1717 */ 
/* 1718 */ .av-no-gap.av-fixed-size  .av-masonry-entry .av-inner-masonry{  position: absolute; top:0px; left:0px; right: 0px; bottom:0px; }
/* 1719 */ .av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{  position: absolute; top:0px; left:0px; right: 1px; bottom:1px; }
/* 1720 */ .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position: absolute; top:0px; left:0px; right: 15px; bottom:15px; }
/* 1721 */ 
/* 1722 */ .av-no-gap.av-flex-size .av-masonry-entry .av-inner-masonry{  position: relative; }
/* 1723 */ .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{ position: relative; margin-right:1px; margin-bottom:1px; }
/* 1724 */ .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{ position: relative; margin-right:15px; margin-bottom:15px; }
/* 1725 */ 
/* 1726 */ 
/* 1727 */ /*flex size*/
/* 1728 */ 
/* 1729 */ .av-flex-size .av-masonry-image-container{background-image: none !important; }
/* 1730 */ 
/* 1731 */ /*fixed sized masonry (aka perfect grid)*/
/* 1732 */ .av-fixed-size .av-masonry-image-container, .av-fixed-size .av-masonry-outerimage-container{position: absolute;}
/* 1733 */ .av-fixed-size .av-masonry-image-container img{display: none;}
/* 1734 */ .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{ width:100%; padding-bottom:80%; z-index: 1; }
/* 1735 */ .av-fixed-size .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer{ padding-bottom:40%;}
/* 1736 */ .av-fixed-size .av-masonry-entry.av-portrait-img .av-inner-masonry-sizer{ padding-bottom:160%;}
/* 1737 */ .av-fixed-size .av-masonry-entry.av-portrait-img.av-landscape-img  .av-inner-masonry-sizer{ padding-bottom:80%;}
/* 1738 */ 
/* 1739 */ #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content{ display: table; position: relative; height: 100%;width:100%;}
/* 1740 */ #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos{display:table-cell;  vertical-align: middle; text-align: center;}
/* 1741 */ 
/* 1742 */ 
/* 1743 */ 
/* 1744 */ 
/* 1745 */ .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content{
/* 1746 */ position: absolute;
/* 1747 */ bottom: 0;
/* 1748 */ }
/* 1749 */ 
/* 1750 */ 

/* shortcodes.css */

/* 1751 */ 
/* 1752 */ /*hover effect*/
/* 1753 */ #top .av-masonry-entry:hover{text-decoration: none; }
/* 1754 */ 
/* 1755 */ .av-masonry-image-container, .av-inner-masonry-content, .av-masonry-pagination{
/* 1756 */ -webkit-transition: all 0.4s ease-in-out;
/* 1757 */ -moz-transition: 	all 0.4s ease-in-out;
/* 1758 */ -o-transition: 		all 0.4s ease-in-out;
/* 1759 */ -ms-transition: 	all 0.4s ease-in-out;
/* 1760 */ transition: 		all 0.4s ease-in-out;
/* 1761 */ 
/* 1762 */ }
/* 1763 */ 
/* 1764 */ .avia_desktop .av-hover-overlay-active .av-masonry-image-container{opacity: 0.7;}
/* 1765 */ .avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container{ opacity: 1;}
/* 1766 */ .avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
/* 1767 */ -webkit-transform: 	scale(1.05,1.05);
/* 1768 */ -moz-transform: 	scale(1.05,1.05);
/* 1769 */ transform: 			scale(1.05,1.05);
/* 1770 */ }
/* 1771 */ 
/* 1772 */ 
/* 1773 */ .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content{opacity: 0; filter:alpha(opacity=00);}
/* 1774 */ .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content{opacity: 1; filter:alpha(opacity=100);}
/* 1775 */ 
/* 1776 */ .avia_desktop .av-inner-masonry-content{ /*fixes flickering issue when caption/excerpt is visible by default and sorting is activated . may also try to replace it with -webkit-transform-style: preserve-3d;*/
/* 1777 */ -webkit-backface-visibility:hidden;
/* 1778 */ }
/* 1779 */ 
/* 1780 */ .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{
/* 1781 */ -webkit-backface-visibility: hidden;
/* 1782 */ -moz-backface-visibility: hidden;
/* 1783 */ backface-visibility: hidden;
/* 1784 */ -webkit-transform-origin: center bottom;
/* 1785 */ -moz-transform-origin: center bottom;
/* 1786 */ transform-origin: center bottom;
/* 1787 */ -webkit-transform: rotateX(120deg);
/* 1788 */ -moz-transform: rotateX(120deg);
/* 1789 */ transform: rotateX(120deg);
/* 1790 */ -webkit-transform-style: preserve-3d;
/* 1791 */ transform-style: preserve-3d;
/* 1792 */ }
/* 1793 */ 
/* 1794 */ .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{
/* 1795 */ -webkit-transform: 	rotateX(0deg);
/* 1796 */ -moz-transform: 	rotateX(0deg);
/* 1797 */ transform: 			rotateX(0deg);
/* 1798 */ }
/* 1799 */ 
/* 1800 */ 

/* shortcodes.css */

/* 1801 */ .avia_desktop.csstransforms3d .av-masonry-entry:hover .av-icon-display{
/* 1802 */ -webkit-transform: 	rotateY(180deg);
/* 1803 */ -moz-transform: 	rotateY(180deg);
/* 1804 */ transform: 			rotateY(180deg);
/* 1805 */ border-color: transparent;
/* 1806 */ }
/* 1807 */ 
/* 1808 */ /*need to make sure that the scale transform doesnt mess up the image*/
/* 1809 */ .avia_desktop.csstransforms3d .av-masonry-image-container{
/* 1810 */ -webkit-perspective: 1000;
/* 1811 */ -webkit-backface-visibility: hidden;
/* 1812 */ }
/* 1813 */ 
/* 1814 */ 
/* 1815 */ 
/* 1816 */ 
/* 1817 */ /*masonry sorting*/
/* 1818 */ 
/* 1819 */ .av-masonry-sort{ text-align: center; padding:15px; visibility: hidden; }
/* 1820 */ .av-masonry-sort a{text-decoration: none;}
/* 1821 */ .av-sort-by-term > * { display: inline-block; }
/* 1822 */ .av-no-gap  .av-masonry-sort, .av-1px-gap  .av-masonry-sort{margin:0 0 1px 0;}
/* 1823 */ .av-large-gap .av-masonry-sort{margin:0 15px 15px 0;}
/* 1824 */ .avia-term-count{display: none; }
/* 1825 */ 
/* 1826 */ 
/* 1827 */ /*masonry pagination*/
/* 1828 */ .av-masonry-pagination{
/* 1829 */ clear: both;
/* 1830 */ z-index: 2;
/* 1831 */ bottom: 20px;
/* 1832 */ right:20px;
/* 1833 */ padding:20px;
/* 1834 */ display:block;
/* 1835 */ }
/* 1836 */ 
/* 1837 */ #top .av-masonry-load-more{
/* 1838 */ text-align: center;
/* 1839 */ text-decoration: none;
/* 1840 */ text-transform: uppercase;
/* 1841 */ font-weight: 600;
/* 1842 */ letter-spacing: 1px;
/* 1843 */ font-size: 13px;
/* 1844 */ visibility: hidden;
/* 1845 */ opacity: 0;
/* 1846 */ overflow: hidden;
/* 1847 */ }
/* 1848 */ 
/* 1849 */ #top .av-masonry-load-more.av-masonry-no-more-items {
/* 1850 */ opacity: 0 !important;

/* shortcodes.css */

/* 1851 */ height: 0px;
/* 1852 */ padding: 0px;
/* 1853 */ filter:alpha(opacity=00);
/* 1854 */ }
/* 1855 */ 
/* 1856 */ 
/* 1857 */ #top .av-masonry-load-more:hover{ letter-spacing: 0px; }
/* 1858 */ .av-no-gap .av-masonry-load-more{margin:1px 0 0 0; float: left; width: 100%;}
/* 1859 */ .av-large-gap .av-masonry-pagination{margin:0 15px 15px 0;}
/* 1860 */ .av-masonry-pagination .pagination{padding:5px;}
/* 1861 */ .av-masonry-pagination .pagination-meta { line-height: 30px; }
/* 1862 */ 
/* 1863 */ 
/* 1864 */ /*masonry post types and variations*/
/* 1865 */ /*product*/
/* 1866 */ .av-masonry-entry.sale .av-masonry-entry-title{ padding-right:48px;}
/* 1867 */ #top .av-masonry-entry.type-product .av-masonry-image-container{opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1);transform:scale(1); }
/* 1868 */ #top .av-masonry-entry .price, #top .av-masonry-entry .price span, #top .av-masonry-entry del, #top .av-masonry-entry ins {font-size: 14px;}
/* 1869 */ #top .av-masonry-entry .onsale{ top:20px; right:20px;}
/* 1870 */ 
/* 1871 */ #top .av-masonry-entry .av-inner-masonry .av-masonry-overlay{opacity: 0; filter:alpha(opacity=0); width:100%; z-index: 10; position: absolute; top:0; left:0; right:0; bottom:0;}
/* 1872 */ #top .av-masonry-entry:hover .av-inner-masonry .av-masonry-overlay{  opacity: 1; filter:alpha(opacity=100);  }
/* 1873 */ 
/* 1874 */ 
/* 1875 */ /*post types*/
/* 1876 */ #top .av-icon-display.av-masonry-media{
/* 1877 */ position: absolute;
/* 1878 */ left: 50%;
/* 1879 */ margin-left: -30px;
/* 1880 */ top: -75px;
/* 1881 */ opacity: 0.7;
/* 1882 */ filter:alpha(opacity=70); 
/* 1883 */ }
/* 1884 */ 
/* 1885 */ #top .av-masonry-entry:hover .av-icon-display.av-masonry-media{ 
/* 1886 */ opacity: 1; filter:alpha(opacity=100); 
/* 1887 */ -webkit-transform: 	rotateY(0deg);
/* 1888 */ -moz-transform: 	rotateY(0deg);
/* 1889 */ transform: 			rotateY(0deg);
/* 1890 */ }
/* 1891 */ 
/* 1892 */ 
/* 1893 */ #top .av-masonry-entry.format-quote .av-icon-display{
/* 1894 */ position: absolute;
/* 1895 */ z-index: -1;
/* 1896 */ border: none;
/* 1897 */ background: rgba(0, 0, 0, 0);
/* 1898 */ opacity: 0.1;
/* 1899 */ filter:alpha(opacity=10); 
/* 1900 */ bottom: -20px;

/* shortcodes.css */

/* 1901 */ left: 0;
/* 1902 */ font-size: 50px;
/* 1903 */ line-height: 100px;
/* 1904 */ width: 100px;
/* 1905 */ }
/* 1906 */ 
/* 1907 */ #top div .av-masonry-entry.format-quote:hover .av-icon-display{
/* 1908 */ -webkit-transform: 	rotateY(0deg);
/* 1909 */ -moz-transform: 	rotateY(0deg);
/* 1910 */ transform: 			rotateY(0deg);
/* 1911 */ opacity: 0.3; filter:alpha(opacity=30); 
/* 1912 */ }
/* 1913 */ 
/* 1914 */ 
/* 1915 */ @media only screen and (min-width: 1800px){
/* 1916 */  .responsive.html_stretched .av-masonry-entry{width:16.6%;}
/* 1917 */  .responsive.html_stretched .av-masonry-entry.av-landscape-img{width:33.2%;}
/* 1918 */ }
/* 1919 */ 
/* 1920 */ @media only screen and (min-width: 989px) and (max-width: 1340px) {
/* 1921 */ .responsive .av-masonry-entry{width:33.3%;}
/* 1922 */ .responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
/* 1923 */ }
/* 1924 */ 
/* 1925 */ @media only screen and (max-width: 767px) {
/* 1926 */ 	.responsive .av-masonry-entry{width:100%;}
/* 1927 */ }
/* 1928 */ 
/* 1929 */ @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 1930 */ 	.responsive .av-masonry-gallery .av-masonry-entry{width:49.90%;}
/* 1931 */ }
/* 1932 */ 
/* 1933 */ @media only screen and (min-width: 767px) and (max-width: 989px) {
/* 1934 */ 	.responsive .av-masonry-gallery .av-masonry-entry{width:33.3%;}
/* 1935 */ 	.responsive .av-masonry-gallery .av-masonry-entry.av-landscape-img{width:66.6%;}
/* 1936 */ }
/* 1937 */ 
/* 1938 */ @media only screen and (min-width: 767px) and (max-width: 989px) {
/* 1939 */ 	.responsive .av-masonry-entry{width:49.90%;}
/* 1940 */ 	.responsive .av-masonry-entry.av-landscape-img{width:100%;}
/* 1941 */ }
/* 1942 */ 
/* 1943 */ 
/* 1944 */ 
/* 1945 */ 
/* 1946 */ 
/* 1947 */ 
/* 1948 */ /* ======================================================================================================================================================
/* 1949 *| Team Member
/* 1950 *| ====================================================================================================================================================== */

/* shortcodes.css */

/* 1951 */ .avia-team-member{margin:30px 0; clear:both;}
/* 1952 */ .team-member-name{margin-top:7px;}
/* 1953 */ .team-member-job-title{margin-top:-7px; font-size: 13px; }
/* 1954 */ .team-member-description{}
/* 1955 */ .team-social a{text-decoration: none; position: relative; border-radius: 30px; padding: 0 16px; background: #fff;margin: 3px; display: inline-block; height:53px; line-height:54px; width:53px; }
/* 1956 */ .team-img-container{ position: relative; overflow: hidden; border-radius: 3px; text-align: center;}
/* 1957 */ .team-img-container img{ display:block; margin:0 auto; }
/* 1958 */ 
/* 1959 */ .avia-team-member .team-social{
/* 1960 */ border: 7px solid rgba(0, 0, 0, 0.1);
/* 1961 */ position: absolute;
/* 1962 */ font-size:20px;
/* 1963 */ background: #fff;
/* 1964 */ background: rgba(255, 255, 255, 0.7);
/* 1965 */ opacity: 0;
/* 1966 */ visibility: hidden;
/* 1967 */ top:0; left:0; right:0; bottom:0;
/* 1968 */ text-align: center;
/* 1969 */ border-radius:3px;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .team-social-inner{width:100%;padding:0 5%;position: absolute; top:50%; margin-top:-26px;left:0;}
/* 2025 */ 
/* 2025 */ .team-img-container:hover .team-social{visibility: visible; opacity: 1; }
/* 2025 */ 
/* 2025 */ 
/* 2025 */ .avia-tooltip{
/* 2025 */ position: absolute;
/* 2025 */ z-index: 9999999;
/* 2025 */ padding:12px;
/* 2025 */ margin-top:-18px;
/* 2025 */ margin-left: -4px;
/* 2025 */ background: #000;
/* 2025 */ background: rgba(0, 0, 0, 0.8);
/* 2025 */ color:#fff;
/* 2025 */ width:140px;
/* 2025 */ -webkit-border-radius: 2px;
/* 2025 */ -moz-border-radius: 2px;
/* 2025 */ border-radius: 2px;
/* 2025 */ font-size: 12px;
/* 2025 */ text-align: center;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia-tooltip .avia-arrow{
/* 2025 */ background: rgba(0, 0, 0, 0.8);
/* 2025 */ border:none;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ .avia-tooltip .avia-arrow-wrap{
/* 2000 */ width:20px;

/* shortcodes.css */

/* 2025 */ height:20px;
/* 2025 */ position: absolute;
/* 2025 */ bottom:-20px;
/* 2025 */ left:50%;
/* 2025 */ margin-left:-7px;
/* 2025 */ overflow: hidden;
/* 2025 */ }
/* 2025 */ 
/* 2025 */ 
/* 2025 */ .avia-team-member .plus-google:hover{ color:#de5a49; }
/* 2025 */ .avia-team-member .rss:hover	    { color:#ffa133; }
/* 2025 */ .avia-team-member .facebook:hover   { color:#37589b; }
/* 2025 */ .avia-team-member .twitter:hover    { color:#46d4fe; }
/* 2025 */ .avia-team-member .mail:hover       { color:#9fae37; }
/* 2025 */ .avia-team-member .dribbble:hover   { color:#e44885; }
/* 2025 */ .avia-team-member .linkedin:hover   { color:#419cca; }
/* 2025 */ .avia-team-member .search:hover     { color:#222222; }
/* 2025 */ .avia-team-member .behance:hover    { color:#008cfa; }
/* 2025 */ .avia-team-member .flickr:hover     { color:#ff0086; }
/* 2025 */ .avia-team-member .forrst:hover     { color:#234317; }
/* 2025 */ .avia-team-member .myspace:hover    { color:#000000; }
/* 2025 */ .avia-team-member .tumblr:hover     { color:#345574; }
/* 2025 */ .avia-team-member .vimeo:hover      { color:#31baff; }
/* 2025 */ .avia-team-member .youtube:hover    { color:#a72b1d; }
/* 2025 */ .avia-team-member .pinterest:hover  { color:#cb2027; }
/* 2026 */ .avia-team-member .skype:hover 	    { color:#12a5f4; }
/* 2027 */ .avia-team-member .five_100_px:hover{ color:#222222; }
/* 2028 */ .avia-team-member .soundcloud:hover { color:#F76700; }
/* 2029 */ .avia-team-member .xing:hover 	    { color:#006567; }
/* 2030 */ 
/* 2031 */ 
/* 2032 */ 
/* 2033 */ /*mobile from super small to tablet*/
/* 2034 */ @media only screen and (max-width: 989px) {
/* 2035 */ 	.responsive .team-social a{ padding: 0 8px; background: #fff;margin: 3px; margin-top:11px; display: inline-block; height:33px; line-height:32px; width:33px; border-style: solid; border-width: 1px; }
/* 2036 */ 	.responsive  #top .avia-team-member .team-img-container img{position: relative; z-index: 3;}
/* 2037 */ 	.responsive  #top .avia-team-member .team-social {
/* 2038 */ 		border: 1px solid rgba(0, 0, 0, 0.1);
/* 2039 */ 		position: relative;
/* 2040 */ 		font-size: 20px;
/* 2041 */ 		background: #FFF;
/* 2042 */ 		background: rgba(0, 0, 0, 0.03);
/* 2043 */ 		opacity: 1;
/* 2044 */ 		visibility: visible;
/* 2045 */ 		top: auto;
/* 2046 */ 		left: 0;
/* 2047 */ 		right: 0;
/* 2048 */ 		bottom: 5px;
/* 2049 */ 		height: 60px;
/* 2050 */ 		text-align: center;

/* shortcodes.css */

/* 2051 */ 		border-radius: 3px;
/* 2052 */ 		border-top-right-radius: 0px;
/* 2053 */ 		border-top-left-radius: 0px;
/* 2054 */ 		font-size: 15px;
/* 2055 */ 		z-index: 1;
/* 2056 */ 		}
/* 2057 */ 	}
/* 2058 */ 
/* 2059 */ 
/* 2060 */ 
/* 2061 */ /* ======================================================================================================================================================
/* 2062 *| Sidebar
/* 2063 *| ====================================================================================================================================================== */
/* 2064 */ 
/* 2065 */ .avia-builder-widget-area{
/* 2066 */ position: relative;
/* 2067 */ }
/* 2068 */ 
/* 2069 */ .flex_column .widget:first-child, .content .widget:first-child{
/* 2070 */ padding-top: 0;
/* 2071 */ border-top: none;
/* 2072 */ }
/* 2073 */ 
/* 2074 */ .flex_column .widget .widgettitle , .content .widget .widgettitle{
/* 2075 */ margin-top:0.85em;
/* 2076 */ }
/* 2077 */ 
/* 2078 */ /* ======================================================================================================================================================
/* 2079 *| Testimonials
/* 2080 *| ====================================================================================================================================================== */
/* 2081 */ 
/* 2082 */ .avia-testimonial{
/* 2083 */ border-right-style: dashed;
/* 2084 */ border-right-width: 1px;
/* 2085 */ border-bottom-style: dashed;
/* 2086 */ border-bottom-width: 1px;
/* 2087 */ padding:20px;
/* 2088 */ }
/* 2089 */ 
/* 2090 */ .avia-first-testimonial{clear:both;}
/* 2091 */ .avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial{border-bottom:none;}
/* 2092 */ .avia-testimonial.avia-last-testimonial, .avia-grid-1-testimonials .avia-testimonial{border-right:none;}
/* 2093 */ .avia-testimonial-image img{border-radius: 100px;}
/* 2094 */ .avia-testimonial-image{float:left; margin:0 20px 0 0; width:80px; height:80px; border-radius: 100px; overflow: hidden;}
/* 2095 */ .avia-testimonial-content{overflow: hidden;}
/* 2096 */ .avia-testimonial-content p:first-child{margin-top:0;}
/* 2097 */ .avia-testimonial-meta{position: relative; overflow: hidden; margin-left: 100px;}
/* 2098 */ .avia-testimonial-meta-mini{overflow: hidden;}
/* 2099 */ .avia-testimonial-name{display:block;}
/* 2100 */ .avia-testimonial-arrow-wrap{display:none;}

/* shortcodes.css */

/* 2101 */ 
/* 2102 */ .avia-testimonial-wrapper{display:table; margin: 30px 0; clear:both; }
/* 2103 */ .avia-testimonial-row{display: table-row;}
/* 2104 */ body div .avia-testimonial{display: table-cell; float:none;}
/* 2105 */ 
/* 2106 */ .avia_transform .avia-testimonial .avia-testimonial-image{
/* 2107 */ opacity: 0.2;
/* 2108 */ -webkit-transform:scale(0.5);
/* 2109 */ -moz-transform:scale(0.5);
/* 2110 */ -o-transform:scale(0.5);
/* 2111 */ transform:scale(0.5);
/* 2112 */ }
/* 2113 */ 
/* 2114 */ .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image{
/* 2115 */ -webkit-animation: avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2116 */ -moz-animation:    avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2117 */ -o-animation:      avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2118 */ animation:         avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2119 */ opacity: 1;
/* 2120 */ -webkit-transform:scale(1);
/* 2121 */ -moz-transform:scale(1);
/* 2122 */ -o-transform:scale(1);
/* 2123 */ transform:scale(1);
/* 2124 */ }
/* 2125 */ 
/* 2126 */ 
/* 2127 */ /*slider style*/
/* 2128 */ .avia-slider-testimonials.avia-testimonial-wrapper{display:block; clear:both; position: relative;}
/* 2129 */ .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row{display: block; width:100%; position: relative;}
/* 2130 */ .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{visibility:hidden; border:none; width:100%; float:none; padding:0; position: absolute; top:0;}
/* 2131 */ .js_active .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{opacity: 0;}
/* 2132 */ .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child{display:block; visibility:visible; position: relative;}
/* 2133 */ .avia-slider-testimonials .avia-testimonial-meta{ margin:13px 0 0 20px; overflow: visible; font-size: 12px;}
/* 2134 */ .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image{margin:0 10px 0 0; width:40px; height:40px;}
/* 2135 */ .avia-slider-testimonials .avia-testimonial-content{ padding:15px; border-style: solid; border-width: 1px; border-radius: 2px;}
/* 2136 */ .avia-slider-testimonials .avia-testimonial-content p:last-child{margin-bottom: 0;}
/* 2137 */ .avia-slider-testimonials .avia-testimonial-arrow-wrap{display: block; position: absolute; top: -14px; left: 14px; overflow: hidden; width: 10px; height: 10px;}
/* 2138 */ .avia-slider-testimonials .avia-testimonial-name{font-size:14px;}
/* 2139 */ 
/* 2140 */ @media only screen and (max-width: 767px)
/* 2141 */ {
/* 2142 */ 	.responsive .avia-testimonial-wrapper, .responsive .avia-testimonial-row, .responsive .avia-testimonial{display:block; width:100%; float:none;}
/* 2143 */ 	.responsive .avia-testimonial{padding:20px 0; border-right:none; margin:0;}
/* 2144 */ 	.responsive #top .avia-testimonial{border-bottom-style: dashed; border-bottom-width: 1px;}
/* 2145 */ 	.responsive #top .avia-testimonial-row:last-child .avia-testimonial:last-child{border:none;}
/* 2146 */     .responsive #top .avia-slider-testimonials .avia-testimonial{border:none;}
/* 2147 */  }
/* 2148 */ 
/* 2149 */ 
/* 2150 */ /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/* shortcodes.css */

/* 2151 */ 	@media only screen and (max-width: 479px) {
/* 2152 */ 
/* 2153 */ 		.responsive .avia-testimonial-image{margin:0; width:100%; float:none; text-align: center; margin-bottom: 15px; height: auto;}
/* 2154 */ 		.responsive .avia-grid-testimonials .avia-testimonial-meta{margin-left:0;}
/* 2155 */ 	}
/* 2156 */ 
/* 2157 */ 
/* 2158 */ /* ======================================================================================================================================================
/* 2159 *| Progress Bar
/* 2160 *| ====================================================================================================================================================== */
/* 2161 */ .avia-progress-bar-container{margin: 15px 0; clear:both;}
/* 2162 */ .avia-progress-bar{position: relative; margin-bottom:4px;}
/* 2163 */ .avia-progress-bar .progressbar-title-wrap {
/* 2164 */ position: absolute;
/* 2165 */ z-index: 2;
/* 2166 */ bottom: 3px;
/* 2167 */ left: 3px;
/* 2168 */ color: white;
/* 2169 */ background: black;
/* 2170 */ background: rgba(0, 0, 0, 0.5);
/* 2171 */ padding: 1px 10px 2px 10px;
/* 2172 */ border-radius: 3px;
/* 2173 */ }
/* 2174 */ .progressbar-icon{float:left;margin-right:5px;}
/* 2175 */ .icon-bar-no .progressbar-icon{display:none;}
/* 2176 */ .progressbar-title{float:left;}
/* 2177 */ .avia-progress-bar .progress{width:100%; height:30px; line-height: 30px; position: relative; border-radius: 3px; overflow: hidden;
/* 2178 */ box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
/* 2179 */ }
/* 2180 */ 
/* 2181 */ .avia-progress-bar div.progress .bar-outer, .avia-progress-bar div.progress .bar{height:100%; position: absolute; top:0; left:0; width:100%;
/* 2182 */ background-size: 32px 32px; border-radius: 3px;
/* 2183 */ }
/* 2184 */ 
/* 2185 */ .avia-progress-bar div.progress .bar{
/* 2186 */ -webkit-animation: avia-bg-move 1.2s linear infinite; /* Safari 4+ */
/* 2187 */ -moz-animation:    avia-bg-move 1.2s linear infinite; /* Fx 5+ */
/* 2188 */ -o-animation:      avia-bg-move 1.2s linear infinite; /* Opera 12+ */
/* 2189 */ animation:         avia-bg-move 1.2s linear infinite; /* IE 10+ */
/* 2190 */ height: 100%;
/* 2191 */ }
/* 2192 */ 
/* 2193 */ .avia-progress-bar div.progress {
/* 2194 */ clear: both;
/* 2195 */ }
/* 2196 */ 
/* 2197 */ .avia_transform div.progress .bar-outer{
/* 2198 */ width:0;
/* 2199 */ }
/* 2200 */ 

/* shortcodes.css */

/* 2201 */ .avia_transform .avia-progress-bar div.progress.avia_start_animation .bar-outer{
/* 2202 */ -webkit-animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
/* 2203 */ -moz-animation:    avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
/* 2204 */ -o-animation:      avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Opera 12+ */
/* 2205 */ animation:         avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
/* 2206 */ width:100%;
/* 2207 */ }
/* 2208 */ 
/* 2209 */ .grey-bar .bar{
/* 2210 */ background: #555;
/* 2211 */ background-image:	-webkit-linear-gradient(-45deg, #666 25%, #444 25%, #444 50%, #666 50%, #666 75%, #444 75%, #444);
/* 2212 */ background-image:      -moz-linear-gradient(-45deg, #666 25%, #444 25%, #444 50%, #666 50%, #666 75%, #444 75%, #444);
/* 2213 */ background-image:        -o-linear-gradient(-45deg, #666 25%, #444 25%, #444 50%, #666 50%, #666 75%, #444 75%, #444);
/* 2214 */ background-image:       -ms-linear-gradient(-45deg, #666 25%, #444 25%, #444 50%, #666 50%, #666 75%, #444 75%, #444);
/* 2215 */ background-image:           linear-gradient(-45deg, #666 25%, #444 25%, #444 50%, #666 50%, #666 75%, #444 75%, #444);
/* 2216 */ }
/* 2217 */ 
/* 2218 */ .blue-bar .bar{
/* 2219 */ background: #7bb0e7;
/* 2220 */ background-image:	-webkit-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
/* 2221 */ background-image:      -moz-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
/* 2222 */ background-image:        -o-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
/* 2223 */ background-image:       -ms-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
/* 2224 */ background-image:           linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
/* 2225 */ }
/* 2226 */ 
/* 2227 */ .green-bar .bar{
/* 2228 */ background: #555;
/* 2229 */ background-image:	-webkit-linear-gradient(-45deg, #A5CA68 25%, #83a846 25%, #83a846 50%, #A5CA68 50%, #A5CA68 75%, #83a846 75%, #83a846);
/* 2230 */ background-image:      -moz-linear-gradient(-45deg, #A5CA68 25%, #83a846 25%, #83a846 50%, #A5CA68 50%, #A5CA68 75%, #83a846 75%, #83a846);
/* 2231 */ background-image:        -o-linear-gradient(-45deg, #A5CA68 25%, #83a846 25%, #83a846 50%, #A5CA68 50%, #A5CA68 75%, #83a846 75%, #83a846);
/* 2232 */ background-image:       -ms-linear-gradient(-45deg, #A5CA68 25%, #83a846 25%, #83a846 50%, #A5CA68 50%, #A5CA68 75%, #83a846 75%, #83a846);
/* 2233 */ background-image:           linear-gradient(-45deg, #A5CA68 25%, #83a846 25%, #83a846 50%, #A5CA68 50%, #A5CA68 75%, #83a846 75%, #83a846);
/* 2234 */ }
/* 2235 */ 
/* 2236 */ .orange-bar .bar{
/* 2237 */ background: #EDAE44;
/* 2238 */ background-image: -webkit-linear-gradient(-45deg, #EDAE44 25%, #FFCF66 25%, #FFCF66 50%, #EDAE44 50%, #EDAE44 75%, #FFCF66 75%, #FFCF66);
/* 2239 */ background-image: -moz-linear-gradient(-45deg, #EDAE44 25%, #FFCF66 25%, #FFCF66 50%, #EDAE44 50%, #EDAE44 75%, #FFCF66 75%, #FFCF66);
/* 2240 */ background-image: -o-linear-gradient(-45deg, #EDAE44 25%, #FFCF66 25%, #FFCF66 50%, #EDAE44 50%, #EDAE44 75%, #FFCF66 75%, #FFCF66);
/* 2241 */ background-image: -ms-linear-gradient(-45deg, #EDAE44 25%, #FFCF66 25%, #FFCF66 50%, #EDAE44 50%, #EDAE44 75%, #FFCF66 75%, #FFCF66);
/* 2242 */ background-image: linear-gradient(-45deg, #EDAE44 25%, #FFCF66 25%, #FFCF66 50%, #EDAE44 50%, #EDAE44 75%, #FFCF66 75%, #FFCF66);
/* 2243 */ }
/* 2244 */ 
/* 2245 */ .black-bar .bar{
/* 2246 */ background: #222;
/* 2247 */ background-image: -webkit-linear-gradient(-45deg, #222 25%, #444 25%, #444 50%, #222 50%, #222 75%, #444 75%, #444);
/* 2248 */ background-image: -moz-linear-gradient(-45deg, #222 25%, #444 25%, #444 50%, #222 50%, #222 75%, #444 75%, #444);
/* 2249 */ background-image: -o-linear-gradient(-45deg, #222 25%, #444 25%, #444 50%, #222 50%, #222 75%, #444 75%, #444);
/* 2250 */ background-image: -ms-linear-gradient(-45deg, #222 25%, #444 25%, #444 50%, #222 50%, #222 75%, #444 75%, #444);

/* shortcodes.css */

/* 2251 */ background-image: linear-gradient(-45deg, #222 25%, #444 25%, #444 50%, #222 50%, #222 75%, #444 75%, #444);
/* 2252 */ }
/* 2253 */ 
/* 2254 */ .red-bar .bar{
/* 2255 */ background: #B02B2C;
/* 2256 */ background-image: -webkit-linear-gradient(-45deg, #B02B2C 25%, #D24D4E 25%, #D24D4E 50%, #B02B2C 50%, #B02B2C 75%, #D24D4E 75%, #D24D4E);
/* 2257 */ background-image: -moz-linear-gradient(-45deg, #B02B2C 25%, #D24D4E 25%, #D24D4E 50%, #B02B2C 50%, #B02B2C 75%, #D24D4E 75%, #D24D4E);
/* 2258 */ background-image: -o-linear-gradient(-45deg, #B02B2C 25%, #D24D4E 25%, #D24D4E 50%, #B02B2C 50%, #B02B2C 75%, #D24D4E 75%, #D24D4E);
/* 2259 */ background-image: -ms-linear-gradient(-45deg, #B02B2C 25%, #D24D4E 25%, #D24D4E 50%, #B02B2C 50%, #B02B2C 75%, #D24D4E 75%, #D24D4E);
/* 2260 */ background-image: linear-gradient(-45deg, #B02B2C 25%, #D24D4E 25%, #D24D4E 50%, #B02B2C 50%, #B02B2C 75%, #D24D4E 75%, #D24D4E);
/* 2261 */ }
/* 2262 */ 
/* 2263 */ .teal-bar .bar{
/* 2264 */ background: #5F8789;
/* 2265 */ background-image: -webkit-linear-gradient(-45deg, #5F8789 25%, #7FA9AB 25%, #7FA9AB 50%, #5F8789 50%, #5F8789 75%, #7FA9AB 75%, #7FA9AB);
/* 2266 */ background-image: -moz-linear-gradient(-45deg, #5F8789 25%, #7FA9AB 25%, #7FA9AB 50%, #5F8789 50%, #5F8789 75%, #7FA9AB 75%, #7FA9AB);
/* 2267 */ background-image: -o-linear-gradient(-45deg, #5F8789 25%, #7FA9AB 25%, #7FA9AB 50%, #5F8789 50%, #5F8789 75%, #7FA9AB 75%, #7FA9AB);
/* 2268 */ background-image: -ms-linear-gradient(-45deg, #5F8789 25%, #7FA9AB 25%, #7FA9AB 50%, #5F8789 50%, #5F8789 75%, #7FA9AB 75%, #7FA9AB);
/* 2269 */ background-image: linear-gradient(-45deg, #5F8789 25%, #7FA9AB 25%, #7FA9AB 50%, #5F8789 50%, #5F8789 75%, #7FA9AB 75%, #7FA9AB);
/* 2270 */ }
/* 2271 */ 
/* 2272 */ .aqua-bar .bar{
/* 2273 */ background: #4ECAC2;
/* 2274 */ background-image: -webkit-linear-gradient(-45deg, #4ECAC2 25%, #6FECE4 25%, #6FECE4 50%, #4ECAC2 50%, #4ECAC2 75%, #6FECE4 75%, #6FECE4);
/* 2275 */ background-image: -moz-linear-gradient(-45deg, #4ECAC2 25%, #6FECE4 25%, #6FECE4 50%, #4ECAC2 50%, #4ECAC2 75%, #6FECE4 75%, #6FECE4);
/* 2276 */ background-image: -o-linear-gradient(-45deg, #4ECAC2 25%, #6FECE4 25%, #6FECE4 50%, #4ECAC2 50%, #4ECAC2 75%, #6FECE4 75%, #6FECE4);
/* 2277 */ background-image: -ms-linear-gradient(-45deg, #4ECAC2 25%, #6FECE4 25%, #6FECE4 50%, #4ECAC2 50%, #4ECAC2 75%, #6FECE4 75%, #6FECE4);
/* 2278 */ background-image: linear-gradient(-45deg, #4ECAC2 25%, #6FECE4 25%, #6FECE4 50%, #4ECAC2 50%, #4ECAC2 75%, #6FECE4 75%, #6FECE4);
/* 2279 */ }
/* 2280 */ 
/* 2281 */ .purple-bar .bar{
/* 2282 */ background: #745F7E;
/* 2283 */ background-image: -webkit-linear-gradient(-45deg, #745F7E 25%, #967F9F 25%, #967F9F 50%, #745F7E 50%, #745F7E 75%, #967F9F 75%, #967F9F);
/* 2284 */ background-image: -moz-linear-gradient(-45deg, #745F7E 25%, #967F9F 25%, #967F9F 50%, #745F7E 50%, #745F7E 75%, #967F9F 75%, #967F9F);
/* 2285 */ background-image: -o-linear-gradient(-45deg, #745F7E 25%, #967F9F 25%, #967F9F 50%, #745F7E 50%, #745F7E 75%, #967F9F 75%, #967F9F);
/* 2286 */ background-image: -ms-linear-gradient(-45deg, #745F7E 25%, #967F9F 25%, #967F9F 50%, #745F7E 50%, #745F7E 75%, #967F9F 75%, #967F9F);
/* 2287 */ background-image: linear-gradient(-45deg, #745F7E 25%, #967F9F 25%, #967F9F 50%, #745F7E 50%, #745F7E 75%, #967F9F 75%, #967F9F);
/* 2288 */ }
/* 2289 */ 
/* 2290 */ .pink-bar .bar{
/* 2291 */ background: #D65799;
/* 2292 */ background-image: -webkit-linear-gradient(-45deg, #D65799 25%, #F879BB 25%, #F879BB 50%, #D65799 50%, #D65799 75%, #F879BB 75%, #F879BB);
/* 2293 */ background-image: -moz-linear-gradient(-45deg, #D65799 25%, #F879BB 25%, #F879BB 50%, #D65799 50%, #D65799 75%, #F879BB 75%, #F879BB);
/* 2294 */ background-image: -o-linear-gradient(-45deg, #D65799 25%, #F879BB 25%, #F879BB 50%, #D65799 50%, #D65799 75%, #F879BB 75%, #F879BB);
/* 2295 */ background-image: -ms-linear-gradient(-45deg, #D65799 25%, #F879BB 25%, #F879BB 50%, #D65799 50%, #D65799 75%, #F879BB 75%, #F879BB);
/* 2296 */ background-image: linear-gradient(-45deg, #D65799 25%, #F879BB 25%, #F879BB 50%, #D65799 50%, #D65799 75%, #F879BB 75%, #F879BB);
/* 2297 */ }
/* 2298 */ 
/* 2299 */ .silver-bar .bar{
/* 2300 */ background: #D7D7D7;

/* shortcodes.css */

/* 2301 */ background-image: -webkit-linear-gradient(-45deg, #D7D7D7 25%, #F9F9F9 25%, #F9F9F9 50%, #D7D7D7 50%, #D7D7D7 75%, #F9F9F9 75%, #F9F9F9);
/* 2302 */ background-image: -moz-linear-gradient(-45deg, #D7D7D7 25%, #F9F9F9 25%, #F9F9F9 50%, #D7D7D7 50%, #D7D7D7 75%, #F9F9F9 75%, #F9F9F9);
/* 2303 */ background-image: -o-linear-gradient(-45deg, #D7D7D7 25%, #F9F9F9 25%, #F9F9F9 50%, #D7D7D7 50%, #D7D7D7 75%, #F9F9F9 75%, #F9F9F9);
/* 2304 */ background-image: -ms-linear-gradient(-45deg, #D7D7D7 25%, #F9F9F9 25%, #F9F9F9 50%, #D7D7D7 50%, #D7D7D7 75%, #F9F9F9 75%, #F9F9F9);
/* 2305 */ background-image: linear-gradient(-45deg, #D7D7D7 25%, #F9F9F9 25%, #F9F9F9 50%, #D7D7D7 50%, #D7D7D7 75%, #F9F9F9 75%, #F9F9F9);
/* 2306 */ }
/* 2307 */ 
/* 2308 */ 
/* 2309 */ 
/* 2310 */ 
/* 2311 */ 
/* 2312 */ 
/* 2313 */ 
/* 2314 */ /* ======================================================================================================================================================
/* 2315 *| Image
/* 2316 *| ====================================================================================================================================================== */
/* 2317 */ .avia_image, .avia_image img{border-radius: 3px; display:block; position: relative;}
/* 2318 */ .avia_image.avia-align-center{display:block; margin: 0 auto 10px auto;  text-align: center;}
/* 2319 */ .avia_image.avia-align-center img{margin:0 auto; display:inline-block;}
/* 2320 */ .avia_image.avia-align-left{display:block; float:left; margin-right: 15px; margin-top: 5px;}
/* 2321 */ .avia_image.avia-align-right{display:block; float:right; margin-left: 15px; margin-top: 5px;}
/* 2322 */ .avia_image + br, .avia_image img + br{display:none;}
/* 2323 */ .avia-align-center.avia_image.avia-builder-el-no-sibling{margin-bottom:0; margin-top:0;}
/* 2324 */ 
/* 2325 */ 
/* 2326 */ .avia_transform .avia_animated_image.avia_image{
/* 2327 */ opacity: 0;
/* 2328 */ }
/* 2329 */ 
/* 2330 */ .avia_transform .avia_start_animation.top-to-bottom.avia_image{
/* 2331 */ -webkit-animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2332 */ -moz-animation:    avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2333 */ -o-animation:      avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2334 */ animation:         avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2335 */ opacity: 1;
/* 2336 */ }
/* 2337 */ 
/* 2338 */ .avia_transform .avia_start_animation.bottom-to-top.avia_image{
/* 2339 */ -webkit-animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */
/* 2340 */ -moz-animation:    avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */
/* 2341 */ -o-animation:      avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */
/* 2342 */ animation:         avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */
/* 2343 */ opacity: 1;
/* 2344 */ }
/* 2345 */ 
/* 2346 */ .avia_transform .avia_start_animation.left-to-right.avia_image{
/* 2347 */ -webkit-animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2348 */ -moz-animation:    avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2349 */ -o-animation:      avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2350 */ animation:         avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */

/* shortcodes.css */

/* 2351 */ opacity: 1;
/* 2352 */ }
/* 2353 */ 
/* 2354 */ .avia_transform .avia_start_animation.right-to-left.avia_image{
/* 2355 */ -webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2356 */ -moz-animation:    avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2357 */ -o-animation:      avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2358 */ animation:         avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2359 */ opacity: 1;
/* 2360 */ }
/* 2361 */ 
/* 2362 */ 
/* 2363 */ 
/* 2364 */ /* ======================================================================================================================================================
/* 2365 *| Video
/* 2366 *| ====================================================================================================================================================== */
/* 2367 */ .avia-video, .avia-iframe-wrap{clear:both; position: relative; margin-bottom:20px; }
/* 2368 */ 
/* 2369 */ /*responsive iframe trick*/
/* 2370 */ .avia-video iframe, .js_active .avia-iframe-wrap iframe, div .avia-video .avia-iframe-wrap{position: absolute; width:100%; height:100%; left:0; top:0; padding:0;}
/* 2371 */ .avia-video-custom{height:0;}
/* 2372 */ .avia-video-16-9, .js_active .avia-iframe-wrap{padding-bottom: 56.25%; height:0;}
/* 2373 */ .avia-video-4-3{padding-bottom: 75%; height:0;}
/* 2374 */ 
/* 2375 */ /*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/
/* 2376 */ 
/* 2377 */ video{
/* 2378 */ width:100%;
/* 2379 */ height:auto;
/* 2380 */ }
/* 2381 */ 
/* 2382 */ div .avia-video .mejs-container, div .avia-video .mejs-container video{
/* 2383 */ height:100%!important;
/* 2384 */ position: absolute;
/* 2385 */ }
/* 2386 */ 
/* 2387 */ 
/* 2388 */ 
/* 2389 */ /* ======================================================================================================================================================
/* 2390 *| Gallery
/* 2391 *| ====================================================================================================================================================== */
/* 2392 */ #top div .avia-gallery{overflow: hidden; padding-bottom:2px; clear:both;}
/* 2393 */ #top div .avia-gallery img{float:left; border-style: solid; border-width:1px; padding:7px; width:100%; border-radius: 0;}
/* 2394 */ #top div .avia-gallery .avia-gallery-big{display: block;overflow: hidden; padding:7px;  margin-bottom:-1px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-style: solid; border-width:1px;}
/* 2395 */ #top div .avia-gallery .avia-gallery-big-inner{display: block;overflow: hidden; height: 100%;}
/* 2396 */ #top div .avia-gallery .avia-gallery-big img{padding:0; border:none;}
/* 2397 */ #top .avia-gallery .avia-gallery-thumb a{ float:left; width:20%; opacity: 1; display:block;}
/* 2398 */ #top .avia-gallery .avia-gallery-thumb a:hover{opacity: 0.5;}
/* 2399 */ #top .avia-gallery .avia-gallery-caption{display:none;}
/* 2400 */ 

/* shortcodes.css */

/* 2401 */ 
/* 2402 */ /*gallery animation*/
/* 2403 */ .avia_transform .avia-gallery-thumb img{
/* 2404 */ opacity: 0.1;
/* 2405 */ }
/* 2406 */ .avia_transform .avia-gallery-thumb  img.avia_start_animation{
/* 2407 */ -webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
/* 2408 */ -moz-animation:    avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
/* 2409 */ -o-animation:      avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
/* 2410 */ animation:         avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
/* 2411 */ opacity: 1;
/* 2412 */ }
/* 2413 */ 
/* 2414 */ 
/* 2415 */ @media only screen and (max-width: 767px)
/* 2416 */ {
/* 2417 */ 	.responsive .avia-gallery-thumb img{padding:3px;}
/* 2418 */ }
/* 2419 */ 
/* 2420 */ 
/* 2421 */ /* ======================================================================================================================================================
/* 2422 *| Slideshow
/* 2423 *| ====================================================================================================================================================== */
/* 2424 */ .avia-slideshow{position: relative; margin:50px 0; width:100%; clear: both; overflow: hidden;}
/* 2425 */ .flex_column .avia-slideshow{ margin:20px 0; }
/* 2426 */ 
/* 2427 */ .avia-slideshow-inner{padding:0; margin: 0; position: relative; overflow: hidden; width:100%;}
/* 2428 */ .avia-slideshow li{padding:0; margin: 0; list-style-type: none; list-style-position: outside; position: absolute; visibility: hidden; z-index: 1; top:0; left:0; width:100%; clear:both;}
/* 2429 */ .avia-slideshow li:first-child{position: relative; visibility: visible; z-index: 3;}
/* 2430 */ .avia-slideshow li img{display:block; width:100%; margin: 0 auto; border-radius: 3px;}
/* 2431 */ .avia-slideshow.image_no_stretch li img{width:auto;}
/* 2432 */ .avia-slideshow li>p{margin:0;}
/* 2433 */ 
/* 2434 */ #top .avia-slideshow-arrows a{
/* 2435 */ display: block;
/* 2436 */ text-decoration: none;
/* 2437 */ color: #fff;
/* 2438 */ visibility: visible;
/* 2439 */ position: absolute;
/* 2440 */ width:60px;
/* 2441 */ text-align: center;
/* 2442 */ height: 60px;
/* 2443 */ line-height: 62px;
/* 2444 */ font-size: 25px;
/* 2445 */ top:50%;
/* 2446 */ margin:-30px 15px 0;
/* 2447 */ z-index: 99;
/* 2448 */ overflow: hidden;
/* 2449 */ text-indent: -600%;
/* 2450 */ }

/* shortcodes.css */

/* 2451 */ 
/* 2452 */ #top .avia-slideshow-arrows a.next-slide{
/* 2453 */ right:0;
/* 2454 */ }
/* 2455 */ 
/* 2456 */ .avia-slideshow-arrows a:before{
/* 2457 */ visibility: visible;
/* 2458 */ display: block;
/* 2459 */ position: absolute;
/* 2460 */ z-index: 100;
/* 2461 */ background: #aaa;
/* 2462 */ background: rgba(0,0,0,0.3);
/* 2463 */ top:0;
/* 2464 */ left:0;
/* 2465 */ right:0;
/* 2466 */ bottom:0;
/* 2467 */ border-radius: 3px;
/* 2468 */ text-align: center;
/* 2469 */ line-height: 62px;
/* 2470 */ color:#fff;
/* 2471 */ }
/* 2472 */ 
/* 2473 */ 
/* 2474 */ .prev-slide:before{
/* 2475 */ text-indent: -2px;
/* 2476 */ border-top-right-radius: 3px;
/* 2477 */ border-bottom-right-radius: 3px;
/* 2478 */ }
/* 2479 */ .next-slide:before{
/* 2480 */ border-top-left-radius: 3px;
/* 2481 */ border-bottom-left-radius: 3px;
/* 2482 */ text-indent: 0px;
/* 2483 */ }
/* 2484 */ 
/* 2485 */ .avia-slideshow-dots{position: absolute; z-index: 200; width:80%; bottom:10px; text-align: center; left: 10%;}
/* 2486 */ .avia-slideshow-dots a{display: inline-block; height:13.5px; width:13.5px; border-radius: 14px; background: #000; opacity: 0.6; filter:alpha(opacity=60); text-indent: 300%; overflow: hidden; margin:0 1px; padding: 7px;}
/* 2487 */ .avia-slideshow-dots a.active, .avia-slideshow-dots a:hover{opacity: 0.8; filter:alpha(opacity=80); background: #fff;}
/* 2488 */ 
/* 2489 */ .avia-caption{position: absolute; z-index: 10; bottom:17px; left:17px; padding:10px 20px; color:#fff; border-radius: 3px; }
/* 2490 */ .avia-slideshow .avia-caption .avia-caption-title{ color:#fff; }
/* 2491 */ 
/* 2492 */ .js_active .avia-slideshow li:first-child{visibility: hidden;}
/* 2493 */ 
/* 2494 */ /* hide controlls on desktop */
/* 2495 */ .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0);  }
/* 2496 */ .avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60);  }
/* 2497 */ .avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80);  }
/* 2498 */ 
/* 2499 */ /*avia-small-width-slider*/
/* 2500 */ 

/* shortcodes.css */

/* 2501 */ #top .avia-small-width-slider .avia-slideshow-arrows a{
/* 2502 */ width:30px;
/* 2503 */ height:30px;
/* 2504 */ margin: -15px 5px 0;
/* 2505 */ line-height: 32px;
/* 2506 */ font-size: 15px;
/* 2507 */ }
/* 2508 */ 
/* 2509 */ #top .avia-small-width-slider .avia-slideshow-arrows a:before{ line-height: 32px; }
/* 2510 */ 
/* 2511 */ 
/* 2512 */ #top .avia-super-small-width-slider .avia-slideshow-dots{display:none;}
/* 2513 */ 
/* 2514 */ /* ======================================================================================================================================================
/* 2515 *| Slideshow Fullwidth
/* 2516 *| ====================================================================================================================================================== */
/* 2517 */ .avia-slideshow-inner li{
/* 2518 */ -webkit-transform-style: preserve-3d; /*fixes flickering issue when slider moves. usually other elements in other container flicker */
/* 2519 */ }
/* 2520 */ 
/* 2521 */ 
/* 2522 */ .avia-fullwidth-slider {
/* 2523 */ border-top-style: solid;
/* 2524 */ border-top-width:1px;
/* 2525 */ }
/* 2526 */ 
/* 2527 */ div.slider-not-first{border-top:none;}
/* 2528 */ 
/* 2529 */ .avia-slide-wrap{
/* 2530 */ position: relative;
/* 2531 */ display: block;
/* 2532 */ }
/* 2533 */ 
/* 2534 */ .avia-slide-wrap>p{margin:0; padding:0;}
/* 2535 */ .av_slideshow_full.avia-slideshow{margin:0;}
/* 2536 */ #top .av_slideshow_full .avia-slideshow-arrows a{
/* 2537 */ margin:-50px 0 0 0;
/* 2538 */ width:35px;
/* 2539 */ text-align: center;
/* 2540 */ height: 100px;
/* 2541 */ line-height: 102px;
/* 2542 */ opacity: 0.5;
/* 2543 */ 
/* 2544 */ }
/* 2545 */ 
/* 2546 */ #top .av_slideshow_full .avia-slideshow-arrows a:hover{opacity: 1;}
/* 2547 */ 
/* 2548 */ #top .av_slideshow_full .next-slide:before{
/* 2549 */ border-top-right-radius: 0;
/* 2550 */ border-bottom-right-radius: 0;

/* shortcodes.css */

/* 2551 */ line-height: 102px;
/* 2552 */ }
/* 2553 */ #top .av_slideshow_full .prev-slide:before{
/* 2554 */ border-top-left-radius: 0;
/* 2555 */ border-bottom-left-radius: 0;
/* 2556 */ line-height: 102px;
/* 2557 */ }
/* 2558 */ 
/* 2559 */ .av_slideshow_full li img{border-radius: 0px;}
/* 2560 */ 
/* 2561 */ 
/* 2562 */ /*slideshow captions Fullscreen slider*/
/* 2563 */ .caption_fullwidth{position: absolute; height:100%; width:100%; left:0; top:0; z-index: 10;}
/* 2564 */ 
/* 2565 */ .slideshow_caption{
/* 2566 */ z-index: 100;
/* 2567 */ width:42%;
/* 2568 */ position: absolute;
/* 2569 */ bottom: 0;
/* 2570 */ top:auto;
/* 2571 */ height:100%;
/* 2572 */ display:block;
/* 2573 */ text-decoration: none;
/* 2574 */ }
/* 2575 */ 
/* 2576 */ div .slideshow_caption h2{text-transform: uppercase;}
/* 2577 */ div .slideshow_caption, div  .slideshow_caption a, div .slideshow_caption h2, div .slideshow_caption h2 .special_amp, div .slideshow_caption strong , div .slideshow_caption h2 strong{ color: #fff; }
/* 2578 */ 
/* 2579 */ 
/* 2580 */ 
/* 2581 */ .slideshow_inner_caption{
/* 2582 */ position: relative;
/* 2583 */ display: table;
/* 2584 */ height:100%;
/* 2585 */ width:100%;
/* 2586 */ }
/* 2587 */ 
/* 2588 */ .slideshow_align_caption{
/* 2589 */ display:table-cell;
/* 2590 */ vertical-align: middle;
/* 2591 */ position: relative;
/* 2592 */ }
/* 2593 */ 
/* 2594 */ .av_slideshow_full .container.caption_container {
/* 2595 */ position: absolute;
/* 2596 */ top: 0;
/* 2597 */ z-index: 5;
/* 2598 */ height: 100%;
/* 2599 */ left: 50%;
/* 2600 */ margin-left: -465px;

/* shortcodes.css */

/* 2601 */ overflow: visible;
/* 2602 */ }
/* 2603 */ 
/* 2604 */ 
/* 2605 */ .caption_left .slideshow_caption {left:0; }
/* 2606 */ .caption_right .slideshow_caption{ right:0;	}
/* 2607 */ .caption_bottom .slideshow_caption {left:0; width:100%; bottom:0; height:auto;}
/* 2608 */ #top div .caption_center .slideshow_caption { width: 100%; text-align: center;}
/* 2609 */ 
/* 2610 */ .caption_bottom .slideshow_caption .slideshow_inner_caption{
/* 2611 */ display: block;
/* 2612 */ height:auto;
/* 2613 */ bottom:0;
/* 2614 */ position: absolute;
/* 2615 */ padding:0;
/* 2616 */ width:100%;
/* 2617 */ }
/* 2618 */ 
/* 2619 */ .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption{
/* 2620 */ padding:20px 0;
/* 2621 */ display: block;
/* 2622 */ }
/* 2623 */ 
/* 2624 */ 
/* 2625 */ 
/* 2626 */ 
/* 2627 */ 
/* 2628 */ /*caption frame*/
/* 2629 */ 
/* 2630 */ .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
/* 2631 */ .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
/* 2632 */ {
/* 2633 */ background: #000;
/* 2634 */ filter: alpha(opacity = 80);
/* 2635 */ background: rgba(0, 0, 0, 0.5);
/* 2636 */ display:inline-block;
/* 2637 */ margin:0 0 1px 0;
/* 2638 */ padding:10px 15px;
/* 2639 */ }
/* 2640 */ 
/* 2641 */ #top .avia-caption-content .wp-smiley{display:none;}
/* 2642 */ 
/* 2643 */ .av_slideshow_full .container.caption_container {
/* 2644 */ position: absolute;
/* 2645 */ top: 0;
/* 2646 */ z-index: 5;
/* 2647 */ height: 100%;
/* 2648 */ left: 50%;
/* 2649 */ margin-left: -465px;
/* 2650 */ overflow: visible;

/* shortcodes.css */

/* 2651 */ }
/* 2652 */ 
/* 2653 */ 
/* 2654 */ .csstransitions .av_slideshow_full .avia-caption-title{
/* 2655 */ 
/* 2656 */ }
/* 2657 */ 
/* 2658 */ .csstransitions .av_slideshow_full .avia-caption-content, .csstransitions .av_slideshow_full .avia-caption-title,
/* 2659 */ .csstransitions .av_fullscreen .avia-caption-content, .csstransitions .av_fullscreen .avia-caption-title, .csstransitions .av_fullscreen .avia-slideshow-button
/* 2660 */ {
/* 2661 */ -webkit-transform:translate(0,0);
/* 2662 */ -moz-transform:translate(0,0);
/* 2663 */ -o-transform:translate(0,0);
/* 2664 */ transform:translate(0,0);
/* 2665 */ visibility: hidden;
/* 2666 */ }
/* 2667 */ 
/* 2668 */ 
/* 2669 */ .csstransitions .av_slideshow_full .active-slide .avia-caption-content,
/* 2670 */ .csstransitions .av_fullscreen .active-slide .avia-caption-content
/* 2671 */ {
/* 2672 */ visibility: visible;
/* 2673 */ -webkit-animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2674 */ -moz-animation:    caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2675 */ -o-animation:      caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2676 */ animation:         caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2677 */ }
/* 2678 */ 
/* 2679 */ .csstransitions .av_fullscreen .active-slide .avia-slideshow-button
/* 2680 */ {
/* 2681 */ visibility: visible;
/* 2682 */ -webkit-animation: caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2683 */ -moz-animation:    caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2684 */ -o-animation:      caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2685 */ animation:         caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2686 */ }
/* 2687 */ 
/* 2688 */ 
/* 2689 */ .csstransitions .av_slideshow_full .active-slide .avia-caption-title,
/* 2690 */ .csstransitions .av_fullscreen .active-slide .avia-caption-title
/* 2691 */ {
/* 2692 */ visibility: visible;
/* 2693 */ -webkit-animation: caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2694 */ -moz-animation:    caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2695 */ -o-animation:      caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2696 */ animation:         caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
/* 2697 */ }
/* 2698 */ 
/* 2699 */ .csstransitions .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,
/* 2700 */ .csstransitions .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content

/* shortcodes.css */

/* 2701 */ {
/* 2702 */ visibility: visible;
/* 2703 */ -webkit-animation: caption-bottom 0.5s 1 ease-out;
/* 2704 */ -moz-animation:    caption-bottom 0.5s 1 ease-out;
/* 2705 */ -o-animation:      caption-bottom 0.5s 1 ease-out;
/* 2706 */ animation:         caption-bottom 0.5s 1 ease-out;
/* 2707 */ }
/* 2708 */ 
/* 2709 */ .csstransitions .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
/* 2710 */ .csstransitions .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title
/* 2711 */ {
/* 2712 */ visibility: visible;
/* 2713 */ -webkit-animation: caption-top    0.5s 1 ease-out;
/* 2714 */ -moz-animation:    caption-top    0.5s 1 ease-out;
/* 2715 */ -o-animation:      caption-top    0.5s 1 ease-out;
/* 2716 */ animation:         caption-top    0.5s 1 ease-out;
/* 2717 */ }
/* 2718 */ 
/* 2719 */ .csstransitions .av_fullscreen.avia-fade-slider .active-slide .avia-slideshow-button
/* 2720 */ {
/* 2721 */ visibility: visible;
/* 2722 */ -webkit-animation: caption-top  1.2s 1 ease-out;
/* 2723 */ -moz-animation:    caption-top  1.2s 1 ease-out;
/* 2724 */ -o-animation:      caption-top  1.2s 1 ease-out;
/* 2725 */ animation:         caption-top  1.2s 1 ease-out;
/* 2726 */ }
/* 2727 */ 
/* 2728 */ 
/* 2729 */ 
/* 2730 */ 
/* 2731 */ 	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* 2732 */ 	@media only screen and (max-width: 479px) {
/* 2733 */ 		.responsive #top .slideshow_caption {left: 0; width:100%; padding:0;}
/* 2734 */ 		.responsive #top .slideshow_caption h2{font-size: 20px;}
/* 2735 */ 
/* 2736 */ 		.responsive .av_slideshow_full .container.caption_container { margin-left: -138px; }
/* 2737 */ 
/* 2738 */ 	}
/* 2739 */ 
/* 2740 */ 	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* 2741 */ 	@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 2742 */ 		.responsive #top .slideshow_caption {left: 0; width:100%; padding:0;}
/* 2743 */ 		.responsive #top .slideshow_caption h2{font-size: 20px;}
/* 2744 */ 
/* 2745 */ 		.responsive .av_slideshow_full .container.caption_container { margin-left: -216px; }
/* 2746 */ 
/* 2747 */ 	}
/* 2748 */ 
/* 2749 */ 	/* Tablet Portrait size to standard 960 (devices and browsers) */
/* 2750 */ 	@media only screen and (min-width: 768px) and (max-width: 989px) {

/* shortcodes.css */

/* 2751 */ 
/* 2752 */ 		.responsive .av_slideshow_full .container.caption_container { margin-left: -342px; }
/* 2753 */ 
/* 2754 */ 	}
/* 2755 */ 
/* 2756 */ 
/* 2757 */ 	@media only screen and (min-width: 1140px)  {
/* 2758 */ 		.responsive .av_slideshow_full .container.caption_container { margin-left: -515px;}
/* 2759 */ 	}
/* 2760 */ 
/* 2761 */ 		@media only screen and (min-width: 1340px)  {
/* 2762 */ 		.responsive_large .av_slideshow_full .container.caption_container { margin-left: -605px;}
/* 2763 */ 	}
/* 2764 */ 
/* 2765 */ 
/* 2766 */ 
/* 2767 */ 
/* 2768 */ /* ======================================================================================================================================================
/* 2769 *| Slideshow Fullscreen
/* 2770 *| ====================================================================================================================================================== */
/* 2771 */ 
/* 2772 */ .avia-fullscreen-slider .avia_loading_icon{position: absolute;}
/* 2773 */ .avia-fullscreen-slider .avia-slideshow{margin: 0; height:1500px; min-height: 250px;}
/* 2774 */ .avia-fullscreen-slider .avia-slideshow-inner{width:100%; height:100%;}
/* 2775 */ .avia-fullscreen-slider .avia-slideshow>ul>li{width:100%; height:100%;
/* 2776 */ -webkit-background-size: cover;
/* 2777 */ -moz-background-size: cover;
/* 2778 */ -o-background-size: cover;
/* 2779 */ background-size: cover;
/* 2780 */ background-position: center center;
/* 2781 */ 
/* 2782 */ }
/* 2783 */ 
/* 2784 */ .avia-fullscreen-slider .avia-slide-wrap{display:block; width:100%; height:100%;}
/* 2785 */ .avia-fullscreen-slider .caption_container{height:100%;}
/* 2786 */ .avia-fullscreen-slider .caption_right{text-align: right;}
/* 2787 */ .avia-fullscreen-slider .caption_bottom .slideshow_caption{bottom:40px;}
/* 2788 */ 
/* 2789 */ .avia-fullscreen-slider .avia-slideshow-controls a{opacity: 0; filter: alpha(opacity=00);}
/* 2790 */ .avia-fullscreen-slider:hover .avia-slideshow-arrows a, .avia-fullscreen-slider:hover .avia-slideshow-dots a:hover{opacity: 1; filter: alpha(opacity=100);}
/* 2791 */ .avia-fullscreen-slider:hover .avia-slideshow-dots a{opacity: 0.8; filter: alpha(opacity=80);}
/* 2792 */ 
/* 2793 */ #top .avia-slideshow-button{ text-transform: uppercase; color:#fff; border-radius: 3px; border:3px solid #fff; padding:7px 16px ; margin-top:20px; display: inline-block; text-decoration: none; font-weight: bold; background-color: rgba(0,0,0,0.2);}
/* 2794 */ #top .avia-slideshow-button.avia-button-dark{color:#000; color:rgba(0,0,0,0.6); border-color: #000; border-color: rgba(0,0,0,0.6);  background-color: rgba(255,255,255,0.1);}
/* 2795 */ #top .avia-slideshow-button:hover{opacity: 0.7;}
/* 2796 */ 
/* 2797 */ 
/* 2798 */ @media only screen and (max-width: 767px) {
/* 2799 */ .avia-fullscreen-slider .avia-slideshow{min-height: 150px;}
/* 2800 */ }

/* shortcodes.css */

/* 2801 */ 
/* 2802 */ /* ======================================================================================================================================================
/* 2803 *| Layer Slider
/* 2804 *| ====================================================================================================================================================== */
/* 2805 */ .ls-container.ls-fullwidth{
/* 2806 */ margin-bottom:0 !important;
/* 2807 */ }
/* 2808 */ 
/* 2809 */ .avia-layerslider{
/* 2810 */ border-top-style: solid;
/* 2811 */ border-top-width:1px;
/* 2812 */ overflow: hidden;
/* 2813 */ }
/* 2814 */ #top .avia-layerslider .ls-wp-container .ls-layer h1,
/* 2815 */ #top .avia-layerslider .ls-wp-container .ls-layer h2,
/* 2816 */ #top .avia-layerslider .ls-wp-container .ls-layer h3,
/* 2817 */ #top .avia-layerslider .ls-wp-container .ls-layer h4,
/* 2818 */ #top .avia-layerslider .ls-wp-container .ls-layer h5,
/* 2819 */ #top .avia-layerslider .ls-wp-container .ls-layer h6{
/* 2820 */ line-height: 1em;
/* 2821 */ }
/* 2822 */ 
/* 2823 */ #top .ls-nav-prev, #top .ls-nav-next {
/* 2824 */ display: block;
/* 2825 */ text-decoration: none;
/* 2826 */ color: #fff;
/* 2827 */ position: absolute;
/* 2828 */ width:60px;
/* 2829 */ text-align: center;
/* 2830 */ height: 60px;
/* 2831 */ line-height: 62px;
/* 2832 */ font-size: 25px;
/* 2833 */ top:50%;
/* 2834 */ margin:-30px 15px 0;
/* 2835 */ background: transparent;
/* 2836 */ color: #fff;
/* 2837 */ visibility: hidden;
/* 2838 */ opacity: 0.5;
/* 2839 */ z-index: 10000;
/* 2840 */ left:30px;
/* 2841 */ }
/* 2842 */ 
/* 2843 */ .ls-inner div, .ls-inner img{
/* 2844 */ 	-webkit-backface-visibility: hidden;
/* 2845 */ }
/* 2846 */ 
/* 2847 */ 
/* 2848 */ #top .ls-nav-next{
/* 2849 */ left:auto;
/* 2850 */ right:30px;

/* shortcodes.css */

/* 2851 */ }
/* 2852 */ 
/* 2853 */ #top .ls-nav-prev:before{
/* 2854 */ text-indent: -4px;
/* 2855 */ }
/* 2856 */ 
/* 2857 */ #top .ls-nav-prev:hover, #top .ls-nav-next:hover{
/* 2858 */ opacity:1;
/* 2859 */ }
/* 2860 */ 
/* 2861 */ #top .ls-nav-prev:before, #top .ls-nav-next:before{
/* 2862 */ visibility: visible;
/* 2863 */ display: block;
/* 2864 */ position: absolute;
/* 2865 */ z-index: 100;
/* 2866 */ background: #000;
/* 2867 */ background: rgba(0,0,0,0.3);
/* 2868 */ top:0;
/* 2869 */ left:0;
/* 2870 */ right:0;
/* 2871 */ bottom:0;
/* 2872 */ border-radius: 3px;
/* 2873 */ text-align: center;
/* 2874 */ line-height: 62px;
/* 2875 */ 
/* 2876 */ }
/* 2877 */ 
/* 2878 */ #top .ls-bottom-slidebuttons a, #top .ls-nav-start, #top .ls-nav-stop{
/* 2879 */ display: inline-block;
/* 2880 */ height:10px;
/* 2881 */ width:10px;
/* 2882 */ border-radius: 30px;
/* 2883 */ background: #000;
/* 2884 */ opacity: 0.3;
/* 2885 */ filter:alpha(opacity=30);
/* 2886 */ border:2px solid #fff !important;
/* 2887 */ text-indent: 300%;
/* 2888 */ overflow: hidden;
/* 2889 */ text-indent: 0;
/* 2890 */ z-index: 10000;
/* 2891 */ }
/* 2892 */ 
/* 2893 */ 
/* 2894 */ 
/* 2895 */ #top .ls-bottom-slidebuttons{height:30px;}
/* 2896 */ #top .ls-bottom-slidebuttons a.ls-nav-active, #top .ls-bottom-slidebuttons a:hover, #top a.ls-nav-start:hover, #top a.ls-nav-stop:hover, #top a.ls-nav-start-active, #top a.ls-nav-stop-active
/* 2897 */ {opacity: 0.6; filter:alpha(opacity=60); background: #000;}
/* 2898 */ 
/* 2899 */ #top .ls-nav-start, #top .ls-nav-stop{
/* 2900 */ position: relative;

/* shortcodes.css */

/* 2901 */ height:23px;
/* 2902 */ width:23px;
/* 2903 */ margin: 0px 5px;
/* 2904 */ top: -35px;
/* 2905 */ }
/* 2906 */ 
/* 2907 */ #top .ls-nav-start:before, #top .ls-nav-stop:before{
/* 2908 */ top:0;
/* 2909 */ left:0;
/* 2910 */ right:0;
/* 2911 */ bottom:0;
/* 2912 */ position: absolute;
/* 2913 */ color:#fff;
/* 2914 */ line-height: 23px;
/* 2915 */ 
/* 2916 */ }
/* 2917 */ 
/* 2918 */ #top .ls-nav-start:before{
/* 2919 */ text-indent: 1px;
/* 2920 */ }
/* 2921 */ 
/* 2922 */ div .ls-fullwidth .ls-thumbnail-hover {
/* 2923 */ bottom: 39px;
/* 2924 */ padding: 2px;
/* 2925 */ margin-left: 2px;
/* 2926 */ }
/* 2927 */ 
/* 2928 */ div .ls-fullwidth .ls-bottom-slidebuttons, div .ls-fullwidth div .ls-nav-start, div .ls-fullwidth .ls-nav-stop, div .ls-fullwidth .ls-nav-sides {
/* 2929 */ top: -40px;
/* 2930 */ }
/* 2931 */ 
/* 2932 */ #top .ls-wp-container{
/* 2933 */ margin:0px auto !important;
/* 2934 */ }
/* 2935 */ 
/* 2936 */ .ls-bottom-nav-wrapper{position: relative;}
/* 2937 */ 
/* 2938 */ html * div .ls-wp-container .ls-layer > *, body * div .ls-wp-container .ls-layer > *, #ls-global * div .ls-wp-container .ls-layer > * {
/* 2939 */ line-height: 1em;
/* 2940 */ }
/* 2941 */ 
/* 2942 */ 
/* 2943 */ .ls-thumbnail-wrapper{
/* 2944 */ bottom: 120px;
/* 2945 */ opacity: 1 !important;
/* 2946 */ display:block !important;
/* 2947 */ }
/* 2948 */ 
/* 2949 */ /*layerslider default iconfont values. overwriten in case user applies a custom font value*/
/* 2950 */ #top .ls-nav-prev:before{

/* shortcodes.css */

/* 2951 */ content: "\E87c";
/* 2952 */ }
/* 2953 */ #top .ls-nav-next:before{
/* 2954 */ content: "\E87d";
/* 2955 */ }
/* 2956 */ #top .ls-nav-start:before{
/* 2957 */ content: "\E897";
/* 2958 */ }
/* 2959 */ #top .ls-nav-stop:before{
/* 2960 */ content: "\E899";
/* 2961 */ }
/* 2962 */ #top .ls-bottom-slidebuttons a, #top .ls-nav-next:before, #top .ls-nav-prev:before, #top .ls-nav-start:before, #top .ls-nav-stop:before{
/* 2963 */ font-family: 'entypo-fontello';
/* 2964 */ }
/* 2965 */ 
/* 2966 */ 
/* 2967 */ 
/* 2968 */ /* ======================================================================================================================================================
/* 2969 *| Partner/Logo Slider + Content Slider
/* 2970 *| ====================================================================================================================================================== */
/* 2971 */ 
/* 2972 */ /*shared styles*/
/* 2973 */ #top .avia-smallarrow-slider  {position: relative; overflow: visible;}
/* 2974 */ #top .avia-smallarrow-slider  .avia-slideshow-arrows {position: relative; width:51px; top:-3px; left:0; height: 24px;}
/* 2975 */ #top .avia-smallarrow-slider  .avia-slideshow-arrows a{opacity: 1; margin:0; width:24px; height:24px; line-height: 25px; font-size: 10px; top:0;}
/* 2976 */ #top .avia-smallarrow-slider  .avia-slideshow-arrows a:hover{opacity: 0.5;}
/* 2977 */ #top .avia-smallarrow-slider  .avia-slideshow-arrows a:before{line-height: 25px; border-radius: 1px;}
/* 2978 */ #top .avia-smallarrow-slider  .slide-image, #top .avia-logo-element-container img{margin:0 auto; display: block; width: 100%\9;}
/* 2979 */ #top .avia-smallarrow-slider-heading{display: table; width:100%;}
/* 2980 */ #top .avia-smallarrow-slider-heading> div{display: table-cell;}
/* 2981 */ #top .avia-smallarrow-slider-heading h3{top:-3px; position: relative;}
/* 2982 */ #top .avia-logo-grid .slide-entry-wrap{margin:0;}
/* 2983 */ #top .avia-smallarrow-slider  .avia-slideshow-dots{position: relative; width:100%; left:0; bottom:0; margin-top: 10px;}
/* 2984 */ #top .avia-smallarrow-slider  .avia-slideshow-dots a{border-style: solid; border-width: 1px;}
/* 2985 */ #top .avia-smallarrow-slider  .avia-slideshow-dots a.active, #top .avia-logo-element-container .avia-slideshow-dots a:hover{background: #aaa; }
/* 2986 */ 
/* 2987 */ /*content only*/
/* 2988 */ #top .avia-content-slider-element-container .avia-slideshow-dots{left:0; text-align: right; width: auto;}
/* 2989 */ 
/* 2990 */ 
/* 2991 */ /*partner only*/
/* 2992 */ #top .avia-logo-element-container .slide-entry { padding:1px; }
/* 2993 */ #top .avia-logo-element-container img{ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
/* 2994 */ #top .av-border-deactivate.avia-logo-element-container img{ box-shadow: none; }
/* 2995 */ #top .avia-logo-element-container .slide-image{overflow: visible;}
/* 2996 */ 
/* 2997 */ @media only screen and (max-width: 767px)
/* 2998 */ {
/* 2999 */ 	.responsive #top .avia-smallarrow-slider  .flex_column{
/* 3000 */ 		margin: 0px;

/* shortcodes.css */

/* 3001 */ 		width:50%;
/* 3002 */ 	}
/* 3003 */ }
/* 3004 */ 
/* 3005 */ 
/* 3006 */ 
/* 3007 */ 
/* 3008 */ #top .avia-content-slider-element-container .avia-slideshow-dots a.active, #top .avia-content-slider-element-container .avia-slideshow-dots a:hover{background: #aaa;}
/* 3009 */ 
/* 3010 */ /* ======================================================================================================================================================
/* 3011 *| ANIMATIONS
/* 3012 *| ====================================================================================================================================================== */
/* 3013 */ 
/* 3014 */ 
/* 3015 */ /*pop up animation*/
/* 3016 */ @-webkit-keyframes avia_appear {
/* 3017 */   0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
/* 3018 */   100% { -webkit-transform:scale(1); opacity: 1; }
/* 3019 */ }
/* 3020 */ @-moz-keyframes avia_appear {
/* 3021 */   0%   { -moz-transform:scale(0.5); opacity: 0.1;  }
/* 3022 */   100% { -moz-transform:scale(1);opacity: 1;  }
/* 3023 */ }
/* 3024 */ @-o-keyframes avia_appear {
/* 3025 */   0%   { -o-transform:scale(0.5); opacity: 0.1;  }
/* 3026 */   100% { -o-transform:scale(1);  opacity: 1; }
/* 3027 */ }
/* 3028 */ @keyframes avia_appear {
/* 3029 */   0%   { transform:scale(0.5); opacity: 0.1;  }
/* 3030 */   100% { transform:scale(1); opacity: 1;  }
/* 3031 */ }
/* 3032 */ 
/* 3033 */ 
/* 3034 */ /*pop up animation*/
/* 3035 */ @-webkit-keyframes avia_msonry_show {
/* 3036 */   0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
/* 3037 */   100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
/* 3038 */ }
/* 3039 */ @-moz-keyframes avia_msonry_show {
/* 3040 */   0%   { -moz-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
/* 3041 */   100% { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
/* 3042 */ }
/* 3043 */ @-o-keyframes avia_msonry_show {
/* 3044 */   0%   { -o-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
/* 3045 */   100% { -o-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
/* 3046 */ }
/* 3047 */ @keyframes avia_msonry_show {
/* 3048 */   0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
/* 3049 */   100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
/* 3050 */ }

/* shortcodes.css */

/* 3051 */ 
/* 3052 */ 
/* 3053 */ /*slide down (height increase) animation*/
/* 3054 */ @-webkit-keyframes avia_slide_down {
/* 3055 */   0%   { height:0%; }
/* 3056 */   100% { height:100%; }
/* 3057 */ }
/* 3058 */ @-moz-keyframes avia_slide_down {
/* 3059 */   0%   { height:0%; }
/* 3060 */   100% { height:100%; }
/* 3061 */ }
/* 3062 */ @-o-keyframes avia_slide_down {
/* 3063 */   0%   { height:0%; }
/* 3064 */   100% { height:100%; }
/* 3065 */ }
/* 3066 */ @keyframes avia_slide_down {
/* 3067 */   0%   { height:0%; }
/* 3068 */   100% { height:100%; }
/* 3069 */ }
/* 3070 */ 
/* 3071 */ /*expand width animation*/
/* 3072 */ @-webkit-keyframes avia_expand {
/* 3073 */   0%   { width:0%; }
/* 3074 */   100% { width:100%; }
/* 3075 */ }
/* 3076 */ @-moz-keyframes avia_expand {
/* 3077 */   0%   { width:0%; }
/* 3078 */   100% { width:100%; }
/* 3079 */ }
/* 3080 */ @-o-keyframes avia_expand {
/* 3081 */   0%   { width:0%; }
/* 3082 */   100% { width:100%; }
/* 3083 */ }
/* 3084 */ @keyframes avia_expand {
/* 3085 */   0%   { width:0%; }
/* 3086 */   100% { width:100%; }
/* 3087 */ }
/* 3088 */ 
/* 3089 */ /*fade in animation*/
/* 3090 */ 
/* 3091 */ @-webkit-keyframes avia-ltr {
/* 3092 */   0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
/* 3093 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3094 */ }
/* 3095 */ @-moz-keyframes avia-ltr {
/* 3096 */   0%   { -moz-transform:translate(-10%,0); opacity: 0;  }
/* 3097 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3098 */ }
/* 3099 */ @-o-keyframes avia-ltr {
/* 3100 */   0%   { -o-transform:translate(-10%,0); opacity: 0;  }

/* shortcodes.css */

/* 3101 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3102 */ }
/* 3103 */ @keyframes avia-ltr {
/* 3104 */   0%   { transform:translate(-10%,0); opacity: 0;  }
/* 3105 */   100% { transform:translate(0,0); opacity: 1; }
/* 3106 */ }
/* 3107 */ 
/* 3108 */ @-webkit-keyframes avia-rtl {
/* 3109 */   0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
/* 3110 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3111 */ }
/* 3112 */ @-moz-keyframes avia-rtl {
/* 3113 */   0%   { -moz-transform:translate(10%,0); opacity: 0;  }
/* 3114 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3115 */ }
/* 3116 */ @-o-keyframes avia-rtl {
/* 3117 */   0%   { -o-transform:translate(10%,0); opacity: 0;  }
/* 3118 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3119 */ }
/* 3120 */ @keyframes avia-rtl {
/* 3121 */   0%   { transform:translate(10%,0); opacity: 0;  }
/* 3122 */   100% { transform:translate(0,0); opacity: 1; }
/* 3123 */ }
/* 3124 */ 
/* 3125 */ @-webkit-keyframes avia-btt {
/* 3126 */   0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
/* 3127 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3128 */ }
/* 3129 */ @-moz-keyframes avia-btt {
/* 3130 */   0%   { -moz-transform:translate(0,50%); opacity: 0;  }
/* 3131 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3132 */ }
/* 3133 */ @-o-keyframes avia-btt {
/* 3134 */   0%   { -o-transform:translate(0,50%); opacity: 0;  }
/* 3135 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3136 */ }
/* 3137 */ @keyframes avia-btt {
/* 3138 */   0%   { transform:translate(0,50%); opacity: 0;  }
/* 3139 */   100% { transform:translate(0,0); opacity: 1; }
/* 3140 */ }
/* 3141 */ 
/* 3142 */ @-webkit-keyframes avia-ttb {
/* 3143 */   0%   { -webkit-transform:translate(0, -10%); opacity: 0;  }
/* 3144 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3145 */ }
/* 3146 */ @-moz-keyframes avia-ttb {
/* 3147 */   0%   { -moz-transform:translate(0, -10%); opacity: 0;  }
/* 3148 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3149 */ }
/* 3150 */ @-o-keyframes avia-ttb {

/* shortcodes.css */

/* 3151 */   0%   { -o-transform:translate(0, -10%); opacity: 0;  }
/* 3152 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3153 */ }
/* 3154 */ @keyframes avia-ttb {
/* 3155 */   0%   { transform:translate(0, -10%); opacity: 0;  }
/* 3156 */   100% { transform:translate(0,0); opacity: 1; }
/* 3157 */ }
/* 3158 */ 
/* 3159 */ /*background animation*/
/* 3160 */ @-webkit-keyframes avia-bg-move {
/* 3161 */   0%   { background-position: -31px 0;  }
/* 3162 */   100% { background-position: 0 0; }
/* 3163 */ }
/* 3164 */ @-moz-keyframes avia_bg_move {
/* 3165 */   0%   { background-position: -31px 0;  }
/* 3166 */   100% { background-position: 0 0; }
/* 3167 */ }
/* 3168 */ @-o-keyframes avia_bg_move {
/* 3169 */   0%   { background-position: -31px 0;  }
/* 3170 */   100% { background-position: 0 0; }
/* 3171 */ }
/* 3172 */ @keyframes avia_bg_move {
/* 3173 */   0%   { background-position: -31px 0;  }
/* 3174 */   100% { background-position: 0 0; }
/* 3175 */ }
/* 3176 */ 
/* 3177 */ /*caption animation*/
/* 3178 */ 
/* 3179 */ @-webkit-keyframes caption-right {
/* 3180 */   0%   { -webkit-transform:translate(2000px,0); opacity: 0;  }
/* 3181 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3182 */ }
/* 3183 */ @-moz-keyframes caption-right {
/* 3184 */   0%   { -moz-transform:translate(2000px,0); opacity: 0;  }
/* 3185 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3186 */ }
/* 3187 */ @-o-keyframes caption-right {
/* 3188 */   0%   { -o-transform:translate(2000px,0); opacity: 0;  }
/* 3189 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3190 */ }
/* 3191 */ @keyframes caption-right {
/* 3192 */   0%   { transform:translate(2000px,0); opacity: 0;  }
/* 3193 */   100% { transform:translate(0,0); opacity: 1; }
/* 3194 */ }
/* 3195 */ 
/* 3196 */ @-webkit-keyframes caption-left {
/* 3197 */   0%   { -webkit-transform:translate(-2000px,0); opacity: 0;  }
/* 3198 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3199 */ }
/* 3200 */ @-moz-keyframes caption-left {

/* shortcodes.css */

/* 3201 */   0%   { -moz-transform:translate(-2000px,0); opacity: 0;  }
/* 3202 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3203 */ }
/* 3204 */ @-o-keyframes caption-left {
/* 3205 */   0%   { -o-transform:translate(-2000px,0); opacity: 0;  }
/* 3206 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3207 */ }
/* 3208 */ @keyframes caption-left {
/* 3209 */   0%   { transform:translate(-2000px,0); opacity: 0;  }
/* 3210 */   100% { transform:translate(0,0); opacity: 1; }
/* 3211 */ }
/* 3212 */ 
/* 3213 */ @-webkit-keyframes caption-top {
/* 3214 */   0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
/* 3215 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3216 */ }
/* 3217 */ @-moz-keyframes caption-top {
/* 3218 */   0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
/* 3219 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3220 */ }
/* 3221 */ @-o-keyframes caption-top {
/* 3222 */   0%   { -o-transform:translate(0,-20px); opacity: 0;  }
/* 3223 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3224 */ }
/* 3225 */ @keyframes caption-top {
/* 3226 */   0%   { transform:translate(0,-20px); opacity: 0;  }
/* 3227 */   100% { transform:translate(0,0); opacity: 1; }
/* 3228 */ }
/* 3229 */ 
/* 3230 */ @-webkit-keyframes caption-bottom {
/* 3231 */   0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
/* 3232 */   100% { -webkit-transform:translate(0,0); opacity: 1; }
/* 3233 */ }
/* 3234 */ @-moz-keyframes caption-bottom {
/* 3235 */   0%   { -moz-transform:translate(0,20px); opacity: 0;  }
/* 3236 */   100% { -moz-transform:translate(0,0); opacity: 1; }
/* 3237 */ }
/* 3238 */ @-o-keyframes caption-bottom {
/* 3239 */   0%   { -o-transform:translate(0,20px); opacity: 0;  }
/* 3240 */   100% { -o-transform:translate(0,0); opacity: 1; }
/* 3241 */ }
/* 3242 */ @keyframes caption-bottom {
/* 3243 */   0%   { transform:translate(0,20px); opacity: 0;  }
/* 3244 */   100% { transform:translate(0,0); opacity: 1; }
/* 3245 */ }
/* 3246 */ 
/* 3247 */ 
/* 3248 */ 

/* prettyPhoto.css */

/* 1   */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
/* 2   */ div.pp_default .pp_top .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -78px -93px no-repeat}
/* 3   */ div.pp_default .pp_top .pp_middle{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_x.png") top left repeat-x}
/* 4   */ div.pp_default .pp_top .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -112px -93px no-repeat}
/* 5   */ div.pp_default .pp_content .ppt{color:#f8f8f8}
/* 6   */ div.pp_default .pp_content_container .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y;padding-left:13px}
/* 7   */ div.pp_default .pp_content_container .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_y.png") top right repeat-y;padding-right:13px}
/* 8   */ div.pp_default .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_next.png") center right no-repeat;cursor:pointer}
/* 9   */ div.pp_default .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_prev.png") center left no-repeat;cursor:pointer}
/* 10  */ div.pp_default .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
/* 11  */ div.pp_default .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") 0 -56px no-repeat;cursor:pointer}
/* 12  */ div.pp_default .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
/* 13  */ div.pp_default .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") 0 -113px no-repeat;cursor:pointer}
/* 14  */ div.pp_default .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
/* 15  */ div.pp_default .pp_gallery ul li a{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/default_thumb.png") center center #f8f8f8;border:1px solid #aaa}
/* 16  */ div.pp_default .pp_social{margin-top:7px}
/* 17  */ div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
/* 18  */ div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -51px 1px no-repeat;height:30px;width:30px}
/* 19  */ div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
/* 20  */ div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
/* 21  */ div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
/* 22  */ div.pp_default .pp_content_container .pp_details{margin-top:5px}
/* 23  */ div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
/* 24  */ div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
/* 25  */ div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
/* 26  */ div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
/* 27  */ div.pp_default .pp_bottom .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -78px -127px no-repeat}
/* 28  */ div.pp_default .pp_bottom .pp_middle{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite_x.png") bottom left repeat-x}
/* 29  */ div.pp_default .pp_bottom .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/sprite.png") -112px -127px no-repeat}
/* 30  */ div.pp_default .pp_loaderIcon{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/default/loader.gif") center center no-repeat}
/* 31  */ div.light_rounded .pp_top .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat}
/* 32  */ div.light_rounded .pp_top .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat}
/* 33  */ div.light_rounded .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png") center right no-repeat;cursor:pointer}
/* 34  */ div.light_rounded .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat;cursor:pointer}
/* 35  */ div.light_rounded .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat;cursor:pointer}
/* 36  */ div.light_rounded .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat;cursor:pointer}
/* 37  */ div.light_rounded .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat;cursor:pointer}
/* 38  */ div.light_rounded .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat;cursor:pointer}
/* 39  */ div.light_rounded .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
/* 40  */ div.light_rounded .pp_nav .pp_play{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat;height:15px;width:14px}
/* 41  */ div.light_rounded .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat;height:15px;width:14px}
/* 42  */ div.light_rounded .pp_arrow_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat}
/* 43  */ div.light_rounded .pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat}
/* 44  */ div.light_rounded .pp_bottom .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat}
/* 45  */ div.light_rounded .pp_bottom .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat}
/* 46  */ div.dark_rounded .pp_top .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat}
/* 47  */ div.dark_rounded .pp_top .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat}
/* 48  */ div.dark_rounded .pp_content_container .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y}
/* 49  */ div.dark_rounded .pp_content_container .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y}
/* 50  */ div.dark_rounded .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png") center right no-repeat;cursor:pointer}

/* prettyPhoto.css */

/* 51  */ div.dark_rounded .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat;cursor:pointer}
/* 52  */ div.dark_rounded .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat;cursor:pointer}
/* 53  */ div.dark_rounded .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat;cursor:pointer}
/* 54  */ div.dark_rounded .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat;cursor:pointer}
/* 55  */ div.dark_rounded .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat;cursor:pointer}
/* 56  */ div.dark_rounded .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
/* 57  */ div.dark_rounded .pp_description{color:#fff;margin-right:85px}
/* 58  */ div.dark_rounded .pp_nav .pp_play{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat;height:15px;width:14px}
/* 59  */ div.dark_rounded .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat;height:15px;width:14px}
/* 60  */ div.dark_rounded .pp_arrow_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat}
/* 61  */ div.dark_rounded .pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat}
/* 62  */ div.dark_rounded .pp_bottom .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat}
/* 63  */ div.dark_rounded .pp_bottom .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat}
/* 64  */ div.dark_rounded .pp_loaderIcon{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat}
/* 65  */ div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
/* 66  */ div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
/* 67  */ div.dark_square .pp_loaderIcon{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/loader.gif") center center no-repeat}
/* 68  */ div.dark_square .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat;cursor:pointer}
/* 69  */ div.dark_square .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat;cursor:pointer}
/* 70  */ div.dark_square .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat;cursor:pointer}
/* 71  */ div.dark_square .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat;cursor:pointer}
/* 72  */ div.dark_square .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
/* 73  */ div.dark_square .pp_nav{clear:none}
/* 74  */ div.dark_square .pp_nav .pp_play{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat;height:15px;width:14px}
/* 75  */ div.dark_square .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat;height:15px;width:14px}
/* 76  */ div.dark_square .pp_arrow_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat}
/* 77  */ div.dark_square .pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat}
/* 78  */ div.dark_square .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png") center right no-repeat;cursor:pointer}
/* 79  */ div.dark_square .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat;cursor:pointer}
/* 80  */ div.light_square .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat;cursor:pointer}
/* 81  */ div.light_square .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat;cursor:pointer}
/* 82  */ div.light_square .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat;cursor:pointer}
/* 83  */ div.light_square .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat;cursor:pointer}
/* 84  */ div.light_square .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
/* 85  */ div.light_square .pp_nav .pp_play{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat;height:15px;width:14px}
/* 86  */ div.light_square .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat;height:15px;width:14px}
/* 87  */ div.light_square .pp_arrow_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat}
/* 88  */ div.light_square .pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat}
/* 89  */ div.light_square .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/btnNext.png") center right no-repeat;cursor:pointer}
/* 90  */ div.light_square .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat;cursor:pointer}
/* 91  */ div.facebook .pp_top .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat}
/* 92  */ div.facebook .pp_top .pp_middle{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x}
/* 93  */ div.facebook .pp_top .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat}
/* 94  */ div.facebook .pp_content_container .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y}
/* 95  */ div.facebook .pp_content_container .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y}
/* 96  */ div.facebook .pp_expand{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat;cursor:pointer}
/* 97  */ div.facebook .pp_expand:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat;cursor:pointer}
/* 98  */ div.facebook .pp_contract{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat;cursor:pointer}
/* 99  */ div.facebook .pp_contract:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat;cursor:pointer}
/* 100 */ div.facebook .pp_close{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}

/* prettyPhoto.css */

/* 101 */ div.facebook .pp_description{margin:0 37px 0 0}
/* 102 */ div.facebook .pp_loaderIcon{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/loader.gif") center center no-repeat}
/* 103 */ div.facebook .pp_arrow_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 104 */ div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
/* 105 */ div.facebook .pp_arrow_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 106 */ div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
/* 107 */ div.facebook .pp_nav{margin-top:0}
/* 108 */ div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
/* 109 */ div.facebook .pp_nav .pp_play{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat;height:22px;width:22px}
/* 110 */ div.facebook .pp_nav .pp_pause{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat;height:22px;width:22px}
/* 111 */ div.facebook .pp_next:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/btnNext.png") center right no-repeat;cursor:pointer}
/* 112 */ div.facebook .pp_previous:hover{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat;cursor:pointer}
/* 113 */ div.facebook .pp_bottom .pp_left{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat}
/* 114 */ div.facebook .pp_bottom .pp_middle{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x}
/* 115 */ div.facebook .pp_bottom .pp_right{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat}
/* 116 */ div.pp_pic_holder a:focus{outline:none}
/* 117 */ div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
/* 118 */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 119 */ .pp_content{height:40px;min-width:40px}
/* 120 */ * html .pp_content{width:40px}
/* 121 */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 122 */ .pp_content_container .pp_left{padding-left:20px}
/* 123 */ .pp_content_container .pp_right{padding-right:20px}
/* 124 */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 125 */ .pp_description{display:none;margin:0}
/* 126 */ .pp_social{float:left;margin:0}
/* 127 */ .pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
/* 128 */ .pp_social .twitter{float:left}
/* 129 */ .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
/* 130 */ .pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
/* 131 */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 132 */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
/* 133 */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 134 */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 135 */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 136 */ .pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
/* 137 */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 138 */ .pp_gallery ul a img{border:0}
/* 139 */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 140 */ .pp_gallery li.default a{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;display:block;height:33px;width:50px}
/* 141 */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 142 */ a.pp_next{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
/* 143 */ a.pp_previous{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
/* 144 */ a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
/* 145 */ a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
/* 146 */ .pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
/* 147 */ #pp_full_res{line-height:1!important}
/* 148 */ #pp_full_res .pp_inline{text-align:left}
/* 149 */ #pp_full_res .pp_inline p{margin:0 0 15px}
/* 150 */ div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}

/* prettyPhoto.css */

/* 151 */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 152 */ div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
/* 153 */ div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
/* 154 */ div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
/* 155 */ div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
/* 156 */ div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
/* 157 */ div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
/* 158 */ div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
/* 159 */ div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
/* 160 */ div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat}
/* 161 */ div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url("../../../themes/enfold/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat}
/* 162 */ div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
/* 163 */ div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
/* 164 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 165 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 166 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 167 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 168 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 169 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 170 */ .pp_fade,.pp_gallery li.default a img{display:none}
/* 171 */ 
/* 172 */ 
/* 173 */ 
/* 174 */ /* prettyPhoto styling for small screens */
/* 175 */ @media only screen and (max-width: 767px) {
/* 176 */ .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
/* 177 */ div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
/* 178 */ div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
/* 179 */ .pp_content { width: 100%!important; height: auto!important; }
/* 180 */ .pp_fade { width: 100%!important; height: 100%!important; }
/* 181 */ a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
/* 182 */ #pp_full_res img { width: 100%!important; height: auto!important; }
/* 183 */ .pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #f8f8f8; margin-top: -2px!important; }
/* 184 */ a.pp_close { right: 10px!important; top: 10px!important; }
/* 185 */ div.pp_default div .pp_content {min-height: 50px;}
/* 186 */ }
