
/* grid.css */

/* 1   */ /* Grid 1240px ----------------------------------------------------------------------- */
/* 2   */ 
/* 3   */ body								{ min-width: 960px;}
/* 4   */ body.admin-bar						{ position:relative;}
/* 5   */ 
/* 6   */ #Wrapper 							{ max-width: 1240px; margin: 0px auto; overflow:hidden;}
/* 7   */ 
/* 8   */ .layout-boxed						{ padding: 25px 0;}
/* 9   */ .layout-full-width 					{ padding: 0; }
/* 10  */ .layout-full-width #Wrapper 		{ max-width: 100% !important; width: 100% !important; margin: 0 !important; }
/* 11  */ 
/* 12  */ 
/* 13  */ #Content 							{ width: 100%; padding-top: 30px;}
/* 14  */ #Content.no-padding,
/* 15  */ .template-slider #Content			{ padding-top: 0; }
/* 16  */ 
/* 17  */ .section							{ position: relative; }
/* 18  */ 
/* 19  */ .section_wrapper,
/* 20  */ .container							{ max-width: 1200px; margin:0 auto; position:relative;}
/* 21  */ 
/* 22  */ .section.full-width > .section_wrapper	{ max-width: 100% !important;}
/* 23  */ 
/* 24  */ .section_wrapper:after,
/* 25  */ .container:after					{ clear: both; content: " "; display: block; height: 0; visibility: hidden;}
/* 26  */ 
/* 27  */ .mcb-wrap							{ float:left; -webkit-box-sizing:border-box; box-sizing:border-box;}
/* 28  */ .mcb-wrap.divider					{ width:100%;}
/* 29  */ 
/* 30  */ 
/* 31  */ .column, .columns					{ float: left; margin:0 1% 40px;}
/* 32  */ .the_content_wrapper				{ margin: 0 1%;}
/* 33  */ .column_content .the_content_wrapper	{ margin: 0;}
/* 34  */ 
/* 35  */ 
/* 36  */ /* Sizes ----------------------------------------------------------------------------- */
/* 37  */ 
/* 38  */ /* .mcb-wrap */
/* 39  */ .one-sixth.mcb-wrap					{ width: 16.666%; }		/* 1/6 */
/* 40  */ .one-fifth.mcb-wrap					{ width: 20%; }			/* 1/5 */
/* 41  */ .one-fourth.mcb-wrap				{ width: 25%; }			/* 1/4 */
/* 42  */ .one-third.mcb-wrap					{ width: 33.333%; }		/* 1/3 */
/* 43  */ .two-fifth.mcb-wrap					{ width: 40%; }			/* 2/5 */
/* 44  */ 
/* 45  */ .one-second.mcb-wrap				{ width: 50%; }			/* 1/2 */
/* 46  */ .three-fifth.mcb-wrap				{ width: 60%; }			/* 3/5 */
/* 47  */ .two-third.mcb-wrap					{ width: 66.666%; }		/* 2/3 */
/* 48  */ .three-fourth.mcb-wrap				{ width: 75%; }			/* 3/4 */
/* 49  */ .four-fifth.mcb-wrap				{ width: 80%; }			/* 4/5 */
/* 50  */ .five-sixth.mcb-wrap				{ width: 83.333%; }		/* 5/6 */

/* grid.css */

/* 51  */ .one.mcb-wrap						{ width: 100%; }		/* 1/1 */
/* 52  */ 
/* 53  */ 
/* 54  */ /* .column */
/* 55  */ .one-sixth.column					{ width: 14.666%; }		/* 1/6 */
/* 56  */ .one-fifth.column					{ width: 18%; }			/* 1/5 */
/* 57  */ .one-fourth.column, .four.columns	{ width: 23%; }			/* 1/4 */
/* 58  */ .one-third.column					{ width: 31.333%; }		/* 1/3 */
/* 59  */ .two-fifth.column					{ width: 38%; }			/* 2/5 */
/* 60  */ 
/* 61  */ .one-second.column					{ width: 48%; }			/* 1/2 */
/* 62  */ .three-fifth.column					{ width: 58%; }			/* 3/5 */
/* 63  */ .two-third.column					{ width: 64.666%; }		/* 2/3 */
/* 64  */ .three-fourth.column				{ width: 73%; }			/* 3/4 */
/* 65  */ .four-fifth.column					{ width: 78%; }			/* 4/5 */
/* 66  */ .five-sixth.column					{ width: 81.333%; }		/* 5/6 */
/* 67  */ .one.column							{ width: 98%; }			/* 1/1 */
/* 68  */ 
/* 69  */ .section.full-width > .one.column,
/* 70  */ .section.full-width > .section_wrapper > .one.column,
/* 71  */ .section.full-width .one.wrap .one.column	{ width:100%; margin: 0; }
/* 72  */ 
/* 73  */ 
/* 74  */ /* .Sidebar | .with_aside */
/* 75  */ .with_aside .content_wrapper		{ max-width: 1200px; margin: 0 auto;}
/* 76  */ 
/* 77  */ .with_aside .sections_group			{ width: 75%; float:left;}
/* 78  */ 
/* 79  */ .with_aside .section_wrapper		{ width: 100%;}
/* 80  */ 
/* 81  */ .with_aside .four.columns			{ float: right;}
/* 82  */ 
/* 83  */ .aside_left .sections_group			{ float: right;}
/* 84  */ .aside_left .four.columns			{ float: left;}
/* 85  */ 
/* 86  */ 
/* 87  */ /* Sidebar - Both | .aside_both */
/* 88  */ 
/* 89  */ .aside_both .sections_group			{ width: 60%; margin-left:20%;}
/* 90  */ .aside_both .sidebar.columns		{ width: 18%; }
/* 91  */ .aside_both .sidebar-1				{ float: left !important; margin-left:-79%; }
/* 92  */ 
/* 93  */ 
/* 94  */ /* Column ---------------------------------------------------------------------------- */
/* 95  */ 
/* 96  */ /* Column | Margin - Horizontal */
/* 97  */ 
/* 98  */ .no-margin-h .column				{ margin-left:0; margin-right:0; }
/* 99  */ .no-margin-h .one-sixth.column		{ width: 16.666%; }		/* 1/6 */
/* 100 */ .no-margin-h .one-fifth.column		{ width: 20%; }			/* 1/5 */

/* grid.css */

/* 101 */ .no-margin-h .one-fourth.column		{ width: 25%; }			/* 1/4 */
/* 102 */ .no-margin-h .one-third.column		{ width: 33.333%; }		/* 1/3 */
/* 103 */ .no-margin-h .one-second.column		{ width: 50%; }			/* 1/2 */
/* 104 */ .no-margin-h .two-third.column		{ width: 66.666%; }		/* 2/3 */
/* 105 */ .no-margin-h .three-fourth.column	{ width: 75%; }			/* 3/4 */
/* 106 */ .no-margin-h .one.column			{ width: 100%; }		/* 1/1 */
/* 107 */ 
/* 108 */ 
/* 109 */ /* Column | Margin - Bottom */
/* 110 */ 
/* 111 */ /* set in section options */
/* 112 */ .column.column_divider				{ margin-bottom: 0 !important;}
/* 113 */ 
/* 114 */ .column-margin-0px .column			{ margin-bottom: 0 !important;}
/* 115 */ .column-margin-10px .column			{ margin-bottom: 10px !important;}
/* 116 */ .column-margin-20px .column			{ margin-bottom: 20px !important;}
/* 117 */ .column-margin-30px .column			{ margin-bottom: 30px !important;}
/* 118 */ .column-margin-40px .column			{ margin-bottom: 40px !important;}
/* 119 */ .column-margin-50px .column			{ margin-bottom: 50px !important;}
/* 120 */ 
/* 121 */ /* set in item options */
/* 122 */ .column-margin-0px.column			{ margin-bottom: 0 !important;}
/* 123 */ .column-margin-10px.column			{ margin-bottom: 10px !important;}
/* 124 */ .column-margin-20px.column			{ margin-bottom: 20px !important;}
/* 125 */ .column-margin-30px.column			{ margin-bottom: 30px !important;}
/* 126 */ .column-margin-40px.column			{ margin-bottom: 40px !important;}
/* 127 */ .column-margin-50px.column			{ margin-bottom: 50px !important;}
/* 128 */ 
/* 129 */ 
/* 130 */ /* Column | Equal Height */
/* 131 */ 
/* 132 */ .equal-height .column .column_attr 	{ height:100%;}
/* 133 */ 
/* 134 */ 
/* 135 */ /* Column | Align */
/* 136 */ 
/* 137 */ .column_attr.align_left				{ text-align: left;}
/* 138 */ .column_attr.align_right			{ text-align: right;}
/* 139 */ .column_attr.align_center			{ text-align: center;}
/* 140 */ .column_attr.align_justify			{ text-align: justify;}
/* 141 */ 
/* 142 */ /* Extra Content */
/* 143 */ 
/* 144 */ .extra_content .the_content_wrapper { margin: 0 1%;}
/* 145 */ .extra_content .has_content .the_content_wrapper,
/* 146 */ .extra_content .category_description .the_content_wrapper { margin-bottom: 40px;}
/* 147 */ 
/* 148 */ 
/* 149 */ /* #Clearing ------------------------------------------------------------------------- */
/* 150 */ 

/* grid.css */

/* 151 */ /* Self Clearing Goodness */
/* 152 */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* 153 */ 
/* 154 */ /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
/* 155 */ .clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
/* 156 */ .clearfix:after { clear: both; }
/* 157 */ .clearfix { zoom: 1; }
/* 158 */ 
/* 159 */ /* You can also use a <br class="clear" /> to clear columns */
/* 160 */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
/* 161 */ 

/* layout.css */

/* 1    */ /* #Global
/* 2    *| ================================================== */
/* 3    */ #Wrapper 						{ -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06); box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);}
/* 4    */ 
/* 5    */ .rev_slider iframe 				{ max-width: 1220px;}
/* 6    */ .rev_slider ul 					{ margin:0 !important;}
/* 7    */ .tp-static-layers 				{ z-index: 200;}
/* 8    */ 
/* 9    */ .ls-yourlogo 					{ z-index: 28;} 				
/* 10   */ 
/* 11   */ 
/* 12   */ .section.parallax				{ overflow: hidden;}
/* 13   */ .section .mfn-parallax 			{ position: absolute; left: 0; top: 0; max-width: none !important;}
/* 14   */ 
/* 15   */ 
/* 16   */ .section.center					{ text-align: center;}
/* 17   */ .section.no-margin .column,
/* 18   */ .section.no-margin-v .column	{ margin-bottom:0;}
/* 19   */ 
/* 20   */ .the_content_wrapper pre		{ margin-bottom: 20px}
/* 21   */ 
/* 22   */ 
/* 23   */ /* #Blank & #UnderConstruction
/* 24   *| ================================================== */
/* 25   */ .page.hide-title-area:not(.with_aside) #Content,
/* 26   */ .no-content-padding:not(.with_aside) #Content,
/* 27   */ .template-blank #Content,
/* 28   */ .under-construction #Content { padding:0 !important;}
/* 29   */ 
/* 30   */ .under-construction .section-uc-1 { padding-top:40px; background-color:#fff;}
/* 31   */ .under-construction .section-uc-2 { padding-top:40px; background-color:#f5f5f5; background:url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png) repeat center;}
/* 32   */ .under-construction .section-uc-3 { padding-top:40px;}
/* 33   */ 
/* 34   */ .under-construction .section-border-top { border-top: 1px solid rgba(0, 0, 0, 0.08);}
/* 35   */ 
/* 36   */ 
/* 37   */ /* Nice Scroll | .nice-scroll
/* 38   *| ================================================== */
/* 39   */ body.nice-scroll { position:relative;}
/* 40   */ body.nice-scroll:not(.layout-boxed) { padding-right:10px !important;}
/* 41   */ .nice-scroll #configurator,
/* 42   */ .nice-scroll #Sliding-top a.sliding-top-control,
/* 43   */ .nice-scroll .fixed-nav.fixed-nav-next { margin-right:10px;}
/* 44   */ .nice-scroll .nicescroll-rails { background:#666; z-index:9002 !important;}
/* 45   */ 
/* 46   */ 
/* 47   */ /* Slider | Pagination
/* 48   *| ================================================== */
/* 49   */ .slider_pagination, .tp-bullets.simplebullets.round { text-align: center; line-height: 0; }
/* 50   */ .slider_pagination a,

/* layout.css */

/* 51   */ .tp-bullets.simplebullets.round .bullet { display: inline-block; width: 12px; height: 12px; text-indent: -9999px; margin: 0 9px; background: rgba(0,0,0,.15); -webkit-border-radius: 100%; border-radius: 100%; position: relative; }
/* 52   */ .slider_pagination a:hover { background: rgba(0,0,0,.25); }
/* 53   */ .slider_pagination a.selected,
/* 54   */ .tp-bullets.simplebullets.round .bullet.selected { width: 10px; height: 8px; margin: 0px 10px 0; position: relative; top: 4px; background: rgba(0,0,0,.15); -webkit-border-radius: 2px; border-radius: 2px; }	
/* 55   */ .slider_pagination a.selected:after,
/* 56   */ .tp-bullets.simplebullets.round .bullet.selected:after { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 1px; border-radius: 1px; position: absolute; left: 1px; top: -3px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/* 57   */ 
/* 58   */ 	.tp-bullets.simplebullets.round .bullet { background: #fff; }
/* 59   */ 	
/* 60   */ 	
/* 61   */ /* Slider Revolution | Navigation
/* 62   *| ================================================== */
/* 63   */ #mfn-rev-slider input { display: inline-block;}
/* 64   */ 
/* 65   */ .tp-bullets.tp-thumbs { z-index: 29; }
/* 66   */ .fullwidthbanner-container .tp-thumbs { padding: 0 !important; }
/* 67   */ 
/* 68   */ .tp-bullets.tp-thumbs .tp-mask,
/* 69   */ .tp-bullets.tp-thumbs .bullet { overflow: visible; }
/* 70   */ .tp-bullets.tp-thumbs .bullet.selected:after { bottom: -7px; content: ""; display: block; height: 7px; left: 0; position: absolute; width: 100%; }
/* 71   */ 
/* 72   */ 	/* Arrows */
/* 73   */ 	.tparrows.round, .tparrows.navbar { display: inline-block; padding: 0; width: 46px; height: 46px; cursor: pointer; border: 0; -webkit-border-radius: 5px; border-radius: 5px; position: relative; overflow: hidden; -webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.03); box-shadow:inset 0 0 0 1px rgba(0,0,0,.03); background-repeat: no-repeat; background-position: center center; }
/* 74   */ 	.tp-leftarrow.round, .tp-leftarrow.navbar { background-image: url(/wp-content/themes/betheme/images/tp-leftarrow.png); }
/* 75   */ 	.tp-rightarrow.round, .tp-rightarrow.navbar { background-image: url(/wp-content/themes/betheme/images/tp-rightarrow.png); }
/* 76   */ 	
/* 77   */ 	.tparrows.round:after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 0; z-index: 1; text-decoration: none; background: rgba(0,0,0,.05); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
/* 78   */ 	.tparrows.round:hover:after { width: 100%; }
/* 79   */ 	
/* 80   */ 	.tparrows.default.preview1,
/* 81   */ 	.tparrows.default.preview4 { background: transparent;}
/* 82   */ 	
/* 83   */ 
/* 84   */ /* #Sliding top
/* 85   *| ================================================== */
/* 86   */ #Sliding-top { position: absolute; left: 0; top: 0; width: 100%; z-index: 800; }
/* 87   */ #Sliding-top:after { content: ""; height: 3px; width: 100%; display: block; position: absolute; left: 0; bottom: -3px; z-index: 1; background: url(/wp-content/themes/betheme/images/box_shadow.png) repeat-x left top; }
/* 88   */ #Sliding-top .widgets_wrapper { padding: 15px 0; display: none; }
/* 89   */ #Sliding-top .widgets_wrapper .column { margin-bottom: 0; }
/* 90   */ #Sliding-top .widgets_wrapper .widget { margin-bottom: 0; padding: 15px 0; }
/* 91   */ #Sliding-top .widgets_wrapper .widget:after { display: none; }
/* 92   */ 
/* 93   */ #Sliding-top a.sliding-top-control { display: block; width: 0; height: 0; border-style: solid; border-width: 0 45px 45px 0; border-color: transparent transparent transparent transparent; position: absolute; z-index: 801; right: 0; bottom: -45px; }
/* 94   */ #Sliding-top a.sliding-top-control span { display: block; width: 26px; height: 30px; line-height: 25px; text-align: center; position: absolute; right: -45px; top: 0; color: #fff; font-size: 18px; }
/* 95   */ 
/* 96   */ #Sliding-top a.sliding-top-control .minus { display: none; }
/* 97   */ #Sliding-top a.sliding-top-control .plus { display: block; }
/* 98   */ 
/* 99   */ #Sliding-top.active a.sliding-top-control .minus { display: block; }
/* 100  */ #Sliding-top.active a.sliding-top-control .plus { display: none; }

/* layout.css */

/* 101  */ 
/* 102  */ 	/* Sliding top - center */
/* 103  */ 	#Sliding-top.st-center a.sliding-top-control { border-color: transparent; }
/* 104  */ 	#Sliding-top.st-center a.sliding-top-control { border-width: 45px 45px 0; left: 50%; right: auto; margin-left: -22px; margin-right: 0; }
/* 105  */ 	#Sliding-top.st-center a.sliding-top-control span { left: -14px; top: -45px; }
/* 106  */ 	
/* 107  */ 	/* Sliding top - center */
/* 108  */ 	#Sliding-top.st-left a.sliding-top-control { border-color: transparent; }
/* 109  */ 	#Sliding-top.st-left a.sliding-top-control { border-width: 45px 45px 0 0; left: 0; right: auto; margin-right: 0; }
/* 110  */ 	#Sliding-top.st-left a.sliding-top-control span { left: -3px; top: -45px; }
/* 111  */ 
/* 112  */ 	/* 
/* 113  *| 	#Sliding-top .widgets_wrapper .widget ul { margin: 0 0 15px 30px; line-height: 21px; }
/* 114  *| 	#Sliding-top .widgets_wrapper .widget ul li { list-style:disc outside; padding: 3px 0; }
/* 115  *| 	*/
/* 116  */ 
/* 117  */ 	/* Widgets */
/* 118  */ 	#Sliding-top .Recent_posts ul li .desc { background: rgba(0,0,0,.1); }
/* 119  */ 	#Sliding-top .widget_mfn_menu ul li a { background: rgba(0,0,0,.1); color: #ccc; }
/* 120  */ 	#Sliding-top .widget_recent_entries ul li { background: rgba(0,0,0,.1); }
/* 121  */ 	
/* 122  */ 	#Sliding-top ul.list_mixed li:after, 
/* 123  */ 	#Sliding-top ul.list_check li:after, 
/* 124  */ 	#Sliding-top ul.list_star li:after, 
/* 125  */ 	#Sliding-top ul.list_idea li:after { background: rgba(255,255,255,.08); }
/* 126  */ 	
/* 127  */ 	#Sliding-top .widget_mfn_recent_comments ul li .date_label { background-color: rgba(0,0,0,.07); }
/* 128  */ 	#Sliding-top .widget_mfn_recent_comments ul li .date_label:after { border-left-color: rgba(0,0,0,.07); }
/* 129  */ 
/* 130  */ /* #Pager
/* 131  *| ================================================== */
/* 132  */ .pager_wrapper { margin-bottom: 0; }
/* 133  */ .pager { text-align: center; }
/* 134  */ .pager .pages { display: inline-block; margin: 20px 30px 0; padding: 4px 3px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #f8f8f8; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 135  */ .pager .pages a, .pager .pages span.page-numbers { display: inline-block; margin: 0 1px; width: 35px; height: 35px; line-height: 35px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; }
/* 136  */ .pager .pages a:hover { text-decoration: none; }
/* 137  */ .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current { color: #fff; }
/* 138  */ .pager a.next_page,
/* 139  */ .pager a.prev_page { display: inline-block; line-height: 43px; }
/* 140  */ 
/* 141  */ 	/* Animation */
/* 142  */ 	.pager .pages a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 143  */ 	
/* 144  */ /* #Load more button
/* 145  *| ================================================== */
/* 146  */ .pager_lm { background: url("/wp-content/themes/betheme/images/preloader.gif") no-repeat center 17px; text-align:center;}
/* 147  */ .pager_lm .pager_load_more { margin: 20px 0;}
/* 148  */ .pager_lm.loading { min-height:49px;}
/* 149  */ .pager_lm:not(.loading) { background: none;}
/* 150  */ 

/* layout.css */

/* 151  */ 
/* 152  */ /* #Pager single (blog post)
/* 153  *| ================================================== */
/* 154  */ .pager-single { text-align: center; background: rgba(0, 0, 0, 0.02); margin-top: 15px; }
/* 155  */ .pager-single span { height: 45px; line-height: 45px; display: inline-block; padding: 0 9px; position: relative; font-weight: bold; }
/* 156  */ .pager-single a span { font-weight: normal; }
/* 157  */ .pager-single span:after { content: ""; display: block; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; }
/* 158  */ .pager-single a span:after { display: none; }
/* 159  */ 
/* 160  */ /* #Fixed nav
/* 161  *| ================================================== */
/* 162  */ .post-nav .fixed-nav { display: none; }
/* 163  */ .fixed-nav { position: fixed; bottom: 40px; height: 80px; z-index: 90; }
/* 164  */ .fixed-nav.fixed-nav-prev { left: 0; }
/* 165  */ .fixed-nav.fixed-nav-next { right: 0; }
/* 166  */ 
/* 167  */ .fixed-nav .arrow { display: block; width: 35px; height: 80px; font-size: 15px; position: relative; z-index: 92; color: #fff;line-height: 80px; text-align: center; }
/* 168  */ .fixed-nav .photo { height: 80px; width: 80px; position: relative; z-index: 92; overflow: hidden; line-height: 0; }
/* 169  */ .fixed-nav .desc { width: 190px; padding: 6px 15px; min-height: 68px; background: #fff; z-index: 91; }
/* 170  */ .fixed-nav .desc h6 { margin-bottom: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-style: solid; }
/* 171  */ .fixed-nav .desc i { display: inline-block; margin-right: 2px; }
/* 172  */ .fixed-nav .desc i:before { margin-left: 0; }
/* 173  */ 
/* 174  */ .fixed-nav-prev .arrow, .fixed-nav-prev .photo, .fixed-nav-prev .desc { float: left; }
/* 175  */ .fixed-nav-prev .desc { margin-left: -335px; }
/* 176  */ .fixed-nav-prev:hover .desc { margin-left: 0px; }
/* 177  */ .fixed-nav-next .arrow, .fixed-nav-next .photo, .fixed-nav-next .desc { float: right; }
/* 178  */ .fixed-nav-next .desc { margin-right: -335px; }
/* 179  */ .fixed-nav-next:hover .desc { margin-right: 0px; }
/* 180  */ 
/* 181  */ 	/* Animation */
/* 182  */ 	.fixed-nav .photo,
/* 183  */ 	.fixed-nav .desc { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 184  */ 
/* 185  */ 	/* Format */
/* 186  */ 	.fixed-nav.format-quote .desc { display: none; }
/* 187  */ 	.fixed-nav.format-quote .photo { background-color: #eee; background-image: url("/wp-content/themes/betheme/images/blockquote.png"); background-position: center center; background-repeat: no-repeat; background-size: 50% auto; }
/* 188  */ 	.fixed-nav.format-link .photo img { display: none; }
/* 189  */ 	.fixed-nav.format-link .photo { background-color: #eee; background-image: url("/wp-content/themes/betheme/images/link.png"); background-position: center center; background-repeat: no-repeat; }
/* 190  */ 
/* 191  */ 	@media only screen and (max-width: 1430px) {
/* 192  */ 		.fixed-nav-prev .photo { position: static; margin-left: -115px; }
/* 193  */ 		.fixed-nav-prev:hover .photo { margin-left: 0; }
/* 194  */ 		.fixed-nav-next .photo { position: static; margin-right: -115px; }
/* 195  */ 		.fixed-nav-next:hover .photo { margin-right: 0; }
/* 196  */ 	}
/* 197  */ 
/* 198  */ /* #Filters
/* 199  *| ================================================== */
/* 200  */ #Filters { margin-bottom: 30px; }

/* layout.css */

/* 201  */ #Filters .filters_buttons { padding: 15px 15px; margin:0; font-size:100%; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_5_b.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
/* 202  */ #Filters .filters_buttons li { float: left; margin: 0 15px 0 0; list-style:none; }
/* 203  */ #Filters .filters_buttons li.categories i,
/* 204  */ #Filters .filters_buttons li.tags i { margin-right: 3px; }
/* 205  */ #Filters .filters_buttons li.reset { float: right; margin-right: 0; }
/* 206  */ 
/* 207  */ #Filters .filters_wrapper { display: none; margin-top: 20px; }
/* 208  */ #Filters .filters_wrapper ul { display:none; overflow:hidden; margin:0;}
/* 209  */ #Filters .filters_wrapper ul li { display:inline-block; width: 19%; margin: 0.5%; list-style:none; }
/* 210  */ #Filters .filters_wrapper ul li a { display: block; padding: 7px 10px; background: #fff; border: 1px solid #F7F7F7; color: #858585; }
/* 211  */ #Filters .filters_wrapper ul li a:hover,
/* 212  */ #Filters .filters_wrapper ul li.current-cat a { text-decoration: none; color: #fff; }
/* 213  */ #Filters .filters_wrapper ul li.close a { text-align: center; width: 38px; padding: 7px 0; background: #8B8B8B; border: 1px solid #F7F7F7 !important; color: #fff; }
/* 214  */ #Filters .filters_wrapper ul li.close a:hover { background: #545454; }
/* 215  */ 
/* 216  */ #Filters .filters_wrapper li.reset-inner { display: none; }
/* 217  */ 
/* 218  */ 	#Filters.only .filters_buttons { display:none;}
/* 219  */ 	#Filters.only .filters_wrapper { display:block;}
/* 220  */ 	#Filters.only li.reset-inner { display:inline-block;}
/* 221  */ 	#Filters.only li.close { display:none !important;}
/* 222  */ 
/* 223  */ 	#Filters.only-categories .categories { display:block;}
/* 224  */ 	#Filters.only-categories .tags { display:none !important;}
/* 225  */ 	#Filters.only-categories .authors { display:none !important;}
/* 226  */ 	
/* 227  */ 	#Filters.only-tags .categories { display:none !important;}
/* 228  */ 	#Filters.only-tags .tags { display:block;}
/* 229  */ 	#Filters.only-tags .authors { display:none !important;}
/* 230  */ 	
/* 231  */ 	#Filters.only-authors .categories { display:none !important;}
/* 232  */ 	#Filters.only-authors .tags { display:none !important;}
/* 233  */ 	#Filters.only-authors .authors { display:block;}
/* 234  */ 
/* 235  */ 		/* Animations */
/* 236  */ 		#Filters .filters_wrapper ul li a {
/* 237  */ 			-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
/* 238  */ 		}
/* 239  */ 
/* 240  */ 
/* 241  */ /* Section: Highlight
/* 242  *| ================================================== */
/* 243  */ .highlight-left,
/* 244  */ .highlight-right { position:relative;}
/* 245  */ .highlight-left:after,
/* 246  */ .highlight-right:after { content:""; position:absolute; width:50%; height:100%; top:0; }
/* 247  */ .highlight-left:after { left:0; }
/* 248  */ .highlight-right:after { right:0; }
/* 249  */ .highlight-left .section_wrapper,
/* 250  */ .highlight-right .section_wrapper { z-index:2;}

/* layout.css */

/* 251  */ 
/* 252  */ @media only screen and (max-width: 767px) {
/* 253  */ 	.highlight-left:after,
/* 254  */ 	.highlight-right:after { content:none;}
/* 255  */ }	
/* 256  */ 
/* 257  */ 
/* 258  */ /* #Header
/* 259  *| ================================================== */
/* 260  */ body:not(.template-slider) #Header_wrapper { background-repeat: no-repeat; background-position: top center;}
/* 261  */ body:not(.template-slider) #Header_wrapper.bg-fixed { background-attachment:fixed;}
/* 262  */ 
/* 263  */ #Header_wrapper { position:relative; }
/* 264  */ #Header { position:relative;}
/* 265  */ body:not(.template-slider) #Header { min-height: 250px;}
/* 266  */ 
/* 267  */ 
/* 268  */ .header-empty .header_placeholder,
/* 269  */ .header-fixed .header_placeholder,
/* 270  */ .header-modern .header_placeholder,
/* 271  */ .header-transparent .header_placeholder { height:0 !important;}
/* 272  */ 
/* 273  */ 
/* 274  */ 	/* Minimalist Header */
/* 275  */ 	body.minimalist-header:not(.template-slider) #Header { min-height:0; background-image:none !important;}
/* 276  */ 	body.minimalist-header.header-modern:not(.template-slider) #Header { min-height:147px;}
/* 277  */ 	body.minimalist-header.header-simple:not(.template-slider) #Header { min-height:130px;}
/* 278  */ 	body.minimalist-header.header-stack:not(.template-slider) #Header { min-height:0;}
/* 279  */ 	body.minimalist-header.header-fixed:not(.template-slider) #Header { min-height:60px;}
/* 280  */ 	body.minimalist-header.header-below:not(.template-slider) #Header { min-height: 90px; padding-top: 0;}
/* 281  */ 
/* 282  */ 
/* 283  */ /* #Action bar
/* 284  *| ================================================== */
/* 285  */ #Action_bar { position: absolute; left: 0; top: 0; width: 100%; z-index: 30; }
/* 286  */ #Action_bar .column { margin-bottom: 0; overflow: hidden; }
/* 287  */ 
/* 288  */ #Action_bar .contact_details { float: left; }
/* 289  */ #Action_bar .contact_details li { display: inline-block; margin-right: 10px; padding: 20px 0; color: rgba(255, 255, 255, 0.5); }
/* 290  */ #Action_bar .contact_details li > i { margin-right: 2px; }
/* 291  */ #Action_bar .contact_details li:last-child { margin-right: 0px; }
/* 292  */ 
/* 293  */ #Action_bar .social { float: right; padding: 20px 0; }
/* 294  */ #Action_bar .social li { display: inline-block; margin-right: 6px; }
/* 295  */ #Action_bar .social li:last-child { margin-right: 0px; }
/* 296  */ #Action_bar .social li a { color: rgba(255,255,255,.3); font-size: 15px; line-height: 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
/* 297  */ #Action_bar .social li a:hover { color: rgb(255,255,255); }
/* 298  */ 
/* 299  */ #Action_bar .social-menu { float: right; padding: 20px 0; }
/* 300  */ #Action_bar .social-menu li { display: inline-block; margin-right: 6px; padding-right: 6px; border-right: 1px solid rgba(255,255,255,.1); }

/* layout.css */

/* 301  */ #Action_bar .social-menu li:last-child { margin-right: 0px; padding-right: 0; border-right: 0; }
/* 302  */ 
/* 303  */ /* #Top_bar
/* 304  *| ================================================== */
/* 305  */ #Top_bar { position: absolute; left: 0; top: 61px; width: 100%; z-index: 30; }
/* 306  */ #Top_bar .column { margin-bottom: 0; }
/* 307  */ 
/* 308  */ .layout-full-width.header-fw #Action_bar .container,
/* 309  */ .layout-full-width.header-fw #Top_bar .container { max-width:100%;}
/* 310  */ 
/* 311  */ #Top_bar .top_bar_left { position: relative; float: left; }
/* 312  */ #Top_bar .top_bar_right { float: right; height: 90px; position: relative; top: -4px; padding: 0 10px 0 20px; }
/* 313  */ #Top_bar .top_bar_right:before { content: ""; display: block; height: 90px; width: 10px; position: absolute; left: -10px; top: 2px; background-image: url(/wp-content/themes/betheme/images/top_bar_right_shadow.png); background-repeat: repeat-y; -moz-transform: skewX(0deg) skewY(-25deg); -webkit-transform: skewX(0deg) skewY(-25deg); -o-transform: skewX(0deg) skewY(-25deg); -ms-transform: skewX(0deg) skewY(-25deg); transform: skewX(0deg) skewY(-25deg); }
/* 314  */ .ie #Top_bar .top_bar_right:before { width: 11px; }
/* 315  */ 
/* 316  */ 	/* Top bar width */
/* 317  */ 	#Top_bar .top_bar_left { width: 990px; }
/* 318  */ 
/* 319  */ 	/* Logo */
/* 320  */ 	#Top_bar .logo { float: left; margin: 0 30px 0 20px;}
/* 321  */ 	#Top_bar .logo h1 { margin: 0;}
/* 322  */ 	#Top_bar .logo:not(.text-logo) h1 { line-height: 0; font-size: 0; margin: 0;}
/* 323  */ 	#Top_bar #logo { display: block; height: 60px; line-height: 60px; padding: 15px 0px; } /* overflow: hidden; */
/* 324  */ 	#Top_bar #logo:hover { text-decoration: none; }
/* 325  */ 	#Top_bar #logo img { vertical-align:middle; max-height:100%;}
/* 326  */ 	
/* 327  */ 	#Top_bar #logo img.logo-sticky,
/* 328  */ 	#Top_bar #logo img.logo-mobile { display:none;}
/* 329  */ 
/* 330  */ 	/* Menu wrapper */
/* 331  */ 	#Top_bar .menu_wrapper { float: left; z-index: 201;}
/* 332  */ 	
/* 333  */ 	/* Secondary menu wrapper */
/* 334  */ 	#Top_bar .secondary_menu_wrapper { display: none; }
/* 335  */ 
/* 336  */ 	/* Menu responsive */
/* 337  */ 	#Top_bar a.responsive-menu-toggle { display: none; z-index:202; }
/* 338  */ 	
/* 339  */ 	/* Banner */
/* 340  */ 	#Top_bar .banner_wrapper { display: none; }
/* 341  */ 
/* 342  */ 	/* Search wrapper */
/* 343  */ 	#Top_bar .search_wrapper { position: absolute; left: 0; top: 100%; display: none; z-index: 201; width: 100%; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 344  */ 	#Top_bar .search_wrapper input[type="text"] { width: 100%; margin: 0; box-sizing: border-box; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; padding-left: 35px; background: none; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(255,255,255,.08) !important; font-size: 15px; }
/* 345  */ 	#Top_bar .search_wrapper input[type="text"]:focus { background-color: transparent !important; }
/* 346  */ 	#Top_bar .search_wrapper .icon_search,
/* 347  */ 	#Top_bar .search_wrapper .icon_close { position: absolute; top: 25px; font-size: 20px; line-height: 20px; display: block; }
/* 348  */ 	#Top_bar .search_wrapper .icon_search { left: 18px; color: rgba(0,0,0,.5); }
/* 349  */ 	#Top_bar .search_wrapper .icon_close { right: 18px; color: #fff; opacity: 0.3; filter: alpha(opacity=30); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
/* 350  */ 	#Top_bar .search_wrapper .icon_close:hover { right: 18px; opacity: 1; filter: alpha(opacity=100); }

/* layout.css */

/* 351  */ 
/* 352  */ 	/* Cart */
/* 353  */ 	#Top_bar a#header_cart { position: relative; top: 34px; display: block; float:left; font-size: 20px; line-height: 20px; margin-right: 15px; }
/* 354  */ 	#Top_bar a#header_cart span { position: absolute; right: -9px; top: -7px; display: block; -webkit-border-radius: 3px; border-radius: 3px; width: 17px; height: 17px; line-height: 17px; text-align: center; font-size: 11px; color: #fff; }
/* 355  */ 	
/* 356  */ 	/* Search */
/* 357  */ 	#Top_bar a#search_button { position: relative; top: 34px; display: block; float:left; font-size: 20px; line-height: 20px; margin-right: 10px; }
/* 358  */ 	#Top_bar a#search_button.has-input input { display: inline-block; margin: -5px 0 0; padding: 8px; position: relative; top: -2px; width: 130px; }
/* 359  */ 	
/* 360  */ 	#Top_bar a.button.action_button { top: 23px; margin: 0 10px 0 0; color: #fff; }
/* 361  */ 	
/* 362  */ 	/* WPML */
/* 363  */ 	#Top_bar .wpml-languages { display: block; float:left; position: relative; top: 25px; z-index: 210; margin-right: 10px; }
/* 364  */ 	#Top_bar .wpml-languages a.active { display: block; padding: 8px 6px 8px 10px; border-width: 1px; border-style: solid; border-color: #e8e8e8; -webkit-border-radius: 5px; border-radius: 5px; }
/* 365  */ 	#Top_bar .wpml-languages.disabled a.active { padding: 8px 10px; } 
/* 366  */ 	#Top_bar .wpml-languages a.active i { font-size: 14px; line-height: 14px; margin: 0 0 0 5px; }
/* 367  */ 	#Top_bar .wpml-languages a.active i:before { margin: 0; }
/* 368  */ 	#Top_bar .wpml-languages a:hover.active { text-decoration: none; }
/* 369  */ 	#Top_bar .wpml-languages.enabled:hover a.active { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-bottom: 0; }
/* 370  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown { position: absolute; left: 0; top: 100%; width: 100%; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; z-index: 205; overflow: hidden; display: none; border-width: 0 1px 1px 1px; border-style: solid; border-color: #e8e8e8; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 371  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown li { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
/* 372  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown li:last-child { border-bottom: 0; }
/* 373  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown li a { font-size: 12px; display: block; text-align: center; padding: 4px 0px; color: #8B8B8B; }
/* 374  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown li a:hover { text-decoration: none; color: #5F5F5F; background: rgba(0,0,0,.03); }
/* 375  */ 	
/* 376  */ 	#Top_bar .wpml-languages:hover { height: auto; }
/* 377  */ 	#Top_bar .wpml-languages:hover ul.wpml-lang-dropdown { display: block; }
/* 378  */ 	
/* 379  */ 	#Top_bar .wpml-languages a.active,
/* 380  */ 	#Top_bar .wpml-languages ul.wpml-lang-dropdown { background: #fff; }
/* 381  */ 	
/* 382  */ 		#Top_bar .wpml-languages.horizontal { display: block; padding: 8px 10px; border:1px solid #e8e8e8; background:#fff; -webkit-border-radius: 5px; border-radius: 5px; }
/* 383  */ 		#Top_bar .wpml-languages.horizontal ul li { float:left; margin-right:6px; }
/* 384  */ 		#Top_bar .wpml-languages.horizontal ul li:last-child { margin-right:0; }
/* 385  */ 
/* 386  */ 
/* 387  */ /* #menu
/* 388  *| ================================================== */
/* 389  */ /* main menu 1st level */
/* 390  */ #Top_bar #menu { z-index: 201;}
/* 391  */ #Top_bar .menu { z-index: 202;}
/* 392  */ #Top_bar .menu > li { margin: 0; z-index: 203; display: block; float: left; }
/* 393  */ #Top_bar .menu > li:not(.mfn-megamenu-parent) { position: relative; }
/* 394  */ #Top_bar .menu > li.hover { z-index: 204; }
/* 395  */ #Top_bar .menu > li > a { display: block; line-height: 60px; padding: 15px 0; position: relative; }
/* 396  */ #Top_bar .page-menu > li > a { padding: 15px 20px; } /* default WP Pages Menu */
/* 397  */ #Top_bar .menu > li > a:after { content: ""; height: 4px; width: 100%; position: absolute; left: 0; top: -4px; z-index: 203; opacity: 0; filter: alpha(opacity=0); }
/* 398  */ #Top_bar .menu > li > a span:not(.description) { display: block; line-height: 60px; padding: 0 20px; white-space: nowrap; border-right-width: 1px; border-style: solid; }
/* 399  */ #Top_bar .menu > li > a span.description { font-size:11px; line-height:12px !important; margin:-15px -15px 0; color:#aaa; font-weight:300; text-align:center; display:block;}
/* 400  */ #Top_bar .menu > li:last-child > a span { border: 0; }

/* layout.css */

/* 401  */ #Top_bar .menu > li > a:hover { text-decoration: none; }
/* 402  */ 
/* 403  */ .menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description) { padding-right:30px; }
/* 404  */ .menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description):after { content:""; display:block; width:0; height:0; position:absolute; top:50%; right:10px; margin-top:-2px; border-top:5px solid #ccc; border-left:5px solid transparent; border-right:5px solid transparent; }
/* 405  */ 
/* 406  */ 	.menu-highlight #Top_bar .menu > li.current-menu-item > a,
/* 407  */ 	.menu-highlight #Top_bar .menu > li.current_page_item > a,
/* 408  */ 	.menu-highlight #Top_bar .menu > li.current-menu-parent > a,
/* 409  */ 	.menu-highlight #Top_bar .menu > li.current-page-parent > a,
/* 410  */ 	.menu-highlight #Top_bar .menu > li.current-menu-ancestor > a,
/* 411  */ 	.menu-highlight #Top_bar .menu > li.current_page_ancestor > a,
/* 412  */ 	.menu-highlight #Top_bar .menu > li.hover > a { 
/* 413  */ 		color: #fff;
/* 414  */ 	}
/* 415  */ 	
/* 416  */ 	/* Animation */
/* 417  */ 	#Top_bar .menu > li > a,
/* 418  */ 	#Top_bar .menu > li > a:after { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 419  */ 	
/* 420  */ 	#Top_bar .menu > li.current-menu-item > a:after,
/* 421  */ 	#Top_bar .menu > li.current_page_item > a:after,
/* 422  */ 	#Top_bar .menu > li.current-menu-parent > a:after,
/* 423  */ 	#Top_bar .menu > li.current-page-parent > a:after,
/* 424  */ 	#Top_bar .menu > li.current-menu-ancestor > a:after,
/* 425  */ 	#Top_bar .menu > li.current_page_ancestor > a:after,
/* 426  */ 	#Top_bar .menu > li.hover > a:after { opacity: 1; filter: alpha(opacity=100); }
/* 427  */ 
/* 428  */ /* main menu 2nd level */
/* 429  */ #Top_bar .menu li ul { position: absolute; left: 0px; top: 100%; z-index: 205; margin: 0; display: none; background-image: url(/wp-content/themes/betheme/images/box_shadow.png); background-repeat: repeat-x; background-position: left top; }
/* 430  */ #Top_bar .menu li > ul { box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03); -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03); }
/* 431  */ #Top_bar .menu li ul li { padding: 0; width: 190px; position: relative; font-weight: normal; }
/* 432  */ #Top_bar .menu li ul li a { padding: 10px 10px 10px 20px; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
/* 433  */ #Top_bar .menu li ul li a span { display: inline-block; position: relative; }
/* 434  */ #Top_bar .menu li ul li a .menu-arrow { position: absolute; right: 7px; top: 11px; font-size: 12px; color: rgba(0, 0, 0, 0.35); }
/* 435  */ #Top_bar .menu > li ul li a:hover,
/* 436  */ #Top_bar .menu > li ul li.hover > a { text-decoration: none; background: rgba(0,0,0,.06); }
/* 437  */ 
/* 438  */ /* main menu 3rd level */
/* 439  */ #Top_bar .menu li ul li ul { position: absolute; left: 190px; top: 0px; z-index: 204; }
/* 440  */ 
/* 441  */ .menuo-last #Top_bar .menu > li.last ul { right: 0px; left: auto; -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.03); box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.03); }
/* 442  */ .menuo-last #Top_bar .menu > li.last ul li ul { right: 190px; }
/* 443  */ 
/* 444  */ 	/* Animation */
/* 445  */ 	#Top_bar .menu li ul li a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
/* 446  */ 
/* 447  */ 
/* 448  */ /* #secondary menu
/* 449  *| ================================================== */
/* 450  */ #Header #menu-secondary-menu { z-index: 220; }

/* layout.css */

/* 451  */ #Header .secondary-menu { z-index: 221; }
/* 452  */ #Header .secondary-menu > li { margin: 0; z-index: 222; display: block; float: left; position: relative; padding: 8px 9px; line-height: 100%; -webkit-border-radius: 4px; border-radius: 4px; }
/* 453  */ #Header .secondary-menu > li.submenu { -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
/* 454  */ #Header .secondary-menu > li > a { display: block; }
/* 455  */ #Header .secondary-menu > li > a:hover { text-decoration: none; }
/* 456  */ 
/* 457  */ 	#Header .secondary-menu li ul { position: absolute; left: 0px; padding: 7px; top: 100%; z-index: 223; margin: 0; display: none; -webkit-border-radius: 0px 4px 4px 4px; border-radius: 0 4px 4px 4px; }
/* 458  */ 	#Header .secondary-menu li ul li {}
/* 459  */ 	#Header .secondary-menu li ul li:last-child { border-bottom: 0; }
/* 460  */ 	#Header .secondary-menu li ul li a { display: block; text-align: center; white-space: nowrap; padding: 6px 8px; }
/* 461  */ 	#Header .secondary-menu li ul li a:hover { text-decoration: none; }
/* 462  */ 
/* 463  */ #Header .secondary-menu > li > a { color: #A8A8A8; }
/* 464  */ #Header .secondary-menu > li.hover,
/* 465  */ #Header .secondary-menu li ul {  background: #F9F9F9; }
/* 466  */ #Header .secondary-menu li ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
/* 467  */ #Header .secondary-menu li ul li a { color: #8B8B8B; }
/* 468  */ #Header .secondary-menu li ul li a:hover { color: #5F5F5F; background: rgba(255, 255, 255, 0.8); }
/* 469  */ 
/* 470  */ /* #Header styles
/* 471  *| ================================================== */
/* 472  */ @media only screen and (min-width: 768px) {
/* 473  */ 
/* 474  */ 	.header-fixed #Action_bar { position:fixed; top:0; left:0; background-color: #2c2c2c; }
/* 475  */ 	.header-fixed #Action_bar .contact_details li,
/* 476  */ 	.header-fixed #Action_bar .social,
/* 477  */ 	.header-fixed #Action_bar .social-menu { padding: 5px 0; }
/* 478  */ 	
/* 479  */ 	.header-fixed #Top_bar { position:fixed; width:100%; left:0; top: 0 !important; height:60px; z-index:701; background:#fff; opacity:.97; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);}
/* 480  */ 	.header-fixed.ab-show #Top_bar { top: 31px !important;}
/* 481  */ 	
/* 482  */ 	.header-fixed #Top_bar .top_bar_left,
/* 483  */ 	.header-fixed #Top_bar .top_bar_right,
/* 484  */ 	.header-fixed #Top_bar .top_bar_right:before { background:none;}
/* 485  */ 	.header-fixed #Top_bar .top_bar_right { top:-4px;}
/* 486  */ 	
/* 487  */ 	.header-fixed #Top_bar .logo { width:auto; margin: 0 30px 0 20px; padding:0;}
/* 488  */ 	.header-fixed #Top_bar #logo { padding:5px 0; height:50px; line-height:50px;}
/* 489  */ 	.header-fixed #Top_bar #logo img { max-height:35px;}
/* 490  */ 	
/* 491  */ 	.header-fixed #Top_bar .menu_wrapper { clear:none;}
/* 492  */ 	.header-fixed #Top_bar .menu_wrapper .menu > li > a  { padding:15px 0;}
/* 493  */ 	
/* 494  */ 	.header-fixed #Top_bar .menu > li > a,
/* 495  */ 	.header-fixed #Top_bar .menu > li > a span { line-height:30px;}
/* 496  */ 	.header-fixed #Top_bar .menu > li > a:after { top:auto; bottom:-4px;}
/* 497  */ 	
/* 498  */ 	.header-fixed #Top_bar .menu > li > a span.description { margin-top:-5px;}
/* 499  */ 	
/* 500  */ 	.header-fixed #Top_bar #header_cart { top:27px;}

/* layout.css */

/* 501  */ 	.header-fixed #Top_bar #search_button { top:25px;}
/* 502  */ 	.header-fixed #Top_bar .wpml-languages { top:15px;}
/* 503  */ 	
/* 504  */ 	.header-fixed #Top_bar .secondary_menu_wrapper { display:none;}
/* 505  */ 	
/* 506  */ 	.header-fixed #Top_bar .responsive-menu-toggle { top:12px;}
/* 507  */ }
/* 508  */ 
/* 509  */ .header-below {}
/* 510  */ .header-below #Header .top_bar_left,
/* 511  */ .header-below #Header .top_bar_right { background-color: transparent; }
/* 512  */ .header-below #Top_bar { position: static; }
/* 513  */ .header-below #Top_bar .top_bar_right { top: 0; }
/* 514  */ .header-below #Top_bar .top_bar_right:before { display: none; }
/* 515  */ .header-below #Action_bar { position:static; }
/* 516  */ body.header-below:not(.template-slider) #Header { min-height: 90px; padding-top: 160px; }
/* 517  */ 
/* 518  */ 	.header-below #Top_bar { background-color: #fff; }
/* 519  */ 
/* 520  */ .header-classic {}
/* 521  */ .header-classic #Header .top_bar_left,
/* 522  */ .header-classic #Header .top_bar_right { background-color: transparent; }
/* 523  */ .header-classic #Top_bar { position: static; }
/* 524  */ .header-classic #Top_bar .top_bar_right { top: 0; }
/* 525  */ .header-classic #Top_bar .top_bar_right:before { display: none; }
/* 526  */ .header-classic #Action_bar { position: static; }
/* 527  */ .header-classic #Action_bar .contact_details li,
/* 528  */ .header-classic #Action_bar .social,
/* 529  */ .header-classic #Action_bar .social-menu { padding: 12px 0; }
/* 530  */ 
/* 531  */ 	.header-classic #Action_bar { background-color: #2C2C2C; }
/* 532  */ 	.header-classic #Top_bar { background-color: #fff; }
/* 533  */ 	
/* 534  */ 	
/* 535  */ .header-plain {}
/* 536  */ .header-plain #Top_bar { border-bottom-width: 1px; border-style: solid; }
/* 537  */ .header-plain #Header .top_bar_left,
/* 538  */ .header-plain #Header .top_bar_right { background-color: transparent; }
/* 539  */ .header-plain #Top_bar { position: static; }
/* 540  */ .header-plain #Top_bar .one.column { width: 100%; margin: 0; }
/* 541  */ .header-plain #Top_bar .top_bar_right { top: 0; }
/* 542  */ .header-plain #Top_bar .top_bar_right:before { display: none; }
/* 543  */ .header-plain #Action_bar { position: static; }
/* 544  */ .header-plain #Action_bar .contact_details li,
/* 545  */ .header-plain #Action_bar .social,
/* 546  */ .header-plain #Action_bar .social-menu { padding: 12px 0; }
/* 547  */ 
/* 548  */ 	/* Logo */
/* 549  */ 	.header-plain #Top_bar #logo { height: 50px; line-height: 50px; }
/* 550  */ 

/* layout.css */

/* 551  */ 	/* Header plain - Menu */
/* 552  */ 	.header-plain #Top_bar .menu_wrapper { float: right; }
/* 553  */ 	.header-plain #Top_bar .menu_wrapper { margin-right: -10px; }
/* 554  */ 	.header-plain #Top_bar .menu > li > a { padding-top: 0 !important; padding-bottom: 0 !important; }
/* 555  */ 	.header-plain #Top_bar .menu > li > a:after { display: none; }
/* 556  */ 	.header-plain #Top_bar .menu > li > a span:not(.description) { line-height: 80px; padding: 0px 30px; }
/* 557  */ 	.header-plain #Top_bar .menu > li:first-child > a span:not(.description) { border-left-width: 1px; }
/* 558  */ 	.header-plain #Top_bar .top_bar_right { padding: 0; height: 80px; }
/* 559  */ 	.header-plain #Top_bar a.responsive-menu-toggle { top: 23px; }
/* 560  */ 	
/* 561  */ 	/* Header plain - Options */
/* 562  */ 	.header-plain #Top_bar a#header_cart,
/* 563  */ 	.header-plain #Top_bar a#search_button { margin-right: 0; top: 0px; border-left-width: 1px; border-style: solid; }
/* 564  */ 	.header-plain #Top_bar a#header_cart span { right: 15px; top: 25px; }
/* 565  */ 	
/* 566  */ 	.header-plain #Top_bar .wpml-languages { top: 0; margin: 0; border-left-width: 1px; border-style: solid; }
/* 567  */ 	.header-plain #Top_bar .wpml-languages a.active { border: 0; padding: 0; }
/* 568  */ 	.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown li a { line-height: 40px; }
/* 569  */ 	.header-plain #Top_bar .wpml-languages a.active { background: none; }
/* 570  */ 	.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown { border: 0; border-radius: 0; }
/* 571  */ 	
/* 572  */ 	.header-plain #Top_bar a.button.action_button { margin: 0; top: 0; border-radius: 0px; border-left-width: 1px; border-style: solid; }
/* 573  */ 	
/* 574  */ 	.header-plain #Top_bar .menu > li > a span:not(.description) { line-height: 80px; padding: 0px 30px; }
/* 575  */ 	.header-plain #Top_bar a#header_cart,
/* 576  */ 	.header-plain #Top_bar a#search_button { padding: 0 25px; line-height: 80px; }
/* 577  */ 	.header-plain #Top_bar .wpml-languages { padding: 0 25px; height: 80px; line-height: 80px; }
/* 578  */ 	.header-plain #Top_bar a.button.action_button { line-height: 80px; }
/* 579  */ 	.header-plain #Top_bar a.button.action_button .button_label { padding: 0 30px; }
/* 580  */ 
/* 581  */ 	/* Header plain sticky */
/* 582  */ 	.header-plain #Top_bar.is-sticky .menu > li > a span:not(.description) { line-height: 60px; }
/* 583  */ 	.header-plain #Top_bar.is-sticky a#header_cart,
/* 584  */ 	.header-plain #Top_bar.is-sticky a#search_button { padding: 0 25px; line-height: 60px; }
/* 585  */ 	.header-plain #Top_bar.is-sticky .wpml-languages { padding: 0 25px; height: 60px; line-height: 60px; }
/* 586  */ 	.header-plain #Top_bar.is-sticky a.button.action_button { line-height: 60px; }
/* 587  */ 	.header-plain #Top_bar.is-sticky a.button.action_button .button_label { padding: 0 25px; }	
/* 588  */ 	.header-plain #Top_bar.is-sticky .top_bar_right { padding: 0; height: 60px; top: 0; }
/* 589  */ 	.header-plain #Top_bar.is-sticky .wpml-languages { top: 0; }
/* 590  */ 	.header-plain #Top_bar.is-sticky a.button.action_button { top: 0px; }
/* 591  */ 	
/* 592  */ 	/* Colors */
/* 593  */ 	.header-plain #Action_bar { background-color: #2C2C2C; }
/* 594  */ 	.header-plain #Top_bar { background-color: #fff; }
/* 595  */ 
/* 596  */ 	.header-plain #Top_bar,
/* 597  */ 	.header-plain #Top_bar .menu > li > a span:not(.description),
/* 598  */ 	.header-plain #Top_bar a#header_cart,
/* 599  */ 	.header-plain #Top_bar a#search_button,
/* 600  */ 	.header-plain #Top_bar .wpml-languages,

/* layout.css */

/* 601  */ 	.header-plain #Top_bar a.button.action_button { border-color: #f2f2f2;}
/* 602  */ 	
/* 603  */ 	
/* 604  */ .header-split {}
/* 605  */ .header-split #Header .top_bar_left { width: 100% !important; }
/* 606  */ .header-split #Header .top_bar_left,
/* 607  */ .header-split #Header .top_bar_right { background-color: transparent; }
/* 608  */ .header-split #Header .top_bar_left .menu_wrapper { width: 100%; }
/* 609  */ .header-split #Header .top_bar_left .menu_left { float: left; width: 38%; text-align: center; }
/* 610  */ .header-split #Header .top_bar_left .menu_right { float: right; width: 38%; text-align: center; }
/* 611  */ .header-split #Header .top_bar_left .menu > li { display: inline-block; float: none; }
/* 612  */ .header-split #Header .top_bar_left .logo { width: 100%; margin: 0; text-align: center; }
/* 613  */ @media only screen and (min-width: 1240px) {
/* 614  */ 	.header-split #Header .top_bar_left .logo { position: absolute; left: 38%; width: 24%; }
/* 615  */ }
/* 616  */ 
/* 617  */ .header-split #Top_bar .top_bar_right { position:absolute; top:0; right:-28px; padding:0; }
/* 618  */ .header-split #Top_bar a.action_button,
/* 619  */ .header-split #Top_bar a#header_cart,
/* 620  */ .header-split #Top_bar .wpml-languages { display: none; }
/* 621  */ .header-split #Top_bar .top_bar_right:before { display: none; }
/* 622  */ 
/* 623  */ .header-split #Top_bar { position: static; background-color: #fff;}
/* 624  */ .header-split #Action_bar { position: static; background-color: #2C2C2C;}
/* 625  */ .header-split #Action_bar .contact_details li,
/* 626  */ .header-split #Action_bar .social,
/* 627  */ .header-split #Action_bar .social-menu { padding: 12px 0; }
/* 628  */ 
/* 629  */ 	
/* 630  */ .header-stack {}
/* 631  */ .header-stack #Header .top_bar_left { width: 100% !important; } /**/
/* 632  */ .header-stack #Header .top_bar_left,
/* 633  */ .header-stack #Header .top_bar_right { background-color: transparent; }
/* 634  */ .header-stack #Top_bar { position: static; }
/* 635  */ .header-stack #Top_bar .logo { width: 100%; margin: 0; padding: 0 30px; text-align: left; border-bottom-width: 1px; border-style: solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /**/
/* 636  */ 
/* 637  */ .header-stack.header-center #Top_bar .logo { text-align: center; }
/* 638  */ .header-stack.header-center #Top_bar .menu_wrapper { text-align: center; line-height:0;}
/* 639  */ .header-stack.header-center #Top_bar #menu { line-height:initial; text-align:initial;}
/* 640  */ 
/* 641  */ .header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper { width:100%;}
/* 642  */ 	
/* 643  */ .header-stack.header-right #Top_bar .logo { text-align: right; }
/* 644  */ 
/* 645  */ .header-stack #Top_bar .logo #logo { display: inline-block; height: auto; }  /**/
/* 646  */ .header-stack #Top_bar .menu_wrapper { clear: both; }  /**/
/* 647  */ .header-stack #Top_bar .menu_wrapper .menu > li > a { padding: 0; } /**/
/* 648  */ .header-stack #Top_bar .menu > li > a span.description { margin-bottom:10px;}
/* 649  */ .header-stack #Top_bar .top_bar_right { position: absolute; right: 0; bottom: -16px; top: auto; } /**/
/* 650  */ .header-stack #Top_bar .top_bar_right:before { display: none; }

/* layout.css */

/* 651  */ .header-stack #Top_bar .secondary_menu_wrapper { position: absolute; right: 20px; top: 35px; display: block; } /**/
/* 652  */ .header-stack.header-right #Top_bar .secondary_menu_wrapper { left: 20px; right: auto; } /**/
/* 653  */ .header-stack #Action_bar { position: static; }
/* 654  */ .header-stack #Action_bar .contact_details li,
/* 655  */ .header-stack #Action_bar .social,
/* 656  */ .header-stack #Action_bar .social-menu { padding: 12px 0; }
/* 657  */ body.header-stack:not(.template-slider) #Header { min-height: 315px; }
/* 658  */ 
/* 659  */ 	.header-stack #Action_bar { background-color: #2C2C2C; }
/* 660  */ 	.header-stack #Top_bar { background-color: #fff; }
/* 661  */ 	
/* 662  */ 
/* 663  */ .header-magazine #Top_bar .logo { border: 0; }
/* 664  */ .header-magazine #Top_bar .top_bar_right:before { display: none; }
/* 665  */ .header-magazine #Top_bar .secondary_menu_wrapper { display: none; }
/* 666  */ .header-magazine #Top_bar .banner_wrapper { display: block; position: absolute; right: 20px; top: 20px; width: 468px; height: 60px; text-align: right; }
/* 667  */ .header-magazine #Top_bar .banner_wrapper a { display: block; line-height: 0; }
/* 668  */ .header-magazine #Top_bar .banner_wrapper img { display: inline-block; max-width: 100%; height: auto; max-height: 60px; }
/* 669  */ 
/* 670  */ 
/* 671  */ .header-simple {}
/* 672  */ .header-simple.ab-hide #Action_bar { display: none; }
/* 673  */ .header-simple #Top_bar .top_bar_left { width:100% !important; background:none;}
/* 674  */ .header-simple #Top_bar:not(.is-sticky) .top_bar_left { top:-40px;}
/* 675  */ .header-simple.ab-show #Top_bar:not(.is-sticky) .top_bar_left { top:-30px;}
/* 676  */ .header-simple #Top_bar .top_bar_right,
/* 677  */ .header-simple #Top_bar .top_bar_right:before { display: none; }
/* 678  */ .header-simple #Top_bar .menu > li > a span.description { margin:0 0 0 5px;}
/* 679  */ 
/* 680  */ .header-empty #Header { position:static; min-height:0 !important;}
/* 681  */ .header-empty #Subheader { display:none;}
/* 682  */ .header-empty #Content { padding:0 !important;}
/* 683  */ 
/* 684  */ .header-transparent #Top_bar .top_bar_left,
/* 685  */ .header-transparent #Top_bar .top_bar_right,
/* 686  */ .header-transparent #Top_bar .top_bar_right:before { background:none;}
/* 687  */ .header-transparent #Top_bar .top_bar_right { top:-15px;}
/* 688  */ .header-transparent #Top_bar #logo { padding:0;}
/* 689  */ .header-transparent #Top_bar a.responsive-menu-toggle { top:10px;}
/* 690  */ .header-transparent #Top_bar .menu > li > a { padding:0;}
/* 691  */ .header-transparent #Top_bar .menu > li > a:after { background:none;}
/* 692  */ .header-transparent #Top_bar .menu > li > a span { border-color: rgba(0, 0, 0, 0.03);}
/* 693  */ .header-transparent #Top_bar .menu li > ul:not(.mfn-megamenu-bg) { background-image:none;}
/* 694  */ 
/* 695  */ .header-overlay .top_bar_right { display:none;}
/* 696  */ .header-overlay #Top_bar.is-sticky { display:none;}
/* 697  */ .header-overlay .overlay-menu-toggle { position:absolute; right:30px; top:30px; font-size:30px; z-index:9911;}
/* 698  */ .header-overlay .overlay-menu-toggle.focus { color:#fff; 
/* 699  */ 	-webkit-transition: all 0.3s;
/* 700  */ 	-moz-transition: all 0.3s;

/* layout.css */

/* 701  */ 	transition: all 0.3s;
/* 702  */ }
/* 703  */ .header-overlay .overlay-menu-toggle .close { display:none;}
/* 704  */ .header-overlay .overlay-menu-toggle.focus .open { display:none;}
/* 705  */ .header-overlay .overlay-menu-toggle.focus .close { display:block;}
/* 706  */ .header-overlay.sticky-header .overlay-menu-toggle { position:fixed; margin-right:10px;}
/* 707  */ 
/* 708  */ /* #Overlay Menu
/* 709  *| ================================================== */
/* 710  */ #Overlay { position:fixed; top:0; left:0; width:100%; height:100%; z-index:9910; background:rgba(41,145,214,.95); display:none;}
/* 711  */ #overlay-menu { position:absolute; width:700px; left:50%; margin-left:-350px; top:50%; margin-top:-150px;}
/* 712  */ #overlay-menu ul li { text-align:center;}
/* 713  */ #overlay-menu ul li a { color:#fff; font-size:34px; line-height:52px; letter-spacing:3px; text-decoration:none;}
/* 714  */ #overlay-menu ul li a:hover { opacity: .8;}
/* 715  */ 
/* 716  */ 	#overlay-menu ul li a:before,
/* 717  */ 	#overlay-menu ul li a:after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }
/* 718  */ 	#overlay-menu ul li a:before {margin-right: 20px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); }
/* 719  */ 	#overlay-menu ul li a:after { margin-left: 20px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); }
/* 720  */ 	#overlay-menu ul li a:hover:before,
/* 721  */ 	#overlay-menu ul li a:hover:after,
/* 722  */ 	#overlay-menu ul li a:hover:before,
/* 723  */ 	#overlay-menu ul li a:hover:after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }
/* 724  */ 
/* 725  */ 
/* 726  */ /* #Subheader
/* 727  *| ================================================== */
/* 728  */ #Subheader { background-color: rgba(0,0,0, .02); background-position: center top; background-repeat:no-repeat; padding: 30px 0; position: relative; }
/* 729  */ .subheader-transparent #Subheader { background:none; }
/* 730  */ .hide-title-area #Subheader { display:none;}
/* 731  */ #Subheader .column { margin-bottom: 0; }
/* 732  */ #Subheader .title { margin-bottom: 0; width: 70%; float: left; }
/* 733  */ #Subheader ul.breadcrumbs { display: block; width: 30%; margin: 1px 0 0; font-size: 1em !important; float: right; text-align: right; }
/* 734  */ #Subheader ul.breadcrumbs li { display: inline-block; }
/* 735  */ #Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a { color: rgba(0, 0, 0, .3); }
/* 736  */ #Subheader ul.breadcrumbs li span { margin: 0 10px; opacity: 0.4; filter: alpha(opacity=40); }
/* 737  */ #Subheader:after { content: ""; height: 3px; width: 100%; display: block; position: absolute; left: 0; bottom: -3px; z-index: 1; background: url(/wp-content/themes/betheme/images/box_shadow.png) repeat-x left top; }
/* 738  */ 
/* 739  */ #Subheader ul.woocommerce-breadcrumb li:last-child span { display: none; }
/* 740  */ 
/* 741  */ 	/* subheader-style */
/* 742  */ 	.subheader-title-right #Subheader .title { float: right; text-align:right;}
/* 743  */ 	.subheader-title-right #Subheader .breadcrumbs { float: left; text-align:left;}
/* 744  */ 	
/* 745  */ 	.subheader-both-left #Subheader .title { width:100%;}
/* 746  */ 	.subheader-both-left #Subheader .breadcrumbs { width:100%; text-align:left; margin-top:10px;}
/* 747  */ 	
/* 748  */ 	.subheader-both-right #Subheader .title { width:100%; text-align:right;}
/* 749  */ 	.subheader-both-right #Subheader .breadcrumbs { width:100%; text-align:right; margin-top:10px;}
/* 750  */ 	

/* layout.css */

/* 751  */ 	.subheader-both-center #Subheader .title { width:100%; text-align:center;}
/* 752  */ 	.subheader-both-center #Subheader .breadcrumbs { width:100%; text-align:center; margin-top:10px;}
/* 753  */ 
/* 754  */ 
/* 755  */ /* #Post
/* 756  *| ================================================== */
/* 757  */ .post-item { margin-bottom: 40px; position: relative; float:left; width:100%; }
/* 758  */ .post-item .date_label { position: absolute; left: 0; top: 7px; display: none; }
/* 759  */ .post-photo-wrapper { width: 37%; float: left; }
/* 760  */ .post-photo-wrapper iframe { width: 100%; }
/* 761  */ .post-desc-wrapper { width: 63%; float: left; }
/* 762  */ .post-desc { padding: 15px 0 0 20px; }
/* 763  */ 
/* 764  */ .format-standard.no-img .post-photo-wrapper { display:none; }
/* 765  */ .format-standard.no-img .post-desc-wrapper { width:100%; }
/* 766  */ 
/* 767  */ .search-results .no-img .post-desc { padding-left:0; }
/* 768  */ .search-results .no-img .post-desc-wrapper { width:100%; }
/* 769  */ 
/* 770  */ 	.post-meta { margin-bottom: 8px; }
/* 771  */ 	.post-meta .author-date { float: left; }
/* 772  */ 	.post-meta .author-date a { border-bottom-width: 1px; border-style: dotted; text-decoration: none !important; }
/* 773  */ 	.post-meta .category { float: right; position: relative; }
/* 774  */ 	.post-meta .category.mata-tags { margin-right:10px;}
/* 775  */ 	.post-meta .category .cat-btn { cursor: pointer; }
/* 776  */ 	.post-meta .category .cat-wrapper { position: absolute; right: 0; top: 100%; display: none; z-index: 21; }
/* 777  */ 	.post-meta .category:hover .cat-wrapper { display: block; }
/* 778  */ 	.post-meta .category .cat-wrapper ul { padding: 7px; min-width: 70px; background: #F9F9F9; }
/* 779  */ 	.post-meta .category .cat-wrapper ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
/* 780  */ 	.post-meta .category .cat-wrapper ul li:last-child { border-bottom: 0; }
/* 781  */ 	.post-meta .category .cat-wrapper ul li a { display: block; text-align: center; padding: 1px 5px; color: #8B8B8B; }
/* 782  */ 	.post-meta .category .cat-wrapper ul li a:hover { text-decoration: none; color: #5F5F5F; background: rgba(255, 255, 255, 0.8); }
/* 783  */ 
/* 784  */ 	.post-excerpt { margin-bottom: 15px; }
/* 785  */ 	.cat_description { margin-bottom: 40px;}
/* 786  */ 	
/* 787  */ 	.post-footer { background: rgba(0,0,0,.02); padding: 7px 15px; overflow: hidden; line-height: 30px; }
/* 788  */ 	.post-footer .button-love { float: left; }
/* 789  */ 	.post-footer .button-love a.mfn-love { display: inline-block; position: relative; padding-left: 24px; margin-left: 5px; }
/* 790  */ 	.post-footer .button-love a.mfn-love i { position: absolute; left: 0; top: 0; font-size: 16px; }
/* 791  */ 	.post-footer .button-love a.mfn-love:hover { text-decoration: none; }
/* 792  */ 	.post-footer .button-love a.mfn-love i:last-child { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 793  */ 	.post-footer .button-love a:hover.mfn-love i:last-child,
/* 794  */ 	.post-footer .button-love a.loved.mfn-love i:last-child { opacity: 1; filter: alpha(opacity=100); }
/* 795  */ 	.post-footer .post-links { float: right; border-left-width: 1px; border-style: solid; padding-left: 10px; }
/* 796  */ 	.post-footer .post-links .post-comments { margin-right: 10px; }
/* 797  */ 	
/* 798  */ 	.hide-more .post-footer .post-links .icon-doc-text,
/* 799  */ 	.hide-more .post-footer .post-links .post-more { display:none;}
/* 800  */ 	.blog_slider.hide-more .item_wrapper .hr_color,

/* layout.css */

/* 801  */ 	.blog_slider.hide-more .item_wrapper .button { display:none;}
/* 802  */ 	
/* 803  */ 		/* Masonry */
/* 804  */ 		.masonry {}
/* 805  */ 		.masonry:not(.tiles) .post-item { width: 31.33%; margin: 0 1% 20px; background: #fff !important; }
/* 806  */ 		.masonry .post-photo-wrapper { width: 100%; float: none; }
/* 807  */ 		.masonry .post-desc-wrapper { width: 100%; float: none; }
/* 808  */ 		.masonry .post-desc-wrapper .post-desc { padding: 20px 20px 0; }
/* 809  */ 		.masonry .post-footer { margin: 0 -20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 810  */ 			.masonry .post-meta .author-date .author span.label { display: none; }
/* 811  */ 			.masonry .post-desc-wrapper .post-meta .category .cat-btn { display: none; }
/* 812  */ 			.masonry .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
/* 813  */ 			
/* 814  */ 			/* Columns 2-6 */
/* 815  */ 		
/* 816  */ 				/* Masonry */
/* 817  */ 				.posts_group.masonry.col-2 .post-item { width: 47.99%;}			
/* 818  */ 				.posts_group.masonry.col-3 .post-item { width: 31.33%;}			
/* 819  */ 				.posts_group.masonry.col-4 .post-item { width: 22.99%;}
/* 820  */ 				.posts_group.masonry.col-5 .post-item { width: 18.99%; margin: 0 0.5% 20px;}
/* 821  */ 				.posts_group.masonry.col-6 .post-item { width: 15.66%; margin: 0 0.5% 20px;}
/* 822  */ 				
/* 823  */ 			/* Masonry tiles */
/* 824  */ 		.masonry.tiles { position: relative; }
/* 825  */ 		.masonry.tiles .post-item { margin: 0 !important; overflow: hidden; background-color: transparent; }
/* 826  */ 		.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper { position: absolute; z-index: 4; left: 0; bottom: -20px; }
/* 827  */ 		.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc { background: url(/wp-content/themes/betheme/images/blog_masonry_tile_gradient.png) top left repeat-x; padding: 70px 30px 30px; }
/* 828  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc { padding: 50% 30px 10px; } 
/* 829  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-links { display: inline-block; margin-left: 10px; }
/* 830  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt { display: none; }
/* 831  */ 		
/* 832  */ 			/* Photo wrapper */
/* 833  */ 			.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper { line-height: 0; position: relative; }
/* 834  */ 			.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper:after { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2); opacity: 0; transition: all 0.6s ease-out; }
/* 835  */ 			.masonry.tiles .post-item:not(.no-img):hover .post-photo-wrapper:after { opacity: 1; }
/* 836  */ 		
/* 837  */ 			/* Posts */
/* 838  */ 			.masonry.tiles .format-link .post-title .icon-link { display: none; }
/* 839  */ 			.masonry.tiles .format-link .post-title .link-wrapper { margin-left: 0; padding-top: 5px; }
/* 840  */ 			.masonry.tiles .format-quote blockquote { margin-left: 0; top: 0; margin-bottom: 25px; }
/* 841  */ 			.masonry.tiles .format-quote blockquote:after { display: none; }
/* 842  */ 			.masonry.tiles .format-quote blockquote a { text-decoration: none; }
/* 843  */ 		
/* 844  */ 			/* Post icon */
/* 845  */ 			.masonry.tiles .post-item .post-format-icon { position: absolute; z-index: 3; left: 25px; top: 25px; font-size: 35px; line-height: 35px; color: #fff; }
/* 846  */ 		
/* 847  */ 			/* Line */
/* 848  */ 			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after { content: ""; display: block; height: 3px; margin-top: 20px; width: 0; transition: all 0.4s ease-out; }
/* 849  */ 			.masonry.tiles .post-item:hover .post-desc-wrapper .post-desc .post-title:after { width: 40%; }
/* 850  */ 			

/* layout.css */

/* 851  */ 			/* Desc wrapper animation */
/* 852  */ 			.masonry.tiles .post-item .post-desc-wrapper { transition: all 0.4s ease-out; }
/* 853  */ 			.masonry.tiles .post-item:hover .post-desc-wrapper { transform: translateY(-20px); }
/* 854  */ 		
/* 855  */ 			/* Columns 2-6 */
/* 856  */ 			
/* 857  */ 				/* Masonry tiles */
/* 858  */ 				.posts_group.masonry.tiles.col-2 .post-item { width: 49.99%; }			
/* 859  */ 				.posts_group.masonry.tiles.col-3 .post-item { width: 33.33%; }			
/* 860  */ 				.posts_group.masonry.tiles.col-4 .post-item { width: 24.99%; }
/* 861  */ 				.posts_group.masonry.tiles.col-5 .post-item { width: 19.99%; }
/* 862  */ 				.posts_group.masonry.tiles.col-6 .post-item { width: 16.66%; }
/* 863  */ 
/* 864  */ 
/* 865  */ 		/* Colors */
/* 866  */ 		.masonry.tiles .post-item.format-quote blockquote,
/* 867  */ 		.masonry.tiles .post-item.format-quote blockquote a,
/* 868  */ 		.masonry.tiles .post-item.format-link .post-title .icon-link,
/* 869  */ 		.masonry.tiles .post-item.format-link .post-title .link-wrapper h4,
/* 870  */ 		.masonry.tiles .post-item.format-link .post-title .link-wrapper a,
/* 871  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a { color: #fff; }
/* 872  */ 		
/* 873  */ 		.masonry.tiles .post-item.no-img .post-desc-wrapper .post-desc .post-title:after,
/* 874  */ 		.masonry.tiles .post-item.format-quote .post-desc-wrapper .post-desc .post-title:after,
/* 875  */ 		.masonry.tiles .post-item.format-link .post-desc-wrapper .post-desc .post-title:after { background-color: #fff; }
/* 876  */ 		
/* 877  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta,
/* 878  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta a,
/* 879  */ 		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt { color: rgba(255,255,255,.7); }
/* 880  */ 
/* 881  */ 		
/* 882  */ 		/* Timeline */
/* 883  */ 		.timeline .post-item { float:none; width:auto; padding-left: 200px; margin-bottom: 0; padding-bottom: 40px; background: url(/wp-content/themes/betheme/images/timeline_right.png) no-repeat 90px top; }
/* 884  */ 		.timeline .post-item:last-child { padding-bottom: 20px; margin-bottom: 20px; }
/* 885  */ 		.timeline .format-quote .post-meta,
/* 886  */ 		.timeline .format-link .post-meta { padding-top: 7px; }
/* 887  */ 		.timeline .post-item:before { content: ""; width: 7px; height: 7px; border-width: 4px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: 126px; top: 11px; display: block; visibility: visible; z-index: 1; }
/* 888  */ 		.timeline .date_label { display: block; }
/* 889  */ 		.timeline .post-meta .author-date .date{ display: none; }
/* 890  */ 		
/* 891  */ 		/* Photo */
/* 892  */ 		.photo .post-item  { float:none; }
/* 893  */ 		.photo .post-photo-wrapper { width: 100%; float: none; }
/* 894  */ 		.photo .post-desc-wrapper { width: 100%; float: none; text-align: center; }
/* 895  */ 		.photo .post-desc .post-head {}
/* 896  */ 		.photo .post-desc .post-head .post-meta { display: inline-block; }
/* 897  */ 		.photo .post-desc .post-head .post-footer { display: inline-block; background: none; padding: 0; line-height: inherit; }
/* 898  */ 		.photo .post-desc .post-title {}
/* 899  */ 		.photo .post-desc .post-excerpt { margin-bottom: 0; }
/* 900  */ 		

/* layout.css */

/* 901  */ 			.photo .post-desc .post-head .post-meta .author-date,
/* 902  */ 			.photo .post-desc .post-head .post-meta .category,
/* 903  */ 			.photo .post-desc .post-head .post-footer .button-love,
/* 904  */ 			.photo .post-desc .post-head .post-footer .post-links { float: none; display: inline-block; }
/* 905  */ 
/* 906  */ 			.photo .post-desc .post-head .post-meta .author-date { margin-right: 20px; }
/* 907  */ 			.photo .post-desc .post-head .post-meta .author-date .label { display: none; }
/* 908  */ 			.photo .post-desc .post-head .post-footer .button-love { margin-right: 20px; }
/* 909  */ 			.photo .post-desc .post-head .post-footer .button-love .love-text { display: none; }
/* 910  */ 			.photo .post-desc .post-head .post-footer .post-links { border: 0; padding: 0; }
/* 911  */ 			.photo .post-desc .post-head .post-footer .post-links .icon-doc-text,
/* 912  */ 			.photo .post-desc .post-head .post-footer .post-links .post-more { display: none; }
/* 913  */ 			
/* 914  */ 			.photo .format-image { text-align: center; }
/* 915  */ 			.photo .format-image .post-photo-wrapper { display: inline-block; width: auto; }
/* 916  */ 			.photo .format-link .post-title { display: inline-block; text-align: left; }
/* 917  */ 		
/* 918  */ 		
/* 919  */ 	
/* 920  */ 	/* Post types =========================================== */
/* 921  */ 
/* 922  */ 		.format-quote .post-photo-wrapper { display: none; }
/* 923  */ 		.format-quote .post-desc { padding: 0; }
/* 924  */ 		.format-quote .post-desc-wrapper { width: 100%; float: none; }
/* 925  */ 		
/* 926  */ 		.format-video {}
/* 927  */ 		.format-video .image_frame .image_wrapper img { margin-bottom: 0 !important; }
/* 928  */ 		.format-video .image_frame:hover .image_wrapper img { top: 0px; }
/* 929  */ 		
/* 930  */ 		.format-link .post-photo-wrapper { display: none; }
/* 931  */ 		.format-link .post-desc-wrapper { width: 100%; float: none; }
/* 932  */ 		.format-link .post-desc { padding: 0; }
/* 933  */ 		.format-link .post-title { overflow: hidden; }
/* 934  */ 		.format-link .post-title .icon-link { display: block; width: 80px; height: 80px; font-size: 60px; line-height: 80px; border-right-width: 1px; border-style: solid; float: left; text-align: center; }
/* 935  */ 		.format-link .post-title .link-wrapper { margin-left: 100px; padding-top: 14px; }
/* 936  */ 		.format-link .post-title .link-wrapper h4 { margin-bottom: 7px; font-size: 20px; line-height: 22px; }
/* 937  */ 
/* 938  */ 
/* 939  */ /* #Single post
/* 940  *| ================================================== */
/* 941  */ .post-nav { padding: 10px 10px 4px 130px; margin-bottom: 20px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_5_b.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
/* 942  */ .post-nav .next-prev-nav { float: left; }
/* 943  */ .post-nav .next-prev-nav li { float: left; margin-right: 5px; }
/* 944  */ .post-nav .next-prev-nav a.button { margin: 0; }
/* 945  */ .post-nav .list-nav { float: right; line-height: 49px; }
/* 946  */ 
/* 947  */ .post-header { margin-bottom: 20px; }
/* 948  */ .post-header .button-love { width: 99px; float: left; text-align: center; }
/* 949  */ .post-header .button-love a.mfn-love { display: inline-block; position: relative; padding-left: 28px; font-size: 17px; margin-top: 25px; }
/* 950  */ .no-title .post-header .button-love a.mfn-love { margin-top: 0; }

/* layout.css */

/* 951  */ .post-header .button-love a.mfn-love i { position: absolute; left: 0; top: 0; font-size: 18px; }
/* 952  */ .post-header .button-love a.mfn-love:hover { text-decoration: none; }
/* 953  */ .post-header .button-love a.mfn-love i:last-child { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 954  */ .post-header .button-love a:hover.mfn-love i:last-child,
/* 955  */ .post-header .button-love a.loved.mfn-love i:last-child { opacity: 1; filter: alpha(opacity=100); }
/* 956  */ .post-header .title_wrapper { margin-left: 99px; border-left-width: 1px; border-style: solid; padding-left: 30px; }
/* 957  */ .post-header .title_wrapper h1 { font-size: 35px; line-height: 35px; }
/* 958  */ 
/* 959  */ .single-photo-wrapper {}
/* 960  */ .single-photo-wrapper .share_wrapper { float: left; }
/* 961  */ .single-photo-wrapper .image_frame { margin-left: 130px; }
/* 962  */ .no-share .single-photo-wrapper .image_frame { margin-left: 0px; }
/* 963  */ .single-photo-wrapper .image_frame iframe { width: 100%; }
/* 964  */ .format-image .single-photo-wrapper  { text-align: center; }
/* 965  */ .format-image .single-photo-wrapper .image_frame { display: inline-block; margin-left: 0; max-width:576px;}
/* 966  */ 	
/* 967  */ 	.share_wrapper { background: #fff; border-width: 1px; border-style: solid; width: 98px; text-align: center; padding: 10px 0 5px; }
/* 968  */ 	.share_wrapper .stButton { margin-bottom: 10px; }
/* 969  */ 
/* 970  */ .author-box {}
/* 971  */ .author-box .avatar-wrapper { width: 64px; height: 64px; float: left; border-width: 8px; border-style: solid; display: block; line-height: 0; -webkit-border-radius: 100%; border-radius: 100%; overflow: hidden; }
/* 972  */ .author-box .desc-wrapper { background: rgba(0,0,0,.02); padding: 20px; position: relative; margin-left: 105px; }
/* 973  */ .author-box .desc-wrapper:after { content: ""; display: block; position: absolute; left: -6px; top: 35px; width: 0px; height: 0px; border-style: solid; border-width: 6px 6px 6px 0; border-color: transparent rgba(0,0,0,.02) transparent transparent; }
/* 974  */ .author-box .desc-wrapper h5 { margin-bottom: 5px; }
/* 975  */ 
/* 976  */ 
/* 977  */ /* Hide Love */
/* 978  */ .hide-love .button-love { display:none;}
/* 979  */ 
/* 980  */ .hide-love .post-header .title_wrapper { margin-left:0; border-left:none;}
/* 981  */ .hide-love .post-nav { padding-left:10px;}
/* 982  */ 
/* 983  */ .hide-love .portfolio_group .portfolio-item .desc .title_wrapper { padding-right: 0;}
/* 984  */ 
/* 985  */ 
/* 986  */ /* Post related */
/* 987  */ .section-post-related {}
/* 988  */ .section-post-related .section-related-adjustment { border-top-width: 1px; border-style: solid; padding-top: 20px; }
/* 989  */ .section-post-related .post-related { position: relative; width: 31.333%;}
/* 990  */ 
/* 991  */ 	.section-post-related .col-2 .post-related { width: 48%;}
/* 992  */ 	.section-post-related .col-3 .post-related { width: 31.333%;}
/* 993  */ 	.section-post-related .col-4 .post-related { width: 23%;}
/* 994  */ 	.section-post-related .col-5 .post-related { width: 18%;}
/* 995  */ 	.section-post-related .col-6 .post-related { width: 14.666%;}
/* 996  */ 	
/* 997  */ 	.section-post-related .col-2 .post-related:nth-child(2n+1) { clear: both;}
/* 998  */ 	.section-post-related .col-3 .post-related:nth-child(3n+1) { clear: both;}
/* 999  */ 	.section-post-related .col-4 .post-related:nth-child(4n+1) { clear: both;}
/* 1000 */ 	.section-post-related .col-5 .post-related:nth-child(5n+1) { clear: both;}

/* layout.css */

/* 1001 */ 	.section-post-related .col-6 .post-related:nth-child(6n+1) { clear: both;}
/* 1002 */ 	
/* 1003 */ .section-post-related .post-related .image_frame { margin-left: 30px; margin-bottom: 15px; }
/* 1004 */ .section-post-related .post-related .fullscreen-container { height:180px !important;}
/* 1005 */ .section-post-related .post-related .date_label { position: absolute; left: 0; top: 30px; z-index: 20; }
/* 1006 */ .section-post-related .post-related hr { margin-left: 30px; width: 40%; }
/* 1007 */ .section-post-related .post-related a.button { margin-left: 30px; margin-bottom: 0; }
/* 1008 */ 	
/* 1009 */ 	.section-post-related .format-quote blockquote { margin-top: 70px; margin-left: 40px; }
/* 1010 */ 	.section-post-related .format-link {}
/* 1011 */ 	.section-post-related .format-link .image_frame { height: 180px; background-color: rgba(255, 255, 255,.5); background-image: url("/wp-content/themes/betheme/images/link.png"); background-position: center center; background-repeat: no-repeat; }
/* 1012 */ 	.section-post-related .format-standard.no-img .image_frame { display:block; height: 180px; background-color: rgba(255, 255, 255,.5); background-image: url("/wp-content/themes/betheme/images/photo.png"); background-position: center center; background-repeat: no-repeat; }
/* 1013 */ 
/* 1014 */ 
/* 1015 */ /* single-format-link */
/* 1016 */ .single-format-link .single-photo-wrapper .share_wrapper { float: none; width: auto; padding: 10px 15px 15px;  }
/* 1017 */ .single-format-link .single-photo-wrapper .share_wrapper .stButton { margin: 0 10px 0 0; }
/* 1018 */ .single-format-link .single-photo-wrapper .image_frame { display: none; }
/* 1019 */ 
/* 1020 */ /* single-format-quote */
/* 1021 */ .single-format-quote #Subheader .title { width: 100%; }
/* 1022 */ .single-format-quote #Subheader ul.breadcrumbs { display: none; }
/* 1023 */ .single-format-quote .single-photo-wrapper .share_wrapper { float: none; width: auto; padding: 10px 15px 15px;  }
/* 1024 */ .single-format-quote .single-photo-wrapper .share_wrapper .stButton { margin: 0 10px 0 0; }
/* 1025 */ .single-format-quote .single-photo-wrapper .image_frame { display: none; }
/* 1026 */ 
/* 1027 */ /* no-img */
/* 1028 */ .portfolio.no-img .single-photo-wrapper .share_wrapper,
/* 1029 */ .format-image.no-img .single-photo-wrapper .share_wrapper,
/* 1030 */ .format-standard.no-img .single-photo-wrapper .share_wrapper { float: none; width: auto; padding: 10px 15px 15px; }
/* 1031 */ .portfolio.no-img .single-photo-wrapper .share_wrapper .stButton,
/* 1032 */ .format-image.no-img .single-photo-wrapper .share_wrapper .stButton,
/* 1033 */ .format-standard.no-img .single-photo-wrapper .share_wrapper .stButton { margin: 0 10px 0 0; }
/* 1034 */ .portfolio.no-img .single-photo-wrapper .image_frame,
/* 1035 */ .format-image.no-img .single-photo-wrapper .image_frame,
/* 1036 */ .format-standard.no-img .single-photo-wrapper .image_frame { display: none; }
/* 1037 */ 
/* 1038 */ /* Project decription */
/* 1039 */ .project-description {}
/* 1040 */ .project-description li { width: 99.9%; clear: both; padding: 7px 10px; background: rgba(0,0,0,.01); border-style: solid; border-color: rgba(0,0,0,.03); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1041 */ .project-description li .label { font-weight: bold; min-width: 50px; display: inline-block; }
/* 1042 */ .project-description li.one-third { float: left; width: 33.3%; clear: none; padding-right: 15px; border-width: 0 1px 1px 0; }
/* 1043 */ .project-description li:nth-child(3) { border-right-color: transparent; }
/* 1044 */ 
/* 1045 */ /* Share Item | .share_item */
/* 1046 */ .share_item { float: none; width: auto; padding: 10px 15px 15px; }
/* 1047 */ .share_item .stButton { margin: 0 10px 0 0; }
/* 1048 */ 
/* 1049 */ 
/* 1050 */ /* #Widget area

/* layout.css */

/* 1051 *| ================================================== */
/* 1052 */ .with_aside .four.columns { margin-bottom: 0; } 
/* 1053 */ .widget-area { border-style: solid; padding: 30px 0 20px; position: relative; }
/* 1054 */ body:not(.template-slider) .widget-area { margin-top: -30px; }
/* 1055 */ .widget-area:before { content: ""; display: block; position: absolute; top: 0; width: 1500px; height: 100%; background: rgba(0,0,0,.01); visibility: visible; }
/* 1056 */ 	.aside_left .widget-area { border-right-width: 1px; padding-right: 25px; }
/* 1057 */ 	.aside_left .widget-area:before { right: 0; }
/* 1058 */ 	.aside_right .widget-area { border-left-width: 1px; padding-left: 25px; }
/* 1059 */ 	.aside_right .widget-area:before { left: 0; }
/* 1060 */ 
/* 1061 */ .widget-area.lines-boxed .widget:after { width:100%;}
/* 1062 */ .widget-area.lines-hidden .widget:after { display:none;}
/* 1063 */ 
/* 1064 */ .widget { padding-bottom: 30px; margin-bottom: 30px; position: relative; }
/* 1065 */ .widget:last-child { margin-bottom: 0; padding-bottom: 0; }
/* 1066 */ .widget:last-child:after { display: none; }
/* 1067 */ .widget:after { content: ""; display: block; position: absolute; bottom: 0; width: 1500px; height: 0; visibility: visible; border-width: 1px 0 0 0; border-style: solid; }
/* 1068 */ .widget > h3 { font-size: 18px; line-height: 22px; }
/* 1069 */ 	.aside_left .widget:after { right: 0; }
/* 1070 */ 	.aside_right .widget:after { left: 0; }
/* 1071 */ 	
/* 1072 */ 	
/* 1073 */ .with_aside.aside_both .sidebar-1 .widget-area { border-right-width: 1px; padding-right: 25px; }
/* 1074 */ .with_aside.aside_both .sidebar-1 .widget-area:before { right: 0; }
/* 1075 */ .with_aside.aside_both .sidebar-1 .widget-area .widget:after { right: 0; }
/* 1076 */ .with_aside.aside_both .sidebar-2 .widget-area { border-left-width: 1px; padding-left: 25px; }
/* 1077 */ .with_aside.aside_both .sidebar-2 .widget-area:before { left: 0; }
/* 1078 */ .with_aside.aside_both .sidebar-2 .widget-area .widget:after { left: 0; }
/* 1079 */ 	
/* 1080 */ 	
/* 1081 */ 	/* Recent posts */
/* 1082 */ 	.Recent_posts {}
/* 1083 */ 	.Recent_posts ul {}
/* 1084 */ 	.Recent_posts ul li { margin-bottom: 10px; }
/* 1085 */ 	.Recent_posts ul li:last-child { margin-bottom: 0; }
/* 1086 */ 	.Recent_posts ul li a { text-decoration: none; }
/* 1087 */ 	.Recent_posts ul li .desc { margin-right: 80px; padding: 5px 15px; background: #fff; position: relative; min-height: 70px; }
/* 1088 */ 	.Recent_posts ul li .desc:after { content: ""; display: block; position: absolute; right: 0; top: 0; width: 4px; height: 100%; }
/* 1089 */ 	.Recent_posts ul li .desc h6 { position: relative; z-index: 2; margin-bottom: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-style: solid; }
/* 1090 */ 	.Recent_posts ul li .desc .date { position: relative; z-index: 2; }
/* 1091 */ 	.Recent_posts ul li .desc .date i { display: inline-block; margin-right: 2px; }
/* 1092 */ 	.Recent_posts ul li.no-img { position: relative; }
/* 1093 */ 	.Recent_posts ul li.no-img .photo { width: 0; position: static; }
/* 1094 */ 	.Recent_posts ul li.no-img .desc { margin-right: 0; min-height: inherit; }
/* 1095 */ 	.Recent_posts ul li .photo { width: 80px; height: 80px; line-height: 0; text-align: center; float: right; position: relative; }
/* 1096 */ 	.Recent_posts ul li .photo .c { width: 25px; height: 25px; line-height: 25px; z-index: 3; text-align: center; color: #fff; position: absolute; right: -12px; bottom: 12px; font-size: 11px; -webkit-border-radius: 3px; border-radius: 3px; }
/* 1097 */ 	
/* 1098 */ 	.Recent_posts ul li a:hover h6,
/* 1099 */ 	.Recent_posts ul li a:hover .desc .date { color: #fff !important; }
/* 1100 */ 	.Recent_posts ul li a:hover .desc:after { width: 100%; }

/* layout.css */

/* 1101 */ 	
/* 1102 */ 		/* Link */
/* 1103 */ 		.Recent_posts ul li.format-link .photo { background-color: #eee; background-image: url("/wp-content/themes/betheme/images/link.png"); background-position: center center; background-repeat: no-repeat; }
/* 1104 */ 		.Recent_posts ul li.format-quote .photo { background-color: #eee; background-image: url("/wp-content/themes/betheme/images/blockquote.png"); background-position: center center; background-repeat: no-repeat; background-size: 40% auto; }
/* 1105 */ 	
/* 1106 */ 		/* Animation */
/* 1107 */ 		.Recent_posts ul li a:hover h6,
/* 1108 */ 		.Recent_posts ul li a:hover .desc .date,
/* 1109 */ 		.Recent_posts ul li a:hover .desc:after { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1110 */ 
/* 1111 */ 	/* Recent posts wordress */
/* 1112 */ 	.widget_recent_entries {}
/* 1113 */ 	.widget_recent_entries ul {}
/* 1114 */ 	.widget_recent_entries ul li { padding: 5px 15px; background: #fff; position: relative; margin-bottom: 10px; }
/* 1115 */ 	.widget_recent_entries ul li a { display: block; text-decoration: none; position: relative; z-index: 2; margin-bottom: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-style: solid; }
/* 1116 */ 	.widget_recent_entries ul li:last-child { margin-bottom: 0; }
/* 1117 */ 	.widget_recent_entries ul li:after { content: ""; display: block; position: absolute; right: 0; top: 0; width: 4px; height: 100%; }
/* 1118 */ 	.widget_recent_entries ul li:hover:after { width: 100%; }
/* 1119 */ 	.widget_recent_entries ul li .post-date { display: block; position: relative; z-index: 2;  }
/* 1120 */ 
/* 1121 */ 		.widget_recent_entries ul li:hover a,
/* 1122 */ 		.widget_recent_entries ul li:hover .post-date { color: #fff; }
/* 1123 */ 		/* Animation */
/* 1124 */ 		.widget_recent_entries ul li:hover a,
/* 1125 */ 		.widget_recent_entries ul li:hover .post-date,
/* 1126 */ 		.widget_recent_entries ul li:hover:after { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1127 */ 
/* 1128 */ 	/* Categories */
/* 1129 */ 	.widget_categories {}
/* 1130 */ 	.widget_categories ul { list-style-type: square; color: #fff; padding: 5px 10px 5px 30px; }
/* 1131 */ 	.widget_categories ul li { position: relative; }
/* 1132 */ 	.widget_categories ul li:after { content: ""; display: block; width: 70px; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(255,255,255,.2); position: absolute; left: -30px; bottom: 0; }
/* 1133 */ 	.widget_categories ul li:last-child:after { display: none; }
/* 1134 */ 	.widget_categories ul li a { color: #fff !important; display: block; padding: 7px 0 7px 3px; }
/* 1135 */ 	
/* 1136 */ 	/* Archives, Custom menu */
/* 1137 */ 	.widget_archive, .widget_nav_menu {}
/* 1138 */ 	.widget_archive ul, .widget_nav_menu ul { list-style-type: square; padding: 5px 10px 5px 30px; background: rgba(0,0,0,.03); }
/* 1139 */ 	.widget_archive ul li, .widget_nav_menu ul li { position: relative; }
/* 1140 */ 	.widget_archive ul li:after, .widget_nav_menu ul li:after { content: ""; display: block; width: 70px; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(0,0,0,.1); position: absolute; left: -30px; bottom: 0; }
/* 1141 */ 	.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after { display: none; }
/* 1142 */ 	.widget_archive ul li a, .widget_nav_menu ul li a { display: block; padding: 8px 0 9px 3px; }
/* 1143 */ 	
/* 1144 */ 	/* Meta, Pages, RSS */
/* 1145 */ 	.widget_meta, .widget_pages, .widget_rss {}
/* 1146 */ 	.widget_meta ul, .widget_pages ul, .widget_rss ul { list-style-type: square;  padding: 0 0 0 30px; }
/* 1147 */ 	.widget_meta ul li, .widget_pages ul li, .widget_rss ul li {}
/* 1148 */ 	.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a { display: block; padding: 4px 0 7px 4px; }
/* 1149 */ 	
/* 1150 */ 	/* Recent comments */

/* layout.css */

/* 1151 */ 	.widget_mfn_recent_comments {}
/* 1152 */ 	.widget_mfn_recent_comments ul {}
/* 1153 */ 	.widget_mfn_recent_comments ul li { padding-bottom: 15px; background: url(/wp-content/themes/betheme/images/recent_comments.png) no-repeat 4px top; padding-left: 40px; position: relative; }
/* 1154 */ 	.widget_mfn_recent_comments ul li:last-child { padding-bottom: 5px; }
/* 1155 */ 	.widget_mfn_recent_comments ul li .date_label { background-color: rgba(0,0,0,.03); margin-top: 7px; margin-bottom: 5px; position: relative; }
/* 1156 */ 	.widget_mfn_recent_comments ul li .date_label:after { border-left-color: rgba(0,0,0,.03); }
/* 1157 */ 	.widget_mfn_recent_comments ul li:after { content: ""; width: 7px; height: 7px; border-width: 4px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: 0px; top: 11px; display: block; z-index: 1; }
/* 1158 */ 	.widget_mfn_recent_comments ul li p { margin-bottom: 0; }
/* 1159 */ 
/* 1160 */ 	/* Recent comments wordpress */
/* 1161 */ 	.widget_recent_comments {}
/* 1162 */ 	.widget_recent_comments ul li { padding-bottom: 5px; padding-top: 6px; background: url(/wp-content/themes/betheme/images/recent_comments.png) no-repeat 4px top; padding-left: 40px; position: relative; }
/* 1163 */ 	.widget_recent_comments ul li:last-child { padding-bottom: 5px; }
/* 1164 */ 	.widget_recent_comments ul li:after { content: ""; width: 7px; height: 7px; border-width: 4px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: 0px; top: 11px; display: block; z-index: 1; }
/* 1165 */ 
/* 1166 */ 	/* Search */
/* 1167 */ 	.widget_search {}
/* 1168 */ 	.widget_search input[type="text"] { margin-bottom: 0; width: 100%; }
/* 1169 */ 	.widget_search .icon_close,
/* 1170 */ 	.widget_search .icon_search { display: none; }
/* 1171 */ 	
/* 1172 */ 	/* Calendar */
/* 1173 */ 	.widget_calendar td, .widget_calendar th { padding: 4px 3px; } 
/* 1174 */ 	.widget_calendar caption { padding: 5px; font-size: 14px; }
/* 1175 */ 	.widget_calendar table tfoot tr:hover td { background: none !important; }
/* 1176 */ 	
/* 1177 */ 	/* Flickr */
/* 1178 */ 	.Flickr { overflow: hidden; }
/* 1179 */ 	.Flickr .flickr_badge_image { margin: 0; padding: 0; float: left; margin: 0 1% 2% 1%; width: 23%; }
/* 1180 */ 	.Flickr .flickr_badge_image a { display: block; line-height: 0;  }
/* 1181 */ 	
/* 1182 */ 	/* Recent tweets */
/* 1183 */ 	.widget_tp_widget_recent_tweets {}
/* 1184 */ 	.widget_tp_widget_recent_tweets .tp_recent_tweets { clear: none; float: none; }
/* 1185 */ 	.widget_tp_widget_recent_tweets ul { overflow: hidden; }
/* 1186 */ 	.widget_tp_widget_recent_tweets ul li:last-child { padding-bottom: 0; }
/* 1187 */ 	
/* 1188 */ 	/* Tag cloud */
/* 1189 */ 	.widget_mfn_tag_cloud {}
/* 1190 */ 	.widget_mfn_tag_cloud ul { margin-bottom: 0; overflow: hidden; }
/* 1191 */ 	.widget_mfn_tag_cloud ul li {margin: 0; padding: 0; float: left; margin: 0 5px 2px 0; }
/* 1192 */ 	.widget_mfn_tag_cloud a { overflow: hidden; white-space: nowrap; display: inline-block; height: 22px; text-shadow: 1px 1px 0 #fff; font-size: 12px; padding-right: 8px; margin-right: 1px; }
/* 1193 */ 	.widget_mfn_tag_cloud a:hover { text-decoration: none; }
/* 1194 */ 	.widget_mfn_tag_cloud a span { padding-left: 8px; height: 22px; line-height: 22px; display: block; float: left; }
/* 1195 */ 
/* 1196 */ 	/* Muffin menu */
/* 1197 */ 	.widget_mfn_menu { }
/* 1198 */ 	.widget_mfn_menu ul li a { display: block; padding: 7px 10px; margin-bottom: 5px; background: #fff; border: 1px solid rgba(0,0,0,.04); color: #858585; }
/* 1199 */ 	.widget_mfn_menu ul li a:hover,
/* 1200 */ 	.widget_mfn_menu ul li.current_page_item > a { text-decoration: none; color: #fff !important; }

/* layout.css */

/* 1201 */ 	.widget_mfn_menu ul li ul li a { padding-left:20px;}
/* 1202 */ 	.widget_mfn_menu ul li ul li a:before { content:"-"; margin-right:5px;}
/* 1203 */ 	.widget_mfn_menu ul li ul li ul li a { padding-left:40px;}
/* 1204 */ 	
/* 1205 */ 	.widget_mfn_menu ul.submenus-hover li ul { overflow:hidden; max-height:0; 
/* 1206 */ 		-webkit-transition: max-height 1s ease-in-out; -moz-transition: max-height 1s ease-in-out; -o-transition: max-height 1s ease-in-out; transition: max-height 1s ease-in-out;}
/* 1207 */ 	.widget_mfn_menu ul.submenus-hover li.current_page_item ul,
/* 1208 */ 	.widget_mfn_menu ul.submenus-hover li:hover > ul { max-height:10000px;}
/* 1209 */ 
/* 1210 */ 		/* Animation */
/* 1211 */ 		//.widget_mfn_menu ul li a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1212 */ 
/* 1213 */ 	/* Muffin login */
/* 1214 */ 	.mfn-login { overflow:hidden;}
/* 1215 */ 	.mfn-login form p { margin-bottom:5px;}
/* 1216 */ 	.mfn-login form input { margin-bottom:0;}
/* 1217 */ 	.mfn-login .sep { margin:0 7px;}
/* 1218 */ 	.mfn-login .avatar-wrapper { float:left; width:64px; margin:0 10px 10px 0;}
/* 1219 */ 	.mfn-login .author { float:left; }
/* 1220 */ 	.mfn-login .alert { padding:5px 10px; margin-bottom:5px;}
/* 1221 */ 	
/* 1222 */ 
/* 1223 */ /* #Portfolio
/* 1224 *| ================================================== */
/* 1225 */ .portfolio_group { margin:0 !important;}
/* 1226 */ .portfolio_group .portfolio-item { list-style:none !important; float:left;}
/* 1227 */ .portfolio_group .portfolio-item.isotope-grid-sizer { margin:0 !important;}
/* 1228 */ 
/* 1229 */ .portfolio_group:not(.list) .portfolio-item { background: none !important; }
/* 1230 */ .portfolio_group .portfolio-item .list_style_header { display: none; overflow: hidden; margin-bottom: 20px; position: relative; min-height: 46px; padding-right: 275px; }
/* 1231 */ .portfolio_group .portfolio-item .list_style_header h3 { margin-bottom: 0; margin-top: 7px; }
/* 1232 */ .portfolio_group .portfolio-item .list_style_header .links_wrapper { position: absolute; right: 0; top: 0; }
/* 1233 */ .portfolio_group .portfolio-item .list_style_header .links_wrapper a { margin-bottom: 0; } 
/* 1234 */ .portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child { margin-right: 0; }
/* 1235 */ .portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js { display: none; }
/* 1236 */ .portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js { display: none; }
/* 1237 */ 
/* 1238 */ .portfolio_group .portfolio-item .image_frame { width: 100%; margin-bottom:0; }
/* 1239 */ 
/* 1240 */ .portfolio_group .portfolio-item .desc { padding: 20px; background: #fff; overflow: hidden; }
/* 1241 */ .portfolio_group .portfolio-item .desc .title_wrapper { position: relative; padding-right: 43px; }
/* 1242 */ .portfolio_group .portfolio-item .desc .title_wrapper h5 { margin-bottom: 0; }
/* 1243 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love { position: absolute; right: 0; top: 0; }
/* 1244 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love { display: inline-block; position: relative; padding-left: 24px;}
/* 1245 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i { position: absolute; left: 0; top: 0; font-size: 16px; }
/* 1246 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover { text-decoration: none; }
/* 1247 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1248 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child,
/* 1249 */ .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child { opacity: 1; filter: alpha(opacity=100); }
/* 1250 */ .portfolio_group .portfolio-item .desc .desc-wrapper { margin-right: 280px; }

/* layout.css */

/* 1251 */ .portfolio_group .portfolio-item .desc .details-wrapper { float: right; width: 240px; padding-left: 19px; border-left-width: 1px; border-style: solid; }
/* 1252 */ .portfolio_group .portfolio-item .desc .details-wrapper dl { margin-bottom: 0; }
/* 1253 */ .portfolio_group .portfolio-item .desc .details-wrapper dl > dt { padding: 2px 0; border: 0; width: 80px; }
/* 1254 */ .portfolio_group .portfolio-item .desc .details-wrapper dl > dd { padding: 2px 0; border: 0; margin-left: 90px; }
/* 1255 */ 	
/* 1256 */ 	/* List */
/* 1257 */ 	.portfolio_group.list .portfolio-item { width: 100%; border-bottom-width: 0px; border-style: solid; }
/* 1258 */ 	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg { background-position: top center; background-repeat: repeat; padding: 35px 0; }
/* 1259 */ 	.portfolio_group:not(.list) .portfolio-item .portfolio-item-fw-bg { background:none !important; }
/* 1260 */ 	body.with_aside .portfolio_group.list .portfolio-item .portfolio-item-fw-bg { padding-left: 5%; padding-right: 5%; }
/* 1261 */ 	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 1176px; margin: 0 auto; }
/* 1262 */ 	.portfolio_group.list .portfolio-item .list_style_header { display: block; }
/* 1263 */ 	.portfolio_group.list .portfolio-item .desc { background: none; padding: 20px 0 0; }
/* 1264 */ 	.portfolio_group.list .portfolio-item .desc .title_wrapper { display: none; }
/* 1265 */ 	
/* 1266 */ 	/* Flat */
/* 1267 */ 	.portfolio_group.flat .portfolio-item { width: 33.3%; }
/* 1268 */ 	.portfolio_group.flat .portfolio-item .image_frame { border: 0; }
/* 1269 */ 	.portfolio_group.flat .portfolio-item .image_frame .mask { box-shadow: 0 0 0 0; -webkit-box-shadow: 0 0 0 0; }
/* 1270 */ 	.portfolio_group.flat .portfolio-item .desc { display: none; }
/* 1271 */ 	
/* 1272 */ 	/* Grid */
/* 1273 */ 	.portfolio_group.grid .portfolio-item { width: 31.2%; margin: 0 1% 20px; }
/* 1274 */ 	.portfolio_group.grid .portfolio-item .desc .desc-wrapper,
/* 1275 */ 	.portfolio_group.grid .portfolio-item .desc .details-wrapper { display: none; }
/* 1276 */ 	
/* 1277 */ 	/* Masonry */
/* 1278 */ 	.portfolio_group.masonry .portfolio-item { width: 31.2%; margin: 0 1% 20px; }
/* 1279 */ 	.portfolio_group.masonry .portfolio-item .desc .title_wrapper { margin-bottom: 15px; }
/* 1280 */ 	.portfolio_group.masonry .portfolio-item .desc .desc-wrapper { display: block; margin-right: 0; }
/* 1281 */ 	.portfolio_group.masonry .portfolio-item .desc .details-wrapper { display: none; }
/* 1282 */ 	
/* 1283 */ 	/* Masonry hover */
/* 1284 */ 	.portfolio_group.masonry-hover .portfolio-item { width: 31.2%; margin: 0 1% 20px; }	
/* 1285 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper { position: relative; overflow: hidden; }
/* 1286 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { opacity: 0; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.3); height: 100%; width: 100%; padding: 10% 10% 50px; box-sizing: border-box; }
/* 1287 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3:after { content: ""; display: block; margin: 15px 0; width: 20px; height: 3px; background: #fff; }
/* 1288 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a { color: #fff; }
/* 1289 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .desc-inner { height: 100%; overflow: hidden; color: #fff; }
/* 1290 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper { bottom: 18px; box-sizing: border-box; left: 0; padding: 0 7% 0 8%; position: absolute; width: 100%; }
/* 1291 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom,
/* 1292 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
/* 1293 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external { font-size: 25px; color: #fff; position: relative; top: 0; }
/* 1294 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {  }
/* 1295 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link { float: right; }
/* 1296 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {}
/* 1297 */ 	.portfolio_group.masonry-hover .portfolio-item .image-wrapper { line-height: 0; }
/* 1298 */ 	
/* 1299 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper:hover .hover-desc { opacity: 1; }
/* 1300 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.zoom,

/* layout.css */

/* 1301 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.link,
/* 1302 */ 	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.external { top: -3px; }
/* 1303 */ 	
/* 1304 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc { padding: 10%; }
/* 1305 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper { overflow: visible; }
/* 1306 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc { position: static; opacity: 1; }
/* 1307 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .desc-inner { margin-bottom: 15px; }
/* 1308 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper { position: static; padding: 0; margin-top: 30px; }
/* 1309 */ 	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom { display:none; }
/* 1310 */ 	
/* 1311 */ 		/* Animation */
/* 1312 */ 		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom,
/* 1313 */ 		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
/* 1314 */ 		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external,		
/* 1315 */ 		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1316 */ 
/* 1317 */ 	
/* 1318 */ 	/* Masonry Flat */
/* 1319 */ 	.portfolio_group.masonry-flat { float:left; width:100.5%;}
/* 1320 */ 	
/* 1321 */ 	.portfolio_group.masonry-flat .portfolio-item { width: 24.9%; display:block; float:left; position:relative;}
/* 1322 */ 	.portfolio_group.masonry-flat .portfolio-item.wide { width:49.8%;}
/* 1323 */ 	
/* 1324 */ 	.portfolio_group.masonry-flat .portfolio-item .portfolio-item-fill { padding-bottom:78%;}
/* 1325 */ 	.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill { padding-bottom:156%;}
/* 1326 */ 	.portfolio_group.masonry-flat .portfolio-item.wide .portfolio-item-fill { padding-bottom:39%;}
/* 1327 */ 	.portfolio_group.masonry-flat .portfolio-item.tall.wide .portfolio-item-fill { padding-bottom:78%;}
/* 1328 */ 
/* 1329 */ 	.portfolio_group.masonry-flat .portfolio-item .image_frame { border: 0; position:absolute; top:0; left:0; bottom:0; right:0; overflow:hidden;}
/* 1330 */ 	.portfolio_group.masonry-flat .portfolio-item .image_frame .image_wrapper { position:static;}
/* 1331 */ 	.portfolio_group.masonry-flat .portfolio-item .image_frame .mask { box-shadow: 0 0 0 0; -webkit-box-shadow: 0 0 0 0; }
/* 1332 */ 	.portfolio_group.masonry-flat .portfolio-item .image_frame img { margin:0 !important; top:0 !important; }
/* 1333 */ 	
/* 1334 */ 	.portfolio_group.masonry-flat .portfolio-item .desc { display: none; }
/* 1335 */ 	
/* 1336 */ 		/* Columns 2-6 */
/* 1337 */ 
/* 1338 */ 			/* Grid, Masonry, Masonry Hover */
/* 1339 */ 			.portfolio_group.grid.col-2 .portfolio-item,
/* 1340 */ 			.portfolio_group.masonry.col-2 .portfolio-item,
/* 1341 */ 			.portfolio_group.masonry-hover.col-2 .portfolio-item { width: 47.99%;}
/* 1342 */ 			
/* 1343 */ 			.portfolio_group.grid.col-3 .portfolio-item,
/* 1344 */ 			.portfolio_group.masonry.col-3 .portfolio-item,
/* 1345 */ 			.portfolio_group.masonry-hover.col-3 .portfolio-item { width: 31.33%;}
/* 1346 */ 			
/* 1347 */ 			.portfolio_group.grid.col-4 .portfolio-item,
/* 1348 */ 			.portfolio_group.masonry.col-4 .portfolio-item,
/* 1349 */ 			.portfolio_group.masonry-hover.col-4 .portfolio-item { width: 22.99%;}
/* 1350 */ 			

/* layout.css */

/* 1351 */ 			.portfolio_group.grid.col-5 .portfolio-item,
/* 1352 */ 			.portfolio_group.masonry.col-5 .portfolio-item,
/* 1353 */ 			.portfolio_group.masonry-hover.col-5 .portfolio-item { width: 18.99%; margin: 0 0.5% 20px;}
/* 1354 */ 			
/* 1355 */ 			.portfolio_group.grid.col-6 .portfolio-item,
/* 1356 */ 			.portfolio_group.masonry.col-6 .portfolio-item,
/* 1357 */ 			.portfolio_group.masonry-hover.col-6 .portfolio-item { width: 15.66%; margin: 0 0.5% 20px;}
/* 1358 */ 			
/* 1359 */ 			/* Flat */
/* 1360 */ 			.portfolio_group.flat.col-2 .portfolio-item { width: 49.99%;}
/* 1361 */ 			.portfolio_group.flat.col-3 .portfolio-item { width: 33.33%;}			
/* 1362 */ 			.portfolio_group.flat.col-4 .portfolio-item { width: 24.99%;}			
/* 1363 */ 			.portfolio_group.flat.col-5 .portfolio-item { width: 19.99%;}			
/* 1364 */ 			.portfolio_group.flat.col-6 .portfolio-item { width: 16.66%;}
/* 1365 */ 			
/* 1366 */ 		/* Exposure */
/* 1367 */ 		.portfolio_group.exposure {}
/* 1368 */ 		.portfolio_group.exposure .portfolio-item { width: 100%; position: relative; }
/* 1369 */ 		.portfolio_group.exposure .portfolio-item a.link { display: block; }
/* 1370 */ 		.portfolio_group.exposure .portfolio-item .image-wrapper { line-height: 0; }
/* 1371 */ 		.portfolio_group.exposure .portfolio-item .image-wrapper .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,.5); opacity: 0; }
/* 1372 */ 		
/* 1373 */ 		.portfolio_group.exposure .portfolio-item .desc-inner { position: absolute; left: 0; top: 30px; z-index: 2; width: 100%; }
/* 1374 */ 		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner { padding: 0 35px; margin: 0 1%; width: 98%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1375 */ 		
/* 1376 */ 			.full-width .portfolio_group.exposure .portfolio-item .desc-inner { top: 70px; }
/* 1377 */ 			.full-width .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner { padding: 0; }
/* 1378 */ 		
/* 1379 */ 		.portfolio_group.exposure .portfolio-item .desc-inner .line { display: block; width: 0; height: 4px; margin-bottom: 20px; }
/* 1380 */ 		.portfolio_group.exposure .portfolio-item .desc-inner .entry-title { margin-bottom: 20px; }
/* 1381 */ 		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper { width: 75%; opacity: 0.7; }
/* 1382 */ 		
/* 1383 */ 		.portfolio_group.exposure .portfolio-item .details-wrapper { position: absolute; right: 0; bottom: 5px; z-index: 2; width: 100%; }
/* 1384 */ 		.portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner { padding: 0 25px; margin: 0 1%; width: 98%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }	
/* 1385 */ 		
/* 1386 */ 			.full-width .portfolio_group.exposure .portfolio-item .details-wrapper { bottom: 35px; }
/* 1387 */ 			.full-width .portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner { padding: 0; }
/* 1388 */ 		
/* 1389 */ 		.portfolio_group.exposure .portfolio-item .details-wrapper .column { float: right; opacity: 0; -webkit-transform: translateY(-7%); transform: translateY(-7%); border-top: 1px solid rgba(255,255,255,.4); padding: 20px 10px; margin-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1390 */ 		.portfolio_group.exposure .portfolio-item .details-wrapper .column h5.label { font-weight: 400; margin-bottom: 8px; }	
/* 1391 */ 		.portfolio_group.exposure .portfolio-item .details-wrapper .column h5 { font-weight: 700; }
/* 1392 */ 			
/* 1393 */ 			/* Colors */
/* 1394 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .entry-title,
/* 1395 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper,
/* 1396 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h2,
/* 1397 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h3,
/* 1398 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h4,
/* 1399 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h5,
/* 1400 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h6,

/* layout.css */

/* 1401 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper h5, 
/* 1402 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper h5 a { color: #fff; }
/* 1403 */ 		
/* 1404 */ 			/* Hover */
/* 1405 */ 			.portfolio_group.exposure .portfolio-item .desc-inner .line,
/* 1406 */ 			.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
/* 1407 */ 				-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
/* 1408 */ 			}			
/* 1409 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper .column {
/* 1410 */ 				-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);	
/* 1411 */ 			}
/* 1412 */ 			
/* 1413 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper .column:first-child {
/* 1414 */ 				-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
/* 1415 */ 			}
/* 1416 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(2) {
/* 1417 */ 				-webkit-transition-delay: 0.3s; transition-delay: 0.3s;
/* 1418 */ 			}
/* 1419 */ 			.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(3) {
/* 1420 */ 				-webkit-transition-delay: 0.4s; transition-delay: 0.4s;
/* 1421 */ 			}
/* 1422 */ 			
/* 1423 */ 			.portfolio_group.exposure .portfolio-item:hover .desc-inner .line { width: 100px; }
/* 1424 */ 			.portfolio_group.exposure .portfolio-item:hover .image-wrapper .mask { opacity: 1; }
/* 1425 */ 			.portfolio_group.exposure .portfolio-item:hover .details-wrapper .column { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
/* 1426 */ 
/* 1427 */ 
/* 1428 */ 
/* 1429 */ 
/* 1430 */ .section_wrapper .portfolio_wrapper .column.one.pager_wrapper .hover-desc { margin: 40px 0 !important; }
/* 1431 */ 
/* 1432 */ .template-slider .section-portfolio-header { margin-top:30px;}
/* 1433 */ 
/* 1434 */ /* #Filters
/* 1435 *| ================================================== */
/* 1436 */ 
/* 1437 */ /* #Footer
/* 1438 *| ================================================== */
/* 1439 */ #Footer { background-position: center top; background-repeat:no-repeat;}
/* 1440 */ 
/* 1441 */ 	#Footer .footer_action { background: rgba(0,0,0,.1); }
/* 1442 */ 	#Footer .footer_action .one { margin-bottom: 30px; padding-top: 30px; text-align: center; font-size: 110%; line-height: 180%; }
/* 1443 */ 	
/* 1444 */ 	#Footer .widgets_wrapper { padding: 15px 0; }
/* 1445 */ 	#Footer .widgets_wrapper .column { margin-bottom: 0; }
/* 1446 */ 	#Footer .widgets_wrapper .widget { padding: 15px 0; margin-bottom: 0; }
/* 1447 */ 	#Footer .widgets_wrapper .widget:after { display: none; }
/* 1448 */ 	
/* 1449 */ 	#Footer .footer_copy { border-top: 1px solid rgba(255,255,255,.1); }
/* 1450 */ 	#Footer .footer_copy .one { margin-bottom: 20px; padding-top: 30px; min-height:33px; }

/* layout.css */

/* 1451 */ 	
/* 1452 */ 		#Footer .footer_copy .copyright { float: left; }
/* 1453 */ 
/* 1454 */ 		#Footer .footer_copy .social { float: right; margin-right: 20px; }
/* 1455 */ 		#Footer .footer_copy .social li { display: inline-block; margin-right: 6px; }
/* 1456 */ 		#Footer .footer_copy .social li:last-child { margin-right: 0px; }
/* 1457 */ 		#Footer .footer_copy .social li a { color: rgba(255,255,255,.3); font-size: 15px; line-height: 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
/* 1458 */ 		#Footer .footer_copy .social li a:hover { color: rgb(255,255,255); }
/* 1459 */ 		
/* 1460 */ 		#Footer .footer_copy .social-menu { float: right; margin-right: 20px; }
/* 1461 */ 		#Footer .footer_copy .social-menu li { display: inline-block; margin-right: 6px; padding-right: 6px; border-right: 1px solid rgba(255,255,255,.1); }
/* 1462 */ 		#Footer .footer_copy .social-menu li:last-child { margin-right: 0px; padding-right: 0px; border-right: 0px; }
/* 1463 */ 		
/* 1464 */ 			#Footer #back_to_top { float: right; margin: -10px 0 0 0; }
/* 1465 */ 			#Footer #back_to_top.hide { display:none;}
/* 1466 */ 			
/* 1467 */ 			#Footer #back_to_top.sticky { position:fixed; right:75px; bottom:21px; z-index:9001; background: #f7f7f7 !important; color: rgba(0, 0, 0, 0.5); }
/* 1468 */ 			.nice-scroll #Footer #back_to_top.sticky { right:85px; }
/* 1469 */ 			#Footer #back_to_top.sticky .button_icon { background:none; margin:1px;}
/* 1470 */ 			
/* 1471 */ 			#Footer #back_to_top.sticky.scroll { opacity:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
/* 1472 */ 			#Footer #back_to_top.sticky.scroll.focus,
/* 1473 */ 			#Footer #back_to_top.sticky.scroll:hover { opacity:1;}
/* 1474 */ 			
/* 1475 */ 		
/* 1476 */ 		/* .footer-copy-center */
/* 1477 */ 		.footer-copy-center #Footer .footer_copy { text-align: center; }
/* 1478 */ 		.footer-copy-center #Footer .footer_copy .copyright { float: none; margin: 0 0 10px 0; }
/* 1479 */ 		.footer-copy-center #Footer .footer_copy a#back_to_top { float: none; margin: -10px 0 10px; }
/* 1480 */ 		.footer-copy-center #Footer .footer_copy .social { float: none; margin: 0; }
/* 1481 */ 		.footer-copy-center #Footer .footer_copy .social-menu { float: none; margin: 0; }
/* 1482 */ 		
/* 1483 */ 	/* Widgets */
/* 1484 */ 	#Footer .Recent_posts ul li .desc { background: rgba(0,0,0,.1); }
/* 1485 */ 	#Footer .widget_mfn_menu ul li a { background: rgba(0,0,0,.1); color: #ccc; }
/* 1486 */ 	#Footer .widget_recent_entries ul li { background: rgba(0,0,0,.1); }
/* 1487 */ 	
/* 1488 */ 	#Footer ul.list_mixed li:after, 
/* 1489 */ 	#Footer ul.list_check li:after, 
/* 1490 */ 	#Footer ul.list_star li:after, 
/* 1491 */ 	#Footer ul.list_idea li:after { background: rgba(255,255,255,.08); }
/* 1492 */ 	
/* 1493 */ 	#Footer .widget_mfn_recent_comments ul li .date_label { background-color: rgba(0,0,0,.07); }
/* 1494 */ 	#Footer .widget_mfn_recent_comments ul li .date_label:after { border-left-color: rgba(0,0,0,.07); }
/* 1495 */ 	
/* 1496 */ 	
/* 1497 */ 	/* Footer styles
/* 1498 *| 	================================================== */
/* 1499 */ 	.footer-fixed #Header_wrapper,
/* 1500 */ 	.footer-sliding #Header_wrapper { z-index: 29; }

/* layout.css */

/* 1501 */ 	
/* 1502 */ 	.footer-fixed #Content,
/* 1503 */ 	.footer-sliding #Content { position:relative; z-index: 2; }
/* 1504 */ 	
/* 1505 */ 	.footer-fixed #Footer,
/* 1506 */ 	.footer-sliding #Footer { position: fixed; width: 100%; bottom: 0; left: 0; z-index: 1; }
/* 1507 */ 	
/* 1508 */ 	.footer-fixed #Footer { z-index: 3; }
/* 1509 */ 	
/* 1510 */ 	.footer-stick #Footer.is-sticky { position: fixed; width: 100%; bottom: 0; left: 0; }
/* 1511 */ 
/* 1512 */ 
/* 1513 */ /* #Comments
/* 1514 *| ================================================== */
/* 1515 */ .comments { margin-bottom: 0; }
/* 1516 */ #comments > :first-child { border-top-width: 1px; border-style: solid; padding-top: 20px;}
/* 1517 */ .page #comments > :first-child { margin-top: 20px;}
/* 1518 */ #comments .commentlist { margin-left: 0; list-style-type: none; }
/* 1519 */ #comments .commentlist > li { margin-bottom: 30px; }
/* 1520 */ #comments .commentlist > li .comment-body { position: relative; background: #fff; padding: 20px 20px 20px 20px; margin-bottom: 20px; margin-left: 105px; }
/* 1521 */ #comments .commentlist > li .comment-body:after { content: ""; display: block; position: absolute; left: -6px; top: 35px; width: 0px; height: 0px; border-style: solid; border-width: 6px 6px 6px 0; border-color: transparent #fff transparent transparent; }
/* 1522 */ #comments .commentlist > li .children { margin-bottom: 15px; padding-left: 40px; border-left: 1px solid #ddd; }
/* 1523 */ #comments .commentlist > li .photo { display: block; width: 64px; height: 64px; overflow: hidden; line-height: 0; position: absolute; left: -105px; top: 0px; border-width: 8px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; }
/* 1524 */ #comments .commentlist > li .comment-author { font-size: 15px; color: #444; }
/* 1525 */ #comments .commentlist > li .comment-author a {}
/* 1526 */ #comments .commentlist > li .comment-author .fn { font-weight: bold; }
/* 1527 */ #comments .commentlist > li .comment-meta { font-size: 12px; font-style: italic; }
/* 1528 */ #comments .commentlist > li .comment-meta a {}
/* 1529 */ #comments .commentlist > li .comment-meta a.comment-edit-link { float: right; padding-right: 52px; position: relative; top: -19px; }
/* 1530 */ #comments .commentlist > li p { margin: 4px 0 10px; }
/* 1531 */ #comments .commentlist > li .reply { position: absolute; right: 20px; top: 20px; }
/* 1532 */ #comments .commentlist > li .reply a.comment-reply-link {font-size: 11px; color: #fff; padding: 3px 6px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 3px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 1533 */ #comments .commentlist > li .reply a:hover.comment-reply-link { text-decoration: none; }
/* 1534 */ #comments .commentlist li {}
/* 1535 */ #comments .commentlist li .comment-body {}
/* 1536 */ #comments .commentlist li .comment-body.last {}
/* 1537 */ #comments .commentlist li .comment-body.lastBorder { border-bottom: 0; }
/* 1538 */ #comments .commentlist .children { margin-bottom: 0px; margin-left: 30px; padding-left: 50px; }
/* 1539 */ #comments .commentlist .children li { margin-bottom: 0; }
/* 1540 */ #comments #comments-title { margin-bottom: 20px; }
/* 1541 */ #comments #comments-title span { font-style: italic; }
/* 1542 */ 
/* 1543 */ 
/* 1544 */ /* #Respond
/* 1545 *| ================================================== */
/* 1546 */ #respond { overflow: hidden; margin-bottom: 40px; }
/* 1547 */ #respond .comment-reply-title { font-size: 21px; line-height: 25px; }
/* 1548 */ #respond p { margin-bottom: 15px; padding-left: 0 !important; }
/* 1549 */ #respond .comment-notes .required { position: static; }
/* 1550 */ #respond input[type="text"] { margin-bottom: 0; }

/* layout.css */

/* 1551 */ #respond label { margin-bottom: 3px;  }
/* 1552 */ /* #respond .required { position: absolute; right: 20px; top: 40px; } */
/* 1553 */ #respond .comment-form-author { width: 31.3%; margin-right: 2% !important; float: left; position: relative; }
/* 1554 */ #respond .comment-form-email { width: 31.3%; margin-right: 2% !important; float: left; position: relative; }
/* 1555 */ #respond .comment-form-url { width: 33.3%; float: left; position: relative; }
/* 1556 */ #respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
/* 1557 */ #respond .comment-form-comment { width: 100%; }
/* 1558 */ #respond .comment-form-comment textarea { width: 100%; margin-bottom: 10px; }
/* 1559 */ #respond .form-submit { overflow: hidden; margin: 0; }
/* 1560 */ #respond .form-submit input[type="submit"] { float: right !important; margin: 0 !important; }
/* 1561 */ #respond .form-allowed-tags { display:none;}
/* 1562 */ #respond .form-allowed-tags code { margin-top: 10px; }
/* 1563 */ 
/* 1564 */ /* #Error_404
/* 1565 *| ================================================== */
/* 1566 */ body.error404 { height: 100%; }
/* 1567 */ body.error404.custom-404,
/* 1568 */ body.error404.events-archive { height: auto; }
/* 1569 */ body.error404:not(.events-archive) #Content { padding:0 !important;}
/* 1570 */ #Error_404 { overflow: hidden; position: absolute; top: 50%; margin-top: -150px; left: 30px; }
/* 1571 */ #Error_404 .error_pic { width: 30%; float: left; text-align: center; }
/* 1572 */ #Error_404 .error_pic i { font-size: 250px; line-height: 250px; }
/* 1573 */ #Error_404 .error_desk { width: 70%; float: left; padding-top: 40px; }
/* 1574 */ #Error_404 .error_desk h2 { font-size: 45px; line-height: 45px; color: rgba(0, 0, 0, .7); }
/* 1575 */ #Error_404 .error_desk h4 { font-size: 26px; line-height: 30px; color: rgba(0, 0, 0, .7); }
/* 1576 */ #Error_404 .error_desk p .check { line-height: 45px; font-size: 16px; color: rgba(0, 0, 0, .5); }
/* 1577 */ #Error_404 .error_desk p em { font-style: italic; font-size: 17px; font-family: Georgia, serif; padding: 0 15px; }
/* 1578 */ #Error_404 .error_desk p .button { margin: 0; display: inline; margin-left: 20px; }
/* 1579 */ 
/* 1580 */ /* #Contact form
/* 1581 *| ================================================== */
/* 1582 */ .wpcf7-form .column { margin-bottom: 10px; }
/* 1583 */ 
/* 1584 */ .wpcf7-not-valid-tip { position: absolute !important; left: -50px !important; top: 0 !important; width: 50px !important; height: 44px !important; padding: 0 !important; background: url("/wp-content/themes/betheme/images/contact_form_error.png") !important; overflow: hidden; text-indent: -9999px !important; padding: 0; border: none !important; }
/* 1585 */ .wpcf7-validation-errors { border: 0; display: none !important; }
/* 1586 */ .wpcf7-mail-sent-ok { border: none !important; margin: 25px 0 0 0 !important; padding: 7px 0 !important; background: #7DCC68 !important; color: #fff; font-size: 14px; text-align: center; float:left; width:100%;}
/* 1587 */ 
/* 1588 */ .wpcf7-captchar { margin-bottom: 0; }
/* 1589 */ 
/* 1590 */ span.wpcf7-form-control-wrap { width: 100%; position: relative !important; display: inline-block; margin-bottom: 3px; }
/* 1591 */ span.wpcf7-form-control-wrap .wpcf7-quiz,
/* 1592 */ span.wpcf7-form-control-wrap .wpcf7-select,
/* 1593 */ span.wpcf7-form-control-wrap .wpcf7-text,
/* 1594 */ span.wpcf7-form-control-wrap .wpcf7-textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 0; }
/* 1595 */ 
/* 1596 */ .wpcf7-submit { margin-bottom: 0 !important; }
/* 1597 */ 
/* 1598 */ #popup_contact { position: fixed; right: 20px; bottom: 15px; z-index: 9001; }
/* 1599 */ .nice-scroll #popup_contact { right: 30px;}
/* 1600 */ #popup_contact > a.button { width: 45px; height: 45px; line-height: 45px; font-size: 20px; margin:0;  text-align: center; color:rgba(0,0,0,.5); background:#f7f7f7;}

/* layout.css */

/* 1601 */ #popup_contact > a.button:hover { text-decoration: none; }
/* 1602 */ #popup_contact .popup_contact_wrapper { width: 250px; padding: 20px; background: #fbfbfb; position: absolute; bottom: 65px; right: 0; display: none; }
/* 1603 */ #popup_contact.focus .popup_contact_wrapper { display: block; }
/* 1604 */ #popup_contact .popup_contact_wrapper span.arrow { position: absolute; right: 15px; bottom: -8px; margin: 0 auto; width: 0px; height: 0px; display: block; border-top: 8px solid #fbfbfb; border-right: 8px solid transparent; border-left: 8px solid transparent; }
/* 1605 */ 
/* 1606 */ #popup_contact .popup_contact_wrapper form {}
/* 1607 */ #popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea { background: #fff; margin-bottom: 10px;  }
/* 1608 */ #popup_contact .popup_contact_wrapper form textarea { resize:vertical; min-height: 100px; }
/* 1609 */ #popup_contact .popup_contact_wrapper form input[type="submit"] { margin: 0; float: right; }
/* 1610 */ 
/* 1611 */ #popup_contact .wpcf7-form.invalid > p:after { display: block; }
/* 1612 */ #popup_contact .wpcf7-form-control-wrap { display: inline-block; margin-right: 0; width: 100%; }
/* 1613 */ #popup_contact div.wpcf7 img.ajax-loader { margin-top: 10px; }
/* 1614 */ 
/* 1615 */ /* #Preloader
/* 1616 *| ================================================== */
/* 1617 */ .portfolio_slider_ul,
/* 1618 */ ul.testimonials-slider {
/* 1619 */     background: url("/wp-content/themes/betheme/images/preloader.gif") no-repeat center center;
/* 1620 */ }
/* 1621 */ .portfolio_slider_ul li,
/* 1622 */ ul.testimonials-slider > * {
/* 1623 */     visibility: hidden;
/* 1624 */ }
/* 1625 */ ul.testimonials-slider {
/* 1626 */     max-height: 260px;
/* 1627 */ }
/* 1628 */ .caroufredsel_wrapper .portfolio_slider_ul,
/* 1629 */ ul.owl-carousel {
/* 1630 */     background: none;
/* 1631 */     max-height: none;
/* 1632 */ }
/* 1633 */ .caroufredsel_wrapper .portfolio_slider_ul li,
/* 1634 */ ul.owl-carousel > * {
/* 1635 */     visibility: visible;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ 
/* 1639 */ /* #bbPress
/* 1640 *| ================================================== */
/* 1641 */ .bbpress #Subheader .title { width: 60%; }
/* 1642 */ .bbpress #Subheader ul.breadcrumbs { width: 40%; }
/* 1643 */ .bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current { margin: 0; }
/* 1644 */ 
/* 1645 */ .bbpress #bbpress-forums div.bbp-search-form { float: none; width: 100%; margin-bottom: 20px; }
/* 1646 */ .bbpress #bbpress-forums #bbp-search-form #bbp_search { width: 100%; margin: 0px; }
/* 1647 */ .bbpress #bbpress-forums div.bbp-topic-tags { clear: both; margin-bottom: 20px; }
/* 1648 */ .bbpress #bbpress-forums div.bbp-topic-tags p { margin: 0; }
/* 1649 */ 
/* 1650 */ 	/* Search */

/* layout.css */

/* 1651 */ 	.bbpress .widget_display_search .screen-reader-text { display: none; }
/* 1652 */ 	.bbpress .widget_display_search #bbp_search { margin: 0; }
/* 1653 */ 	
/* 1654 */ 	/* Login */
/* 1655 */ 	.bbpress .bbp_widget_login .bbp-logged-in h4 { font-size: 14px; font-weight: normal; }
/* 1656 */ 	.bbpress .bbp_widget_login .bbp-logged-in a.button { margin: 0; }
/* 1657 */ 
/* 1658 */ 	/* Display views & Display forums */
/* 1659 */ 	.bbpress .widget_display_views, .bbpress .widget_display_forums {}
/* 1660 */ 	.bbpress .widget_display_views ul, .bbpress .widget_display_forums ul { list-style-type: square;  padding: 0 0 0 30px; }
/* 1661 */ 	.bbpress .widget_display_views ul li, .bbpress .widget_display_forums ul li {}
/* 1662 */ 	.bbpress .widget_display_views ul li a, .bbpress .widget_display_forums ul li a { display: block; padding: 4px 0 7px 4px; }
/* 1663 */ 	
/* 1664 */ 	
/* 1665 */ /* #BuddyPress
/* 1666 *| ================================================== */
/* 1667 */ #buddypress { margin-bottom:40px;}
/* 1668 */ 
/* 1669 */ #buddypress #whats-new-options { height: auto !important; overflow: visible !important;}
/* 1670 */ 
/* 1671 */ #buddypress div.dir-search { margin:0;}
/* 1672 */ #buddypress #search-members-form > * { float:left;}
/* 1673 */ #buddypress div.dir-search input[type="text"], 
/* 1674 */ #buddypress li.groups-members-search input[type="text"] { padding:2px 3px; font-size:100%; margin-right:5px; font-weight:normal;}
/* 1675 */ 
/* 1676 */ #buddypress div#subnav.item-list-tabs ul li > * { float:left;}
/* 1677 */ #buddypress div#subnav.item-list-tabs ul li label { margin:10px 5px 0 0; font-weight:normal;}
/* 1678 */ 
/* 1679 */ #buddypress div#item-header div#item-meta { font-size:100%;}
/* 1680 */ 
/* 1681 */ 
/* 1682 */ /* #tribe-events
/* 1683 *| ================================================== */
/* 1684 */ .tribe-events-page-template #Subheader .title { width: 60%; }
/* 1685 */ .tribe-events-page-template #Subheader ul.breadcrumbs { width: 40%; }
/* 1686 */ 
/* 1687 */ #tribe-bar-views .tribe-bar-views-list { z-index: 29; }
/* 1688 */ 
/* 1689 */ #tribe-bar-form input[type="text"] { font-weight: normal; }
/* 1690 */ h2.tribe-events-page-title,
/* 1691 */ #tribe-geo-results h2.tribe-events-page-title { font-weight: normal; }
/* 1692 */ .tribe-events-list-separator-month { font-weight: normal; }
/* 1693 */ #tribe-events-content .tribe-events-tooltip h4 { font-weight: normal; }
/* 1694 */ .tribe-events-meta-group .tribe-events-single-section-title { font-weight: normal; }
/* 1695 */ 
/* 1696 */ .events-list .tribe-events-loop, 
/* 1697 */ .tribe-events-day .tribe-events-loop, 
/* 1698 */ .single-tribe_venue .tribe-events-loop, 
/* 1699 */ .single-tribe_organizer .tribe-events-loop { max-width: 100%; }
/* 1700 */ 

/* layout.css */

/* 1701 */ a.tribe-events-ical { margin-top: 0; }
/* 1702 */ .tribe-events-cal-links a.tribe-events-gcal { margin-top: 0; }
/* 1703 */ 
/* 1704 */ .single-tribe_events #tribe-events-content .tribe-events-event-meta dt { clear: left; font-weight: bold; line-height: inherit; }
/* 1705 */ .single-tribe_events #tribe-events-content .tribe-events-event-meta dd { float: inherit; line-height: inherit; list-style: none outside none; margin: 0 0 0 110px; padding: 10px 0; }
/* 1706 */ .single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after { display: none; }
/* 1707 */ 
/* 1708 */ #tribe-bar-form { background-image: url(/wp-content/themes/betheme/images/stripes/stripes_5_b.png); }
/* 1709 */ .tribe-events-back { padding: 15px 10px; margin-bottom: 20px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_5_b.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
/* 1710 */ 
/* 1711 */ ul.tribe-events-sub-nav a,  .tribe-events-back a { font-size: 14px; font-weight: normal; }
/* 1712 */ 
/* 1713 */ .tribe-events-event-image { border: 8px solid #f8f8f8; box-sizing: border-box; display: block; line-height: 0; }
/* 1714 */ 
/* 1715 */ 	/* Widgets */
/* 1716 */ 	.tribe-events-list-widget {}
/* 1717 */ 	.tribe-events-list-widget ol { padding: 10px 0 0 30px; }
/* 1718 */ 	.tribe-events-list-widget ol li { margin-bottom: 20px; list-style-type: square; padding-left: 4px; }
/* 1719 */ 	.tribe-events-list-widget ol li:before { display: none; }
/* 1720 */ 	.tribe-events-list-widget ol li h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
/* 1721 */ 	.tribe-events-list-widget ol li .duration { font-weight: normal; color: rgba(0,0,0,.4); }
/* 1722 */ 	.tribe-events-list-widget p.tribe-events-widget-link { margin-left: 30px; padding-top: 8px; border-top: 1px solid rgba(0, 0, 0, 0.08); }
/* 1723 */ 	.tribe-events-list-widget p.tribe-events-widget-link a { font-weight: normal; font-size: 13px; }
/* 1724 */ 
/* 1725 */ 	/* Colors */
/* 1726 */ 	.tribe-events-list-separator-month span { background: #fcfcfc; }
/* 1727 */ 	.tribe-events-event-meta,
/* 1728 */ 	.tribe-events-promo { color: #a8a8a8; }
/* 1729 */ 	.tribe-events-calendar thead th { color: #444; }
/* 1730 */ 	.tribe-events-calendar thead th { border-color: rgba(0, 0, 0, 0.08); }
/* 1731 */ 
/* 1732 */ 
/* 1733 */ /* #Dark
/* 1734 *| ================================================== */
/* 1735 */ .dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a, 
/* 1736 */ .dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a { color: #fff !important; }
/* 1737 */ 
/* 1738 */ .dark .ui-tabs .ui-tabs-panel,
/* 1739 */ .dark .accordion .question .answer { color: #626262; }
/* 1740 */ 
/* 1741 */ /* Headings font */
/* 1742 */ .dark h1, .dark h1 a, .dark h1 a:hover { color: #fff; }
/* 1743 */ .dark h2, .dark h2 a, .dark h2 a:hover { color: #fff; }
/* 1744 */ .dark h3, .dark h3 a, .dark h3 a:hover { color: #fff; }
/* 1745 */ .dark h4, .dark h4 a, .dark h4 a:hover { color: #fff; }
/* 1746 */ .dark h5, .dark h5 a, .dark h5 a:hover { color: #fff; }
/* 1747 */ .dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title { color: #fff; }
/* 1748 */ 
/* 1749 */ /* Borders */
/* 1750 */ .dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark

/* layout.css */

/* 1751 */ input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark
/* 1752 */ dl > dt, .dark dl > dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark
/* 1753 */ .icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark
/* 1754 */ .share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark
/* 1755 */ .fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark
/* 1756 */ .widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark 
/* 1757 */ .woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark
/* 1758 */ .woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark
/* 1759 */ .woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark
/* 1760 */ .woocommerce .quantity input.qty {
/* 1761 */ 	border-color: rgba(255,255,255,.08);
/* 1762 */ }
/* 1763 */ 
/* 1764 */ /* Grey */
/* 1765 */ .dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark 
/* 1766 */ .pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark
/* 1767 */ .fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark
/* 1768 */ .pager-single a, .dark #comments .commentlist > li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark
/* 1769 */ .widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark
/* 1770 */ .woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark
/* 1771 */ .woocommerce .shop_table .product-name .variation > dd, .dark .shipping-calculator-button:after, .dark  .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark
/* 1772 */ .testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
/* 1773 */ 	color: #DEDEDE;
/* 1774 */ }
/* 1775 */ 
/* 1776 */ /* Dividers */
/* 1777 */ .dark hr {
/* 1778 */ 	background-color: rgba(255,255,255,.08);
/* 1779 */ 	color: rgba(255,255,255,.08);
/* 1780 */ }
/* 1781 */ 
/* 1782 */ /* Others */
/* 1783 */ .dark blockquote { color: #fff; }
/* 1784 */ .dark .article_box .desc_wrapper h4 { color: #444; }
/* 1785 */ .dark .progress_bars .bars_list li h6 .label { color: rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.05); }
/* 1786 */ .dark .faq .question .title { color: #fff; }
/* 1787 */ .dark .counter .desc_wrapper .number { color: #fff; }
/* 1788 */ .dark a.content_link .title { color: #444; }
/* 1789 */ .dark .opening_hours,
/* 1790 */ .dark .opening_hours h3 { color: #444444; }
/* 1791 */ .dark .Recent_posts ul li .desc { background: rgba(0,0,0,.1); }
/* 1792 */ 
/* 1793 */ /* Pricing box */
/* 1794 */ .dark .pricing-box-box { background: rgba(0, 0, 0, 0.1); }
/* 1795 */ .dark .pricing-box .plan-inside ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
/* 1796 */ 
/* 1797 */ /* Lists */
/* 1798 */ .dark .column_column ul, 
/* 1799 */ .dark .column_column ol, 
/* 1800 */ .dark .the_content_wrapper ul, 

/* layout.css */

/* 1801 */ .dark .the_content_wrapper ol { color: #fff; }
/* 1802 */ 
/* 1803 */ /* List item */
/* 1804 */ .dark .list_item.lists_2 .list_icon i { color: #fff; } 
/* 1805 */ 
/* 1806 */ /* Pricing table */
/* 1807 */ .dark .pricing-box-table.pricing-box-featured { background: rgba(0,0,0,.1);  }
/* 1808 */ .dark .pricing-box .plan-header .price sup.period { color: rgba(255, 255, 255, 0.5) !important; }
/* 1809 */ 
/* 1810 */ /* Call to action */
/* 1811 */ .dark .call_to_action .call_left h3 { color: rgba(0,0,0,.65); }
/* 1812 */ .dark .call_to_action .call_center a { color: #fff; }
/* 1813 */ 
/* 1814 */ /* Fancy heading */
/* 1815 */ .dark .fancy_heading_line { background-image: url(/wp-content/themes/betheme/images/fancy_heading_hr_dark.png); }
/* 1816 */ 
/* 1817 */ /* Content slider */
/* 1818 */ .dark .content_slider.flat a.button .button_icon i { color: #fff; }
/* 1819 */ 
/* 1820 */ /* Fancy links */
/* 1821 */ .dark a.mfn-link,
/* 1822 */ .dark a:hover.mfn-link { color: #fff; }
/* 1823 */ .dark a.hover.mfn-link-2 span:before,
/* 1824 */ .dark a.mfn-link-8:after,
/* 1825 */ .dark a.mfn-link-8:before { background: #fff; }
/* 1826 */ .dark a.mfn-link-4:hover:before,
/* 1827 */ .dark a.mfn-link-4:hover:after,
/* 1828 */ .dark a.hover.mfn-link-4:before,
/* 1829 */ .dark a.hover.mfn-link-4:after,
/* 1830 */ .dark a.mfn-link-7:after,
/* 1831 */ .dark a.mfn-link-7:before { background: #fff; }
/* 1832 */ .dark a.mfn-link-6:before { border-bottom-color: #fff; }
/* 1833 */ 
/* 1834 */ /* Pagination */
/* 1835 */ .dark .slider_pagination a { background: rgba(255, 255, 255, 0.3); }
/* 1836 */ 
/* 1837 */ /* #Video Section
/* 1838 *| ================================================== */
/* 1839 */ .section.has-video { position:relative; overflow:hidden;}
/* 1840 */ .section.has-video .section_video { position: absolute; top: 0; left: 0; min-height: 100%; min-width: 100%; overflow: hidden;  z-index: 1;}
/* 1841 */ .section.has-video .section_video .mask { position: absolute; top: 0; left: 0;  height: 100%; width: 100%; z-index: 3; background:url(/wp-content/themes/betheme/images/videomask.png) repeat center;}
/* 1842 */ .section.has-video .section_video video { position: absolute; top: 0; left: 0; min-height: 100%; min-width: 100%; z-index: 2;}
/* 1843 */ .section.has-video .section_wrapper { position:relative; z-index:10;}
/* 1844 */ @media only screen and (min-device-width:481px) and (max-device-width:1024px){ 
/* 1845 */ 	.section.has-video .section_video { display: none !important; }
/* 1846 */ }
/* 1847 */ 
/* 1848 */ 
/* 1849 */ /* #Section Navigation
/* 1850 *| ================================================== */

/* layout.css */

/* 1851 */ .section.has-navi .section-nav { position:absolute; left:50%; z-index:20; cursor: pointer; font-size: 38px; width: 50px; height: 50px; line-height: 50px; margin: 0 0 0 -25px; text-align: center; color: rgba(0,0,0,.2); }
/* 1852 */ .section.has-navi .section-nav:hover { color: rgba(0,0,0,.8); }
/* 1853 */ .section.has-navi .section-nav.prev { top:75px;}
/* 1854 */ .section.has-navi .section-nav.next { bottom:75px;}
/* 1855 */ .section.has-navi:first-child .section-nav.prev,
/* 1856 */ .section.has-navi:nth-last-child(2) .section-nav.next { display:none;}
/* 1857 */ 
/* 1858 */ .section.has-navi .section-nav { color: rgba(0,0,0,.2); }
/* 1859 */ .section.has-navi .section-nav:hover { color: rgba(0,0,0,.8); }
/* 1860 */ .section.has-navi.dark .section-nav { color: rgba(255,255,255,.2); }
/* 1861 */ .section.has-navi.dark .section-nav:hover { color: rgba(255,255,255,.8); }
/* 1862 */ 
/* 1863 */ 	/* Animation */
/* 1864 */ 	.section.has-navi .section-nav { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
/* 1865 */ 
/* 1866 */ 
/* 1867 */ /* Visual Composer | Frontend Editor
/* 1868 *| ================================================== */
/* 1869 */ .wpb_wrapper > div { margin-bottom:35px;}
/* 1870 */ .wpb_wrapper.ui-sortable .vc_call_to_action { background:none; border:none; padding:0;}
/* 1871 */ 
/* 1872 */ body.layout-boxed .vc_row[data-vc-stretch-content="true"] { left:0 !important; width:auto !important; margin-left: -2.7%; margin-right: -2.7%;}
/* 1873 */ body.layout-boxed .vc_row-no-padding .wpb_column { padding:0;}
/* 1874 */ 
/* 1875 */ .vc_images_carousel { width: auto !important;}
/* 1876 */ 
/* 1877 */ .wpb_wrapper .portfolio_group { font-size:inherit !important; line-height:inherit !important; color:inherit !important;}
/* 1878 */ .wpb_wrapper .portfolio_group.flat .portfolio-item,
/* 1879 */ .wpb_wrapper .portfolio_group.masonry-flat .portfolio-item { margin-bottom:0;}
/* 1880 */ .wpb_wrapper .portfolio_group .portfolio-item .image_frame { margin-bottom:0;}
/* 1881 */ 
/* 1882 */ .wpb_wrapper .wpcf7-form { display: inline-block;}
/* 1883 */ 
/* 1884 */ 
/* 1885 */ /* Easy Digital Downloads
/* 1886 *| ================================================== */
/* 1887 */ .edd-page {}
/* 1888 */ .edd_downloads_list .edd_download_inner { background: #fff; margin: 0 4% 20px; padding: 0 15px 20px; }
/* 1889 */ .edd_downloads_list .edd_download_inner .edd_download_image { margin: 0 -15px; }
/* 1890 */ .edd_downloads_list .edd_download_inner .edd_download_title { padding-top: 15px; }
/* 1891 */ .edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper { text-align: right; }
/* 1892 */ .edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper .edd-cart-added-alert { position: static; margin-top: 15px; }
/* 1893 */ .edd_downloads_list .edd_download_inner .edd_download_buy_button a.button { margin: 0; }
/* 1894 */ 
/* 1895 */ .edd_download_image { border-style: solid; border-width: 8px; box-sizing: border-box; display: block; line-height: 0; max-width: calc(100% + 30px); position: relative; }
/* 1896 */ .edd_download_image:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
/* 1897 */ 
/* 1898 */ #edd_checkout_cart th,
/* 1899 */ #edd_checkout_cart td { text-align: left; border-width: 1px; border-style: solid; border-color: inherit; padding: 10px; }
/* 1900 */ #edd_checkout_cart .edd_cart_header_row th {  font-weight: bold; background: url(/wp-content/themes/betheme/images/bg_panel.png) repeat-x left top; padding: 10px; }

/* layout.css */

/* 1901 */ #edd_checkout_cart .edd_cart_tax_row th,
/* 1902 */ #edd_checkout_cart .edd_cart_discount_row th { background: inherit; }
/* 1903 */ #edd_checkout_cart tr:hover td a { color: inherit; }
/* 1904 */ 
/* 1905 */ 
/* 1906 */ table#edd_purchase_receipt, table#edd_purchase_receipt_products { margin-bottom: 40px; }
/* 1907 */ 
/* 1908 */ #edd_checkout_form_wrap label,
/* 1909 */ #edd_checkout_form_wrap span.edd-description { font-size: 100%; }
/* 1910 */ #edd_checkout_form_wrap span.edd-description { margin-bottom: 10px; }
/* 1911 */ 
/* 1912 */ 
/* 1913 */ #edd_checkout_form_wrap input[type="text"],
/* 1914 */ #edd_checkout_form_wrap input[type="email"],
/* 1915 */ #edd_checkout_form_wrap input[type="password"],
/* 1916 */ #edd_checkout_form_wrap textarea { padding: 10px; }
/* 1917 */ 
/* 1918 */ .edd-submit,
/* 1919 */ #edd-purchase-button,
/* 1920 */ input[type="submit"].edd-submit { padding: 11px 20px; font-size: 100%; font-weight: normal; border: inherit; }
/* 1921 */ 
/* 1922 */ #edd_checkout_form_wrap #edd-login-account-wrap, 
/* 1923 */ #edd_checkout_form_wrap #edd-new-account-wrap, 
/* 1924 */ #edd_checkout_form_wrap #edd_final_total_wrap, 
/* 1925 */ #edd_checkout_form_wrap #edd_show_discount, 
/* 1926 */ #edd_checkout_form_wrap .edd-cart-adjustment { background: #fafafa none repeat scroll 0 0; color: #444; padding: 14px 20px; }
/* 1927 */ 
/* 1928 */ /* Mailchimp
/* 1929 *| ================================================== */
/* 1930 */ #mc_embed_signup .clear { visibility: visible;}
/* 1931 */ 

/* shortcodes.css */

/* 1    */ /* #Typography
/* 2    *| ==================================================================================================== */
/* 3    */ 
/* 4    */ 	/* Dropcaps */
/* 5    */ 	.dropcap { display: inline-block; float: left; width: 35px; height: 35px; line-height: 35px; font-size: 20px; margin: 0 10px 5px 0; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 6    */ 	.dropcap_circle { -webkit-border-radius: 100%; border-radius: 100%; }
/* 7    */ 	
/* 8    */ 		.dropcap.size-2 { width: 50px; height: 50px; line-height: 50px; font-size: 35px; }
/* 9    */ 		.dropcap.size-3 { width: 60px; height: 60px; line-height: 60px; font-size: 40px; }
/* 10   */ 
/* 11   */ 
/* 12   */ 	/* Highlight */
/* 13   */ 	.highlight { padding: 1px 7px; -webkit-border-radius: 3px; border-radius: 3px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 14   */ 	.highlight.highlight_image { padding: 0 2px 7px; }
/* 15   */ 	
/* 16   */ 	
/* 17   */ 	/* Tooltip */
/* 18   */ 	.tooltip{ display: inline; position: relative; cursor: help; border-bottom-width: 1px; border-style: dotted; }
/* 19   */ 	.tooltip:hover:after, 
/* 20   */ 	.tooltip.hover:after { content: attr(data-tooltip); font-size: 13px; line-height: 18px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px 15px; width: 140px; position: absolute; left: 50%; bottom: 110%; z-index: 98; margin-left: -85px;  background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 21   */ 	
/* 22   */ 	.tooltip.tooltip-img:after { display:none;}
/* 23   */ 	.tooltip.tooltip-img .tooltip-content { display:none; font-size: 13px; line-height: 18px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px 15px; width: 300px; position: absolute; left: 50%; bottom: 110%; z-index: 98; margin-left: -165px;  background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 24   */ 	.tooltip.tooltip-img:hover .tooltip-content,
/* 25   */ 	.tooltip.tooltip-img.hover .tooltip-content { display:block;}
/* 26   */ 	
/* 27   */ 	.wpml-languages .tooltip:hover:after, 
/* 28   */ 	.wpml-languages .tooltip.hover:after { top:40px; bottom:auto; }
/* 29   */ 	.wpml-languages:not(.disabled) .tooltip { cursor: default;}
/* 30   */ 	.wpml-languages:not(.disabled) .tooltip:hover:after, 
/* 31   */ 	.wpml-languages:not(.disabled) .tooltip.hover:after { display:none !important; }
/* 32   */ 
/* 33   */ 
/* 34   */ 	/* Blockquote */
/* 35   */ 	blockquote { font-size: 17px; line-height: 31px; font-family: Patua One; display: block; height: auto; margin: 0 0 35px 25px; top: 15px; position: relative; background: url(/wp-content/themes/betheme/images/stripes/textline.png) repeat-y; }
/* 36   */ 	blockquote:before { content: ""; }
/* 37   */ 	blockquote:after { content: ""; width: 55px; height: 40px; background: url(/wp-content/themes/betheme/images/blockquote.png); position: absolute; left: -25px; top: -15px; }
/* 38   */ 	
/* 39   */ 	.blockquote { margin-bottom: 20px; }
/* 40   */ 	.blockquote blockquote { margin-bottom: 25px; }
/* 41   */ 	.blockquote p.author { margin-left: 25px; }
/* 42   */ 	.blockquote p.author i { margin-right: 5px; }
/* 43   */ 	
/* 44   */ 	
/* 45   */ 	/* Alignments */
/* 46   */ 	.alignleft { float: left; margin: 15px 15px 15px 0px; }
/* 47   */ 	.alignright { float: right; margin: 15px 0px 15px 15px; }
/* 48   */ 	.aligncenter { text-align: center; margin: 0 auto; display:block; }
/* 49   */ 	.aligncenter img { display: inline; }
/* 50   */ 	.sticky, .gallery-caption, .bypostauthor { }

/* shortcodes.css */

/* 51   */ 	
/* 52   */ 		
/* 53   */ 	/* Image frames */
/* 54   */ 	.column_image { line-height:0;}
/* 55   */ 	
/* 56   */ 	.image_frame, .wp-caption { border-width: 8px; border-style: solid; display:block; max-width:100%; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 57   */ 	.image_frame.inline-block { display: inline-block; max-width:100%; }
/* 58   */ 	.image_frame .image_wrapper, .wp-caption img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 59   */ 	.image_frame a, .wp-caption a { display: block; }
/* 60   */ 	.wp-caption-text { display: block; text-align: center; margin:0; padding: 10px 0 5px; line-height: normal; }
/* 61   */ 	
/* 62   */ 	.the_content_wrapper .image_frame,
/* 63   */ 	.the_content_wrapper .wp-caption { margin-bottom:20px;}
/* 64   */ 	.the_content_wrapper .wp-caption.alignnone,
/* 65   */ 	.the_content_wrapper .wp-caption.aligncenter { clear:both;}
/* 66   */ 	
/* 67   */ 	.image_frame .image_wrapper { position: relative; overflow: hidden; }
/* 68   */ 	.image_frame .image_wrapper .mask { position: absolute; left: 0; top; 0; width: 100%; height: 100%; z-index: 2; }
/* 69   */ 	.image_frame .image_wrapper img:not(.ls-l) { position: relative; top: 0; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
/* 70   */ 	.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: -15px !important; }
/* 71   */ 	.masonry-flat .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
/* 72   */ 	.image_frame:hover .image_wrapper img,
/* 73   */ 	.image_frame.hover .image_wrapper img { top: -15px; }
/* 74   */ 	.image_frame:hover .image_wrapper .ls-container img,
/* 75   */ 	.image_frame.no_link:hover .image_wrapper img { top: 0; }
/* 76   */ 	.image_frame .image_wrapper .mask:after { content: ""; display: block; position: absolute; left: 0; top; 0; width: 100%; height: 100%; z-index: 3; filter: alpha(opacity=0); opacity: 0; }
/* 77   */ 	.image_frame:hover .image_wrapper .mask:after,
/* 78   */ 	.image_frame.hover .image_wrapper .mask:after { filter: alpha(opacity=100); opacity: 1; }
/* 79   */ 	.image_frame.no_link:hover .image_wrapper .mask:after { filter: alpha(opacity=0); opacity: 0; }
/* 80   */ 	.image_frame .image_wrapper .image_links { width: 100%; height: 60px; position: absolute; left: 0; bottom: -60px; z-index: 4; overflow: hidden; }
/* 81   */ 	.image_frame:hover .image_wrapper .image_links,
/* 82   */ 	.image_frame.hover .image_wrapper .image_links { bottom: 0; }
/* 83   */ 	.image_frame .image_wrapper .image_links a { display: block; font-size: 25px; line-height: 60px; width: 100%; text-align: center; }
/* 84   */ 	.image_frame .image_wrapper .image_links.double a { width: 50%; display: block; float: left; }
/* 85   */ 	.image_frame .image_wrapper .image_links.double a:first-child { -webkit-box-shadow:inset -1px 0 0 0 rgba(255,255,255,.2); box-shadow:inset -1px 0 0 0 rgba(255,255,255,.2); }
/* 86   */ 	.image_frame .image_wrapper .image_links.triple a { width: 33%; display: block; float: left; -webkit-box-shadow:inset -1px 0 0 0 rgba(255,255,255,.2); box-shadow:inset -1px 0 0 0 rgba(255,255,255,.2); }
/* 87   */ 	.image_frame .image_wrapper .image_links.triple a:last-child { -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; width: 34%; }
/* 88   */ 	
/* 89   */ 	.image_frame .image_wrapper .image_links.hover-title a { font-size:15px; text-decoration:none; }
/* 90   */ 	
/* 91   */ 	.image_frame.no_border { border-width: 0; }	
/* 92   */ 		
/* 93   */ 		/* Animation */
/* 94   */ 		
/* 95   */ 		.image_frame .image_wrapper img,
/* 96   */ 		.image_frame .image_wrapper .mask:after,
/* 97   */ 		.image_frame .image_wrapper .image_links { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 98   */ 		.image_frame .image_wrapper .image_links a { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
/* 99   */ 		
/* 100  */ 		/* Greyscale */

/* shortcodes.css */

/* 101  */ 		
/* 102  */ 		.greyscale .image_wrapper img.BWFilter { opacity:1; z-index:2;}
/* 103  */ 		.greyscale .image_wrapper img:not(.BWFilter) { opacity:0; }
/* 104  */ 		.greyscale .image_wrapper:hover img.BWFilter { opacity:0 !important;}
/* 105  */ 		.greyscale .image_wrapper:hover img:not(.BWFilter) { opacity:1 !important; }
/* 106  */ 		
/* 107  */ 		.greyscale .image_wrapper img { top:0 !important; margin-bottom:0 !important;}
/* 108  */ 		.greyscale:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom:0 !important;} /* fix 4 too strong !important */
/* 109  */ 		.greyscale .image_wrapper .mask { display:none;}
/* 110  */ 	
/* 111  */ 		/*  Image frame overlay */
/* 112  */ 		
/* 113  */ 		.if-overlay .image_frame .image_wrapper .mask {}
/* 114  */ 		.if-overlay .image_frame .image_wrapper .image_links { opacity: 0; width: 60px; height: 60px; bottom: auto; top: 50%; left: 50%; z-index: 4; margin-top: -30px; margin-left: -30px; -moz-transform:scale(0); -webkit-transform:scale(0); -o-transform:scale(0); }
/* 115  */ 		.if-overlay .image_frame .image_wrapper .image_links.double { width: 120px; margin-left: -60px; }
/* 116  */ 		.if-overlay .image_frame .image_wrapper .image_links.triple { width: 180px; margin-left: -90px; }
/* 117  */ 		
/* 118  */ 		.if-overlay .image_frame .image_wrapper .image_links.hover-title { width: 100%; left:0; margin-left:0; }
/* 119  */ 		
/* 120  */ 		.if-overlay li.product .product-loading-icon,
/* 121  */ 		.if-overlay li.product .added-cart { border-radius: 0 !important; width: 60px !important; height: 60px !important; margin: -30px 0 0 -30px !important; }
/* 122  */ 
/* 123  */ 		.if-overlay li.product.adding-to-cart .added-cart,
/* 124  */ 		.if-overlay li.product.added-to-cart .added-cart { z-index: 5 !important; }
/* 125  */ 		
/* 126  */ 		.if-overlay .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom:0;}
/* 127  */ 		
/* 128  */ 		.if-overlay .image_frame:hover .image_wrapper .image_links,
/* 129  */ 		.if-overlay .image_frame.hover .image_wrapper .image_links { opacity: 1; -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); }
/* 130  */ 		.if-overlay .image_frame:hover .image_wrapper img,
/* 131  */ 		.if-overlay .image_frame.hover .image_wrapper img { -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); top: 0; }
/* 132  */ 		
/* 133  */ 		.if-overlay .image_item:hover .image_wrapper img,
/* 134  */ 		.if-overlay .image_item.hover .image_wrapper img { -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); }
/* 135  */ 	
/* 136  */ 		
/* 137  */ 	/* Video */
/* 138  */ 	/*  In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */
/* 139  */ 	.content_video.iframe { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;}
/* 140  */ 	.content_video.iframe iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%;}
/* 141  */ 	
/* 142  */ 	
/* 143  */ 	/* Gallery */
/* 144  */ 	.gallery .gallery-item { overflow: hidden; margin: 0 0 10px 0 !important; }
/* 145  */ 	.gallery .gallery-item .gallery-icon { border: 0; width: 95%; overflow: hidden; line-height: 0; margin-right: 2.5% !important; margin-left: 2.5% !important;  padding: 0 !important; position: relative; }
/* 146  */ 	.gallery .gallery-item img { border: 0 !important; line-height: 0; display: block; }
/* 147  */ 	
/* 148  */ 		.gallery-columns-2 .gallery-item:nth-child(2n+1) { clear:both;}
/* 149  */ 		.gallery-columns-3 .gallery-item:nth-child(3n+1) { clear:both;}
/* 150  */ 		.gallery-columns-4 .gallery-item:nth-child(4n+1) { clear:both;}

/* shortcodes.css */

/* 151  */ 		.gallery-columns-5 .gallery-item:nth-child(5n+1) { clear:both;}
/* 152  */ 		.gallery-columns-6 .gallery-item:nth-child(6n+1) { clear:both;}
/* 153  */ 		.gallery-columns-7 .gallery-item:nth-child(7n+1) { clear:both;}
/* 154  */ 		.gallery-columns-8 .gallery-item:nth-child(8n+1) { clear:both;}
/* 155  */ 		.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear:both;}
/* 156  */ 
/* 157  */ 			/* Gallery | Flat */
/* 158  */ 			.gallery.flat .gallery-item { margin: 0 !important; }
/* 159  */ 			.gallery.flat .gallery-item .gallery-icon { margin: 0 !important; width: 100%; }
/* 160  */ 			.gallery.flat .gallery-item .gallery-icon .image_frame { border-width: 0; margin-bottom:0; }
/* 161  */ 			
/* 162  */ 			/* Gallery | Fancy */
/* 163  */ 			.gallery.fancy .gallery-item:nth-child(2n+1) { transform: rotate(-2deg); }
/* 164  */ 			.gallery.fancy .gallery-item:nth-child(2n) { transform: rotate(2deg); }
/* 165  */ 			.gallery.fancy .gallery-item .image_frame { margin: 7%; }
/* 166  */ 			
/* 167  */ 			/* Gallery | Masonry */
/* 168  */ 			.gallery.masonry .gallery-item { margin: 0 !important;}
/* 169  */ 			.gallery.masonry .gallery-item .gallery-icon { margin: 0 !important; width:100%;}
/* 170  */ 			.gallery.masonry .gallery-item .image_frame { margin-bottom:0; }
/* 171  */ 
/* 172  */ 
/* 173  */ 	/* Divider */
/* 174  */ 	hr { display: block; border: none; outline: none; height: 1px; width: 100%; margin: 0 auto 15px; clear: both; }
/* 175  */ 	hr, .hr_wide, .hr_zigzag, .hr_dots { margin: 0 auto 15px; clear: both; }
/* 176  */ 	hr.hr_narrow { width: 7%; }
/* 177  */ 	
/* 178  */ 	hr.no_line { height: 0; }
/* 179  */ 	
/* 180  */ 	.hr_wide { position: relative; height: 1px; }
/* 181  */ 	.hr_wide hr { position: absolute; left: -1000px; top: 0; width: 3000px; }
/* 182  */ 	.aside_left .hr_wide hr { left: 0; }
/* 183  */ 	.aside_right .hr_wide hr { right: 0; left: auto; }
/* 184  */ 	
/* 185  */ 	.hr_zigzag { text-align: center; margin-bottom: 10px; }
/* 186  */ 	.hr_zigzag i { font-size: 25px; line-height: 25px; margin: 0 -11px; display: inline-block; }
/* 187  */ 	.hr_dots { text-align: center; line-height: 0; }
/* 188  */ 	.hr_dots span { display: inline-block; width: 5px; height: 5px; overflow: hidden; margin: 0 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/* 189  */ 	
/* 190  */ 	.column_divider hr,
/* 191  */ 	.column_divider .hr_wide,
/* 192  */ 	.column_divider .hr_zigzag,
/* 193  */ 	.column_divider .hr_dots { margin-bottom: 0; }
/* 194  */ 	
/* 195  */ 	
/* 196  */ 	/* Fancy divider */
/* 197  */ 	.fancy-divider svg {
/* 198  */ 		display: block;
/* 199  */ 	}
/* 200  */ 	.fancy-divider svg:not(:root) {

/* shortcodes.css */

/* 201  */ 		overflow: hidden;
/* 202  */ 	}
/* 203  */ 	/* Section styles */
/* 204  */ 	.section .section-divider { display: block; width: 50px; height: 50px; position: absolute; left: 50%; margin-left: -25px; background-color: inherit; z-index: 1; }
/* 205  */ 	 
/* 206  */ 		.section-divider.triangle.up,
/* 207  */ 		.section-divider.triangle.down { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/* 208  */ 		.section-divider.triangle.up { top: -25px; }
/* 209  */ 		.section-divider.triangle.down { bottom: -25px; }
/* 210  */ 
/* 211  */ 		.section-divider.triple-triangle:after,
/* 212  */ 		.section-divider.triple-triangle:before { content: ""; display: block; width: 50px; height: 50px; position: absolute; background-color: inherit; z-index: 1; }
/* 213  */ 		.section-divider.triple-triangle.up:after { left: -36px; top: 50px; }
/* 214  */ 		.section-divider.triple-triangle.up:before { right: -50px; top: -36px; }	
/* 215  */ 		.section-divider.triple-triangle.down:after { left: -51px; top: 35px; }
/* 216  */ 		.section-divider.triple-triangle.down:before { right: -35px; top: -50px; }		
/* 217  */ 		.section-divider.triple-triangle.up,
/* 218  */ 		.section-divider.triple-triangle.down { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/* 219  */ 		.section-divider.triple-triangle.up { top: -25px; }
/* 220  */ 		.section-divider.triple-triangle.down { bottom: -25px; }
/* 221  */ 	
/* 222  */ 		.section-divider.square.up,
/* 223  */ 		.section-divider.square.down { width: 70px; height: 70px; margin-left: -35px; }
/* 224  */ 		.section-divider.square.up { top: -25px; }
/* 225  */ 		.section-divider.square.down { bottom: -25px; }
/* 226  */ 		
/* 227  */ 		.section-divider.circle.up,
/* 228  */ 		.section-divider.circle.down { width: 70px; height: 70px; margin-left: -35px; -webkit-border-radius: 100%; border-radius: 100%; }
/* 229  */ 		.section-divider.circle.up { top: -25px; }
/* 230  */ 		.section-divider.circle.down { bottom: -25px; }
/* 231  */ 	
/* 232  */ 	/* Idea box */
/* 233  */ 	.idea_box { padding: 25px 25px 25px 70px; position: relative; border-top-width: 1px; border-style: solid; background: rgba(0,0,0, .02); clear: both; }
/* 234  */ 	.idea_box .icon { font-size: 30px; line-height: 30px; position: absolute; left: 15px; top: 50%; margin-top: -15px; color: rgba(0,0,0, .15); }
/* 235  */ 	
/* 236  */ 	
/* 237  */ 	/* Google font */
/* 238  */ 	.google_font { margin-bottom: 15px; }
/* 239  */ 	
/* 240  */ 	
/* 241  */ 	/* Popup | .popup-content */
/* 242  */ 	.popup-content { display:none;}
/* 243  */ 	
/* 244  */ 	
/* 245  */ 	/* Single icon */
/* 246  */ 	.single_icon { display: block; margin: 0 auto 15px; }
/* 247  */ 	.single_icon.icon_left { text-align: left; }
/* 248  */ 	.single_icon.icon_right { text-align: right; }
/* 249  */ 	.single_icon.icon_center { text-align: center; }
/* 250  */ 	

/* shortcodes.css */

/* 251  */ 	
/* 252  */ 	/* Forms */
/* 253  */ 	form, fieldset { margin-bottom: 0; }
/* 254  */ 	textarea { min-height: 60px; }
/* 255  */ 	label, legend { display: block; margin-bottom: 5px; font-weight: bold; }	
/* 256  */ 	input[type="checkbox"] { display: inline; }
/* 257  */ 	
/* 258  */ 	input[type="date"], 
/* 259  */ 	input[type="email"], 
/* 260  */ 	input[type="number"], 
/* 261  */ 	input[type="password"], 
/* 262  */ 	input[type="search"],
/* 263  */ 	input[type="tel"],
/* 264  */ 	input[type="text"],
/* 265  */ 	input[type="url"],
/* 266  */ 	select, 
/* 267  */ 	textarea { padding: 10px 10px; outline: none; margin: 0; width: 230px; max-width: 100%; display: block; margin-bottom: 20px; font-size: 13px; border-width: 1px; border-style: solid; border-radius: 0;
/* 268  */ 		box-sizing: border-box; -webkit-appearance: none;
/* 269  */ 	}
/* 270  */ 	
/* 271  */ 	
/* 272  */ 	/* Gravity Forms */
/* 273  */ 	.gform_wrapper label { font-weight:normal; margin: 0.188em 0 0.75em;}
/* 274  */ 	.gform_wrapper .top_label .gfield_label { font-weight:bold;}
/* 275  */ 	.gform_wrapper input,
/* 276  */ 	.gform_wrapper select { margin:0;}
/* 277  */ 	.gform_wrapper input[type="checkbox"],
/* 278  */ 	.gform_wrapper input[type="radio"] { margin-left:3px;}
/* 279  */ 	
/* 280  */ 	
/* 281  */ 	.gform_wrapper div.validation_error { border:none !important; border-radius: 5px; margin-bottom: 30px; padding: 20px !important; box-sizing:border-box; background: #fb5455; color: #ffffff !important; font-weight:normal !important; font-size:inherit !important;}
/* 282  */ 	
/* 283  */ 	.gform_wrapper li.gfield.gfield_error,
/* 284  */ 	.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border:none !important;}
/* 285  */ 	
/* 286  */ 	
/* 287  */ 	.gform_confirmation_wrapper .gform_confirmation_message { border-radius: 5px; margin-bottom: 30px; padding: 20px; background: #80B736; color: #ffffff;}
/* 288  */ 	
/* 289  */ 	
/* 290  */ 	/* ui-datepicker */
/* 291  */ 	.ui-datepicker {}
/* 292  */ 	.ui-datepicker .ui-datepicker-title select { padding: inherit; width: auto; display: inline-block; margin: auto; -webkit-appearance: menulist; }
/* 293  */ 	
/* 294  */ 	.ui-datepicker .ui-datepicker-prev,
/* 295  */ 	.ui-datepicker .ui-datepicker-next { position: relative; }
/* 296  */ 	.ui-datepicker .ui-datepicker-prev span,
/* 297  */ 	.ui-datepicker .ui-datepicker-next span { display: block; left: 50%; margin-left: -8px; margin-top: -8px; position: absolute; top: 50%; }
/* 298  */ 	
/* 299  */ 	.ui-datepicker .ui-datepicker-calendar .ui-state-highlight { margin: -1px; }
/* 300  */ 	.ui-datepicker .ui-datepicker-calendar .ui-state-default { box-shadow: 0 0 0 0 rgba(0,0,0,.0); }

/* shortcodes.css */

/* 301  */ 	
/* 302  */ 	.ui-datepicker .ui-datepicker-next, .ui-datepicker-prev { background-image: none; }
/* 303  */ 
/* 304  */ 	.ui-datepicker table tr { border: 0 !important; }
/* 305  */ 	.ui-datepicker table tr td { border-width: 0 1px 1px 0 !important; border-style: solid; border-color: #DEDEDE; padding: 1px; }
/* 306  */ 	.ui-datepicker table td a,
/* 307  */ 	.ui-datepicker table td span { width: auto !important; display: block !important; }
/* 308  */ 	
/* 309  */ 	.ui-datepicker table tr:first-child td { background: inherit !important; }
/* 310  */ 	.ui-datepicker table tr:hover td { background: inherit !important; color: inherit !important; }
/* 311  */ 	.ui-datepicker table tr:hover td a { color: inherit !important; }
/* 312  */ 	.ui-datepicker table tr:nth-child(2n) td { background: inherit !important; }
/* 313  */ 	
/* 314  */ 	
/* 315  */ 	/* Lists */
/* 316  */ 	ul { list-style: none outside; }
/* 317  */ 	ol { list-style: decimal; }
/* 318  */ 
/* 319  */ 	.column_column ul, .column_column ol,
/* 320  */ 	.column_visual ul, .column_visual ol,
/* 321  */ 	.mfn-acc ul, .mfn-acc ol, .ui-tabs-panel ul, .ui-tabs-panel ol,
/* 322  */ 	.the_content_wrapper ul, .the_content_wrapper ol { margin: 0 0 15px 30px; font-size: 15px; line-height: 21px; }
/* 323  */ 	
/* 324  */ 	.column_column ul li,
/* 325  */ 	.column_visual ul li,
/* 326  */ 	.mfn-acc ul li, .ui-tabs-panel ul li,
/* 327  */ 	.the_content_wrapper ul li { list-style:disc outside;}
/* 328  */ 	
/* 329  */ 	.column_column ul li, .column_column ol li,
/* 330  */ 	.column_visual ul li, .column_visual ol li,
/* 331  */ 	.mfn-acc ul li, .mfn-acc ol li, .ui-tabs-panel ul li, .ui-tabs-panel ol li,
/* 332  */ 	.the_content_wrapper ul li, .the_content_wrapper ol li { margin-bottom:10px; }
/* 333  */ 	
/* 334  */ 	.column_column ul li ul, .column_column ol li ol,
/* 335  */ 	.column_visual ul li ul, .column_visual ol li ol,
/* 336  */ 	.mfn-acc ul li ul, .mfn-acc ol li ol, .ui-tabs-panel ul li ul, .ui-tabs-panel ol li ol,
/* 337  */ 	.the_content_wrapper ul li ul, .the_content_wrapper ol li ol { margin-top:10px; margin-bottom:0; }
/* 338  */ 	
/* 339  */ 	ul.list_mixed, ul.list_check, ul.list_star, ul.list_idea { margin-left: 0; }
/* 340  */ 	ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li { margin-bottom: 20px; position: relative; list-style: none; padding-left: 50px; margin-left: 0; }
/* 341  */ 	ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after { content: ""; width: 70px; height: 1px; overflow: hidden; background: rgba(0,0,0,.08); position: absolute; left: 0; bottom: -11px; }
/* 342  */ 	ul.list_mixed li:last-child:after, ul.list_check li:last-child:after, ul.list_star li:last-child:after, ul.list_idea li:last-child:after { display: none; }
/* 343  */ 	
/* 344  */ 	ul.list_check li, li.list_check { background: url(/wp-content/themes/betheme/images/icons/list_check.png) no-repeat 20px 5px; }
/* 345  */ 	ul.list_star li, li.list_star { background: url(/wp-content/themes/betheme/images/icons/list_star.png) no-repeat 20px 5px; }
/* 346  */ 	ul.list_idea li, li.list_idea { background: url(/wp-content/themes/betheme/images/icons/list_idea.png) no-repeat 20px 6px; }
/* 347  */ 
/* 348  */ 	dl { margin: 0 0 30px 0; }
/* 349  */ 	dl > dt, dl > dd { border-width: 1px 0 0 0; border-style: solid; padding: 10px 0; margin: 0; }
/* 350  */ 	dl > dt { display: block; float: left; width: 100px; font-weight: bold; }

/* shortcodes.css */

/* 351  */ 	dl > dd { margin-left: 110px; }
/* 352  */ 	dl > dd:after { content: ""; clear: both; display: block; }
/* 353  */ 
/* 354  */ 	
/* 355  */ 	/* Alerts */
/* 356  */ 	.alert { margin-bottom: 30px; padding: 20px 55px 20px 90px; position: relative; -webkit-border-radius: 5px; border-radius: 5px; }
/* 357  */ 	.alert .alert_icon { width: 60px; height: 60px; font-size: 30px; line-height: 60px; color: rgba(0,0,0,.4); position: absolute; left: 10px; top: 10px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; }
/* 358  */ 	.alert a.close { position: absolute; right: 15px; top: 20px; font-size: 20px; line-height: 20px; }
/* 359  */ 	.alert a.close i { margin: 0 !important; color: rgba(0,0,0,.6); }
/* 360  */ 	.alert a:hover.close i { color: rgba(0,0,0,.8); }
/* 361  */ 	
/* 362  */ 	.alert_warning { background: #ffe38b; color: #9b812e; }
/* 363  */ 	.alert_warning .alert_icon { background: #fbda72; }
/* 364  */ 	.alert_warning a, .alert_warning a:hover { color: #645012; }
/* 365  */ 	
/* 366  */ 	.alert_error { background: #fb5455; color: #fff; }
/* 367  */ 	.alert_error .alert_icon { background: #f24143; }
/* 368  */ 	.alert_error a, .alert_error a:hover { color: #9f2e2e; }
/* 369  */ 	
/* 370  */ 	.alert_info { background: #3097db; color: #fff; }
/* 371  */ 	.alert_info .alert_icon { background: #1c81c4; }
/* 372  */ 	.alert_info a, .alert_info a:hover { color: #b1e0ff; }
/* 373  */ 	
/* 374  */ 	.alert_success { background: #a5de5c; color: #fff; }
/* 375  */ 	.alert_success .alert_icon { background: #8fc944; }
/* 376  */ 	.alert_success a, .alert_success a:hover { color: #5d9514; }
/* 377  */ 	
/* 378  */ 	/* Muffin link */
/* 379  */ 	a.mfn-link { position: relative; display: inline-block; margin: 15px 25px; outline: none; text-decoration: none; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 15px; }
/* 380  */ 	a:hover.mfn-link { text-decoration: none; }
/* 381  */ 	
/* 382  */ 		/* Effect 1: Brackets */
/* 383  */ 		a.mfn-link-1:before,
/* 384  */ 		a.mfn-link-1:after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }
/* 385  */ 		a.mfn-link-1:before {margin-right: 10px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); }
/* 386  */ 		a.mfn-link-1:after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); }
/* 387  */ 		a:hover.mfn-link-1:before,
/* 388  */ 		a:hover.mfn-link-1:after,
/* 389  */ 		a.hover.mfn-link-1:before,
/* 390  */ 		a.hover.mfn-link-1:after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }
/* 391  */ 	
/* 392  */ 		/* Effect 2: 3D rolling links */
/* 393  */ 		a.mfn-link-2 { line-height: 44px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; }
/* 394  */ 		a.mfn-link-2 span { position: relative; display: inline-block; padding: 0 14px; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
/* 395  */ 		a.mfn-link-2 span:before { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; content: attr(data-hover); -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; text-align:center; }
/* 396  */ 		a:hover.mfn-link-2 span,
/* 397  */ 		a.hover.mfn-link-2 span { -webkit-transform: rotateX(90deg) translateY(-22px); -moz-transform: rotateX(90deg) translateY(-22px); transform: rotateX(90deg) translateY(-22px); }
/* 398  */ 		
/* 399  */ 		/* Effect 3: bottom line */
/* 400  */ 		a.mfn-link-3 { padding: 8px 0; }

/* shortcodes.css */

/* 401  */ 		a.mfn-link-3:after { position: absolute; top: 100%; left: 0; width: 100%; height: 3px; content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }
/* 402  */ 		a:hover.mfn-link-3:after,
/* 403  */ 		a.hover.mfn-link-3:after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
/* 404  */ 			
/* 405  */ 		/* Effect 4: second border slides up */
/* 406  */ 		a.mfn-link-4 { padding: 12px 10px 10px; text-shadow: none; font-weight: 700; }
/* 407  */ 		a.mfn-link-4:before,
/* 408  */ 		a.mfn-link-4::after { position: absolute; top: 100%; left: 0; width: 100%; height: 3px; content: ''; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); transform: scale(0.85); }
/* 409  */ 		a.mfn-link-4:after { opacity: 0; -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: top 0.3s, opacity 0.3s, transform 0.3s; }
/* 410  */ 		a:hover.mfn-link-4:before,
/* 411  */ 		a:hover.mfn-link-4:after,
/* 412  */ 		a.hover.mfn-link-4:before,
/* 413  */ 		a.hover.mfn-link-4:after { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
/* 414  */ 		a:hover.mfn-link-4:after,
/* 415  */ 		a.hover.mfn-link-4:after { top: 0%; opacity: 1; }
/* 416  */ 	
/* 417  */ 		/* Effect 5: reveal, push out */
/* 418  */ 		a.mfn-link-5 { overflow: hidden; margin: 0 15px; position: relative; z-index: 1; }
/* 419  */ 		a.mfn-link-5 span { display: block; padding: 10px 20px; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
/* 420  */ 		a.mfn-link-5:before { position: absolute; top: 0; left: 0; text-align: left; z-index: -1; padding: 10px 20px; width: 100%; height: 100%; content: attr(data-hover); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: translateX(-25%); -moz-transform: translateX(-25%); transform: translateX(-25%); }
/* 421  */ 		a:hover.mfn-link-5 span,
/* 422  */ 		a.hover.mfn-link-5 span { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); transform: translateX(100%); }
/* 423  */ 		a:hover.mfn-link-5:before,
/* 424  */ 		a.hover.mfn-link-5:before { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%); }
/* 425  */ 		
/* 426  */ 		/* Effect 6: text fill*/
/* 427  */ 		a.mfn-link-6 { padding: 10px 0; text-shadow: none; } 
/* 428  */ 		a.mfn-link-6:before { position: absolute; top: 0; left: 0; overflow: hidden; padding: 10px 0; max-width: 0; border-bottom: 2px solid; content: attr(data-hover); -webkit-transition: max-width 0.5s; -moz-transition: max-width 0.5s; transition: max-width 0.5s; }
/* 429  */ 		a:hover.mfn-link-6:before,
/* 430  */ 		a.hover.mfn-link-6:before { max-width: 100%; }
/* 431  */ 		
/* 432  */ 		/* Effect 7: border switch */
/* 433  */ 		a.mfn-link-7 { padding: 0 20px; height: 45px; line-height: 45px; }
/* 434  */ 		a.mfn-link-7:before,
/* 435  */ 		a.mfn-link-7:after { position: absolute; width: 45px; height: 2px; content: ''; opacity: 0.2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; pointer-events: none; }
/* 436  */ 		a.mfn-link-7:before { top: 0; left: 0; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; }
/* 437  */ 		a.mfn-link-7:after { right: 0; bottom: 0; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; transform-origin: 100% 0; }
/* 438  */ 		a:hover.mfn-link-7:before,
/* 439  */ 		a:hover.mfn-link-7:after,
/* 440  */ 		a.hover.mfn-link-7:before,
/* 441  */ 		a.hover.mfn-link-7:after { opacity: 1; }
/* 442  */ 		a:hover.mfn-link-7:before,
/* 443  */ 		a.hover.mfn-link-7:before { left: 50%; -webkit-transform: rotate(0deg) translateX(-50%); -moz-transform: rotate(0deg) translateX(-50%); transform: rotate(0deg) translateX(-50%); } 
/* 444  */ 		a:hover.mfn-link-7:after,
/* 445  */ 		a.hover.mfn-link-7:after { right: 50%; -webkit-transform: rotate(0deg) translateX(50%); -moz-transform: rotate(0deg) translateX(50%); transform: rotate(0deg) translateX(50%); }
/* 446  */ 
/* 447  */ 		/* Effect 8: cross */
/* 448  */ 		a.mfn-link-8 { padding: 0 5px; font-weight: 700; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; position: relative;  z-index: 1; }
/* 449  */ 		a.mfn-link-8:before,
/* 450  */ 		a.mfn-link-8:after { position: absolute; width: 100%; left: 0; top: 50%; height: 2px; margin-top: -1px; content: ''; z-index: -1; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; pointer-events: none; }

/* shortcodes.css */

/* 451  */ 		a.mfn-link-8:before { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px); }
/* 452  */ 		a.mfn-link-8:after { -webkit-transform: translateY(20px); -moz-transform: translateY(20px); transform: translateY(20px); }
/* 453  */ 		a:hover.mfn-link-8:before,
/* 454  */ 		a:hover.mfn-link-8:after,
/* 455  */ 		a.hover.mfn-link-8:before,
/* 456  */ 		a.hover.mfn-link-8:after { opacity: 0.7; }
/* 457  */ 		a:hover.mfn-link-8:before,
/* 458  */ 		a.hover.mfn-link-8:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
/* 459  */ 		a:hover.mfn-link-8:after,
/* 460  */ 		a.hover.mfn-link-8:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
/* 461  */ 		
/* 462  */ 			/* variables */
/* 463  */ 			a.mfn-link-4:before,
/* 464  */ 			a.mfn-link-4:after,	
/* 465  */ 			a.mfn-link-3:after,
/* 466  */ 			a:hover.mfn-link-8:after,
/* 467  */ 			a:hover.mfn-link-8:before,
/* 468  */ 			a.hover.mfn-link-8:after,
/* 469  */ 			a.hover.mfn-link-8:before {  background: rgba(0,0,0,0.1); }
/* 470  */ 			a.mfn-link-6 { border-top: 2px solid rgba(0,0,0,.05); }
/* 471  */ 			a.mfn-link.mfn-link-6 { color: rgba(0,0,0,.25); }
/* 472  */ 			
/* 473  */ 			a.mfn-link-2 span,
/* 474  */ 			a:hover.mfn-link-2 span:before,
/* 475  */ 			a.hover.mfn-link-2 span:before,
/* 476  */ 			a.mfn-link-5 span,
/* 477  */ 			a.mfn-link-5:before { color: #fff; }			
/* 478  */ 			
/* 479  */ 
/* 480  */ /* #Content blocks
/* 481  *| ==================================================================================================== */
/* 482  */ 
/* 483  */ 	/* Accordion & Toggle */
/* 484  */ 	.accordion {}
/* 485  */ 	.accordion .accordion_wrapper {}
/* 486  */ 	.accordion .question { margin-bottom: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; border-width: 1px; border-style: solid; }
/* 487  */ 	.accordion .question:last-child { margin-bottom: 0px; }
/* 488  */ 	.accordion .question .title { padding: 14px 14px 14px 60px; font-size: 13px; font-weight: bold; position: relative; border-width: 0; border-style: solid; cursor: pointer; background-image: url(/wp-content/themes/betheme/images/bg_panel.png); background-repeat: repeat-x; background-position: left top; }
/* 489  */ 	.accordion .question .title:before { content: ""; width: 49px; height: 100%; border-width: 0 1px 0 0; border-style: solid; position: absolute; left: 0; top: 0; z-index: 1; }
/* 490  */ 	.accordion .question .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus { font-size: 17px; line-height: 17px; display: block; position: absolute; left: 15px; top: 16px; width: 20px; height: 20px; text-align: center; color: rgba(0,0,0,.25); }
/* 491  */ 	.accordion .question .title > .acc-icon-plus:before, .accordion .question .title > .acc-icon-minus:before { margin: 0 !important; }
/* 492  */ 	.accordion .question .title > .acc-icon-plus { display: block; }
/* 493  */ 	.accordion .question .title > .acc-icon-minus { display: none; }
/* 494  */ 	.accordion .question .answer { padding: 15px 20px 20px; overflow: hidden; display: none; background-image: url(/wp-content/themes/betheme/images/box_shadow.png); background-repeat: repeat-x; background-position: left top; }
/* 495  */ 	.accordion .question .answer .wpb_content_element:last-child { margin-bottom:0;}
/* 496  */ 	.accordion .question.active .title { border-width: 0 0 1px 0; }
/* 497  */ 	.accordion .question.active .title > .acc-icon-plus { display: none; }
/* 498  */ 	.accordion .question.active .title > .acc-icon-minus { display: block; }
/* 499  */ 	.accordion .question.active p:last-child { margin-bottom: 0; }
/* 500  */ 	

/* shortcodes.css */

/* 501  */ 	
/* 502  */ 	/* FAQ */
/* 503  */ 	.faq {}
/* 504  */ 	.faq .faq_wrapper {}
/* 505  */ 	.faq .question { margin-bottom: 5px; overflow: hidden; position: relative; background: rgba(0,0,0,.02); }
/* 506  */ 	.faq .question:before { content: ""; width: 60px; height: 100%; border-width: 0 1px 0 0; border-style: solid; border-color: rgba(0,0,0,.1); position: absolute; left: 0; top: 0; z-index: 2; }
/* 507  */ 	.faq .question:after { content: ""; width: 60px; height: 100%; background: rgba(0,0,0,.03); position: absolute; left: 0; top: 0; z-index: 1; }
/* 508  */ 	.faq .question:last-child { margin-bottom: 0px; }
/* 509  */ 	.faq .question .title { padding: 20px 40px 20px 80px; font-size: 15px; position: relative; cursor: pointer; }
/* 510  */ 	.faq .question .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus { font-size: 17px; line-height: 17px; display: block; position: absolute; right: 15px; top: 21px; width: 20px; height: 20px; text-align: center; color: rgba(0,0,0,.25); }
/* 511  */ 	.faq .question .title > .acc-icon-plus:before, .faq .question .title > .acc-icon-minus:before { margin: 0 !important; }
/* 512  */ 	.faq .question .title > .acc-icon-plus { display: block; }
/* 513  */ 	.faq .question .title > .acc-icon-minus { display: none; }
/* 514  */ 	.faq .question .title .num { font-weight: bold; position: absolute; left: 27px; top: 20px; font-weight: bold; }
/* 515  */ 	.faq .question .answer { padding: 0 20px 20px 80px; overflow: hidden; display: none;}
/* 516  */ 	.faq .question.active .title > .acc-icon-plus { display: none; }
/* 517  */ 	.faq .question.active .title > .acc-icon-minus { display: block; }
/* 518  */ 	.faq .question.active p:last-child { margin-bottom: 0; }
/* 519  */ 	
/* 520  */ 		.wpb_wrapper .faq { margin-bottom: 5px;}
/* 521  */ 		.wpb_wrapper .faq .question .title.wpb_toggle { background-position:23px;}
/* 522  */ 		.wpb_wrapper .faq .question .answer.wpb_toggle_content { margin:0;}
/* 523  */ 		.wpb_wrapper .faq .question .last_toggle_el_margin { margin-bottom:0;}
/* 524  */ 		
/* 525  */ 
/* 526  */ 
/* 527  */ 	/* Table */
/* 528  */ 	table { width: 100%; margin-bottom: 15px; border-collapse: collapse !important; border-spacing: 0; -webkit-border-radius: 5px; border-radius: 5px; }
/* 529  */ 	table th, table td { padding: 10px; text-align: center; border-width: 1px; border-style: solid; vertical-align: middle; }
/* 530  */ 	table th { font-weight: bold; background: url(/wp-content/themes/betheme/images/bg_panel.png) repeat-x left top; }
/* 531  */ 	table th.clear { border: 0; background: none; }
/* 532  */ 	table tr:first-child td { background: url(/wp-content/themes/betheme/images/box_shadow.png) repeat-x left top; }
/* 533  */ 	table tr:nth-child(2n) td { background:rgba(0,0,0,0.01); }
/* 534  */ 	
/* 535  */ 		/* Animation */
/* 536  */ 		table tr:hover td { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 537  */ 
/* 538  */ 		.no-table-hover table tr:hover td { background: none; color: inherit;}
/* 539  */ 		.no-table-hover table tr:first-child td { background:none;}
/* 540  */ 		
/* 541  */ 		/* table.simple */
/* 542  */ 		table.simple th { background: none; }
/* 543  */ 		table.simple th, table.simple td { border-width: 0 0 1px; }
/* 544  */ 		table.simple tr:first-child td { background: none; }
/* 545  */ 		table.simple tr:last-child td { border: none; }
/* 546  */ 		table.simple tr:hover td { background: none; color: inherit; }
/* 547  */ 	
/* 548  */ 	
/* 549  */ 	/* Features list */
/* 550  */ 	.feature_list {}

/* shortcodes.css */

/* 551  */ 	.feature_list ul { margin: 0; overflow: hidden; }
/* 552  */ 	.feature_list ul li {  margin: 0; list-style: none; width: 25%; float: left; display: block;  padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
/* 553  */ 	.feature_list ul li a { display: block; }
/* 554  */ 	.feature_list ul li a:hover { text-decoration: none; }
/* 555  */ 	.feature_list ul li .icon { width: 60px; height: 60px; line-height: 0; margin-right: 10px; display: table-cell; vertical-align: middle; text-align: center; }	
/* 556  */ 	.feature_list ul li .icon i { font-size: 43px; line-height: 60px; }
/* 557  */ 	.feature_list ul li .icon i:before { margin: 0; }
/* 558  */ 	.feature_list ul li p { display: table-cell; vertical-align: middle; padding: 0 0 0 10px; }
/* 559  */ 	.feature_list hr { margin: 0; }
/* 560  */ 	
/* 561  */ 		/* Animation */
/* 562  */ 		.feature_list ul li a { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
/* 563  */ 			
/* 564  */ 		/* Columns */
/* 565  */ 		.feature_list[data-col="2"] ul li { width:50%;}	
/* 566  */ 		.feature_list[data-col="3"] ul li { width:33.33%;}	
/* 567  */ 		.feature_list[data-col="4"] ul li { width:25%;}	
/* 568  */ 		.feature_list[data-col="5"] ul li { width:20%;}	
/* 569  */ 		.feature_list[data-col="6"] ul li { width:16.66%;}	
/* 570  */ 			
/* 571  */ 	
/* 572  */ 	/* List */
/* 573  */ 	.list_item { display: block; }
/* 574  */ 	.list_item a { display: block; }
/* 575  */ 	.list_item a:hover { text-decoration: none; }
/* 576  */ 	.list_item .list_left { width: 80px; height: 80px; line-height: 80px; font-size: 50px; overflow: hidden; text-align: center; float: left; }
/* 577  */ 	.list_item .list_image { font-size: 0; }
/* 578  */ 	.list_item .list_left img { max-width: 80px !important; max-height: 80px !important; vertical-align: middle; }
/* 579  */ 	.list_item .list_left i {}
/* 580  */ 	.list_item .list_left i:before { margin: 0; }
/* 581  */ 	.list_item .circle { width: 78px; height: 78px; line-height: 78px; border-width: 1px; border-style: solid; font-size: 20px; font-weight: bold; overflow: hidden; text-align: center; float: left; -webkit-border-radius: 100%; border-radius: 100%; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow:inset 0 0 5px 0 rgba(0,0,0,.08); }
/* 582  */ 	.list_item .list_right { padding: 5px 0 0 0; margin-left: 100px; word-wrap: break-word; }
/* 583  */ 	.list_item .list_right h4 { margin-bottom: 7px; }
/* 584  */ 	
/* 585  */ 		.list_item.lists_1 .list_left { -webkit-border-radius: 5px; border-radius: 5px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1); box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1); }
/* 586  */ 		.list_item.lists_1 .list_image { width: 60px; height: 60px; line-height: 60px; padding: 10px; font-size: 0; }
/* 587  */ 		.list_item.lists_1 .list_left img { max-width: 60px !important; max-height: 60px !important; }
/* 588  */ 		
/* 589  */ 		.list_item.lists_3 .list_left { float: none; margin-bottom: 10px; }
/* 590  */ 		.list_item.lists_3 .list_icon { width: auto; text-align: left; }
/* 591  */ 		.list_item.lists_3 .list_right { margin-left: 0; padding-top: 0; }
/* 592  */ 		.list_item.lists_3 .list_right h4 { margin-bottom: 10px; }
/* 593  */ 		
/* 594  */ 		.list_item.lists_4 .list_right { padding-top: 21px; }
/* 595  */ 
/* 596  */ 	
/* 597  */ 	/* Pricing boxes */
/* 598  */ 	.pricing-box { border-width: 1px; border-style: solid; background: #fff; }
/* 599  */ 	.pricing-box .plan-header { text-align: center; padding: 20px 15px 0; }
/* 600  */ 	.pricing-box .plan-header .image { text-align: center; margin-bottom: 15px; }

/* shortcodes.css */

/* 601  */ 	.pricing-box .plan-header h2 { margin: 0 0 20px 0; font-size: 30px; line-height: 30px; }
/* 602  */ 	.pricing-box .plan-header .price { margin: 0 0 20px 0; font-family: Patua One; }
/* 603  */ 	.pricing-box .plan-header .price > span { font-size: 45px; line-height: 45px; margin: 0 5px; }
/* 604  */ 	.pricing-box .plan-header .price sup.currency { font-size: 20px; line-height: 20px; top: -10px; position: relative; }
/* 605  */ 	.pricing-box.cp-right .plan-header .price sup.currency { margin-right:5px; }
/* 606  */ 	.pricing-box .plan-header .price sup.period { font-size: 15px; line-height: 15px; top: -15px; position: relative; }
/* 607  */ 	.pricing-box .plan-header hr { margin-bottom: 0; width: 60%; }
/* 608  */ 	.pricing-box .plan-header p.subtitle { padding: 20px 0 0; margin-bottom: 0; }
/* 609  */ 	.pricing-box .plan-inside { padding: 10px 30px; text-align: center; }
/* 610  */ 	.pricing-box .plan-inside ul { margin: 0; font-size: 100%; line-height: normal; }
/* 611  */ 	.pricing-box .plan-inside ul li { text-align: center; padding: 11px 10px; display: block; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
/* 612  */ 	.pricing-box .plan-inside ul li .yes,
/* 613  */ 	.pricing-box .plan-inside ul li .no { display: inline-block; overflow: hidden; width: 10px; height: 10px; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(0,0,0,.1); }
/* 614  */ 	.pricing-box .plan-inside ul li:last-child { border-bottom: 0; }
/* 615  */ 	.pricing-box .plan-footer { text-align: center; }
/* 616  */ 	.pricing-box .plan-footer a { margin-right: 0; }
/* 617  */ 	.pricing-box-box.pricing-box-featured { border-color: transparent; }
/* 618  */ 	
/* 619  */ 		/* Pricing table */
/* 620  */ 		.pricing-box.pricing-box-label .plan-header *,
/* 621  */ 		.pricing-box.pricing-box-label .plan-footer { visibility: hidden; }
/* 622  */ 		
/* 623  */ 		.pricing-box-label ul li { font-weight: bold; text-align: right !important; }
/* 624  */ 		
/* 625  */ 		.pricing-box-label,
/* 626  */ 		.pricing-box-table { border: 0; background: none; }
/* 627  */ 		.pricing-box-label .plan-inside,
/* 628  */ 		.pricing-box-table .plan-inside { padding-left: 0; padding-right: 0; }
/* 629  */ 		
/* 630  */ 		.pricing-box-table.pricing-box-featured { background: rgba(0,0,0,.02); padding-left: 10px; padding-right: 10px; }
/* 631  */ 		
/* 632  */ 		
/* 633  */ 	/* Content slider */
/* 634  */ 	.content_slider { padding: 0 140px 42px; position: relative; }
/* 635  */ 	.content_slider .caroufredsel_wrapper { border-width: 8px; border-style: solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 636  */ 	.content_slider ul { line-height: 0; }
/* 637  */ 	.content_slider ul li { display:block; float:left;}
/* 638  */ 	
/* 639  */ 	.content_slider a.slider_prev, .content_slider a.slider_next { position: absolute; top: 50%; margin: -43px 0 0 0; }
/* 640  */ 	.content_slider a.slider_prev { left: 50px; }
/* 641  */ 	.content_slider a.slider_next { right: 50px; }
/* 642  */ 	
/* 643  */ 	.content_slider .slider_pagination { position: absolute; left: 0; bottom: 0px; width: 100%; }
/* 644  */ 	
/* 645  */ 	/* Flat */
/* 646  */ 	.content_slider.flat { padding: 0 140px 0px; }
/* 647  */ 	.content_slider.flat .caroufredsel_wrapper { border-width: 0; }
/* 648  */ 	.content_slider.flat a.button { background-color: transparent; background-image: none; box-shadow: none; }
/* 649  */ 	.content_slider.flat a.button:after { display: none; } 
/* 650  */ 	.content_slider.flat a.button .button_icon { background: none; padding: 0; font-size: 50px; opacity: 0.3; }

/* shortcodes.css */

/* 651  */ 	.content_slider.flat a:hover.button .button_icon { opacity: 1; }
/* 652  */ 	.content_slider.flat a.slider_prev { left: 50px; }
/* 653  */ 	.content_slider.flat a.slider_next { right: 50px; }
/* 654  */ 	.content_slider.flat .slider_pagination { display: none !important; }
/* 655  */ 	
/* 656  */ 	/* Flat description */
/* 657  */ 	.content_slider.flat.description { padding: 0 140px 50px; }
/* 658  */ 	.content_slider.flat.description ul li { text-align: center; }
/* 659  */ 	.content_slider.flat.description ul li a { display: block; text-decoration: none; }
/* 660  */ 	.content_slider.flat.description ul li img { margin-bottom: 30px; }
/* 661  */ 	.content_slider.flat.description ul li .desc { line-height: initial; padding: 0 20%; }
/* 662  */ 	.content_slider.flat.description .slider_pagination { display: block !important; }
/* 663  */ 
/* 664  */ 	/* Carousel */
/* 665  */ 	.content_slider.carousel { padding: 0 70px 40px; }
/* 666  */ 	.content_slider.carousel .caroufredsel_wrapper { border-width: 0; }
/* 667  */ 	.content_slider.carousel  ul li { text-align: center; padding: 0 20px; padding-top: 5px; }
/* 668  */ 	.content_slider.carousel  ul li img { margin-bottom: 20px; opacity: 0.8; position: relative; top: 0; }
/* 669  */ 	.content_slider.carousel  ul li .title { opacity: 0.3; font-size: 115%; }
/* 670  */ 	.content_slider.carousel a.button { background-color: transparent; background-image: none; box-shadow: none; top: 33%; margin-top: -11px; }
/* 671  */ 	.content_slider.carousel a.button:after { display: none; } 
/* 672  */ 	.content_slider.carousel a.button .button_icon { background: none; padding: 0; font-size: 30px; opacity: 0.5; }
/* 673  */ 	.content_slider.carousel a:hover.button .button_icon { opacity: 1; }
/* 674  */ 	.content_slider.carousel a.slider_prev { left: 20px; }
/* 675  */ 	.content_slider.carousel a.slider_next { right: 20px; }
/* 676  */ 
/* 677  */ 	.content_slider.carousel  ul li a:hover { text-decoration: none; }
/* 678  */ 	.content_slider.carousel  ul li a:hover img,
/* 679  */ 	.content_slider.carousel  ul li:hover img { opacity: 1; top: -5px; }
/* 680  */ 	.content_slider.carousel  ul li a:hover .title,
/* 681  */ 	.content_slider.carousel  ul li:hover .title { opacity: 1; }
/* 682  */ 
/* 683  */ 		/* Animation */
/* 684  */ 		.content_slider.carousel  ul li img,
/* 685  */ 		.content_slider.carousel  ul li .title,
/* 686  */ 		.content_slider.flat a.button .button_icon { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 687  */ 
/* 688  */ 	
/* 689  */ 
/* 690  */ 	/* Offer slider */
/* 691  */ 	.offer .offer_ul { margin:0 !important;}
/* 692  */ 	.offer .offer_li { display:block; float:left;}
/* 693  */ 	.offer .offer_li .image_wrapper { float:left; width:50%; line-height: 0; }
/* 694  */ 	.offer .offer_li .image_wrapper img { float:right;}
/* 695  */ 	.offer .offer_li .desc_wrapper { float:left; width:570px; margin:30px 12px 30px 30px; }
/* 696  */ 	.offer .offer_li .desc_wrapper .title { margin-bottom: 30px; position: relative; min-height: 43px; padding-right: 160px; }
/* 697  */ 	.offer .offer_li .desc_wrapper .title h3 { margin: 0; font-size: 35px; line-height: 35px; padding-top: 3px; }
/* 698  */ 	.offer .offer_li .desc_wrapper .title h3 em { color: rgba(0,0,0,.1); font-style: normal; }
/* 699  */ 	.offer .offer_li .desc_wrapper .title a.button { margin: 0; position: absolute; right: 0; top: 0; }
/* 700  */ 	

/* shortcodes.css */

/* 701  */ 	.offer a.slider_prev, .offer a.slider_next { background: #262626; margin: 0; position: absolute; }
/* 702  */ 	.offer a.slider_prev:after, .offer a.slider_next:after { background: rgba(0,0,0,.2); }
/* 703  */ 	.offer a.slider_prev .button_icon, .offer a.slider_next .button_icon { padding: 0; width: 46px; height: 46px; line-height: 46px; text-align: center; }
/* 704  */ 	.offer a.slider_prev .button_icon i, .offer a.slider_next .button_icon i { color: #fff; }
/* 705  */ 	
/* 706  */ 	.offer a.slider_prev { left: 50px; top: 50%; z-index: 2; margin-top: -69px; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
/* 707  */ 	.offer a.slider_next { left: 50px; top: 50%; z-index: 2; margin-top: 23px; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
/* 708  */ 	.offer .slider_pagination { display: block; left: 50px; top: 50%; color: #6C6C6C; margin-top: -23px; position: absolute; z-index: 1; width: 46px; height: 46px; line-height: 46px; text-align: center; font-size: 13px; background: #1c1c1c; }
/* 709  */ 	.offer .slider_pagination .current, .offer .slider_pagination .count { color: #fff; }
/* 710  */ 
/* 711  */ 	.button-stroke .offer a.slider_prev .button_icon, .button-stroke .offer a.slider_next .button_icon { padding: 0; width: 42px; height: 42px; line-height: 42px; text-align: center; }
/* 712  */ 	.button-stroke .offer a.slider_prev { margin-top: -75px;}
/* 713  */ 	.button-stroke .offer a.slider_next { margin-top: 28px;}
/* 714  */ 	.button-stroke .offer .slider_pagination { border-radius: 3px; background: rgba(0, 0, 0, 0.6);}
/* 715  */ 
/* 716  */ 	/* Offer thumb */
/* 717  */ 	.offer_thumb { position: relative; padding-left: 120px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 718  */ 	.offer_thumb_ul li.offer_thumb_li { float: left; display: block; padding-left: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 719  */ 	.offer_thumb_ul li.offer_thumb_li .image_wrapper { float: right; width: 57%; }
/* 720  */ 	.offer_thumb_ul li.offer_thumb_li .desc_wrapper { float: left; width: 39%; margin-right: 4%; padding-top: 20px; }
/* 721  */ 	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title { margin-bottom: 30px; position: relative; min-height: 43px; padding-right: 160px; }
/* 722  */ 	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { margin: 0; font-size: 35px; line-height: 35px; padding-top: 3px; }
/* 723  */ 	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button { margin: 0; position: absolute; right: 0; top: 0; }
/* 724  */ 		
/* 725  */ 		/* Animation */
/* 726  */ 		.offer_thumb .slider_pagination a img { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* 727  */ 		.offer_thumb .slider_pagination a:before,
/* 728  */ 		.offer_thumb .slider_pagination a:after { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
/* 729  */ 
/* 730  */ 		@media only screen and (min-width: 768px) { 
/* 731  */ 		
/* 732  */ 			.offer_thumb .slider_pagination { position: absolute; left: 0; top: 0; border-width: 1px; border-style: solid; }
/* 733  */ 			.offer_thumb .slider_pagination a { display: block; margin: 0; width: 85px; height: 85px; line-height: 85px; text-align: center; padding: 8px; text-indent: 0; border-bottom-width: 1px; border-style: solid; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
/* 734  */ 			.offer_thumb .slider_pagination a:not(.selected):hover img { filter: alpha(opacity=60); opacity: 0.6; }
/* 735  */ 			.offer_thumb .slider_pagination a.selected { top: 0; }
/* 736  */ 			body:not(.style-simple) .offer_thumb .slider_pagination a:last-child { border: 0; }
/* 737  */ 					
/* 738  */ 			.offer_thumb .slider_pagination a:before { content: ""; display: block; width: 5px; height: 100%; right: -5px; top: 0; position: absolute; filter: alpha(opacity=0); opacity: 0; }
/* 739  */ 			.offer_thumb .slider_pagination a.selected:before { filter: alpha(opacity=100); opacity: 1; }
/* 740  */ 			.offer_thumb .slider_pagination a:after { content: ""; left: auto; right: -9px; top: 50%; margin-top: -4px; width: 8px; height: 8px; filter: alpha(opacity=0); opacity: 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
/* 741  */ 			.offer_thumb .slider_pagination a.selected:after { filter: alpha(opacity=100); opacity: 1; }
/* 742  */ 			
/* 743  */ 			.offer_thumb .slider_pagination a { background-color: #fff; }
/* 744  */ 			.offer_thumb .slider_pagination a.selected { background-color: #fff; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 745  */ 			
/* 746  */ 			.offer_thumb .slider_pagination a img { vertical-align:middle;}
/* 747  */ 		}
/* 748  */ 		
/* 749  */ 	/* Offer thumb bottom */
/* 750  */ 	.offer_thumb.bottom { padding-left: 0; }

/* shortcodes.css */

/* 751  */ 	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 48%; text-align: center; }
/* 752  */ 	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper { margin-right: 4%; width: 48%; }
/* 753  */ 	.offer_thumb.bottom .slider_pagination { position: static; border: 0; text-align: center; margin-top: 50px; }
/* 754  */ 	.offer_thumb.bottom .slider_pagination a { display: inline-block; border-width: 1px 0px 1px 1px; border-style: solid; }
/* 755  */ 	.offer_thumb.bottom .slider_pagination a:last-child { border-right-width: 1px; border-style: solid; }
/* 756  */ 	.offer_thumb.bottom .slider_pagination a:before { width: 100%; height: 5px; left: 0; right: auto; top: -5px; }
/* 757  */ 	.offer_thumb.bottom .slider_pagination a:after { left: 50%; right: auto; top: -5px; margin-left: -4px; }
/* 758  */ 	
/* 759  */ 		
/* 760  */ 	/* Latest news */
/* 761  */ 	.Latest_news {}
/* 762  */ 	.Latest_news ul { margin: 0; font-size: 100%; line-height: normal; }
/* 763  */ 	.Latest_news ul li { margin: 0 0 15px 0; list-style: none; position: relative; overflow: hidden; }
/* 764  */ 	.Latest_news ul li .photo { width: 30%; border-right-width: 3px; border-style: solid; float: left; line-height: 0; }
/* 765  */ 	.Latest_news ul li .desc { width: 100%; padding: 3px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
/* 766  */ 	.Latest_news ul li .desc h5 { margin: 0 0 9px 0; }
/* 767  */ 	.Latest_news ul li.has-post-thumbnail .desc { margin-left: 30%; width: 70%; }
/* 768  */ 	
/* 769  */ 	.Latest_news ul li .desc_footer { overflow: hidden; border-top-width: 1px; border-style: solid; padding-top: 8px; color: #a8a8a8; }
/* 770  */ 	.Latest_news ul li .desc_footer .date { float: left; margin-right: 5px; }
/* 771  */ 	.Latest_news ul li .desc_footer .button-love { float: left; margin-right: 5px; }
/* 772  */ 	.Latest_news ul li .desc_footer .button-love a.mfn-love { display: inline-block; position: relative; padding-left: 24px; margin-left: 5px; }
/* 773  */ 	.Latest_news ul li .desc_footer .button-love a.mfn-love i { position: absolute; left: 0; top: 0; font-size: 16px; }
/* 774  */ 	.Latest_news ul li .desc_footer .button-love a.mfn-love:hover { text-decoration: none; }
/* 775  */ 	.Latest_news ul li .desc_footer .button-love a.mfn-love i:last-child { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 776  */ 	.Latest_news ul li .desc_footer .button-love a:hover.mfn-love i:last-child,
/* 777  */ 	.Latest_news ul li .desc_footer .button-love a.loved.mfn-love i:last-child { opacity: 1; filter: alpha(opacity=100); }
/* 778  */ 
/* 779  */ 
/* 780  */ /* #Boxes & Infographics
/* 781  *| ==================================================================================================== */
/* 782  */ 
/* 783  */ 	/* Icon box */
/* 784  */ 	.icon_box { position: relative; padding: 10px 0; }
/* 785  */ 	.icon_box.has_border:after { content: ""; display: block; width: 0px; height: 100%; border-width: 0 1px 0 0; border-style: solid; position: absolute; right: -2.4%; top: 0;  }
/* 786  */ 	.icon_box a { display: block; }
/* 787  */ 	.icon_box a:hover { text-decoration: none; }
/* 788  */ 	.icon_box .icon_wrapper { width: 110px; height: 110px; text-align: center; line-height: 110px; font-size: 50px; position: relative; overflow: hidden; margin: 0 auto 15px; border-width: 8px; border-style: solid; display: block; -webkit-border-radius: 100%; border-radius: 100%; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 789  */ 	.icon_box .icon_wrapper i { z-index: 2; position: relative; }
/* 790  */ 	.icon_box .icon_wrapper:before { content: ""; display: block; width: 100%; height: 100%; border-width: 1px; border-style: solid; position: absolute; left: 0; top: 0; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
/* 791  */ 	.icon_box .icon_wrapper { background-color: #fff; -webkit-box-shadow:inset 0 0 7px 0 rgba(0,0,0,.08); box-shadow:inset 0 0 7px 0 rgba(0,0,0,.08); }
/* 792  */ 	.icon_box .image_wrapper { text-align: center; margin-bottom: 15px; }
/* 793  */ 	.icon_box .desc_wrapper { text-align: center; }
/* 794  */ 	
/* 795  */ 		/* Icon postion left */
/* 796  */ 		.icon_box.icon_position_left { min-height: 126px; padding-left: 145px; }
/* 797  */ 		.icon_box.icon_position_left .icon_wrapper { position: absolute; left: 0; top: 10px; margin-bottom: 0; }
/* 798  */ 		.icon_box.icon_position_left .desc_wrapper { text-align: left; padding-top: 10px; }
/* 799  */ 		.icon_box.icon_position_left .image_wrapper { position: absolute; left: 0; top: 10px; margin-bottom: 0; width: 126px; height: 126px; overflow: hidden; }
/* 800  */ 		

/* shortcodes.css */

/* 801  */ 		/* Animation */
/* 802  */ 		.icon_box .icon_wrapper,
/* 803  */ 		.icon_box .icon_wrapper:before { -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }	
/* 804  */ 		.icon_box .icon_wrapper { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }
/* 805  */ 		.icon_box:hover .icon_wrapper { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); -o-transform: scale(0.94); transform: scale(0.94); }
/* 806  */ 		
/* 807  */ 	/* Icon box button & mfn-link */
/* 808  */ 	.icon_box a.mfn-link,
/* 809  */ 	.icon_box a.button { display: inline-block;}
/* 810  */ 
/* 811  */ 	/* Article box */
/* 812  */ 	.article_box { overflow: hidden; }
/* 813  */ 	.article_box a { display: block; }
/* 814  */ 	.article_box a:hover { text-decoration: none; }
/* 815  */ 	.article_box .photo_wrapper { width: 50%; float: left; line-height: 0; }
/* 816  */ 	.article_box .desc_wrapper { width: 50%; min-height: 139px; float: left; padding: 10px 15px; background-color: #f8f8f8; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 817  */ 	.article_box .desc_wrapper p { margin-bottom: 10px; border-bottom-width: 1px; border-style: solid; padding-bottom: 7px; }
/* 818  */ 	.article_box .desc_wrapper h4 { margin-bottom: 5px; }
/* 819  */ 	.article_box .desc_wrapper i.icon-right-open { display: block; position: relative; left: -5px; }
/* 820  */ 
/* 821  */ 
/* 822  */ 	/* Sliding box */
/* 823  */ 	.sliding_box { position: relative; }
/* 824  */ 	.sliding_box a { display: block; }
/* 825  */ 	.sliding_box a:hover { text-decoration: none; }
/* 826  */ 	.sliding_box .photo_wrapper { line-height: 0; position: relative; bottom: -15px; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1);  }
/* 827  */ 	.sliding_box .desc_wrapper { padding: 15px 20px; width: 100%; text-align: center; z-index: 2; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/* 828  */ 	.sliding_box .desc_wrapper:after { content: ""; display: block; position: absolute; left: 50%; top: 0; margin-left: -8px; width: 0px; height: 0px; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent transparent transparent; }
/* 829  */ 	.sliding_box .desc_wrapper h4 { margin-bottom: 0; }
/* 830  */ 	
/* 831  */ 		/* Animation */
/* 832  */ 		.sliding_box .photo_wrapper { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 833  */ 		.sliding_box:hover .photo_wrapper { bottom: -1px; }
/* 834  */ 		.sliding_box .desc_wrapper:after { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
/* 835  */ 		.sliding_box:hover .desc_wrapper:after { top: -8px; }
/* 836  */ 
/* 837  */ 
/* 838  */ 	/* Fancy box */
/* 839  */ 	.story_box { padding: 0 11%; }
/* 840  */ 	.story_box a,
/* 841  */ 	.story_box a:hover { display: block; text-decoration: none; }
/* 842  */ 	.story_box .photo_wrapper { line-height: 0; overflow: hidden; }
/* 843  */ 	.story_box .photo_wrapper img { display: block; opacity: 0.7; }
/* 844  */ 	.story_box .desc_wrapper { margin-right: 20%; position: relative; z-index: 2; }
/* 845  */ 	.story_box .desc_wrapper h3 { margin-left: -30px; margin-top: -26px; }
/* 846  */ 	.story_box .desc_wrapper hr { margin-left: 0; width: 20%; }
/* 847  */ 	.story_box:hover .desc_wrapper hr { width: 40%; }
/* 848  */ 	.story_box:hover .photo_wrapper img { display: block; opacity: 1; }
/* 849  */ 	
/* 850  */ 	.story_box.vertical { padding: 0 17%; }

/* shortcodes.css */

/* 851  */ 	
/* 852  */ 		/* Animation */
/* 853  */ 		.story_box .desc_wrapper hr,
/* 854  */ 		.story_box .photo_wrapper img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 855  */ 		
/* 856  */ 
/* 857  */ 	/* Promo box */
/* 858  */ 	.promo_box { position: relative; }
/* 859  */ 	.promo_box.has_border:after { content: ""; display: block; width: 0px; height: 100%; border-width: 0 1px 0 0; border-style: solid; position: absolute; right: -2.4%; top: 0;  }
/* 860  */ 	.promo_box_wrapper { overflow: hidden; }
/* 861  */ 	.promo_box_wrapper .photo_wrapper { width: 36%; float: left; text-align: left; line-height: 0; }
/* 862  */ 	.promo_box_wrapper .desc_wrapper { width: 56%; margin: 0 2% 0 6%; float: left; padding-top: 10px; }
/* 863  */ 	.promo_box_wrapper .desc_wrapper .desc { margin-bottom: 15px; }
/* 864  */ 	.promo_box_wrapper.promo_box_right .photo_wrapper { float: right; text-align: right; }
/* 865  */ 	.promo_box_wrapper.promo_box_right .desc_wrapper { margin: 0 6% 0 2%; text-align: right; }
/* 866  */ 	.promo_box_wrapper.promo_box_right .desc_wrapper a.button { margin-right: 0; }
/* 867  */ 	
/* 868  */ 	
/* 869  */ 	/* Zoom box */
/* 870  */ 	.zoom_box { position: relative; line-height: 0; overflow: hidden; }
/* 871  */ 	.zoom_box .photo img,
/* 872  */ 	.zoom_box .desc {
/* 873  */ 		-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
/* 874  */ 	}
/* 875  */ 	.zoom_box .photo img {
/* 876  */ 		-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
/* 877  */ 	}
/* 878  */ 	.zoom_box:hover .photo img { 
/* 879  */ 		-webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15);
/* 880  */ 	}
/* 881  */ 	.zoom_box .desc { background:rgba(0,0,0,.8); width:100%; height:100%; position:absolute; left:0; top:0; text-align:center; opacity:0;
/* 882  */ 		-webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15);
/* 883  */ 	}
/* 884  */ 	.zoom_box:hover .desc { opacity:1;
/* 885  */ 		-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
/* 886  */ 	}
/* 887  */ 	.zoom_box .desc .desc_img img { max-width:30% !important; padding-bottom:15px;}
/* 888  */ 	.zoom_box .desc .desc_txt { padding:0 40px; font-size:26px; line-height:30px; color:#fff;}
/* 889  */ 	
/* 890  */ 	
/* 891  */ 	/* Counter */
/* 892  */ 	.counter { padding: 20px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_b.png); text-align: center; position: relative; }
/* 893  */ 	.counter .icon_wrapper { margin-bottom: 15px; line-height: 0; width: 100%; }
/* 894  */ 	.counter .icon_wrapper i:before { margin: 0; }
/* 895  */ 	.counter .icon_wrapper i { display: inline-block; width: 50px; height: 50px; line-height: 50px; font-size: 50px; }
/* 896  */ 	.counter .desc_wrapper {}
/* 897  */ 	.counter .desc_wrapper .number-wrapper { font-size: 50px; line-height: 50px; font-family: Patua One; margin-bottom: 5px; }
/* 898  */ 	.counter .desc_wrapper .number-wrapper .label { font-size: 70%; line-height: 100%;}
/* 899  */ 	.counter .desc_wrapper .title { font-size: 15px; line-height: 20px; margin: 0; }
/* 900  */ 	

/* shortcodes.css */

/* 901  */ 	.counter.counter_horizontal { text-align: left; min-height: 75px; }
/* 902  */ 	.counter.counter_horizontal .icon_wrapper { width: 50px; height: 50px; position: absolute; left: 30px; top: 32px; margin: 0; }
/* 903  */ 	.counter.counter_horizontal .desc_wrapper { padding-left: 85px; }
/* 904  */ 	
/* 905  */ 	
/* 906  */ 	/* Chart box */
/* 907  */ 	.chart_box { position: relative; text-align: center; }
/* 908  */ 	.chart_box:before { content: ""; display: block; z-index: 2; width: 124px; height: 124px; border-width: 1px; border-style: solid; position: absolute; left: 50%; margin-left: -62px; top: 8px; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 909  */ 	.chart_box .chart { width: 140px; margin: 0 auto 10px; position: relative; }
/* 910  */ 	.chart_box .chart .icon,
/* 911  */ 	.chart_box .chart .image { width: 70px; height: 70px; line-height: 70px; overflow: hidden; position: absolute; left: 35px; top: 35px; z-index: 3; text-align: center; }
/* 912  */ 	.chart_box .chart .icon { font-size: 45px; }
/* 913  */ 	.chart_box .chart .icon i:before { margin: 0; }
/* 914  */ 	.chart_box .chart .image img { vertical-align: middle; }
/* 915  */ 	.chart_box .chart .num { position: absolute; left: 0px; top: 45px; z-index: 3; width: 100%; font-family: Patua One; font-size: 50px; line-height: 50px; }
/* 916  */ 	.chart_box p { margin-bottom: 0; }
/* 917  */ 
/* 918  */ 	
/* 919  */ 	/* Progress bars */
/* 920  */ 	.progress_bars {}
/* 921  */ 	.progress_bars .bars_list { margin: 0; }
/* 922  */ 	.progress_bars .bars_list li { margin-bottom: 20px; list-style: none; overflow: hidden; }
/* 923  */ 	.progress_bars .bars_list li:last-child { margin-bottom: 0px; }
/* 924  */ 	.progress_bars .bars_list li  h6 { margin-bottom: 7px; position: relative; padding-right: 40px; }
/* 925  */ 	.progress_bars .bars_list li  h6 .label { display: block; font-size: 11px; line-height: 17px; padding: 0px 5px; font-weight: normal; position: absolute; right: 0px; top: 1px; -webkit-border-radius: 3px; border-radius: 3px; background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .35); }
/* 926  */ 	.progress_bars .bars_list li  h6 .label em { font-style: normal; }
/* 927  */ 	.progress_bars .bars_list li .bar { position: relative; width: 100%; height: 20px; -webkit-border-radius: 3px; border-radius: 3px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(0, 0, 0, .02); -webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04); box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04); }
/* 928  */ 	.progress_bars .bars_list li .bar .progress { display: block; height: 20px; background-image: url(/wp-content/themes/betheme/images/progressbar.png); -webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04); box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04); }
/* 929  */ 	.progress_bars .bars_list:not(.hover) li .bar .progress { width: 0 !important; }
/* 930  */ 
/* 931  */ 		/* Animation */
/* 932  */ 		.progress_bars .bars_list.hover li .bar .progress { -webkit-transition: all 1.3s ease-in-out; -moz-transition: all 1.3s ease-in-out; -o-transition: all 1.3s ease-in-out; transition: all 1.3s ease-in-out; }
/* 933  */ 
/* 934  */ 
/* 935  */ 	/* Progress icons */
/* 936  */ 	.progress_icons { margin-bottom: 12px; overflow: hidden; }
/* 937  */ 	.progress_icons .progress_icon { display: inline-block; margin: 0 7px 7px 0; width: 35px; height: 35px; line-height: 35px; font-size: 17px; color: #fff; text-align: center; -webkit-border-radius: 100%; border-radius: 100%; }
/* 938  */ 	.progress_icons .progress_icon:last-child { margin-right: 0px; }
/* 939  */ 	.progress_icons .progress_icon:not(.themebg) { background: rgba(0,0,0,.06); }
/* 940  */ 
/* 941  */ 		/* Animation */
/* 942  */ 		.progress_icons .progress_icon { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* 943  */ 
/* 944  */ 
/* 945  */ 	/* Trailer box */
/* 946  */ 	.trailer_box { text-align: center; position: relative; line-height: 0; }
/* 947  */ 	.trailer_box a { display: block; }
/* 948  */ 	.trailer_box a:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; filter: alpha(opacity=0); opacity: 0; background: rgba(0,0,0,.15); }
/* 949  */ 	.trailer_box:hover a:after { filter: alpha(opacity=100); opacity: 100; }
/* 950  */ 	.trailer_box .desc { position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 20px 15px 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* shortcodes.css */

/* 951  */ 	.trailer_box .desc h2 { margin: 0; position: relative; bottom: 0; font-size: 30px; line-height: 30px; }
/* 952  */ 	.trailer_box:hover .desc h2 { bottom: 20px;}
/* 953  */ 	.trailer_box .desc .subtitle { display: inline-block; position: relative; bottom: 0; line-height: normal; letter-spacing: 1px; padding: 4px 8px; text-transform: uppercase; margin-bottom: 15px; -webkit-border-radius: 3px; border-radius: 3px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_w.png); }
/* 954  */ 	.trailer_box:hover .desc .subtitle { bottom: 20px; }
/* 955  */ 	.trailer_box .desc .line { height: 1px; width: 0%; margin: 0 auto; background: #fff; overflow: hidden; display: block; }
/* 956  */ 	.trailer_box:hover .desc .line { width: 60%; }
/* 957  */ 
/* 958  */ 		/* Animation */
/* 959  */ 		.trailer_box a:after,
/* 960  */ 		.trailer_box .desc .subtitle,
/* 961  */ 		.trailer_box .desc .line,
/* 962  */ 		.trailer_box .desc h2 { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 963  */ 	
/* 964  */ 	
/* 965  */ 	/* Quick facts */
/* 966  */ 	.quick_fact { text-align: center; }
/* 967  */ 	.quick_fact .number-wrapper { font-size: 90px; line-height: 90px; font-family: Patua One; }
/* 968  */ 	.quick_fact .number-wrapper .label { font-size: 70%; line-height: 100%;}
/* 969  */ 	.quick_fact hr { width: 40%; }
/* 970  */ 	
/* 971  */ 	
/* 972  */ 	/* Photo box */
/* 973  */ 	.photo_box { text-align: center; }
/* 974  */ 	.photo_box.pb_left { text-align: left; }
/* 975  */ 	.photo_box.pb_right { text-align: right; }
/* 976  */ 	.photo_box .image_frame { margin-bottom: 15px; }
/* 977  */ 	.photo_box .desc { margin-bottom: 15px; }
/* 978  */ 	
/* 979  */ 	
/* 980  */ 	/* Flat box */
/* 981  */ 	.flat_box {}
/* 982  */ 	.flat_box a,
/* 983  */ 	.flat_box a:hover { display: block; text-decoration: none; }
/* 984  */ 	.flat_box .photo_wrapper { margin-bottom: 15px; position: relative; line-height: 0; overflow: hidden; }
/* 985  */ 	
/* 986  */ 	.flat_box .photo_wrapper .icon { position: absolute; left: 0; top: 0; height: 100%; width: 90px; text-align: center; color: #fff; z-index: 2; }
/* 987  */ 	.flat_box .photo_wrapper .icon i { display: block; width: 100%; height: 60px; line-height: 60px; font-size: 55px; vertical-align: middle; position: absolute; top: 50%; margin-top: -30px; }
/* 988  */ 	.flat_box:hover .photo_wrapper .icon,
/* 989  */ 	.flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(-90px); transform: translateX(-90px); }
/* 990  */ 		
/* 991  */ 	.flat_box .photo_wrapper img { position: relative; display: block; z-index: 1; -webkit-transform: translateX(15px); transform: translateX(15px); }
/* 992  */ 	.flat_box:hover .photo_wrapper img,
/* 993  */ 	.flat_box a:hover .photo_wrapper img { -webkit-transform: translateX(0px); transform: translateX(0px); }
/* 994  */ 	
/* 995  */ 	.flat_box .desc_wrapper { margin-left: 90px; }
/* 996  */ 	
/* 997  */ 		/* 1/4 */
/* 998  */ 		@media only screen and (min-width: 960px) {
/* 999  */ 			.one-fourth .flat_box .photo_wrapper .icon { width: 60px; }
/* 1000 */ 			.one-fourth .flat_box .photo_wrapper .icon i { height: 40px; line-height: 40px; font-size: 35px; margin-top: -20px; }

/* shortcodes.css */

/* 1001 */ 			.one-fourth .flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(-60px); transform: translateX(-60px); }
/* 1002 */ 			.one-fourth .flat_box .desc_wrapper { margin-left: 60px; }
/* 1003 */ 		}
/* 1004 */ 	
/* 1005 */ 		/* Animation */
/* 1006 */ 		.flat_box .photo_wrapper .icon { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* 1007 */ 		.flat_box .photo_wrapper img { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* 1008 */ 
/* 1009 */ 
/* 1010 */ 	/* Hover box */
/* 1011 */ 	.hover_box { text-align:center; line-height:0;}
/* 1012 */ 	.hover_box a { display: block; line-height:0;}
/* 1013 */ 	.hover_box .hover_box_wrapper { display:inline-block; position: relative; overflow: hidden; line-height: 0; max-width:100%;}
/* 1014 */ 	.hover_box .hover_box_wrapper img { display: block; } 
/* 1015 */ 
/* 1016 */ 	.hover_box .hover_box_wrapper .visible_photo { opacity:1; filter: alpha(opacity=100);}
/* 1017 */ 	.hover_box .hover_box_wrapper .hidden_photo { position: absolute; left: 50%; top: 50%;  opacity:0; filter: alpha(opacity=0);
/* 1018 */ 		-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
/* 1019 */ 	}
/* 1020 */ 	
/* 1021 */ 	.hover_box:hover .hover_box_wrapper .visible_photo,
/* 1022 */ 	.hover_box.hover .hover_box_wrapper .visible_photo { opacity: 0; filter: alpha(opacity=0);}
/* 1023 */ 	.hover_box:hover .hover_box_wrapper .hidden_photo,
/* 1024 */ 	.hover_box.hover .hover_box_wrapper .hidden_photo { opacity: 1; filter: alpha(opacity=100);}
/* 1025 */ 
/* 1026 */ 		/* Animation */
/* 1027 */ 		.hover_box .hover_box_wrapper .visible_photo,
/* 1028 */ 		.hover_box .hover_box_wrapper .hidden_photo { -webkit-transition: all  0.4s ease-in-out; -moz-transition: all  0.4s ease-in-out; -o-transition: all  0.4s ease-in-out; transition: all  0.4s ease-in-out; }
/* 1029 */ 
/* 1030 */ 
/* 1031 */ 	/* Hover color */
/* 1032 */ 	.hover_color {}
/* 1033 */ 	.hover_color:hover .hover_color_bg,
/* 1034 */ 	.hover_color.hover .hover_color_bg { background-color: inherit !important; }
/* 1035 */ 	.hover_color a { display: block; }
/* 1036 */ 	.hover_color a:hover { text-decoration: none; }
/* 1037 */ 	.hover_color .hover_color_wrapper { text-decoration: none; padding: 40px 30px; text-align: center; }
/* 1038 */ 	
/* 1039 */ 	.hover_color,
/* 1040 */ 	.hover_color a, .hover_color a:hover,
/* 1041 */ 	.hover_color h1 a, .hover_color h2 a, .hover_color h3 a, .hover_color h4 a, .hover_color h5 a, .hover_color h6 a { color: #fff; }
/* 1042 */ 		
/* 1043 */ 		/* Animation */
/* 1044 */ 		.hover_color .hover_color_bg { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
/* 1045 */ 
/* 1046 */ 
/* 1047 */ /* #Content elements
/* 1048 *| ==================================================================================================== */
/* 1049 */ 
/* 1050 */ 

/* shortcodes.css */

/* 1051 */ 	/* Content links */
/* 1052 */ 	a.content_link { display: inline-block; position: relative; border-width: 1px; border-style: solid; width: 140px; padding: 25px 15px; text-align: center; margin-left: -1px; background-color: #fff; }
/* 1053 */ 	a.content_link .icon { display: block; font-size: 45px; line-height: 45px; margin-bottom: 15px; }
/* 1054 */ 	a.content_link .title { font-weight: bold; }
/* 1055 */ 	a.content_link:after { content: ""; z-index: 2; filter: alpha(opacity=0); opacity: 0; height: 0; width: 100%; border-width: 0 0 5px 0; border-style: solid; position: absolute; left: 0; bottom: -6px; }
/* 1056 */ 	a.content_link:before { content: ""; z-index: 2; filter: alpha(opacity=0); opacity: 0; position: absolute; left: 50%; bottom: -1px; margin-left: -6px; width: 0px; height: 0px; border-style: solid; border-width: 0 6px 6px 6px; border-color: transparent transparent transparent transparent; }
/* 1057 */ 	a:hover.content_link:after { filter: alpha(opacity=100); opacity: 100; }
/* 1058 */ 	a:hover.content_link:before { filter: alpha(opacity=100); opacity: 100; }
/* 1059 */ 	a:hover.content_link { text-decoration: none; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 1060 */ 
/* 1061 */ 		/* Animation */
/* 1062 */ 		a.content_link:after,
/* 1063 */ 		a.content_link:before { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }	
/* 1064 */ 	
/* 1065 */ 
/* 1066 */ 	/* Icon bar */
/* 1067 */ 	a.icon_bar { display: inline-block; overflow: hidden; text-align: center; margin: 0px 2px 2px 0; border-width: 1px; border-style: solid; position: relative; background-color: #fff; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow:inset 0 0 5px 0 rgba(0,0,0,.08); }
/* 1068 */ 	a.icon_bar span { display: block; }
/* 1069 */ 	a.icon_bar, a.icon_bar span { width: 58px; height: 58px; line-height: 58px; font-size: 20px; }
/* 1070 */ 	a.icon_bar_small, a.icon_bar_small span { width: 43px; height: 43px; line-height: 43px; font-size: 15px; }
/* 1071 */ 	a.icon_bar span.t { position: relative; }
/* 1072 */ 	a.icon_bar span.b { position: absolute; top: 100%; }
/* 1073 */ 
/* 1074 */ 		/* Animation */
/* 1075 */ 		a.icon_bar span { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
/* 1076 */ 		a.icon_bar span.b { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
/* 1077 */ 		a:hover.icon_bar span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); }
/* 1078 */ 		
/* 1079 */ 		/* Social */
/* 1080 */ 		a.icon_bar_facebook span.b { background: #3a589b; color: #fff; }
/* 1081 */ 		a.icon_bar_google span.b { background: #d6492f; color: #fff; }
/* 1082 */ 		a.icon_bar_twitter span.b { background: #32ccfe; color: #fff; }
/* 1083 */ 		a.icon_bar_vimeo span.b { background: #1ca7cc; color: #fff; }
/* 1084 */ 		a.icon_bar_youtube span.b { background: #ff3334; color: #fff; }
/* 1085 */ 		a.icon_bar_flickr span.b { background: #ff0084; color: #fff; }
/* 1086 */ 		a.icon_bar_linkedin span.b { background: #007bb6; color: #fff; }
/* 1087 */ 		a.icon_bar_pinterest span.b { background: #cb2027; color: #fff; }
/* 1088 */ 		a.icon_bar_dribbble span.b { background: #ec4a89; color: #fff; }
/* 1089 */ 		
/* 1090 */ 	
/* 1091 */ 	/* Get in touch */
/* 1092 */ 	.get_in_touch { padding: 25px 20px 25px 30px; background-repeat: no-repeat; background-position: right bottom; }
/* 1093 */ 	.get_in_touch ul { margin: 0; font-size: 100%; line-height: normal; }
/* 1094 */ 	.get_in_touch ul li { margin: 0; list-style: none; position: relative; padding: 13px 0 13px 50px; word-wrap: break-word; }
/* 1095 */ 	.get_in_touch ul li:after { content: ""; display: block; width: 70px; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(255,255,255,.2); position: absolute; left: -30px; bottom: 0; }
/* 1096 */ 	.get_in_touch ul li p { margin: 0; }
/* 1097 */ 	.get_in_touch ul li .icon { position: absolute; left: 0; top: 5px; display: block; color: rgba(0,0,0,.7); width: 30px; height: 30px; line-height: 30px; font-size: 23px; text-align: center; }
/* 1098 */ 	.get_in_touch ul li:last-child:after { display: none; }
/* 1099 */ 	
/* 1100 */ 	

/* shortcodes.css */

/* 1101 */ 	/* Infobox */
/* 1102 */ 	.infobox { padding: 25px 20px 25px 30px; background-repeat: no-repeat; background-position: right bottom; }
/* 1103 */ 	.infobox ul { margin: 0; font-size: 100%; line-height: normal; }
/* 1104 */ 	.infobox ul li { margin: 0; list-style: none; position: relative; padding: 13px 0 13px 50px; word-wrap: break-word; }
/* 1105 */ 	.infobox ul li p { margin: 0; }
/* 1106 */ 	.infobox ul li:before { content: ""; display: block; background: url(/wp-content/themes/betheme/images/icons/list_check.png) no-repeat; width: 16px; height: 16px; position: absolute; left: 0; top: 15px; }
/* 1107 */ 	.infobox ul li:after { content: ""; display: block; width: 70px; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(255,255,255,.2); position: absolute; left: -30px; bottom: 0; }
/* 1108 */ 	.infobox ul li:last-child:after { display: none; }
/* 1109 */ 	
/* 1110 */ 
/* 1111 */ 	/* Opening hours */
/* 1112 */ 	.opening_hours { padding: 25px 25px 25px 25px; border-width: 1px; border-style: solid; background-color: #fff; background-repeat: no-repeat; background-position: right bottom; }
/* 1113 */ 	.opening_hours .opening_hours_wrapper {}
/* 1114 */ 	.opening_hours .opening_hours_wrapper .desc { margin-bottom: 15px; }
/* 1115 */ 	.opening_hours .opening_hours_wrapper li { position: relative; padding-bottom: 15px; margin-bottom: 15px; text-align: center; border-bottom-width: 1px; border-style: dashed; list-style:none;}
/* 1116 */ 	.opening_hours .opening_hours_wrapper li:last-child { border: 0; padding-bottom: 0; margin-bottom: 0; }
/* 1117 */ 	.opening_hours .opening_hours_wrapper li label { margin-bottom: 8px; font-size: 12px; line-height: 18px; display: inline-block; font-weight: normal; padding: 5px 11px; -webkit-border-radius: 4px; border-radius: 4px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); background-color: #f8f8f8; }
/* 1118 */ 	.opening_hours .opening_hours_wrapper li span { font-size: 22px; line-height: 22px; margin: 0; padding: 0 14px; display: block; }
/* 1119 */ 	.opening_hours .opening_hours_wrapper li span sup { font-size: 13px; line-height: 13px; position: relative; top: 4px; margin-left: 2px; }
/* 1120 */ 	
/* 1121 */ 	
/* 1122 */ 	/* Timeline */
/* 1123 */ 	.timeline_items { margin: 0 !important; position: relative;  background: url(/wp-content/themes/betheme/images/timeline_top.png) no-repeat top center; padding-top: 9px; }
/* 1124 */ 	.timeline_items:after { content: ""; width: 0px; height: 0px; border-width: 3px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: 50%; bottom: -10px; margin-left: -3px; display: block; z-index: 1; }
/* 1125 */ 	.timeline_items li { margin: 0 !important; list-style: none !important; width: 45%; padding: 0 0 25px 55%; position: relative; background: url(/wp-content/themes/betheme/images/timeline_right.png) no-repeat top center; }
/* 1126 */ 	.timeline_items li:nth-child(even) { padding: 0 55% 25px 0; background: url(/wp-content/themes/betheme/images/timeline_left.png) no-repeat top center; }
/* 1127 */ 
/* 1128 */ 	.timeline_items li h3 { font-size: 30px; line-height: 35px; }
/* 1129 */ 	.timeline_items li h3 span { position: absolute; right: 55%; top: 8px; }
/* 1130 */ 	.timeline_items li h3:before { content: ""; width: 7px; height: 7px; border-width: 4px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; left: 50%; top: 11px; margin-left: -8px; display: block; z-index: 1; }
/* 1131 */ 	.timeline_items li:nth-child(even) h3 { text-align: right; }
/* 1132 */ 	.timeline_items li:nth-child(even) h3 span { left: 55%; right: auto; }
/* 1133 */ 
/* 1134 */ 	.timeline_items li .desc { position: relative; font-size: 15px; line-height: 31px; background: url(/wp-content/themes/betheme/images/stripes/textline.png) repeat-y; }
/* 1135 */ 	.timeline_items li .desc:before { content: ""; width: 100%; height: 100%; position: absolute; left: -122%; top: 0; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_10_b.png); }
/* 1136 */ 	.timeline_items li:nth-child(even) .desc:before { left: auto; right: -122%; }
/* 1137 */ 	.timeline_items li:nth-child(even) .desc { text-align: right; }
/* 1138 */ 	
/* 1139 */ 	
/* 1140 */ 	/* How it works */
/* 1141 */ 	.how_it_works { text-align: center; position: relative; }
/* 1142 */ 	.how_it_works.has_border:after { content: ""; display: block; width: 12%; height: 4px; background: rgba(0,0,0,.03); -webkit-border-radius: 2px; border-radius: 2px; position: absolute; right: -10.5%; top: 100px;  }
/* 1143 */ 	.how_it_works .image { width: 200px; height: 200px; line-height: 200px; text-align: center; position: relative; margin: 0 auto 15px; background: #fff; border-width: 2px; border-style: solid; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1144 */ 	.how_it_works .image img { max-width: 116px !important; max-height: 116px !important; vertical-align: middle; }
/* 1145 */ 	.how_it_works .image .number { position: absolute; right: 10px; bottom: 10px; width: 35px; height: 35px; line-height: 35px; font-size: 15px; font-family: Patua One; text-align: center; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,.1); box-shadow:inset 0 0 0 2px rgba(0,0,0,.1); }
/* 1146 */ 	
/* 1147 */ 	.with_aside .how_it_works .image { width: 150px; height: 150px; line-height: 150px; }
/* 1148 */ 	.with_aside .how_it_works .image .number { bottom: 4px; right: 4px; }
/* 1149 */ 	.with_aside .how_it_works.has_border:after { top: 75px; }
/* 1150 */ 

/* shortcodes.css */

/* 1151 */ 
/* 1152 */ 	/* Google maps */
/* 1153 */ 	.google-map { border-width: 8px; border-style: solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1154 */ 	.google-map-wrapper.no_border .google-map,
/* 1155 */ 	.section.full-width .one .google-map { border-width: 0; }
/* 1156 */ 	.column_map .google-map-wrapper { position: relative; }
/* 1157 */ 	.column_map .google-map-contact-wrapper { width: 1176px; height: 1px; margin-left: -588px; z-index: 10; position: absolute; left: 50%; top: 60px; }
/* 1158 */ 	.column_map .google-map-contact-wrapper .get_in_touch { width: 210px; padding: 25px; float: right; position: relative; }
/* 1159 */ 	.column_map .google-map-contact-wrapper .get_in_touch:after { content: ""; display: block; position: absolute; left: 0; bottom: -30px; width: 0px; height: 0px; border-style: solid; border-width: 30px 30px 0 0; border-color: transparent transparent transparent transparent; }
/* 1160 */ 	
/* 1161 */ 	/* Team */
/* 1162 */ 	.team {}
/* 1163 */ 	.team .image_frame { margin-bottom: 15px; }
/* 1164 */ 	.team .desc_wrapper {}
/* 1165 */ 	.team .desc_wrapper h4 { margin-bottom: 3px; }
/* 1166 */ 	.team .desc_wrapper p.subtitle {}
/* 1167 */ 	.team .desc_wrapper p.phone {}
/* 1168 */ 	.team .desc_wrapper hr { width: 40%; margin-left: 0; }
/* 1169 */ 	.team .desc_wrapper .desc { margin-bottom: 15px; }
/* 1170 */ 	.team .desc_wrapper .links { line-height: 0; }
/* 1171 */ 	
/* 1172 */ 	.team.team_vertical {}
/* 1173 */ 	
/* 1174 */ 	.team.team_horizontal { overflow: hidden; }
/* 1175 */ 	.team.team_horizontal .image_frame { width: 48%; float: left; margin-right: 4%; margin-bottom: 0; }
/* 1176 */ 	.team.team_horizontal .desc_wrapper { width: 48%; float: left; }
/* 1177 */ 	.team .desc_wrapper blockquote { margin-top: 20px; }
/* 1178 */ 	
/* 1179 */ 	.team.team_circle { text-align: center; }
/* 1180 */ 	.team.team_circle .desc_wrapper hr { margin-left: auto; }
/* 1181 */ 	.team.team_circle .image_frame { width: 120px; height: 120px; margin: 0 auto 15px; -webkit-border-radius: 100%; border-radius: 100%; overflow: hidden; position: relative; z-index: 1;}
/* 1182 */ 	
/* 1183 */ 	/* Team list */
/* 1184 */ 	.team_list {}
/* 1185 */ 	.team_list .column { margin-bottom: 0; }
/* 1186 */ 	.team_list .image_frame {}
/* 1187 */ 	.team_list .desc_wrapper {}
/* 1188 */ 	.team_list .bq_wrapper { background: rgba(0,0,0,.02); border-left-width: 1px; border-style: solid; padding: 20px; }
/* 1189 */ 	
/* 1190 */ 	/* Fancy headings */
/* 1191 */ 	.fancy_heading { text-align: center; }
/* 1192 */ 	.fancy_heading .title { font-size: 42px; line-height: 42px; }
/* 1193 */ 	
/* 1194 */ 	.fancy_heading_icon {}
/* 1195 */ 	.fancy_heading_icon .icon_top { font-size: 50px; line-height: 50px; margin-bottom: 15px; overflow: hidden; display: block; }
/* 1196 */ 	.fancy_heading_icon .icon_top i:before { margin: 0; }
/* 1197 */ 	
/* 1198 */ 	.fancy_heading_line { background-image: url(/wp-content/themes/betheme/images/fancy_heading_hr.png); background-position: bottom center; background-repeat: no-repeat; padding-bottom: 15px; }
/* 1199 */ 	.fancy_heading_line .slogan { display: block; margin-bottom: 7px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; }
/* 1200 */ 	.fancy_heading_line .inside { margin-bottom: 15px; }

/* shortcodes.css */

/* 1201 */ 	
/* 1202 */ 	.fancy_heading_arrows {}
/* 1203 */ 
/* 1204 */ 
/* 1205 */ 	/* Call to action */
/* 1206 */ 	.column_call_to_action { margin-bottom: 0; }
/* 1207 */ 	.call_to_action { overflow: hidden; display: table; padding: 40px 0; width: 100%; }
/* 1208 */ 	.call_to_action .call_to_action_wrapper { display: table; width: 100%;}
/* 1209 */ 	.call_to_action .call_left,
/* 1210 */ 	.call_to_action .call_center,
/* 1211 */ 	.call_to_action .call_right { display: table-cell; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1212 */ 	
/* 1213 */ 	.call_to_action .call_left { width: 40%; padding: 0 20px; text-align: center; }
/* 1214 */ 	.call_to_action .call_left h3 { margin-bottom: 0; }
/* 1215 */ 	
/* 1216 */ 	.call_to_action .call_center { width: 20%; text-align: center; }
/* 1217 */ 	.call_to_action .call_center a { display: inline-block; }
/* 1218 */ 	.call_to_action .call_center .icon_wrapper { display: inline-block; border-width: 3px; border-style: solid; width: 65px; height: 65px; line-height: 65px; font-size: 30px; -webkit-border-radius: 100%; border-radius: 100%; }
/* 1219 */ 	.call_to_action .call_center .button { margin:0;}
/* 1220 */ 	
/* 1221 */ 	.call_to_action .call_right { width: 40%; padding: 0 20px; }
/* 1222 */ 	
/* 1223 */ 	
/* 1224 */ /* #Loops
/* 1225 *| ==================================================================================================== */
/* 1226 */ 
/* 1227 */ 	/* Clients */
/* 1228 */ 	ul.clients { margin: 0; }
/* 1229 */ 	ul.clients li { float:left; width:16.666%; margin:0 !important; list-style:none;}
/* 1230 */ 	ul.clients .client_wrapper { padding: 10px 15px; margin: 10px; background: rgba(0, 0, 0, .01); text-align:center; line-height: 0; height:75px; line-height:75px; position: relative;}
/* 1231 */ 	ul.clients .client_wrapper:hover { background: rgba(0, 0, 0, .05); }
/* 1232 */ 	
/* 1233 */ 	ul.clients .client_wrapper a { display: block; width:100%; height:100%; }
/* 1234 */ 	ul.clients .client_wrapper .gs-wrapper { width:100%; height:100%; position:relative;}
/* 1235 */ 	ul.clients .client_wrapper img { position:absolute; top:50% !important; left:50% !important; 
/* 1236 */ 		-ms-transform: translate(-50%,-50%) !important; -webkit-transform: translate(-50%,-50%) !important; -moz-transform: translate(-50%,-50%) !important; transform: translate(-50%,-50%) !important;
/* 1237 */ 	}
/* 1238 */ 	
/* 1239 */ 	ul.clients.greyscale .client_wrapper img.BWFilter { opacity:1; z-index:2;}
/* 1240 */ 	ul.clients.greyscale .client_wrapper img:not(.BWFilter) { opacity:0; }
/* 1241 */ 	ul.clients.greyscale .client_wrapper:hover img.BWFilter { opacity:0 !important;}
/* 1242 */ 	ul.clients.greyscale .client_wrapper:hover img:not(.BWFilter) { opacity:1 !important; }
/* 1243 */ 	
/* 1244 */ 	ul.clients.clients_tiles li .client_wrapper { background: none; }
/* 1245 */ 	ul.clients.clients_tiles li .client_wrapper:before { content: ""; display: block; width: 100%; height: 1px; background: rgba(0,0,0,.08); position: absolute; left: 0; bottom: 0; }
/* 1246 */ 	ul.clients.clients_tiles li .client_wrapper:after { content: ""; display: none; position: absolute; left: 50%; margin-left: -4px; bottom: 0px; width: 0px; height: 0px; border-style: solid; border-width: 0 4px 5px 4px; border-color: transparent transparent transparent transparent; }
/* 1247 */ 	ul.clients.clients_tiles li .client_wrapper:hover:before { height: 2px; }
/* 1248 */ 	ul.clients.clients_tiles li .client_wrapper:hover:after { display: block; bottom: 2px; }
/* 1249 */ 
/* 1250 */ 		/* Animation */

/* shortcodes.css */

/* 1251 */ 		ul.clients li .client_wrapper, ul.clients li .client_wrapper img {
/* 1252 */ 			-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
/* 1253 */ 		}
/* 1254 */ 
/* 1255 */ 	/* Clients slider */
/* 1256 */ 	.clients_slider {}
/* 1257 */ 	.clients_slider .clients_slider_header { position: relative; height: 43px; margin-bottom: 15px; overflow: hidden; padding-right: 110px; }
/* 1258 */ 	.clients_slider .clients_slider_header .title { margin: 9px 0 0 0; }
/* 1259 */ 	.clients_slider .clients_slider_header a.slider_prev { position: absolute; top: 0; right: 50px; margin: 0; }
/* 1260 */ 	.clients_slider .clients_slider_header a.slider_next { position: absolute; top: 0; right: 0; margin: 0; }
/* 1261 */ 	
/* 1262 */ 	/* Blog slider */
/* 1263 */ 	.blog_slider {}
/* 1264 */ 	.blog_slider .blog_slider_header { position: relative; height: 43px; margin-bottom: 15px; overflow: hidden; padding-right: 110px; }
/* 1265 */ 	.blog_slider .blog_slider_header .title { margin: 9px 0 0 0; }
/* 1266 */ 	.blog_slider .blog_slider_header a.slider_prev { position: absolute; top: 0; right: 50px; margin: 0; }
/* 1267 */ 	.blog_slider .blog_slider_header a.slider_next { position: absolute; top: 0; right: 0; margin: 0; }
/* 1268 */ 	.blog_slider .slider_pagination { margin-top: 15px; }
/* 1269 */ 	.blog_slider .blog_slider_ul { margin:0;}
/* 1270 */ 	.blog_slider .blog_slider_ul li { float:left; width:25%; list-style:none;}
/* 1271 */ 	.blog_slider .blog_slider_ul li .item_wrapper { margin: 0 10px; position: relative; }
/* 1272 */ 	.blog_slider .blog_slider_ul li .item_wrapper  .image_frame { margin-left: 30px; margin-bottom: 15px; min-height:52px;}
/* 1273 */ 	.blog_slider .blog_slider_ul li .item_wrapper  .date_label { position: absolute; left: 0; top: 30px; z-index: 20; }
/* 1274 */ 	.blog_slider .blog_slider_ul li .item_wrapper  hr { margin-left: 30px; width: 40%; }
/* 1275 */ 	.blog_slider .blog_slider_ul li .item_wrapper  a.button { margin-left: 30px; margin-bottom: 0; }
/* 1276 */ 
/* 1277 */ 		.blog_slider .blog_slider_ul li.format-quote .item_wrapper { overflow: hidden; }
/* 1278 */ 		.blog_slider .blog_slider_ul li.format-quote .item_wrapper blockquote { margin-top: 70px; margin-left: 40px; }
/* 1279 */ 		.blog_slider .blog_slider_ul li.format-link .item_wrapper .image_frame { height: 180px; background-color: rgba(255, 255, 255,.5); background-image: url("/wp-content/themes/betheme/images/link.png"); background-position: center center; background-repeat: no-repeat; }
/* 1280 */ 
/* 1281 */ 	/* Blog slider - flat */
/* 1282 */ 	.blog_slider.flat {}
/* 1283 */ 	.blog_slider.flat .blog_slider_ul li {}
/* 1284 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame { margin-left: 0px; border: 0; }
/* 1285 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label { position: static; background-color: transparent !important; background-image: none; display: inline-block; padding: 0; }
/* 1286 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .desc {}
/* 1287 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr { margin-left: 0; width: 0; }
/* 1288 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .desc a.button  { display: none; margin-left: 0; }
/* 1289 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .desc hr { width: 100px; }
/* 1290 */ 
/* 1291 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img,
/* 1292 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img { filter: alpha(opacity=90); opacity: 0.9; }
/* 1293 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img,
/* 1294 */ 	.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img { top: 0px; filter: alpha(opacity=100); opacity: 1; }
/* 1295 */ 	
/* 1296 */ 	.blog_slider.flat .slider_pagination { display: none !important; }
/* 1297 */ 	
/* 1298 */ 		/* Arrows */
/* 1299 */ 		.blog_slider.flat { position: relative; }
/* 1300 */ 		.blog_slider.flat .blog_slider_header { position: static; height: 0; margin-bottom: 0; overflow: hidden; padding-right: 0; }

/* shortcodes.css */

/* 1301 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev,
/* 1302 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next { width: 60px; height: 100%; border: 0; border-radius: 0; background-color: rgba(255,255,255,.4) !important; box-shadow:inset 0 0 0 0; background-image: none; }
/* 1303 */ 		.blog_slider.flat .blog_slider_header a:hover.button.slider_prev,
/* 1304 */ 		.blog_slider.flat .blog_slider_header a:hover.button.slider_next { background-color: rgba(255,255,255,.7) !important; }
/* 1305 */ 		
/* 1306 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev:after,
/* 1307 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next:after { display: none; }
/* 1308 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon,
/* 1309 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next .button_icon { float: none; font-size: 15px; padding: 0; text-align: center; position: absolute; width: 100%; top: 50%; margin-top: -4px; background: none; }
/* 1310 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i,
/* 1311 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i,
/* 1312 */ 		.blog_slider.flat .blog_slider_header a:hover.button.slider_prev .button_icon i,
/* 1313 */ 		.blog_slider.flat .blog_slider_header a:hover.button.slider_next .button_icon i { color: #000 !important; }
/* 1314 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev { left: 10px; right: auto; z-index: 2; }
/* 1315 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next { right: 10px; z-index: 2; }
/* 1316 */ 		
/* 1317 */ 		.blog_slider.flat .blog_slider_header { filter: alpha(opacity=0); opacity: 0; }	
/* 1318 */ 		.blog_slider.flat:hover .blog_slider_header { filter: alpha(opacity=100); opacity: 1; }
/* 1319 */ 	
/* 1320 */ 		/* Animation */
/* 1321 */ 		.blog_slider.flat .blog_slider_header,
/* 1322 */ 		.blog_slider.flat .blog_slider_header a.button.slider_prev,
/* 1323 */ 		.blog_slider.flat .blog_slider_header a.button.slider_next,
/* 1324 */ 		.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
/* 1325 */ 			-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
/* 1326 */ 		}
/* 1327 */ 
/* 1328 */ 	/* Shop slider */
/* 1329 */ 	.shop_slider {}
/* 1330 */ 	.shop_slider .blog_slider_header { position: relative; height: 43px; margin-bottom: 15px; overflow: hidden; padding-right: 110px; }
/* 1331 */ 	.shop_slider .blog_slider_header .title { margin: 9px 0 0 0; }
/* 1332 */ 	.shop_slider .blog_slider_header a.slider_prev { position: absolute; top: 0; right: 50px; margin: 0; }
/* 1333 */ 	.shop_slider .blog_slider_header a.slider_next { position: absolute; top: 0; right: 0; margin: 0; }
/* 1334 */ 	.shop_slider .slider_pagination { margin-top: 15px; }
/* 1335 */ 	.shop_slider .shop_slider_ul { margin:0;}
/* 1336 */ 	.shop_slider .shop_slider_ul li { float:left; width:25%; list-style:none;}
/* 1337 */ 	.shop_slider .shop_slider_ul li .item_wrapper { margin: 0 10px; position: relative; }
/* 1338 */ 	.shop_slider .shop_slider_ul li .item_wrapper .desc { background: #fff; padding:  15px 20px; }
/* 1339 */ 	.shop_slider .shop_slider_ul li .item_wrapper .desc h4 { margin-bottom: 5px; }
/* 1340 */ 	.shop_slider .shop_slider_ul li .item_wrapper span.onsale{ height: 0px; min-height: 0px; width: 0px; min-width: 0px; font-size: 18px; line-height: 18px; text-align: center; position: absolute; left: 0 !important; right: auto; top: 0 !important; margin: 0 !important; border-style: solid; border-width: 70px 70px 0 0; border-color: transparent transparent transparent transparent; padding: 0; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; border-radius: 0; z-index: 2; background: none; }
/* 1341 */ 	.shop_slider .shop_slider_ul li .item_wrapper span.onsale i { position: absolute; left: 8px; top: -60px; color: rgba(0,0,0,.5); }
/* 1342 */ 	.shop_slider .shop_slider_ul li .item_wrapper .price { font-size: 18px; margin-bottom: 0; }
/* 1343 */ 	.shop_slider .shop_slider_ul li .item_wrapper .price del { font-size: 0.67em; }
/* 1344 */ 	
/* 1345 */ 	/* Portfolio slider */
/* 1346 */ 	.portfolio_slider_ul { margin:0 !important;}
/* 1347 */ 	.portfolio_slider_ul li { float:left; width: 25%; list-style:none; margin:0 !important;}
/* 1348 */ 	.portfolio_slider_ul li .image_frame { border: 0; margin-bottom:0;}
/* 1349 */ 	
/* 1350 */ 	.portfolio_slider { position:relative;} 

/* shortcodes.css */

/* 1351 */ 	.portfolio_slider .slider_nav { color: #fff; display: none !important; font-size: 15px; height: 80px; line-height: 80px; position: absolute; text-align: center; z-index:5; width: 35px; top:50%; margin-top:-40px;}
/* 1352 */ 	.portfolio_slider .slider_prev { left:0;}
/* 1353 */ 	.portfolio_slider .slider_next { right:0;}
/* 1354 */ 	.portfolio_slider.arrows_hover:hover .slider_nav { display:block !important;}
/* 1355 */ 	.portfolio_slider.arrows_always .slider_nav { display:block !important;}
/* 1356 */ 	
/* 1357 */ 	
/* 1358 */ 	/* Portfolio grid */
/* 1359 */ 	ul.portfolio_grid { overflow: hidden; }
/* 1360 */ 	ul.portfolio_grid li { float: left; }
/* 1361 */ 	ul.portfolio_grid li .image_frame { border: 0; }
/* 1362 */ 	
/* 1363 */ 		.one.column_portfolio_grid li,
/* 1364 */ 		.three-fourth.column_portfolio_grid li { width: 25%; }
/* 1365 */ 		.two-third.column_portfolio_grid li,
/* 1366 */ 		.one-second.column_portfolio_grid li { width: 50%; }
/* 1367 */ 		.one-third.column_portfolio_grid li,
/* 1368 */ 		.one-fourth.column_portfolio_grid li { width: 100%; float: none; }
/* 1369 */ 		
/* 1370 */ 	
/* 1371 */ 	/* Portfolio photo */
/* 1372 */ 	.portfolio-photo {}
/* 1373 */ 	.portfolio-photo .portfolio-item { overflow: hidden; position: relative; }
/* 1374 */ 	.portfolio-photo .portfolio-item a.portfolio-item-bg { display: block; position: relative; text-align: center; line-height: 0; }
/* 1375 */ 	.portfolio-photo .portfolio-item a.portfolio-item-bg .mask { position: absolute; z-index: 1; left: 0; top: 0; background: #000; opacity: 0.3; width: 100%; height: 100%; }
/* 1376 */ 	.portfolio-photo .portfolio-item:hover a.portfolio-item-bg .mask { opacity: 0; }
/* 1377 */ 	.portfolio-photo .portfolio-item .portfolio-details { display: block; }
/* 1378 */ 	.portfolio-photo .portfolio-item .portfolio-details .details { position: absolute; z-index: 2; left: 50%; top: 50%; margin: -105px 0 0 -150px; width: 240px; padding: 55px 30px; text-align: center; }
/* 1379 */ 	.portfolio-photo .portfolio-item .portfolio-details .details .title { font-size: 23px; line-height: 27px; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 15px; margin-bottom: 10px; }
/* 1380 */ 	.portfolio-photo .portfolio-item .portfolio-details:hover .details { opacity: 0; }
/* 1381 */ 	.portfolio-photo .portfolio-item .portfolio-details .more { display: block; opacity: 0; text-transform: uppercase; width: 70px; height: 40px; padding: 20px 5px; letter-spacing: 1px; text-align: center; position: absolute; left: 50%; top: 50%; z-index: 2; margin: -40px 0 0 -40px; -webkit-border-radius: 100%; border-radius: 100%; }
/* 1382 */ 	.portfolio-photo .portfolio-item .portfolio-details .more h4 { font-size: 15px; line-height: 18px; }
/* 1383 */ 	.portfolio-photo .portfolio-item .portfolio-details:hover .more { opacity: 1; }
/* 1384 */ 
/* 1385 */ 		/* --- */
/* 1386 */ 		.portfolio-photo .portfolio-item .portfolio-details .details,
/* 1387 */ 		.portfolio-photo .portfolio-item .portfolio-details .more { background: #fff; }
/* 1388 */ 		.portfolio-photo .portfolio-item .portfolio-details .details .categories { color: #a8a8a8; }
/* 1389 */ 		.portfolio-photo .portfolio-item .portfolio-details .more { color: rgba(0,0,0,.6); }
/* 1390 */ 	
/* 1391 */ 		/* Animation */
/* 1392 */ 		.portfolio-photo .portfolio-item a .mask,
/* 1393 */ 		.portfolio-photo .portfolio-item .portfolio-details .details,
/* 1394 */ 		.portfolio-photo .portfolio-item .portfolio-details .more { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
/* 1395 */ 		.portfolio-photo .portfolio-item .portfolio-details .image_links a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1396 */ 
/* 1397 */ 	/* Portfolio Items | Filters */
/* 1398 */ 	.column_portfolio #Filters .filters_wrapper, .column_portfolio #Filters .filters_wrapper ul { display:block;}
/* 1399 */ 	.the_content_wrapper .filters4portfolio .filters_wrapper, .the_content_wrapper .filters4portfolio .filters_wrapper ul { display:block;}
/* 1400 */ 		

/* shortcodes.css */

/* 1401 */ 	
/* 1402 */ 	/* Testimonials slider */
/* 1403 */ 	.testimonials_slider { position: relative; }
/* 1404 */ 	.testimonials_slider a.slider_prev { position: absolute; left: 0; top: 140px; margin: 0; }
/* 1405 */ 	.testimonials_slider a.slider_next { position: absolute; right: 0; top: 140px; margin: 0; }
/* 1406 */ 	.testimonials_slider .slider_images { width: 100%; height: auto; line-height: 0; text-align: center; margin-bottom: 30px; position: relative; z-index: 2; }
/* 1407 */ 	.testimonials_slider .slider_images:before { content: ""; display: block; height: 100%; width: 3000px; position: absolute; left: -1000px; top: 0; z-index: 1; }
/* 1408 */ 	.with_aside .testimonials_slider .slider_images:before { display: none;}
/* 1409 */ 	.testimonials_slider .slider_images a { display: inline-block; height: 85px; width: 85px; line-height: 0; filter: alpha(opacity=50); opacity: 0.5; position: relative; z-index: 10; }
/* 1410 */ 	.testimonials_slider .slider_images a:after { content: ""; display: none; height: 6px; width: 100%; position: absolute; left: 0; bottom: -6px; }
/* 1411 */ 	.testimonials_slider .slider_images a.selected,
/* 1412 */ 	.testimonials_slider .slider_images a:hover { filter: alpha(opacity=100); opacity: 1; }
/* 1413 */ 	.testimonials_slider .slider_images a.selected:after { display: block; }
/* 1414 */ 	.testimonials_slider .testimonials_slider_ul {}
/* 1415 */ 	.testimonials_slider .testimonials_slider_ul li { float:left; width: 100%; padding: 0 80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 1416 */ 	.testimonials_slider .testimonials_slider_ul li .bq_wrapper { background: rgba(0, 0, 0, 0.02); padding: 30px 40px 10px; overflow: hidden; margin-bottom: 20px; }
/* 1417 */ 	.testimonials_slider .testimonials_slider_ul li .hr_dots { margin-bottom: 15px; } 
/* 1418 */ 	.testimonials_slider .testimonials_slider_ul li .author { text-align: center; }
/* 1419 */ 	.testimonials_slider .testimonials_slider_ul li .author h5 { margin-bottom: 2px; }
/* 1420 */ 	
/* 1421 */ 	.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_prev,
/* 1422 */ 	.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_next { display: none !important; }
/* 1423 */ 	.column:not(.one) .testimonials_slider:not(.single-photo) .testimonials_slider_ul li { padding: 0 20px; }
/* 1424 */ 	
/* 1425 */ 	.one-third .testimonials_slider .slider_images:before,
/* 1426 */ 	.one-fourth .testimonials_slider .slider_images:before,
/* 1427 */ 	.one-second .testimonials_slider .slider_images:before { display: none; }
/* 1428 */ 
/* 1429 */ 		/* Animation */
/* 1430 */ 		.testimonials_slider .slider_images a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 1431 */ 		
/* 1432 */ 		
/* 1433 */ 	/* Testimonials slider - Single photo */
/* 1434 */ 	.testimonials_slider.single-photo {}
/* 1435 */ 	.testimonials_slider.single-photo a.slider_prev,
/* 1436 */ 	.testimonials_slider.single-photo a.slider_next { display: none !important; }
/* 1437 */ 	.testimonials_slider.single-photo .testimonials_slider_ul li { padding: 0; }
/* 1438 */ 	.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper { margin: 0 6% 20px; }
/* 1439 */ 	.testimonials_slider.single-photo .testimonials_slider_ul li { text-align: center; }
/* 1440 */ 	.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img { margin: 0 auto 20px; height: 85px; width: 85px; line-height: 0; overflow: hidden; -webkit-border-radius: 50%; border-radius: 50%; }
/* 1441 */ 	.testimonials_slider.single-photo .slider_pager { margin-top: 30px; } 
/* 1442 */ 		
/* 1443 */ 		
/* 1444 */ 	/* Testimonials list */
/* 1445 */ 	.testimonials_list {}
/* 1446 */ 	.testimonials_list .item { overflow: hidden; clear: both; }
/* 1447 */ 	.testimonials_list .item .photo { width: 23%; float: left; margin: 0 1% 40px; }
/* 1448 */ 	.testimonials_list .item .desc { width: 73%; float: left; margin: 0 1% 40px; }
/* 1449 */ 	.testimonials_list .item .desc h4 { margin-bottom: 3px; margin-top: 10px; }
/* 1450 */ 	.testimonials_list .item .desc p.subtitle { opacity: 0.6; }

/* shortcodes.css */

/* 1451 */ 	.testimonials_list .item .desc hr.hr_color { width: 20%; margin-left: 0; }
/* 1452 */ 	
/* 1453 */ 	.testimonials_list .item.no-img .desc { width: 98%; } 
/* 1454 */ 	
/* 1455 */ 	
/* 1456 */ 		
/* 1457 */ 
/* 1458 */ /* #Others
/* 1459 *| ==================================================================================================== */
/* 1460 */ 
/* 1461 */ 	/* Date */
/* 1462 */ 	.date_label,
/* 1463 */ 	.timeline_items li h3 span { font-size: 12px; line-height: 18px; display: inline-block; padding: 2px 5px; -webkit-border-radius: 4px; border-radius: 4px; background-image: url(/wp-content/themes/betheme/images/stripes/stripes_3_b.png); }
/* 1464 */ 	.date_label:after,
/* 1465 */ 	.timeline_items li h3 span:after { content: ""; display: block; position: absolute; right: -5px; top: 6px; width: 0px; height: 0px; border-style: solid; border-width: 5.5px 0 5.5px 5px; border-color: transparent transparent transparent transparent; }
/* 1466 */ 	
/* 1467 */ 	
/* 1468 */ 	/* Item | Sidebar Widget */
/* 1469 */ 	.column_sidebar_widget .widget:after { display: none; }
/* 1470 */ 	.column_sidebar_widget .widget { margin-bottom: 20px; padding-bottom: 20px; }
/* 1471 */ 
/* 1472 */ 
/* 1473 */ /* Isotope Filtering */
/* 1474 */ .isotope-item { z-index: 2;}
/* 1475 */ .isotope-hidden.isotope-item { pointer-events: none; z-index: 1;}
/* 1476 */ 
/* 1477 */ 
/* 1478 */ /* Code Hightlighter */
/* 1479 */ code, pre, q {
/* 1480 */ 	font-family: Consolas, monospace !important; border: 1px solid #e8e8e8; background: #fff; -webkit-border-radius: 3px; border-radius: 3px;
/* 1481 */ }
/* 1482 */ 
/* 1483 */ code, q {
/* 1484 */ 	padding: 2px 4px;
/* 1485 */ 	white-space: nowrap;
/* 1486 */ 	margin: 0 2px;
/* 1487 */ 	color: #2991d6;
/* 1488 */ }
/* 1489 */ pre {
/* 1490 */ 	background: #ffffff; /* Old browsers */
/* 1491 */ 	background: -moz-linear-gradient(top,  #ffffff 50%, #fafafa 50%); /* FF3.6+ */
/* 1492 */ 	background: -webkit-linear-gradient(top,  #ffffff 50%,#fafafa 50%); /* Chrome10+,Safari5.1+ */
/* 1493 */ 	background: -o-linear-gradient(top,  #ffffff 50%,#fafafa 50%); /* Opera 11.10+ */
/* 1494 */ 	background: linear-gradient(top,  #ffffff 50%,#fafafa 50%); /* W3C */
/* 1495 */     background-size: 42px 42px;
/* 1496 */ 	padding: 21px 15px 20px;
/* 1497 */ 	margin:15px 0;
/* 1498 */ 	display: block;
/* 1499 */ 	white-space: pre-wrap;
/* 1500 */ 	white-space: -moz-pre-wrap;

/* shortcodes.css */

/* 1501 */ 	white-space: -pre-wrap;
/* 1502 */ 	white-space: -o-pre-wrap;
/* 1503 */ 	line-height: 21px !important;
/* 1504 */ }
/* 1505 */ 
/* 1506 */ code p, pre p { margin-bottom:0 !important; }
/* 1507 */ 
/* 1508 */ /* Preloaders for sliders */
/* 1509 */ ul.offer-slider,
/* 1510 */ ul.portfolio-slider,
/* 1511 */ ul.posts-slider 			{ background:url(/wp-content/themes/betheme/images/preloader.gif) center no-repeat;}
/* 1512 */ ul.offer-slider > *,
/* 1513 */ ul.portfolio-slider > *,
/* 1514 */ ul.posts-slider > * 		{ visibility:hidden; }
/* 1515 */ 
/* 1516 */ ul.offer-slider 			{ max-height:438px;}
/* 1517 */ ul.portfolio-slider 		{ max-height:355px;}
/* 1518 */ ul.posts-slider 			{ max-height:171px;}
/* 1519 */ 
/* 1520 */ ul.owl-carousel 			{ background:none; max-height:none; }
/* 1521 */ ul.owl-carousel > * 		{ visibility:visible; }

/* variables.css */

/* 1   */ /* 
/* 2   *|  * Colors:
/* 3   *|  * 
/* 4   *|  *		#2991d6		-	theme color
/* 5   *|  * 		#2991d6		-	link
/* 6   *|  * 		#2275ac		-	link hover, strong
/* 7   *|  */
/* 8   */ 	
/* 9   */ /************************ Colors ************************/
/* 10  */ 
/* 11  */ /* Selections */
/* 12  */ 	*::-moz-selection {
/* 13  */ 		color: #fff;
/* 14  */ 	}
/* 15  */ 	*::selection {
/* 16  */ 		color: #fff;	
/* 17  */ 	}
/* 18  */ 	
/* 19  */ /* Borders */
/* 20  */ 	.idea_box, .ui-tabs, .accordion .question, .accordion .question.active .title, .accordion .question .title:before, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, 
/* 21  */ 	.tabs_vertical.ui-tabs .ui-tabs-panel, table th, table td, .list_item .circle,
/* 22  */ 	input[type="date"],
/* 23  */ 	input[type="email"],
/* 24  */ 	input[type="number"],
/* 25  */ 	input[type="password"],
/* 26  */ 	input[type="search"],
/* 27  */ 	input[type="tel"], 
/* 28  */ 	input[type="text"],	
/* 29  */ 	input[type="url"],	
/* 30  */ 	select,
/* 31  */ 	textarea,
/* 32  */ 	.promo_box.has_border:after, dl > dt, dl > dd, .article_box .desc_wrapper p, a.icon_bar, a.content_link, .how_it_works .image, .opening_hours, .opening_hours .opening_hours_wrapper li,
/* 33  */ 	.icon_box.has_border:after, .chart_box:before, .pricing-box, .team_list .bq_wrapper, .post-footer .post-links, .format-link .post-title .icon-link,
/* 34  */ 	.share_wrapper, .post-header .title_wrapper, .section-post-related .section-related-adjustment, #comments > :first-child, .widget-area, .widget:after,
/* 35  */ 	.fixed-nav .desc h6, .portfolio_group.list .portfolio-item, .portfolio_group .portfolio-item .desc .details-wrapper, .Recent_posts ul li .desc h6,
/* 36  */ 	.widget_recent_entries ul li a, .woocommerce .widget_best_sellers li, .woocommerce .widget_featured_products li, .woocommerce .widget_recent_reviews li, 
/* 37  */ 	.woocommerce .widget_recent_products li, .woocommerce .widget_recently_viewed_products li, .woocommerce .widget_random_products li, .woocommerce .widget_top_rated_products li,
/* 38  */ 	.woocommerce .widget_onsale li, .woocommerce .widget_layered_nav li, .woocommerce .widget_shopping_cart ul.product_list_widget li,
/* 39  */ 	.woocommerce .widget_products li, .woocommerce .product .related.products, .woocommerce .product .upsells.products, .woocommerce .product div.entry-summary h1.product_title:after,
/* 40  */ 	.woocommerce .quantity input.qty, .header-stack #Top_bar .logo, .offer_thumb .slider_pagination, .offer_thumb .slider_pagination a, .Latest_news ul li .desc_footer,
/* 41  */ 	.Latest_news ul li .photo, .offer_thumb.bottom .slider_pagination a, .style-simple .faq .question, .style-simple #Filters .filters_wrapper ul,
/* 42  */ 	#edd_checkout_cart th, #edd_checkout_cart td {
/* 43  */ 		border-color: rgba(0,0,0,.08);
/* 44  */ 	}	
/* 45  */ 	
/* 46  */ /* Tooltip */
/* 47  */ 	.tooltip-img .tooltip-content, .tooltip:after{
/* 48  */ 		background: #444444;
/* 49  */ 		color: #ffffff;
/* 50  */ 	}		

/* variables.css */

/* 51  */ 	
/* 52  */ /* Highlight */
/* 53  */ 	.dropcap, .highlight:not(.highlight_image) {
/* 54  */ 		color: #ffffff;
/* 55  */ 	}	
/* 56  */ 	
/* 57  */ /* Inputs */
/* 58  */ 	input[type="date"],
/* 59  */ 	input[type="email"],
/* 60  */ 	input[type="number"],
/* 61  */ 	input[type="password"],
/* 62  */ 	input[type="search"],
/* 63  */ 	input[type="tel"], 
/* 64  */ 	input[type="text"], 
/* 65  */ 	input[type="url"], 
/* 66  */ 	select,
/* 67  */ 	textarea, 
/* 68  */ 	.woocommerce .quantity input.qty {
/* 69  */ 		background-color: #fff;
/* 70  */ 		color: #626262;
/* 71  */ 		-webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.02);
/* 72  */ 		box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.02);
/* 73  */ 	}
/* 74  */ 	
/* 75  */ 	input[type="date"]:focus,
/* 76  */ 	input[type="email"]:focus,
/* 77  */ 	input[type="number"]:focus,
/* 78  */ 	input[type="password"]:focus,
/* 79  */ 	input[type="search"]:focus,	
/* 80  */ 	input[type="tel"]:focus,
/* 81  */ 	input[type="text"]:focus,
/* 82  */ 	input[type="url"]:focus,
/* 83  */ 	select:focus,
/* 84  */ 	textarea:focus {
/* 85  */ 		background-color: #E9F5FC !important;
/* 86  */ 		border-color: #d5e5ee;
/* 87  */ 		color: #1982C2;
/* 88  */ 	}	
/* 89  */ 	
/* 90  */ /* Dividers */
/* 91  */ 	hr {
/* 92  */ 		background-color: rgba(0, 0, 0, .08);
/* 93  */ 		color: rgba(0, 0, 0, .08);
/* 94  */ 	}	
/* 95  */ 	
/* 96  */ /* Date */
/* 97  */ 	.date_label,.timeline_items li h3 span {
/* 98  */ 		background-color: #f8f8f8;
/* 99  */ 		color: #a8a8a8;
/* 100 */ 	}

/* variables.css */

/* 101 */ 	.date_label:after,
/* 102 */ 	.timeline_items li h3 span:after {
/* 103 */ 		border-left-color: #f8f8f8;
/* 104 */ 	}	
/* 105 */ 	
/* 106 */ /************************ Header ************************/	
/* 107 */ 
/* 108 */ 	#Top_bar .menu > li > a span { 
/* 109 */ 		border-color: rgba(0,0,0,.05);
/* 110 */ 	}
/* 111 */ 	#Top_bar .search_wrapper input[type="text"] { 
/* 112 */ 		border-color: #fff; color: #fff; 
/* 113 */ 	}	
/* 114 */ 	
/* 115 */ /************************ Footer ************************/
/* 116 */ 
/* 117 */ 	/* Borders */
/* 118 */ 	#Footer .Recent_posts ul li .desc h6, #Footer .widget_recent_entries ul li a, #Footer .widget_best_sellers li, #Footer .widget_featured_products li, 
/* 119 */ 	#Footer .widget_recent_reviews li, #Footer .widget_recent_products li, #Footer .widget_recently_viewed_products li, #Footer .widget_random_products li, 
/* 120 */ 	#Footer .widget_top_rated_products li, #Footer .widget_onsale li, #Footer .widget_layered_nav li, #Footer .widget_shopping_cart ul.product_list_widget li,
/* 121 */ 	#Footer .widget_products li, #Footer .widget_archive ul li:after, #Footer .widget_nav_menu ul li:after, #Footer table th, #Footer table td {
/* 122 */ 		border-color: rgba(255,255,255,.08);
/* 123 */ 	}	
/* 124 */ 	
/* 125 */ 	/* Borders */
/* 126 */ 	#Sliding-top .Recent_posts ul li .desc h6, #Sliding-top .widget_recent_entries ul li a, #Sliding-top .widget_best_sellers li, #Sliding-top .widget_featured_products li, 
/* 127 */ 	#Sliding-top .widget_recent_reviews li, #Sliding-top .widget_recent_products li, #Sliding-top .widget_recently_viewed_products li, #Sliding-top .widget_random_products li, 
/* 128 */ 	#Sliding-top .widget_top_rated_products li, #Sliding-top .widget_onsale li, #Sliding-top .widget_layered_nav li, #Sliding-top .widget_shopping_cart ul.product_list_widget li,
/* 129 */ 	#Sliding-top .widget_products li, #Sliding-top .widget_archive ul li:after, #Sliding-top .widget_nav_menu ul li:after, #Sliding-top table th, #Sliding-top table td {
/* 130 */ 		border-color: rgba(255,255,255,.08);
/* 131 */ 	}	
/* 132 */ 	
/* 133 */ /* Image frames & Google maps & Icon bar */
/* 134 */ 	.image_frame,
/* 135 */ 	.wp-caption,
/* 136 */ 	.google-map,
/* 137 */ 	.icon_box .icon_wrapper,
/* 138 */ 	.content_slider .caroufredsel_wrapper,
/* 139 */ 	.author-box .avatar-wrapper,
/* 140 */ 	#comments .commentlist > li .photo,
/* 141 */ 	.edd_download_image {
/* 142 */ 		border-color: #f8f8f8;
/* 143 */ 	}
/* 144 */ 	.wp-caption-text { 
/* 145 */ 		background: #f8f8f8; 
/* 146 */ 		color: #A6A6A6;
/* 147 */ 	}
/* 148 */ 	.image_frame .image_wrapper,
/* 149 */ 	.wp-caption img,
/* 150 */ 	.icon_box .icon_wrapper:before { 

/* variables.css */

/* 151 */ 		border-color: #e2e2e2; 
/* 152 */ 	}
/* 153 */ 	
/* 154 */ 	.image_frame .image_wrapper .mask,
/* 155 */ 	.edd_download_image:after { 
/* 156 */ 		-webkit-box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07);
/* 157 */ 		box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07); 
/* 158 */ 	}
/* 159 */ 	.image_frame .image_wrapper .mask:after { 
/* 160 */ 		background: rgba(255,255,255,.4);
/* 161 */ 	}
/* 162 */ 	/* Image frame overlay */
/* 163 */ 	.if-overlay .image_frame .image_wrapper .mask { 
/* 164 */ 		-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,.0);
/* 165 */ 		box-shadow:inset 0 0 0 0 rgba(0,0,0,.0); 
/* 166 */ 	}
/* 167 */ 	.if-overlay .image_frame .image_wrapper .mask:after { 
/* 168 */ 		background: rgba(0,0,0,.15);
/* 169 */ 	}
/* 170 */ 	
/* 171 */ /* Sliding box */
/* 172 */ 	.sliding_box .desc_wrapper h4 {
/* 173 */ 		color: #fff;
/* 174 */ 	}	
/* 175 */ 	
/* 176 */ /* Counter & Chart */
/* 177 */ 	.counter .desc_wrapper .number-wrapper,
/* 178 */ 	.chart_box .chart .num,
/* 179 */ 	.chart_box .chart .icon,
/* 180 */ 	.style-simple .quick_fact .number-wrapper,
/* 181 */ 	#edd_checkout_cart .edd_cart_header_row th {
/* 182 */ 		color: #444;
/* 183 */ 	}	
/* 184 */ 	
/* 185 */ /* Icon bar */
/* 186 */ 	a.icon_bar {
/* 187 */ 		color: #444 !important;
/* 188 */ 	}
/* 189 */ 	
/* 190 */ /* Get in touch & Infobox */
/* 191 */ 	.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul,
/* 192 */ 	.infobox, .infobox a, .infobox h3, .infobox ul {
/* 193 */ 		color: #fff !important;
/* 194 */ 	}
/* 195 */ 	
/* 196 */ /* How it works */
/* 197 */ 	.how_it_works .image .number { 
/* 198 */ 		color: #fff;
/* 199 */ 	}	
/* 200 */ 	

/* variables.css */

/* 201 */ /* Trailer box */
/* 202 */ 	.trailer_box .desc h2 {
/* 203 */ 		color: #fff;
/* 204 */ 	}
/* 205 */ 	.trailer_box .desc .subtitle {
/* 206 */ 		color: #fff;
/* 207 */ 	}
/* 208 */ 	
/* 209 */ /* Icon box */
/* 210 */ 	.icon_box:hover .icon_wrapper,
/* 211 */ 	.icon_box a:hover .icon_wrapper { 
/* 212 */ 		color: #fff;
/* 213 */ 	}
/* 214 */ 
/* 215 */ /* List */
/* 216 */ 	.list_item.lists_1 .list_left {
/* 217 */ 		color: #fff;
/* 218 */ 	}
/* 219 */ 
/* 220 */ /* Features list */
/* 221 */ 	.feature_list ul li:hover,
/* 222 */ 	.feature_list ul li:hover a {
/* 223 */ 		color: #fff;
/* 224 */ 	}
/* 225 */ 	.feature_list ul li:hover .icon i,
/* 226 */ 	.feature_list ul li:hover a .icon i {
/* 227 */ 		color: #fff;
/* 228 */ 	}	
/* 229 */ 	
/* 230 */ /* Tabs, Accordion, Toggle, Table, Faq */
/* 231 */ 	.ui-tabs .ui-tabs-nav li a,
/* 232 */ 	.accordion .question .title,
/* 233 */ 	.faq .question .title,
/* 234 */ 	table th {
/* 235 */ 		color: #444;
/* 236 */ 	}
/* 237 */ 	.ui-tabs .ui-tabs-nav li.ui-state-active a:after,
/* 238 */ 	table tr:hover td,
/* 239 */ 	table:not(.shop_table) tr:hover td a {
/* 240 */ 		color: #fff;
/* 241 */ 	}	
/* 242 */ 	.accordion .question .answer,
/* 243 */ 	.ui-tabs .ui-tabs-panel, 
/* 244 */ 	.ui-tabs .ui-tabs-nav li.ui-state-active a, 
/* 245 */ 	.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
/* 246 */ 	.ui-tabs .ui-tabs-nav li.ui-state-active:after,
/* 247 */ 	.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
/* 248 */ 		background-color: #fff;
/* 249 */ 	}		
/* 250 */ 	

/* variables.css */

/* 251 */ /* Pricing */
/* 252 */ 	.pricing-box-box.pricing-box-featured,
/* 253 */ 	.pricing-box-box.pricing-box-featured .plan-header h2,
/* 254 */ 	.pricing-box-box.pricing-box-featured .plan-header .price sup.currency,
/* 255 */ 	.pricing-box-box.pricing-box-featured .plan-header .price > span,
/* 256 */ 	.pricing-box-box.pricing-box-featured .plan-header .price sup.period,
/* 257 */ 	.pricing-box-box.pricing-box-featured .plan-header p.subtitle {
/* 258 */ 		color: #fff;
/* 259 */ 	}
/* 260 */ 	.pricing-box-box.pricing-box-featured .plan-header hr {
/* 261 */ 		border-color: rgba(0,0,0,.2);
/* 262 */ 		background: rgba(0,0,0,.2);
/* 263 */ 	}
/* 264 */ 	.pricing-box-box.pricing-box-featured a.button {
/* 265 */ 		background-color: #fff;
/* 266 */ 		color: #444;
/* 267 */ 	}
/* 268 */ 	
/* 269 */ 
/* 270 */ /********************** Mobile menu **********************/
/* 271 */ 
/* 272 */ @media only screen and (max-width: 959px) {		
/* 273 */ 	#Header #menu > ul > li.current-menu-item > a,
/* 274 */ 	#Header #menu > ul > li.current_page_item > a,
/* 275 */ 	#Header #menu > ul > li.current-menu-parent > a,
/* 276 */ 	#Header #menu > ul > li.current-page-parent > a,
/* 277 */ 	#Header #menu > ul > li.current-menu-ancestor > a,
/* 278 */ 	#Header #menu > ul > li.current_page_ancestor > a {
/* 279 */ 		background: rgba(0,0,0,.02);
/* 280 */ 	}
/* 281 */ }	
/* 282 */ 

/* style-simple.css */

/* 1   */ /* Tabs */
/* 2   */ .style-simple .ui-tabs { border: 0; }
/* 3   */ .style-simple .ui-tabs .ui-tabs-panel { background: none; }
/* 4   */ .style-simple .ui-tabs .ui-tabs-nav { background: none; text-align: center; }
/* 5   */ .style-simple .ui-tabs .ui-tabs-nav li { border: 0; display: inline-block; float: none; }
/* 6   */ .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a,
/* 7   */ .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
/* 8   */ .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after { background-color: transparent; }
/* 9   */ .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
/* 10  */ .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
/* 11  */ .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
/* 12  */ .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after { bottom: -1px; height: 2px; margin-left: -50%; width: 100%; }
/* 13  */ 
/* 14  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-panel { border-width: 0 0 0 1px !important; }
/* 15  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav { border: 0; }
/* 16  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
/* 17  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
/* 18  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
/* 19  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: block; width: 2px; height: 100%; right: -1px; top: 0; bottom: auto; left: auto; margin: 0; }
/* 20  */ .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a { background: none; text-align: right; padding-right: 20px !important; padding-left: 10px !important; }
/* 21  */ 
/* 22  */ 
/* 23  */ /* Accordion & Toggle */
/* 24  */ .style-simple .accordion .question { border-width: 0 0 0 1px; border-radius: 0; position: relative; margin-bottom: 0px; }
/* 25  */ .style-simple .accordion .question:after { content: ""; display: none; width: 2px; height: 100%; position: absolute; left: 0px; top: 0; background-color: #ccc; }
/* 26  */ .style-simple .accordion .question.active:after { display: block; }
/* 27  */ .style-simple .accordion .question .title { background: none; padding-left: 50px; border: 0; }
/* 28  */ .style-simple .accordion .question .title:before { display: none; }
/* 29  */ .style-simple .accordion .question .answer { background: none; padding: 0 20px 10px 50px; }
/* 30  */ 
/* 31  */ /* FAQ */
/* 32  */ .style-simple .faq .question { border-width: 0 0 0 1px; border-style: solid; margin-bottom: 0px; position: relative; background: none; }
/* 33  */ .style-simple .faq .question:before { display: none; }
/* 34  */ .style-simple .faq .question:after { content: ""; display: none; width: 2px; height: 100%; position: absolute; top: 0; background-color: #ccc; }
/* 35  */ .style-simple .faq .question .title,
/* 36  */ .style-simple .faq .question .answer { padding-left: 70px; }
/* 37  */ .style-simple .faq .question.active:after { display: block; }
/* 38  */ 
/* 39  */ /* Table */
/* 40  */ .style-simple table th { background: none; }
/* 41  */ .style-simple table tr:first-child td { background: none; }
/* 42  */ .style-simple table tr:hover td { background: none; color: inherit; }
/* 43  */ .style-simple table th,
/* 44  */ .style-simple table td { border-width: 0 1px 1px 0; }
/* 45  */ .style-simple table tr td:last-child,
/* 46  */ .style-simple table tr th:last-child { border-right: 0; }
/* 47  */ .style-simple table tr:last-child td { border-bottom: 0; }
/* 48  */ .style-simple table tr:nth-child(2n) td { background: none; }
/* 49  */ 
/* 50  */ /* Opening hours */

/* style-simple.css */

/* 51  */ .style-simple .opening_hours { padding: 0; border: 0; background-color: transparent; }
/* 52  */ .style-simple .opening_hours .opening_hours_wrapper li { padding-bottom: 0; border: 0; margin-bottom: 0; }
/* 53  */ .style-simple .opening_hours .opening_hours_wrapper li { text-align: left; }
/* 54  */ .style-simple .opening_hours .opening_hours_wrapper li label { background-color: transparent; background-image: none; font-size: 15px; border-bottom: 1px solid #ccc; padding: 10px 0; border-radius: 0; }
/* 55  */ .style-simple .opening_hours .opening_hours_wrapper li span { font-size: 32px; line-height: 32px; padding: 10px 0; }
/* 56  */ .style-simple .opening_hours .opening_hours_wrapper li span sup { top: -1px; font-size: 16px; line-height: 16px; margin-left: 4px; }
/* 57  */ 
/* 58  */ /* Icon box */
/* 59  */ .style-simple .icon_box .image_wrapper,
/* 60  */ .style-simple .icon_box .icon_wrapper { padding-top: 5px; margin-bottom: 25px; }
/* 61  */ .style-simple .icon_box .icon_wrapper { font-size: 80px; background-color: transparent; box-shadow: 0 0 0 0 rgba(0,0,0,.0); border-width: 0px; background-image: none; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
/* 62  */ .style-simple .icon_box .icon_wrapper:before { display: none; }
/* 63  */ .style-simple .icon_box .icon_wrapper i { position: relative; top: 0; }
/* 64  */ .style-simple .icon_box .image_wrapper img { position: relative; top: 0; }
/* 65  */ .style-simple .icon_box .desc_wrapper h4 { margin-bottom: 20px; }
/* 66  */ .style-simple .icon_box .desc_wrapper h4:before { content: ""; display: block; width: 0px; margin: 0 auto; height: 2px; top: -15px; position: relative; background-color: #ccc; }
/* 67  */ 
/* 68  */ .style-simple .icon_box:hover .icon_wrapper i { top: -5px; }
/* 69  */ .style-simple .icon_box:hover .image_wrapper img { top: -5px; }
/* 70  */ .style-simple .icon_box:hover .desc_wrapper h4:before { width: 100px; }
/* 71  */ 
/* 72  */ 	/* Animation */
/* 73  */ 	.style-simple .icon_box .icon_wrapper i,
/* 74  */ 	.style-simple .icon_box .image_wrapper img,
/* 75  */ 	.style-simple .icon_box .desc_wrapper h4:before { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 76  */ 	
/* 77  */ /* Filters */
/* 78  */ .style-simple #Filters { text-align: center; }
/* 79  */ .style-simple #Filters .filters_buttons { background:none; padding:15px 0;}
/* 80  */ .style-simple #Filters .filters_wrapper { margin-top:0;}
/* 81  */ .style-simple #Filters .filters_wrapper ul { overflow: visible; display: inline-block; border-bottom-width: 1px; border-style: solid; }
/* 82  */ .style-simple #Filters .filters_wrapper ul li { width: auto; margin: 0; }
/* 83  */ .style-simple #Filters .filters_wrapper ul li a { background: none; border: 0; padding: 14px 25px; position: relative; }
/* 84  */ .style-simple #Filters .filters_wrapper ul li a:after { content: ""; display: none; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: #ccc; }
/* 85  */ .style-simple #Filters .filters_wrapper ul li.close a { color: inherit; padding: 14px 15px; width: auto; border:0 !important; }
/* 86  */ .style-simple #Filters .filters_wrapper ul li a:hover,
/* 87  */ .style-simple #Filters .filters_wrapper ul li.current-cat a { background: none; color: inherit; }
/* 88  */ .style-simple #Filters .filters_wrapper ul li.current-cat a:after { display: block; }
/* 89  */ 
/* 90  */ /* Clients */
/* 91  */ .style-simple ul.clients.clients_tiles li .client_wrapper::after { display: none; }
/* 92  */ 
/* 93  */ 
/* 94  */ /* Progress bars */
/* 95  */ .style-simple .progress_bars .bars_list li .bar,
/* 96  */ .style-simple .progress_bars .bars_list li .bar .progress { height: 5px; }
/* 97  */ .style-simple .progress_bars .bars_list li .bar { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset; background: rgba(0, 0, 0, 0.03); border-radius: 0; }
/* 98  */ .style-simple .progress_bars .bars_list li .bar .progress { background-image: none; }
/* 99  */ 
/* 100 */ /* Counters */

/* style-simple.css */

/* 101 */ .style-simple .counter { background-image: none; }
/* 102 */ 
/* 103 */ /* Lists */
/* 104 */ .style-simple .list_item.lists_1 .list_left { background-image: none; border-radius: 2px; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset; }
/* 105 */ .style-simple .list_item .circle { background-image: none; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset; }
/* 106 */ 
/* 107 */ /* Blockquote */
/* 108 */ .style-simple blockquote { background: none; line-height: 25px; font-style: italic; }
/* 109 */ .style-simple blockquote:after { display: none; }
/* 110 */ 
/* 111 */ /* Testimonials slider */
/* 112 */ .style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper { padding-top: 0; padding-bottom: 0; background: none; text-align: center; }
/* 113 */ .style-simple .testimonials_slider .slider_images { background-color: transparent; }
/* 114 */ .style-simple .testimonials_slider .slider_images:before { display: none; }
/* 115 */ 
/* 116 */ /* Article box */
/* 117 */ .style-simple .article_box .desc_wrapper { background-image: none; }
/* 118 */ .style-simple .article_box .desc_wrapper p { border-bottom-width: 0px; margin-bottom: 0; padding-bottom: 10px; }
/* 119 */ .style-simple .article_box .desc_wrapper p:after { background-color: rgba(0,0,0,.1); content: ""; display: block; height: 2px; margin-top: 10px; width: 20px; }
/* 120 */ .style-simple .article_box:hover .desc_wrapper p:after { width: 40%; }
/* 121 */ .style-simple .article_box .desc_wrapper i.icon-right-open { display: none; }
/* 122 */ 
/* 123 */ 	.style-simple .article_box .desc_wrapper p:after { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 124 */ 	
/* 125 */ /* Idea box */
/* 126 */ .style-simple .idea_box { border: 1px solid rgba(0, 0, 0, 0.08); padding: 15px 15px 15px 0; background: none; }
/* 127 */ .style-simple .idea_box .icon { display: block; position: static; float: left; left: 0; top: 0; margin-top: 0; width: 60px; text-align: center; margin-top: 5px; }
/* 128 */ .style-simple .idea_box .desc { border-left: 1px solid rgba(0, 0, 0, 0.08); padding: 10px 15px 10px 20px; margin-left: 60px; }
/* 129 */ 
/* 130 */ /* Sliding box */
/* 131 */ .style-simple .sliding_box .photo_wrapper { top: 0; }
/* 132 */ .style-simple .sliding_box .desc_wrapper { background: none; padding-left: 0; padding-right: 0; }
/* 133 */ .style-simple .sliding_box .desc_wrapper h4 { color: inherit; margin-bottom: 5px; }
/* 134 */ .style-simple .sliding_box .desc_wrapper:after { display: inline-block; content: ""; width: 20%; height: 2px; border: 0; background-color: rgba(0,0,0,.1); position: static; top: 0; margin: 0; }
/* 135 */ .style-simple .sliding_box:hover .desc_wrapper:after { width: 60%; }
/* 136 */ 
/* 137 */ /* Trailer box */
/* 138 */ .style-simple .trailer_box {}
/* 139 */ .style-simple .trailer_box .desc { padding: 27px 15px 30px; }
/* 140 */ .style-simple .trailer_box .desc .line { display: none; }
/* 141 */ .style-simple .trailer_box .desc .subtitle { background-image: none; background-color: transparent; color: rgba(255,255,255,.7); margin-bottom: 10px; padding: 0; }
/* 142 */ .style-simple .trailer_box:hover .desc h2 { bottom: 0px;}
/* 143 */ .style-simple .trailer_box:hover .desc .subtitle { bottom: 0px; }
/* 144 */ 
/* 145 */ 	/* Animation */
/* 146 */ 	.style-simple .trailer_box .desc { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 147 */ 	
/* 148 */ 	
/* 149 */ /* Timeline */
/* 150 */ .style-simple .timeline_items { background: none; }

/* style-simple.css */

/* 151 */ .style-simple .timeline_items:after { display: none; }
/* 152 */ .style-simple .timeline_items li { width: 50%; padding: 0 0 0 50%; background: none; margin-bottom: 15px !important; }
/* 153 */ .style-simple .timeline_items li:nth-child(even) { padding: 0 50% 0 0; background: none; }
/* 154 */ .style-simple .timeline_items li h3 span { background: none !important; border-radius: 4px; font-size: 14px; font-style: italic; top: 22px; }
/* 155 */ .style-simple .timeline_items li h3:before { display: none; }
/* 156 */ .style-simple .timeline_items li .desc:before { display: none; }
/* 157 */ 
/* 158 */ .style-simple .timeline_items li h3 { border-left: 2px solid rgba(0, 0, 0, 0.08); margin: 0; padding: 15px 0 0 25px; width: 100%; box-sizing: padding-box; }
/* 159 */ .style-simple .timeline_items li h3 span { position: absolute; right: 52%; }
/* 160 */ 
/* 161 */ .style-simple .timeline_items li:nth-child(even) h3 { padding: 15px 25px 0 0; text-align: right; border-left: 0; border-right: 2px solid rgba(0, 0, 0, 0.04);  }
/* 162 */ .style-simple .timeline_items li:nth-child(even) h3 span { left: 52%; right: auto; }
/* 163 */ 
/* 164 */ .style-simple .timeline_items li .desc { border-left: 2px solid rgba(0, 0, 0, 0.08); padding: 15px 0 15px 25px; background: none; width: 100%; box-sizing: padding-box; }
/* 165 */ .style-simple .timeline_items li:nth-child(even) .desc { padding: 15px 25px 15px 0; border-left: 0; border-right: 2px solid rgba(0, 0, 0, 0.04); }
/* 166 */ 
/* 167 */ 	/* Animation */
/* 168 */ 	.style-simple .timeline_items li:hover h3,
/* 169 */ 	.style-simple .timeline_items li:nth-child(even):hover h3, 
/* 170 */ 	.style-simple .timeline_items li:hover .desc,
/* 171 */ 	.style-simple .timeline_items li:nth-child(even):hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 172 */ 	
/* 173 */ /* Quick fact */
/* 174 */ .style-simple .quick_fact .number-wrapper { font-family: inherit; font-size: 60px; line-height: 60px; }
/* 175 */ .style-simple .quick_fact .title { font-family: inherit; font-size: 18px; font-weight: 400; }
/* 176 */ .style-simple .quick_fact hr { display: none; }
/* 177 */ 
/* 178 */ /* Chart box */
/* 179 */ .style-simple .chart_box:before { background-color: transparent; background-image: none; border-width: 0; }
/* 180 */ .style-simple .chart_box .chart .num { font-family: inherit; font-size: 30px; }
/* 181 */ 
/* 182 */ /* Content link */
/* 183 */ .style-simple a.content_link { border-width: 0 0 2px; margin: 0 10px; background-color: transparent; background-image: none; }
/* 184 */ .style-simple a.content_link:after { border-width: 0 0 2px; bottom: -2px; }
/* 185 */ .style-simple a.content_link:before { border-width: 0 5px 6px; }
/* 186 */ 
/* 187 */ /* How it works */
/* 188 */ .style-simple .how_it_works .image { border-width: 0 0 2px; background: transparent; border-radius: 0; margin-bottom: 30px; }
/* 189 */ .style-simple .how_it_works .image .number { border-radius: 0; bottom: -17px; left: 50%; margin-left: -17px; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset; }
/* 190 */ 
/* 191 */ /* Offer thumb */
/* 192 */ .style-simple .offer_thumb_ul li.offer_thumb_li { padding-left: 0; }
/* 193 */ 
/* 194 */ .style-simple .offer_thumb .slider_pagination a img { filter: alpha(opacity=70); opacity: 0.7; }
/* 195 */ .style-simple .offer_thumb .slider_pagination a.selected img,
/* 196 */ .style-simple .offer_thumb .slider_pagination a:not(.selected):hover img { filter: alpha(opacity=1); opacity: 1; }
/* 197 */ 
/* 198 */ @media only screen and (min-width: 768px) { 
/* 199 */ 	.style-simple .offer_thumb .slider_pagination { border: 0; }
/* 200 */ 	.style-simple .offer_thumb .slider_pagination a { margin-bottom: 6px; border-width: 1px; background: none; }

/* style-simple.css */

/* 201 */ 	.style-simple .offer_thumb.bottom .slider_pagination a { margin: 3px; }
/* 202 */ 	
/* 203 */ 	.style-simple .offer_thumb .slider_pagination a:before,
/* 204 */ 	.style-simple .offer_thumb .slider_pagination a:after { display: none; }
/* 205 */ }
/* 206 */ 
/* 207 */ /* Alerts */
/* 208 */ .style-simple .alert { -webkit-border-radius: 0; border-radius: 0; }
/* 209 */ .style-simple .alert .alert_icon { position: absolute; left: 0; top: 0; background: none; border-right: 1px solid rgba(255,255,255,.3); -webkit-border-radius: 0; border-radius: 0; }
/* 210 */ 
/* 211 */ /* Zoom box */
/* 212 */ .style-simple .zoom_box { position: relative; line-height: 0; overflow: hidden; }
/* 213 */ .style-simple .zoom_box .photo img,
/* 214 */ .style-simple .zoom_box .desc {
/* 215 */ 	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
/* 216 */ }
/* 217 */ .style-simple .zoom_box .photo img {
/* 218 */ 	-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
/* 219 */ }
/* 220 */ .style-simple .zoom_box:hover .photo img { 
/* 221 */ 	-webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15);
/* 222 */ }
/* 223 */ .style-simple .zoom_box .desc { background:rgba(0,0,0,.8); width:100%; height:100%; position:absolute; left:0; top:0; text-align:center; opacity:0;
/* 224 */ 	-webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15);
/* 225 */ }
/* 226 */ .style-simple .zoom_box:hover .desc { opacity:1;
/* 227 */ 	-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
/* 228 */ }
/* 229 */ .style-simple .zoom_box .desc .desc_img { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; transform: translateY(-80%); -webkit-transform: translateY(-80%); }
/* 230 */ .style-simple .zoom_box .desc .desc_img img { padding:0; }
/* 231 */ .style-simple .zoom_box .desc .desc_txt { width: 100%; padding: 15px 20px; font-size: 17px; line-height: 22px; color: #fff; position: absolute; left: 0; bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 232 */ 
/* 233 */ /* Features list */
/* 234 */ .style-simple .feature_list hr { background-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0); }
/* 235 */ 
/* 236 */ /* Progress icons */
/* 237 */ .style-simple .progress_icons .progress_icon { color: rgba(0,0,0,.3); border-width: 1px; border-style: solid; }
/* 238 */ .style-simple .progress_icons .progress_icon.themebg { border-color: transparent; color: #fff; }
/* 239 */ .style-simple .progress_icons .progress_icon:not(.themebg) { background: none; border-color: rgba(0,0,0,.3); }
/* 240 */ 
/* 241 */ /* Pricing box */
/* 242 */ .style-simple .pricing-box { border: 0; }
/* 243 */ .style-simple .pricing-box:not(.pricing-box-featured) { background: none; } 
/* 244 */ 
/* 245 */ /* Tooltip */
/* 246 */ .style-simple .tooltip:hover:after, 
/* 247 */ .style-simple .tooltip.hover:after { background-image: none; }
/* 248 */ 
/* 249 */ /* Highlight */
/* 250 */ .style-simple .highlight { background-image: none; }

/* style-simple.css */

/* 251 */ 
/* 252 */ /* Get in touch */
/* 253 */ .style-simple .get_in_touch { padding: 25px 30px; }
/* 254 */ .style-simple .get_in_touch ul li { border-bottom: 1px solid rgba(255,255,255,.1); }
/* 255 */ .style-simple .get_in_touch ul li:last-child { border: 0; }
/* 256 */ .style-simple .get_in_touch ul li:after { display: none; }
/* 257 */ .style-simple .get_in_touch ul li .icon { left: 5px; }
/* 258 */ 
/* 259 */ /* Infobox */
/* 260 */ .style-simple .infobox { padding: 25px 30px; }
/* 261 */ .style-simple .infobox ul li { border-bottom: 1px solid rgba(255,255,255,.1); padding-left: 40px; }
/* 262 */ .style-simple .infobox ul li:last-child { border: 0; }
/* 263 */ .style-simple .infobox ul li:after { display: none; }
/* 264 */ .style-simple .infobox ul li:before{ left: 5px; }
/* 265 */ 
/* 266 */ /* Icon bar */
/* 267 */ .style-simple a.icon_bar { border-width: 0px; background-color: #f0f0f0; background-image: none; -webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,.0); box-shadow:inset 0 0 0 0 rgba(0,0,0,.0); }
/* 268 */ 
/* 269 */ .style-simple a.icon_bar span.t { opacity: 1; filter: alpha(opacity=100); }
/* 270 */ .style-simple a:hover.icon_bar span.t { opacity: 0; filter: alpha(opacity=0); }
/* 271 */ 
/* 272 */ .style-simple a.icon_bar span.b { position: absolute; top: 0; opacity: 0; filter: alpha(opacity=0); }
/* 273 */ .style-simple a:hover.icon_bar span.b { opacity: 1; filter: alpha(opacity=100); }
/* 274 */ 
/* 275 */ 		/* Animation */
/* 276 */ 		.style-simple a.icon_bar span { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* 277 */ 		.style-simple a.icon_bar span.b { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
/* 278 */ 		.style-simple a:hover.icon_bar span { -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
