
/* clear.css */

/* 1   */ /*html, body, div, span, object, iframe,
/* 2   *| h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 3   *| abbr, address, cite, code,
/* 4   *| del, dfn, em, img, ins, kbd, q, samp,
/* 5   *| small, strong, sub, sup, var,
/* 6   *| b, i,
/* 7   *| dl, dt, dd, ol, ul, li,
/* 8   *| fieldset, form, label, legend,
/* 9   *| table, caption, tbody, tfoot, thead, tr, th, td,
/* 10  *| article, aside, canvas, details, figcaption, figure, 
/* 11  *| footer, header, hgroup, menu, nav, section, summary,
/* 12  *| time, mark, audio, video {
/* 13  *|     margin:0;
/* 14  *|     padding:0;
/* 15  *|     border:0;
/* 16  *|     outline: none;
/* 17  *|     font-size:100%;
/* 18  *|     vertical-align:baseline;
/* 19  *|     background:transparent;
/* 20  *| }
/* 21  *| 
/* 22  *| body {
/* 23  *|     line-height: 0;
/* 24  *| }
/* 25  *| 
/* 26  *| article,aside,details,figcaption,figure,
/* 27  *| footer,header,hgroup,menu,nav,section { 
/* 28  *|     display:block;
/* 29  *| }
/* 30  *| 
/* 31  *| nav ul,ul,ol {
/* 32  *|     list-style:none;
/* 33  *| }
/* 34  *| 
/* 35  *| blockquote, q {
/* 36  *|     quotes:none;
/* 37  *| }
/* 38  *| 
/* 39  *| blockquote:before, blockquote:after,
/* 40  *| q:before, q:after {
/* 41  *|     content:'';
/* 42  *|     content:none;
/* 43  *| }
/* 44  *| 
/* 45  *| a {
/* 46  *|     margin:0;
/* 47  *|     padding:0;
/* 48  *|     font-size:100%;
/* 49  *| 	outline: none;
/* 50  *|     vertical-align:baseline;

/* clear.css */

/* 51  *|     background:transparent;
/* 52  *| }
/* 53  *| 
/* 54  *| ins {
/* 55  *|     background-color:#ff9;
/* 56  *|     color:#000;
/* 57  *|     text-decoration:none;
/* 58  *| }
/* 59  *| 
/* 60  *| mark {
/* 61  *|     background-color:#ff9;
/* 62  *|     color:#000; 
/* 63  *|     font-style:italic;
/* 64  *|     font-weight:bold;
/* 65  *| }
/* 66  *| 
/* 67  *| del {
/* 68  *|     text-decoration: line-through;
/* 69  *| }
/* 70  *| 
/* 71  *| abbr[title], dfn[title] {
/* 72  *|     border-bottom:1px dotted;
/* 73  *|     cursor:help;
/* 74  *| }
/* 75  *| 
/* 76  *| table {
/* 77  *|     border-collapse:collapse;
/* 78  *|     border-spacing:0;
/* 79  *| }
/* 80  *| 
/* 81  *| hr {
/* 82  *|     display:block;
/* 83  *|     height:1px;
/* 84  *|     border:0;   
/* 85  *|     border-top:1px solid #cccccc;
/* 86  *|     margin:1em 0;
/* 87  *|     padding:0;
/* 88  *| }
/* 89  *| 
/* 90  *| input, select {
/* 91  *|     vertical-align:middle;
/* 92  *| }
/* 93  *| 
/* 94  *| input:focus, textarea:focus
/* 95  *| {
/* 96  *|     outline: none;
/* 97  *| }*/
/* 98  */ html, body, div, span, object, iframe,
/* 99  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 100 */ abbr, address, cite, code,

/* clear.css */

/* 101 */ del, dfn, em, img, ins, kbd, q, samp,
/* 102 */ small, strong, sub, sup, var,
/* 103 */ b, i,
/* 104 */ dl, dt, dd, ol, ul, li,
/* 105 */ fieldset, form, label, legend,
/* 106 */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 107 */ article, aside, canvas, details, figcaption, figure, 
/* 108 */ footer, header, hgroup, menu, nav, section, summary,
/* 109 */ time, mark, audio, video {
/* 110 */     margin:0;
/* 111 */     padding:0;
/* 112 */     border:0;
/* 113 */     outline: none;
/* 114 */     font-size:100%;
/* 115 */     vertical-align:baseline;
/* 116 */     background:transparent;
/* 117 */ }
/* 118 */ 
/* 119 */ body {
/* 120 */     line-height:1;
/* 121 */ }
/* 122 */ 
/* 123 */ article,aside,details,figcaption,figure,
/* 124 */ footer,header,hgroup,menu,nav,section { 
/* 125 */     display:block;
/* 126 */ }
/* 127 */ 
/* 128 */ nav ul,ul,ol {
/* 129 */     list-style:none;
/* 130 */ }
/* 131 */ 
/* 132 */ blockquote, q {
/* 133 */     quotes:none;
/* 134 */ }
/* 135 */ 
/* 136 */ blockquote:before, blockquote:after,
/* 137 */ q:before, q:after {
/* 138 */     content:'';
/* 139 */     content:none;
/* 140 */ }
/* 141 */ 
/* 142 */ a {
/* 143 */     margin:0;
/* 144 */     padding:0;
/* 145 */     font-size:100%;
/* 146 */ 	outline: none;
/* 147 */     vertical-align:baseline;
/* 148 */     background:transparent;
/* 149 */ }
/* 150 */ 

/* clear.css */

/* 151 */ ins {
/* 152 */     background-color:#ff9;
/* 153 */     color:#000;
/* 154 */     text-decoration:none;
/* 155 */ }
/* 156 */ 
/* 157 */ mark {
/* 158 */     background-color:#ff9;
/* 159 */     color:#000; 
/* 160 */     font-style:italic;
/* 161 */     font-weight:bold;
/* 162 */ }
/* 163 */ 
/* 164 */ del {
/* 165 */     text-decoration: line-through;
/* 166 */ }
/* 167 */ 
/* 168 */ abbr[title], dfn[title] {
/* 169 */     border-bottom:1px dotted;
/* 170 */     cursor:help;
/* 171 */ }
/* 172 */ 
/* 173 */ table {
/* 174 */     border-collapse:collapse;
/* 175 */     border-spacing:0;
/* 176 */ }
/* 177 */ 
/* 178 */ hr {
/* 179 */     display:block;
/* 180 */     height:1px;
/* 181 */     border:0;   
/* 182 */     border-top:1px solid #cccccc;
/* 183 */     margin:1em 0;
/* 184 */     padding:0;
/* 185 */ }
/* 186 */ 
/* 187 */ input, select {
/* 188 */     vertical-align:middle;
/* 189 */ }
/* 190 */ 
/* 191 */ input:focus, textarea:focus
/* 192 */ {
/* 193 */     outline: none;
/* 194 */ }

/* carouFredSel.css */

/* 1  */ ul#wisdoms-slides li  
/* 2  */ {
/* 3  */ 	padding-bottom: 10px;
/* 4  */ 	font: 30px/1.4em "Prata", Helvetica, Arial, sans-serif;
/* 5  */ 	letter-spacing: -0.03em;
/* 6  */ 	text-align: left;
/* 7  */ 	color: #27303c;
/* 8  */ }
/* 9  */ .list_carousel.responsive
/* 10 */ {	
/* 11 */ 	margin-left: 0;
/* 12 */ 	width: 91%;
/* 13 */ }
/* 14 */ .list_carousel ul
/* 15 */ {
/* 16 */ 	margin: 0;
/* 17 */ 	padding: 0;
/* 18 */ 	list-style: none;
/* 19 */ 	display: block;
/* 20 */ }
/* 21 */ .list_carousel li
/* 22 */ {
/* 23 */ 	text-align: center;		
/* 24 */ 	padding: 0;
/* 25 */ 	display: block;
/* 26 */ 	float: left;
/* 27 */ 	position: relative;
/* 28 */ }	
/* 29 */ .list_carousel li img
/* 30 */ {
/* 31 */ 	width: 100%;
/* 32 */ 	height: auto;
/* 33 */ }
/* 34 */ a.prev{background-image: url(/wp-content/themes/finale/images/navigation_arrows_left.png?9f5e3a); width: 50px; height: 50px; z-index: 2;}
/* 35 */ a.prev:hover{background-position: 0 -50px;}
/* 36 */ a.next{background-image: url(/wp-content/themes/finale/images/navigation_arrows_right.png?9f5e3a); width: 50px; height: 50px; z-index: 2;}
/* 37 */ a.next:hover{background-position: 0 -50px;}
/* 38 */ .carousel_pagination {margin-top: 70px;}
/* 39 */ .carousel_pagination a {margin: 0 0 0 5px; float: left;}
/* 40 */ .carousel_pagination a:first-child {margin: 0;}
/* 41 */ .carousel_pagination a {width: 25px; height: 25px; display: block; background: url(/wp-content/themes/finale/images/bg_control_nav.png?9f5e3a) no-repeat 0 0; background-position: 0 -25px; cursor: pointer; text-indent: -9999px;}
/* 42 */ .carousel_pagination a:hover {background-position: 0 0;}
/* 43 */ .carousel_pagination a.selected {background-position: 0 0; cursor: default;}
/* 44 */ .caroufredsel_wrapper{z-index: 1 !important;}
/* 45 */ 

/* rekreato_grid.css */

/* 1   */ .container > div { 
/* 2   */   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 3   */   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
/* 4   */   box-sizing: border-box; 
/* 5   */ }
/* 6   */ body 
/* 7   */ {
/* 8   */ }
/* 9   */ .container
/* 10  */ {
/* 11  */ 	margin-left: auto;
/* 12  */ 	margin-right: auto;
/* 13  */ 	width: 1200px;
/* 14  */ }
/* 15  */ .one,
/* 16  */ .one_third,
/* 17  */ .two_third,
/* 18  */ .one_half
/* 19  */ {
/* 20  */ 	position: relative;
/* 21  */ 	margin-bottom: 25px;
/* 22  */ 	float: left;
/* 23  */ 	margin-left: 0px;
/* 24  */ 	margin-right: 50px;
/* 25  */ }
/* 26  */ .column_210,
/* 27  */ .column_230,
/* 28  */ .column_440,
/* 29  */ .column_680
/* 30  */ {
/* 31  */ 	position: relative;
/* 32  */ 	float: left;
/* 33  */ 	margin-left: 0px;
/* 34  */ 	margin-right: 30px;
/* 35  */ }
/* 36  */ .column_300,
/* 37  */ .column_360
/* 38  */ {
/* 39  */ 	position: relative;
/* 40  */ 	float: left;
/* 41  */ 	margin-left: 0px;
/* 42  */ 	margin-right: 20px;
/* 43  */ }
/* 44  */ .last
/* 45  */ {
/* 46  */     margin-right: 0 !important;
/* 47  */ }
/* 48  */ .one 
/* 49  */ {
/* 50  */ 	width: 940px;

/* rekreato_grid.css */

/* 51  */ 	margin-right: 0 !important;
/* 52  */ }
/* 53  */ .one_third
/* 54  */ {
/* 55  */ 	width: 280px;
/* 56  */ }
/* 57  */ .two_third
/* 58  */ {
/* 59  */ 	width: 610px;
/* 60  */ }
/* 61  */ .one_half
/* 62  */ {
/* 63  */ 	width: 445px;
/* 64  */ }
/* 65  */ .column_210
/* 66  */ {
/* 67  */ 	width: 210px;
/* 68  */ }
/* 69  */ .column_230
/* 70  */ {
/* 71  */ 	width: 230px;
/* 72  */ }
/* 73  */ .column_300
/* 74  */ {
/* 75  */ 	width: 25%;
/* 76  */ }
/* 77  */ .column_360
/* 78  */ {
/* 79  */ 	width: 360px;
/* 80  */ }
/* 81  */ .column_440
/* 82  */ {
/* 83  */ 	width: 440px;
/* 84  */ }
/* 85  */ .column_680
/* 86  */ {
/* 87  */ 	margin-right: 3%;
/* 88  */ 	width: 72%;
/* 89  */ }
/* 90  */ .clear {
/* 91  */ 	clear: both;
/* 92  */ 	display: block;
/* 93  */ 	overflow: hidden;
/* 94  */ 	visibility: hidden;
/* 95  */ 	width: 0;
/* 96  */ 	height: 0;
/* 97  */ }
/* 98  */ .clearfix:before,
/* 99  */ .clearfix:after {
/* 100 */ 	content: "\0020";

/* rekreato_grid.css */

/* 101 */ 	display: block;
/* 102 */ 	overflow: hidden;
/* 103 */ 	visibility: hidden;
/* 104 */ 	width: 0;
/* 105 */ 	height: 0;
/* 106 */ 	content: " ";
/* 107 */ }
/* 108 */ .clearfix:after {
/* 109 */ 	clear: both;
/* 110 */ }
/* 111 */ .clearfix {
/* 112 */ 	zoom: 1;
/* 113 */ }
/* 114 */ @media only screen and (min-width: 768px) and (max-width: 959px) 
/* 115 */ {
/* 116 */ 	.one,
/* 117 */ 	.one_third,
/* 118 */ 	.two_third,
/* 119 */ 	.one_half {margin-right: 36px;}
/* 120 */ 	.column_210,
/* 121 */ 	.column_230,
/* 122 */ 	.column_440,
/* 123 */ 	.column_680 {margin-right: 20px;}
/* 124 */ 	
/* 125 */ 	.container	{width: 720px;}
/* 126 */ 	.container .one         	{width: 720px;}
/* 127 */ 	.container .one_third   	{width: 216px;}
/* 128 */ 	.container .two_third   	{width: 468px;} 
/* 129 */ 	.container .one_half    	{width: 342px;}
/* 130 */ 	.container .column_210  	{width: 166px;}
/* 131 */ 	.container .column_230  	{width: 160px;}
/* 132 */ 	.container .column_360  	{width: 290px;}
/* 133 */ 	.container .column_440  	{width: 354px;}
/* 134 */ }
/* 135 */ @media only screen and (max-width: 767px) 
/* 136 */ {
/* 137 */ 	.one,
/* 138 */ 	.one_third,
/* 139 */ 	.two_third,
/* 140 */ 	.one_half,
/* 141 */ 	.column_210,
/* 142 */ 	.column_230,
/* 143 */ 	.column_300,
/* 144 */ 	.column_360,
/* 145 */ 	.column_440,
/* 146 */ 	.column_680	{margin-right: 0px;}
/* 147 */ 	
/* 148 */ 	
/* 149 */ 	.container	{width: 300px;}
/* 150 */ 	.container .one,

/* rekreato_grid.css */

/* 151 */ 	.container .one_third,
/* 152 */ 	.container .two_third,
/* 153 */ 	.container .one_half,
/* 154 */ 	.container .column_210,
/* 155 */ 	.container .column_230,
/* 156 */ 	.container .column_300,
/* 157 */ 	.container .column_360,
/* 158 */ 	.container .column_440,
/* 159 */ 	.container .column_680 {width: 300px;}
/* 160 */ 	
/* 161 */ 	
/* 162 */ }
/* 163 */ @media only screen and (min-width: 480px) and (max-width: 767px) 
/* 164 */ {
/* 165 */ 	.one,
/* 166 */ 	.one_third,
/* 167 */ 	.two_third,
/* 168 */ 	.one_half,
/* 169 */ 	.column_210,
/* 170 */ 	.column_230,
/* 171 */ 	.column_300,
/* 172 */ 	.column_360,
/* 173 */ 	.column_440,
/* 174 */ 	.column_680	{margin-right: 0px;}
/* 175 */ 	
/* 176 */ 	
/* 177 */ 	
/* 178 */ 	.container	{width: 420px;}
/* 179 */ 	.container .one,
/* 180 */ 	.container .one_third,
/* 181 */ 	.container .two_third,
/* 182 */ 	.container .one_half,
/* 183 */ 	.container .column_210,
/* 184 */ 	.container .column_230,
/* 185 */ 	.container .column_300,
/* 186 */ 	.container .column_360,
/* 187 */ 	.container .column_440,
/* 188 */ 	.container .column_680 {width: 420px;}
/* 189 */ 	.column_300
/* 190 */ {
/* 191 */ 	width: 25%;
/* 192 */ }
/* 193 */ .column_360,
/* 194 */ .column_680
/* 195 */ {
/* 196 */ 	margin-right: 0;
/* 197 */ 	width: 100%;
/* 198 */ }
/* 199 */ }
/* 200 */ 

/* rekreato_grid.css */

/* 201 */ 

/* common.css */

/* 1 */ abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;outline:0;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}input:focus,textarea:focus{outline:0}.left{float:left}.right{float:right}.absolute{position:absolute}.relative{position:relative}.center{text-align:center}.block{display:block}.shadow{width:100%;height:100%;top:0;left:0;position:absolute;background-color:#474559;-moz-opacity:.75;opacity:.75;filter:alpha(opacity=75)}a.preview img{visibility:visible}ul.slides{color:#FFF;border-color:#CCC1BD}.ch-grid{margin:20px 0 0;padding:0;list-style:none;display:block;text-align:center;width:100%}.ch-grid:after,.ch-item:before{content:'';display:table}.ch-grid:after{clear:both}.ch-grid li{width:280px;height:280px;display:inline-block}

/* style.css */

/* 1    */ /* Table of Content
/* 2    *| ==================================================
/* 3    *| 	#Site Styles
/* 4    *| 		/* common
/* 5    *| 		/* content segments
/* 6    *| 		/*page home
/* 7    *| 			/* home
/* 8    *| 		/* columns and margins
/* 9    *| 		/*page portfolio
/* 10   *| 		/*page services
/* 11   *| 		/*page about
/* 12   *| 		/*page news
/* 13   *| 		/*page single post
/* 14   *| 		/*page skills
/* 15   *| 		/*page pricing
/* 16   *| 		/*page contact
/* 17   *| 		/* buttons
/* 18   *| 		/* footer
/* 19   *| /* #Site Styles
/* 20   *| ================================================== */
/* 21   */ /* common
/* 22   *| ================================================== */
/* 23   */ @font-face {
/* 24   */   font-family: "HelveticaNeueRegular";
/* 25   */   src:url("/wp-content/themes/finale/fonts/HelveticaNeueRegular.eot?9f5e3a");
/* 26   */   src:url("/wp-content/themes/finale/fonts/HelveticaNeueRegular.eot?#iefix&9f5e3a") format("embedded-opentype"),
/* 27   */     url("/wp-content/themes/finale/fonts/HelveticaNeueRegular.ttf?9f5e3a") format("truetype"),
/* 28   */     url("/wp-content/themes/finale/fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg"),
/* 29   */     url("/wp-content/themes/finale/fonts/HelveticaNeueRegular.woff?9f5e3a") format("woff");
/* 30   */   font-weight: 400;
/* 31   */   font-style: normal;
/* 32   */ }
/* 33   */ @font-face {
/* 34   */   font-family: "HelveticaNeueLight";
/* 35   */   src:url("/wp-content/themes/finale/fonts/helveticaneuelight.eot?9f5e3a");
/* 36   */   src:url("/wp-content/themes/finale/fonts/helveticaneuelight.eot?#iefix&9f5e3a") format("embedded-opentype"),
/* 37   */     url("/wp-content/themes/finale/fonts/helveticaneuelight.ttf?9f5e3a") format("truetype"),
/* 38   */     url("/wp-content/themes/finale/fonts/helveticaneuelight.svg#HelveticaNeueLight") format("svg"),
/* 39   */     url("/wp-content/themes/finale/fonts/helveticaneuelight.woff?9f5e3a") format("woff");
/* 40   */   font-weight: 100;
/* 41   */   font-style: normal;
/* 42   */ }
/* 43   */ @font-face {
/* 44   */   font-family: "social";
/* 45   */   src:url("/wp-content/themes/finale/fonts/social.eot?9f5e3a");
/* 46   */   src:url("/wp-content/themes/finale/fonts/social.eot?#iefix&9f5e3a") format("embedded-opentype"),
/* 47   */     url("/wp-content/themes/finale/fonts/social.woff?9f5e3a") format("woff"),
/* 48   */     url("/wp-content/themes/finale/fonts/social.ttf?9f5e3a") format("truetype"),
/* 49   */     url("/wp-content/themes/finale/fonts/social.svg#social") format("svg");
/* 50   */   font-weight: normal;

/* style.css */

/* 51   */   font-style: normal;
/* 52   */ 
/* 53   */ }
/* 54   */ [data-icon]:before {
/* 55   */   font-family: "social" !important;
/* 56   */   content: attr(data-icon);
/* 57   */   font-style: normal !important;
/* 58   */   font-weight: normal !important;
/* 59   */   font-variant: normal !important;
/* 60   */   text-transform: none !important;
/* 61   */   speak: none;
/* 62   */   line-height: 1;
/* 63   */   -webkit-font-smoothing: antialiased;
/* 64   */   -moz-osx-font-smoothing: grayscale;
/* 65   */ }
/* 66   */ [class^="icon-"] a:before,
/* 67   */ [class*=" icon-"] a:before {
/* 68   */   font-family: "social" !important;
/* 69   */   font-style: normal !important;
/* 70   */   font-weight: normal !important;
/* 71   */   font-variant: normal !important;
/* 72   */   text-transform: none !important;
/* 73   */   speak: none;
/* 74   */   line-height: 1;
/* 75   */   -webkit-font-smoothing: antialiased;
/* 76   */   -moz-osx-font-smoothing: grayscale;
/* 77   */ }
/* 78   */ .icon-youtube a:before {
/* 79   */   content: "y";
/* 80   */ }
/* 81   */ .icon-rss a:before {
/* 82   */   content: "r";
/* 83   */ }
/* 84   */ .icon-facebook a:before {
/* 85   */   content: "f";
/* 86   */ }
/* 87   */ .icon-pinterest a:before {
/* 88   */   content: "p";
/* 89   */ }
/* 90   */ .icon-twitter a:before {
/* 91   */   content: "t";
/* 92   */ }
/* 93   */ .icon-instagram a:before {
/* 94   */   content: "i";
/* 95   */ }
/* 96   */ .icon-search:before {
/* 97   */   content: "s";
/* 98   */ }
/* 99   */ body
/* 100  */ {

/* style.css */

/* 101  */ 	font: 14px/1.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 102  */ 	letter-spacing: -0.03em;
/* 103  */ 	color: #8a8f97;
/* 104  */ }
/* 105  */ img,embed,object,iframe{
/* 106  */ 	display: block;
/* 107  */ 	margin: auto;
/* 108  */ 	max-width: 100%
/* 109  */ }
/* 110  */ h1 {
/* 111  */ 	text-align: center;
/* 112  */ 	font: 100 45px/1.3 "HelveticaNeueLight", Helvetica, Arial, sans-serif;
/* 113  */ }
/* 114  */ h2 {
/* 115  */ 	font: 100 36px/1.3 "HelveticaNeueLight", Helvetica, Arial, sans-serif;
/* 116  */ 	word-wrap: break-word;
/* 117  */ }
/* 118  */ h3 {
/* 119  */ 	font: 100 25px/1.3 "HelveticaNeueLight", Helvetica, Arial, sans-serif;
/* 120  */ 	word-wrap: break-word;
/* 121  */ }
/* 122  */ h4 {
/* 123  */ 	color: #000000;
/* 124  */ 	font: 100 20px/1.2 "HelveticaNeueLight", Helvetica, Arial, sans-serif;
/* 125  */ 	word-wrap: break-word;
/* 126  */ }
/* 127  */ p{margin-bottom:20px;}
/* 128  */ a,
/* 129  */ a:visited, 
/* 130  */ a:active
/* 131  */ {
/* 132  */     text-decoration: none;
/* 133  */ 	color: #8a8f97;
/* 134  */     border: none;
/* 135  */     outline: none;
/* 136  */ }
/* 137  */ a:hover 
/* 138  */ {
/* 139  */ 	text-decoration: none;
/* 140  */ 	color: #d6c19b;
/* 141  */ 	border: none;
/* 142  */ 	outline: none;
/* 143  */ }
/* 144  */ img,embed,object,iframe{max-width: 100%}
/* 145  */ .doc-loader 
/* 146  */ {
/* 147  */     position: fixed;
/* 148  */     left: 0px;
/* 149  */     top: 0px;
/* 150  */     width: 100%;

/* style.css */

/* 151  */     height: 100%;
/* 152  */     z-index: 1000;	
/* 153  */ }
/* 154  */ .doc-loader td 
/* 155  */ {   
/* 156  */     background-color: #fff;
/* 157  */     text-align: center;
/* 158  */     vertical-align: middle;
/* 159  */ }
/* 160  */ /* content segments
/* 161  *| ================================================== */
/* 162  */ 
/* 163  */ .content_segment
/* 164  */ {
/* 165  */ 	position: relative;
/* 166  */ 	background: transparent url('/wp-content/themes/finale/images/dot.png?9f5e3a') repeat-x;
/* 167  */ 	background-position: center;
/* 168  */ 	font-size: 12px;
/* 169  */ 	line-height: 35px;
/* 170  */ 	letter-spacing: 0.30em;
/* 171  */ 	color: #bcbfc3;
/* 172  */ }
/* 173  */ .bg_segment
/* 174  */ {
/* 175  */ 	padding-right: 15px;
/* 176  */ 	background-color: #FFF;
/* 177  */ 	text-transform:uppercase;
/* 178  */ }
/* 179  */ .last_segment
/* 180  */ {
/* 181  */ 	height: 1px;
/* 182  */ }
/* 183  */ /*  page home
/* 184  *| ================================================== */
/* 185  */ 	/* home
/* 186  *| 	================================================== */
/* 187  */ .home
/* 188  */ {
/* 189  */ 	width: 100%;
/* 190  */ 
/* 191  */ 	color: #fff;
/* 192  */ 	background-color: transparent;
/* 193  */ 	background-position: center;
/* 194  */ 	background-repeat: no-repeat;
/* 195  */ 	background-size: cover;
/* 196  */ }
/* 197  */ .page_home.top_background
/* 198  */ {
/* 199  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_home.jpg?9f5e3a');
/* 200  */ }

/* style.css */

/* 201  */ .page_services.top_background
/* 202  */ {
/* 203  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_services.jpg?9f5e3a');	
/* 204  */ }
/* 205  */ .page_about.top_background
/* 206  */ {
/* 207  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_about.jpg?9f5e3a');	
/* 208  */ }
/* 209  */ .page_news.top_background
/* 210  */ {
/* 211  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_news.jpg?9f5e3a');	
/* 212  */ }
/* 213  */ .page_post.top_background
/* 214  */ {
/* 215  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_post.jpg?9f5e3a');	
/* 216  */ }
/* 217  */ .page_portfolio.top_background
/* 218  */ {
/* 219  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_portfolio.jpg?9f5e3a');	
/* 220  */ }
/* 221  */ .page_contact.top_background
/* 222  */ {
/* 223  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_contact.jpg?9f5e3a');	
/* 224  */ }
/* 225  */ .page_skills.top_background
/* 226  */ {
/* 227  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_skills.jpg?9f5e3a');	
/* 228  */ }
/* 229  */ .page_pricing.top_background
/* 230  */ {
/* 231  */ 	background-image: url('/wp-content/themes/finale/images/top_bg_img/bg_pricing.jpg?9f5e3a');	
/* 232  */ }
/* 233  */ .container .logo
/* 234  */ {
/* 235  */ 	padding-top: 40px;
/* 236  */ 	margin-bottom: 55px;
/* 237  */ }
/* 238  */ .summary_subheading
/* 239  */ {
/* 240  */ 	word-wrap: break-word;
/* 241  */ 	margin-bottom: 15px;
/* 242  */ }
/* 243  */ 	/* home
/* 244  *| 	================================================== */
/* 245  */ .menu ul, .menu li{
/* 246  */ 	list-style: none;
/* 247  */ 	padding: 0
/* 248  */ }
/* 249  */ .menu a{
/* 250  */ 	font: 100 20px/1.6 "HelveticaNeueLight", Helvetica, Arial, sans-serif;

/* style.css */

/* 251  */ }
/* 252  */ .current-menu-item a {color: #D6C19B}
/* 253  */ /*	================================================== */
/* 254  */ .small-menu-wrapper
/* 255  */ {
/* 256  */ 	width: 420px;
/* 257  */ 	margin: 0 auto;
/* 258  */ }
/* 259  */ .small-menu
/* 260  */ {
/* 261  */ 	width: 100%;
/* 262  */ 	height: 45px;
/* 263  */ 	padding: 12px;
/* 264  */ 	text-align: center;
/* 265  */ 	letter-spacing: 0.2em;
/* 266  */ 	border: 0;
/* 267  */ 	outline: none;	
/* 268  */ }
/* 269  */ .header
/* 270  */ {
/* 271  */ 	margin-top: 95px;
/* 272  */ }
/* 273  */ .summary
/* 274  */ {
/* 275  */ 	text-align: center;
/* 276  */ 	padding-top: 10px !important;
/* 277  */ 	padding-bottom: 80px;
/* 278  */ }
/* 279  */ /* columns and margins
/* 280  *| ================================================== */
/* 281  */ .m_left_35
/* 282  */ {
/* 283  */ 	margin-left: 35px;
/* 284  */ }
/* 285  */ .m_right_40
/* 286  */ {
/* 287  */ 	margin-right: 40px;
/* 288  */ }
/* 289  */ .m_top_5
/* 290  */ {
/* 291  */ 	margin-top: 5px;
/* 292  */ }
/* 293  */ .m_top_10
/* 294  */ {
/* 295  */ 	margin-top: 10px;
/* 296  */ }
/* 297  */ .m_top_15
/* 298  */ {
/* 299  */ 	margin-top: 15px;
/* 300  */ }

/* style.css */

/* 301  */ .m_top_20
/* 302  */ {
/* 303  */ 	margin-top: 20px;
/* 304  */ }
/* 305  */ .m_top_25
/* 306  */ {
/* 307  */ 	margin-top: 25px;
/* 308  */ }
/* 309  */ .m_top_30
/* 310  */ {
/* 311  */ 	margin-top: 30px;
/* 312  */ }
/* 313  */ .m_top_35
/* 314  */ {
/* 315  */ 	margin-top: 35px;
/* 316  */ }
/* 317  */ .m_top_40
/* 318  */ {
/* 319  */ 	margin-top: 40px;
/* 320  */ }
/* 321  */ .m_top_55
/* 322  */ {
/* 323  */ 	margin-top: 55px;
/* 324  */ }
/* 325  */ .m_top_65
/* 326  */ {
/* 327  */ 	margin-top: 65px;
/* 328  */ }
/* 329  */ .m_top_105
/* 330  */ {
/* 331  */ 	margin-top: 105px;
/* 332  */ }
/* 333  */ .m_top_115
/* 334  */ {
/* 335  */ 	margin-top: 115px;
/* 336  */ }
/* 337  */ .m_bottom_0
/* 338  */ {
/* 339  */ 	margin-bottom: 0px;
/* 340  */ }
/* 341  */ .m_bottom_5
/* 342  */ {
/* 343  */ 	margin-bottom: 5px;
/* 344  */ }
/* 345  */ .m_bottom_10
/* 346  */ {
/* 347  */ 	margin-bottom: 10px;
/* 348  */ }
/* 349  */ .m_bottom_15
/* 350  */ {

/* style.css */

/* 351  */ 	margin-bottom: 15px;
/* 352  */ }
/* 353  */ .m_bottom_20
/* 354  */ {
/* 355  */ 	margin-bottom: 20px;
/* 356  */ }
/* 357  */ .m_bottom_30
/* 358  */ {
/* 359  */ 	margin-bottom: 30px;
/* 360  */ }
/* 361  */ .m_bottom_45
/* 362  */ {
/* 363  */ 	margin-bottom: 45px;
/* 364  */ }
/* 365  */ .m_bottom_55
/* 366  */ {
/* 367  */ 	margin-bottom: 55px;
/* 368  */ }
/* 369  */ .m_bottom_60
/* 370  */ {
/* 371  */ 	margin-bottom: 60px;
/* 372  */ }
/* 373  */ .m_bottom_70
/* 374  */ {
/* 375  */ 	margin-bottom: 70px;
/* 376  */ }
/* 377  */ .m_bottom_75
/* 378  */ {
/* 379  */ 	margin-bottom: 75px;
/* 380  */ }
/* 381  */ .m_bottom_80
/* 382  */ {
/* 383  */ 	margin-bottom: 80px;
/* 384  */ }
/* 385  */ .m_bottom_105
/* 386  */ {
/* 387  */ 	margin-bottom: 105px;
/* 388  */ }
/* 389  */ .m_bottom_115
/* 390  */ {
/* 391  */ 	margin-bottom: 115px;
/* 392  */ }
/* 393  */ .m_bottom_125
/* 394  */ {
/* 395  */ 	margin-bottom: 125px;
/* 396  */ }
/* 397  */ .m_bottom_130
/* 398  */ {
/* 399  */ 	margin-bottom: 130px;
/* 400  */ }

/* style.css */

/* 401  */ .m_bottom_150
/* 402  */ {
/* 403  */ 	margin-bottom: 150px;
/* 404  */ }
/* 405  */ .m_bottom_170
/* 406  */ {
/* 407  */ 	margin-bottom: 170px;
/* 408  */ }	
/* 409  */ .m_bottom_185
/* 410  */ {
/* 411  */ 	margin-bottom: 185px;
/* 412  */ }
/* 413  */ .width-25
/* 414  */ {
/* 415  */ 	width: 25%;
/* 416  */ }
/* 417  */ .width-50
/* 418  */ {
/* 419  */ 	width: 50%;
/* 420  */ }
/* 421  */ .width-75
/* 422  */ {
/* 423  */ 	width: 75%;
/* 424  */ }
/* 425  */ .width-85
/* 426  */ {
/* 427  */ 	width: 85%;
/* 428  */ }
/* 429  */ .width-100
/* 430  */ {
/* 431  */ 	width: 100%;
/* 432  */ }
/* 433  */ 
/* 434  */ .spacing-10{ width:100%; height:10px; }
/* 435  */ .spacing-20{ width:100%; height:20px; }
/* 436  */ .spacing-30{ width:100%; height:30px; }
/* 437  */ .spacing-40{ width:100%; height:40px; }
/* 438  */ .spacing-50{ width:100%; height:50px; }
/* 439  */ .spacing-60{ width:100%; height:60px; }
/* 440  */ .spacing-70{ width:100%; height:70px; }
/* 441  */ .spacing-80{ width:100%; height:80px; }
/* 442  */ .spacing-90{ width:100%; height:90px; }
/* 443  */ .spacing-100{ width:100%; height:100px; }
/* 444  */ 
/* 445  */ /* page home
/* 446  *| ================================================== */
/* 447  */ 	/* services home
/* 448  *| 	================================================== */
/* 449  */ 
/* 450  */ .small_icon_left

/* style.css */

/* 451  */ {
/* 452  */ 	background: transparent url(/wp-content/themes/finale/images/power.png?9f5e3a) no-repeat;
/* 453  */ }
/* 454  */ .small_icon_middle
/* 455  */ {
/* 456  */ 	background: transparent url(/wp-content/themes/finale/images/arrows.png?9f5e3a) no-repeat;
/* 457  */ }
/* 458  */ .small_icon_right
/* 459  */ {
/* 460  */ 	background: transparent url(/wp-content/themes/finale/images/cloud.png?9f5e3a) no-repeat;
/* 461  */ }
/* 462  */ /* words of wisdom
/* 463  *| ================================================== */
/* 464  */ .wisdoms_slider
/* 465  */ {
/* 466  */ 	float: left;
/* 467  */ 	width: 64.9%;
/* 468  */ 	margin-right: 50px;
/* 469  */ 	margin-bottom: 55px;
/* 470  */ }
/* 471  */ a#wisdoms_next
/* 472  */ {
/* 473  */ 	overflow: hidden;
/* 474  */ }
/* 475  */ 	/* latest work
/* 476  *| 	================================================== */
/* 477  */ div.latest_work_image_slider_holder
/* 478  */ {
/* 479  */ 	margin-left: 0;
/* 480  */ 	width: auto;
/* 481  */ 	position: relative;
/* 482  */ }
/* 483  */ .latest_work_item_text
/* 484  */ {
/* 485  */ 	position: absolute;
/* 486  */ 	display: block;
/* 487  */ 	font-size: 14px;
/* 488  */ 	font-weight: 300;
/* 489  */ 	letter-spacing: 4px;
/* 490  */ }
/* 491  */ ul#latest_work_image_slider li
/* 492  */ {
/* 493  */ 	font-size: 0;
/* 494  */ 	line-height: 0;
/* 495  */ }
/* 496  */ a#latest_work_prev
/* 497  */ {
/* 498  */ 	position: absolute;
/* 499  */ 	top: 40%;
/* 500  */ 	left: 20px;	

/* style.css */

/* 501  */ }
/* 502  */ a#latest_work_next
/* 503  */ {
/* 504  */ 	position: absolute;
/* 505  */ 	top: 40%;
/* 506  */ 	right: 20px;	
/* 507  */ }
/* 508  */ .latest_work_item_text
/* 509  */ {
/* 510  */ 	color: #ffffff;
/* 511  */ }
/* 512  */ 	/* subscribe
/* 513  *| 	================================================== */
/* 514  */ #subscribe
/* 515  */ {
/* 516  */     display: none;
/* 517  */ }
/* 518  */ .subscribe
/* 519  */ {
/* 520  */ 	margin-top: 15px;
/* 521  */     background-repeat: no-repeat;
/* 522  */ }
/* 523  */ #subscriberEmail
/* 524  */ {
/* 525  */ 	float: left;
/* 526  */ 	width: 470px;
/* 527  */ 	height: 55px;
/* 528  */ 	padding-top: 0px;
/* 529  */ 	padding-bottom: 0px;
/* 530  */ 	font: 14px/1.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 531  */ 	letter-spacing: -0.03em;
/* 532  */ 	text-indent: 23px;
/* 533  */     color: #8a8f97;
/* 534  */ 	border: 1px solid #b5b8bd;
/* 535  */ 	-moz-border-radius: 5px; /* Firefox */
/* 536  */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 537  */ 	border-radius: 5px; /* CSS3 */
/* 538  */ 	outline: none;
/* 539  */ }
/* 540  */ #subscribeButton
/* 541  */ {
/* 542  */ 	position: relative;
/* 543  */ 	float: left;
/* 544  */ 	display: inline-block;
/* 545  */ 	margin-left: 10px;
/* 546  */ 	width: 105px;
/* 547  */ 	height: 100%;
/* 548  */ 	text-align: center;
/* 549  */ 	background-color: #d6c19b;
/* 550  */ 	font-size: 18px;

/* style.css */

/* 551  */ 	letter-spacing: -0.03em;
/* 552  */ 	text-decoration: none;
/* 553  */ 	color: #fff;
/* 554  */ 	-moz-border-radius: 5px; /* Firefox */
/* 555  */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 556  */ 	border-radius: 5px; /* CSS3 */
/* 557  */ 	border: none;
/* 558  */ 	outline: none;
/* 559  */ 	cursor: pointer;
/* 560  */ 	line-height: 55px;
/* 561  */ 	vertical-align: middle;	
/* 562  */ }
/* 563  */ #subscribeButton:hover
/* 564  */ {
/* 565  */     text-decoration: none;
/* 566  */ 	background-color: #b9b9b9;
/* 567  */ }
/* 568  */ #display
/* 569  */ {
/* 570  */ 	width: 25%;
/* 571  */ 	margin-bottom: 100px;
/* 572  */ 	padding-left: 35%;
/* 573  */ 	height: 30px;
/* 574  */ }
/* 575  */ /* page portfolio
/* 576  *| ================================================== */
/* 577  */ ul#filterOptions 
/* 578  */ {
/* 579  */ 	margin-bottom: 35px;
/* 580  */ 	text-align: center;
/* 581  */ }
/* 582  */ ul#filterOptions li 
/* 583  */ {
/* 584  */ 	text-transform:uppercase;
/* 585  */ 	display: inline-block;
/* 586  */ 	margin-top: 20px;  
/* 587  */ }
/* 588  */ ul#filterOptions li a 
/* 589  */ {
/* 590  */ 	display: block;
/* 591  */ 	margin-right: 25px;
/* 592  */ 	height: 20px;
/* 593  */ 	font: 12px/1.17em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 594  */ 	letter-spacing: 0.25em;
/* 595  */ 	font-weight: bold;
/* 596  */ 	color: #27303c;
/* 597  */ 	text-decoration: none;
/* 598  */ }
/* 599  */ ul#filterOptions li.last a 
/* 600  */ {

/* style.css */

/* 601  */ 	margin-right: 0px;
/* 602  */ }
/* 603  */ ul#filterOptions li a:hover 
/* 604  */ {  
/* 605  */ }
/* 606  */ ul#filterOptions li.active a,
/* 607  */ ul#filterOptions li.current-menu-item a
/* 608  */ {
/* 609  */ 	border-bottom: 5px solid #d6c19b; 
/* 610  */ }
/* 611  */ ul.gallery
/* 612  */ {
/* 613  */ 	height: auto;
/* 614  */ }
/* 615  */ ul.gallery li.item 
/* 616  */ {
/* 617  */ 	position: relative;
/* 618  */ 	float: left; 
/* 619  */ 	width: 30.85%;
/* 620  */ 	height: 220px;
/* 621  */ 	margin-right: 3.72%;
/* 622  */ 	margin-bottom: 35px;
/* 623  */ 	font-size: 18px;
/* 624  */ 	line-height: 25px;
/* 625  */ 	letter-spacing: -0.03em;
/* 626  */ 	font-weight: 400;
/* 627  */ 	text-align: left; 
/* 628  */ 	color: #f6f6f6;
/* 629  */ 	overflow: hidden; 
/* 630  */ }
/* 631  */ 	/* portfolio thumbnail hover
/* 632  *| 	================================================== */
/* 633  */ .item-overlay 
/* 634  */ {
/* 635  */ 	display: none;
/* 636  */ 	position: absolute;
/* 637  */ 	width: 100%;
/* 638  */ 	height: 100%;
/* 639  */ 	left: 0;
/* 640  */ 	top: 0;
/* 641  */ 	font-size: 11px;
/* 642  */ 	background-color: #d6c19b;
/* 643  */     z-index: 120;
/* 644  */ }
/* 645  */ .item-overlay .preview 
/* 646  */ {
/* 647  */ 	position: absolute;
/* 648  */ 	width: 25px;
/* 649  */ 	height: 25px;
/* 650  */ 	bottom: 6%;

/* style.css */

/* 651  */ 	right: 7%;
/* 652  */ 	background: url(/wp-content/themes/finale/images/view_button.png?9f5e3a) center center no-repeat;
/* 653  */     z-index: 110;
/* 654  */ }
/* 655  */ .item-overlay .preview_video 
/* 656  */ {
/* 657  */ 	position: absolute;
/* 658  */ 	width: 25px;
/* 659  */ 	height: 25px;
/* 660  */ 	bottom: 7%;
/* 661  */ 	right: 4%;
/* 662  */ 	background: url(/wp-content/themes/finale/images/play_button.png?9f5e3a) center center no-repeat;
/* 663  */ 	text-indent: -9999px;
/* 664  */     z-index: 110;
/* 665  */ }
/* 666  */ .item-overlay-text
/* 667  */ {
/* 668  */ 	position: relative;
/* 669  */ 	text-align: center;
/* 670  */ 	top: 50%;
/* 671  */ }
/* 672  */ .item-overlay-text a
/* 673  */ {
/* 674  */ 	font: 14px/1.43em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 675  */ 	letter-spacing: 0.25em;
/* 676  */ 	color: #fff;
/* 677  */ 	cursor: pointer;
/* 678  */ }
/* 679  */ /*  page services
/* 680  *| ================================================== */
/* 681  */ .summary_services
/* 682  */ {
/* 683  */ 	margin-top: 10px;
/* 684  */ 	margin-bottom: 15px;
/* 685  */ }
/* 686  */ .map_img
/* 687  */ {
/* 688  */ 	height: 305px;
/* 689  */ 	background: transparent url(/wp-content/themes/finale/images/img_map.png?9f5e3a) no-repeat;
/* 690  */ 	background-size: cover;
/* 691  */ 	text-align: center;
/* 692  */ }
/* 693  */ .clients
/* 694  */ {
/* 695  */ 	padding-top: 50px;
/* 696  */ 	margin-left: 18%;
/* 697  */ }
/* 698  */ .clients_number
/* 699  */ {
/* 700  */ 	width: 41%;

/* style.css */

/* 701  */ 	height: 65px;
/* 702  */ 	position: relative;
/* 703  */ 	margin-left: 21%;
/* 704  */ 	font-size: 72px;
/* 705  */ 	font-weight: bold;
/* 706  */ 	line-height: 90px;
/* 707  */ 	background-color: #80d9e6;
/* 708  */ 	color: #FFF;
/* 709  */ 	letter-spacing: -0.03em;
/* 710  */ 	-moz-border-top-left-radius: 5px; /* Firefox */
/* 711  */ 	-moz-border-top-right-radius: 5px; /* Firefox */
/* 712  */ 	-webkit-border-top-left-radius: 5px; /* Safari, Chrome */
/* 713  */ 	-webkit-border-top-right-radius: 5px; /* Safari, Chrome */ 
/* 714  */ 	border-top-left-radius: 5px; /* CSS3 */
/* 715  */ 	border-top-right-radius: 5px; /* CSS3 */
/* 716  */ 	border: none;
/* 717  */ 	opacity: 0.8;
/* 718  */ 	z-index: 3;
/* 719  */ }
/* 720  */ .globe
/* 721  */ {
/* 722  */ 	width: 81%;
/* 723  */ 	position: relative;
/* 724  */ 	font-size: 24px;
/* 725  */ 	font-weight: bold;
/* 726  */ 	line-height: 60px;
/* 727  */ 	background-color: #80d9e6;
/* 728  */ 	color: #FFF;
/* 729  */ 	letter-spacing: -0.03em;
/* 730  */ 	-moz-border-radius: 5px; /* Firefox */
/* 731  */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 732  */ 	border-radius: 5px; /* CSS3 */
/* 733  */ 	border: none;
/* 734  */ 	opacity: 0.8;
/* 735  */ 	z-index: 2;
/* 736  */ }
/* 737  */ .services_small_icon_left
/* 738  */ {
/* 739  */ 	margin-top: 80px;
/* 740  */ 	background: transparent url(/wp-content/themes/finale/images/title_icon_1.png?9f5e3a) scroll 0 3px no-repeat;
/* 741  */ }
/* 742  */ .services_small_icon_middle
/* 743  */ {
/* 744  */ 	margin-top: 80px;
/* 745  */ 	background: transparent url(/wp-content/themes/finale/images/title_icon_2.png?9f5e3a) scroll 0 3px no-repeat;
/* 746  */ }
/* 747  */ .list_of_services
/* 748  */ {
/* 749  */ 	margin-top: 80px;
/* 750  */ }

/* style.css */

/* 751  */ ul.services_list
/* 752  */ {
/* 753  */ 	padding-left: 15px;
/* 754  */ }
/* 755  */ ul.services_list li
/* 756  */ {
/* 757  */ 	list-style: disc;
/* 758  */ }
/* 759  */ .summary_description
/* 760  */ {
/* 761  */ 	margin-bottom: 15px;
/* 762  */ 	font: bold 24px/1.46em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 763  */ 	color: #27303c;
/* 764  */ }
/* 765  */ .summary_details_info
/* 766  */ {
/* 767  */ 	padding-top: 15px;
/* 768  */ 	font: 30px/1.4em "Prata", Helvetica, Arial, sans-serif;
/* 769  */ 	letter-spacing: -0.03em;
/* 770  */ 	color: #27303c;
/* 771  */ }
/* 772  */ /*  page about
/* 773  *| ================================================== */
/* 774  */ 	/* circle hover
/* 775  *| 	==================================================*/
/* 776  */ ul.ch-grid
/* 777  */ {
/* 778  */ 	margin-top: 75px;
/* 779  */ 	margin-bottom: 5px;
/* 780  */ }
/* 781  */ .ch-item
/* 782  */ {
/* 783  */ 	width: 100%;
/* 784  */ 	height: 100%;
/* 785  */ 	border-radius: 50%;
/* 786  */ 	position: relative;
/* 787  */ 	cursor: default;
/* 788  */ 	box-shadow: 
/* 789  */ 		inset 0 0 0 0 rgba(200,95,66, 0.4),
/* 790  */ 		inset 0 0 0 16px rgba(255,255,255,0.6),
/* 791  */ 		0 1px 2px rgba(0,0,0,0.1);
/* 792  */ 		
/* 793  */ 	-webkit-transition: all 0.4s ease-in-out;
/* 794  */ 	-moz-transition: all 0.4s ease-in-out;
/* 795  */ 	-o-transition: all 0.4s ease-in-out;
/* 796  */ 	-ms-transition: all 0.4s ease-in-out;
/* 797  */ 	transition: all 0.4s ease-in-out;
/* 798  */ }
/* 799  */ .ch-info
/* 800  */ {

/* style.css */

/* 801  */ 	position: absolute;
/* 802  */ 	width: 100%;
/* 803  */ 	height: 100%;
/* 804  */ 	border-radius: 50%;
/* 805  */ 	opacity: 0;
/* 806  */ 	
/* 807  */ 	-webkit-transition: all 0.4s ease-in-out;
/* 808  */ 	-moz-transition: all 0.4s ease-in-out;
/* 809  */ 	-o-transition: all 0.4s ease-in-out;
/* 810  */ 	-ms-transition: all 0.4s ease-in-out;
/* 811  */ 	transition: all 0.4s ease-in-out;
/* 812  */ 	
/* 813  */ 	-webkit-transform: scale(0);
/* 814  */ 	-moz-transform: scale(0);
/* 815  */ 	-o-transform: scale(0);
/* 816  */ 	-ms-transform: scale(0);
/* 817  */ 	transform: scale(0);
/* 818  */ 	
/* 819  */ 	-webkit-backface-visibility: hidden; /*for a smooth font */
/* 820  */ }
/* 821  */ .ch-img-1
/* 822  */ { 
/* 823  */ 	background-image: url(/wp-content/themes/finale/images/circle_hover/team_image_01.jpg?9f5e3a);
/* 824  */ }
/* 825  */ 
/* 826  */ .ch-img-2
/* 827  */ { 
/* 828  */ 	background-image: url(/wp-content/themes/finale/images/circle_hover/team_image_02.jpg?9f5e3a);
/* 829  */ }
/* 830  */ 
/* 831  */ .ch-img-3
/* 832  */ { 
/* 833  */ 	background-image: url(/wp-content/themes/finale/images/circle_hover/team_image_03.jpg?9f5e3a);
/* 834  */ }
/* 835  */ 
/* 836  */ .ch-info h3
/* 837  */ {
/* 838  */ 	color: #fff;
/* 839  */ 	text-transform: uppercase;
/* 840  */ 	letter-spacing: 0;
/* 841  */ 	font-size: 19px;
/* 842  */ 	line-height: 20px;
/* 843  */ 	margin: 0 15px;
/* 844  */ 	padding: 60px 0 0 0;
/* 845  */ 	height: 65px;
/* 846  */ 	
/* 847  */ 	text-shadow: 
/* 848  */ 		0 0 1px #fff, 
/* 849  */ 		0 1px 2px rgba(0,0,0,0.3);
/* 850  */ }

/* style.css */

/* 851  */ .ch-info p
/* 852  */ {
/* 853  */ 	color: #fff;
/* 854  */ 	padding: 15px 5px 0 5px;
/* 855  */ 	margin: 0 30px;
/* 856  */ 	font-size: 15px;
/* 857  */ 	line-height: 15px;
/* 858  */ 	border-top: 1px solid #FFF;
/* 859  */ }
/* 860  */ .ch-item:hover {
/* 861  */ 	box-shadow: 
/* 862  */ 		inset 0 0 0 140px rgba(37,35,54, 0.5),
/* 863  */ 		inset 0 0 0 16px rgba(255,255,255,0.8),
/* 864  */ 		0 1px 2px rgba(0,0,0,0.1);
/* 865  */ }
/* 866  */ 
/* 867  */ .ch-item:hover .ch-info {
/* 868  */ 	opacity: 1;
/* 869  */ 	
/* 870  */ 	-webkit-transform: scale(1);
/* 871  */ 	-moz-transform: scale(1);
/* 872  */ 	-o-transform: scale(1);
/* 873  */ 	-ms-transform: scale(1);
/* 874  */ 	transform: scale(1);	
/* 875  */ }
/* 876  */ /* page news
/* 877  *| ================================================== */
/* 878  */ a {
/* 879  */ 	color: #27303c;
/* 880  */ }
/* 881  */ a.blog_post_title
/* 882  */ {
/* 883  */ 	color: #D6C19B;
/* 884  */ }
/* 885  */ .column_440 img
/* 886  */ {
/* 887  */ 	max-width: 100%;
/* 888  */ 	height: auto;
/* 889  */ }
/* 890  */ 
/* 891  */ 
/* 892  */ /* more_post
/* 893  *| ================================================== */
/* 894  */ .next_post{ float:right; background:url(/wp-content/themes/finale/images/next_post.png?9f5e3a) no-repeat top right; }
/* 895  */ .next_post:hover{ background:url(/wp-content/themes/finale/images/next_post.png?9f5e3a) no-repeat bottom right; }
/* 896  */ .next_post a{ padding-right:25px; }
/* 897  */ 
/* 898  */ .prev_post{ float:left; background:url(/wp-content/themes/finale/images/previous_post.png?9f5e3a) no-repeat top left; }
/* 899  */ .prev_post:hover{ background:url(/wp-content/themes/finale/images/previous_post.png?9f5e3a) no-repeat bottom left; }
/* 900  */ .prev_post a{ padding-left:25px; }

/* style.css */

/* 901  */ 
/* 902  */ .more_post
/* 903  */ {
/* 904  */ 	font: 11px/2.27em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 905  */ 	width: 100%;
/* 906  */ 	height: 25px;
/* 907  */ 	letter-spacing: 0.15em;
/* 908  */ }
/* 909  */ .more_post a
/* 910  */ {
/* 911  */ 	color: #7f8691;
/* 912  */ }
/* 913  */ .prev_img
/* 914  */ {
/* 915  */ 	float: left;
/* 916  */ 	width: 19px;
/* 917  */ 	height: 25px;
/* 918  */ }
/* 919  */ .next_img
/* 920  */ {
/* 921  */ 	float: right;
/* 922  */ 	width: 19px;
/* 923  */ 	height: 25px;
/* 924  */ }
/* 925  */ .more_post_prev_img
/* 926  */ {
/* 927  */ 	display: block;
/* 928  */ 	width: 19px;
/* 929  */ 	height: 25px;
/* 930  */ }
/* 931  */ .more_post_next_img
/* 932  */ {
/* 933  */ 	display: block;
/* 934  */ 	width: 19px;
/* 935  */ 	height: 25px;
/* 936  */ }
/* 937  */ .more_post_prev_text
/* 938  */ {
/* 939  */ 	float: left;
/* 940  */ 	width: 60px;
/* 941  */ 	padding-left: 10px;
/* 942  */ }
/* 943  */ .more_post_next_text
/* 944  */ {
/* 945  */ 	float: right;
/* 946  */ 	width: 40px;
/* 947  */ }
/* 948  */ 
/* 949  */ .prev_text a:hover,
/* 950  */ .next_text a:hover

/* style.css */

/* 951  */ {
/* 952  */ 	 color: #d6c19b;
/* 953  */ }
/* 954  */ a.more_post_prev_img {background: transparent url('/wp-content/themes/finale/images/previous_post.png?9f5e3a') no-repeat;}
/* 955  */ a.more_post_next_img {background: transparent url('/wp-content/themes/finale/images/next_post.png?9f5e3a') no-repeat right top;}
/* 956  */ a.more_post_prev_img:hover
/* 957  */ {
/* 958  */ 	background-position: left bottom;
/* 959  */ }
/* 960  */ a.more_post_next_img:hover
/* 961  */ {
/* 962  */ 	background-position: right bottom;
/* 963  */ }
/* 964  */ 	/* page single_post
/* 965  *| 	================================================== */
/* 966  */ .post_info
/* 967  */ {
/* 968  */ 	float: right;
/* 969  */ 	margin-top: 40px;
/* 970  */ 	font: 12px/1.67em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 971  */ 	letter-spacing: 0;
/* 972  */ 	color: #aeb3bb;
/* 973  */ }
/* 974  */ .post_info span
/* 975  */ {
/* 976  */ 	font-weight: bold;
/* 977  */ 	color: #454545;
/* 978  */ }
/* 979  */ a.blog_post_title_single
/* 980  */ {
/* 981  */ 	font: bold 30px/1.33em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 982  */ 	letter-spacing: -0.03em;
/* 983  */ 	color: #27303c;
/* 984  */ }
/* 985  */ a.blog_post_title_single:hover
/* 986  */ {
/* 987  */ 	color: #d6c19b;
/* 988  */ 	cursor: pointer;
/* 989  */ }
/* 990  */ .column_680 img
/* 991  */ {
/* 992  */ 	max-width: 100%;
/* 993  */ 	height: auto;
/* 994  */ }
/* 995  */ .post_item
/* 996  */ {
/* 997  */ 	margin-top: 20px;
/* 998  */ 	margin-bottom: 45px;
/* 999  */ 	border-left: 3px solid #d6c19b;
/* 1000 */ }

/* style.css */

/* 1001 */ .post_item h3
/* 1002 */ {
/* 1003 */ 	padding-left: 11.3%;
/* 1004 */ 	font: 20px/1.50em Georgia, "Times New Roman", Times, serif;
/* 1005 */ 	letter-spacing: 0;
/* 1006 */ 	font-style: italic;
/* 1007 */ 	color: #d6c19b;
/* 1008 */ }
/* 1009 */ .post_content_single ul{list-style: inside circle;margin-bottom: 20px}
/* 1010 */ .post_content_single ol{list-style: inside decimal;margin-bottom: 20px} 
/* 1011 */ 	/* Comentários
/* 1012 *| 	================================================== */
/* 1013 */ .commentlist
/* 1014 */ {
/* 1015 */ 	margin-top: 50px;
/* 1016 */ 	overflow: hidden;
/* 1017 */ }
/* 1018 */ 
/* 1019 */ .comment
/* 1020 */ {
/* 1021 */ 	font: 14px/1.43em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1022 */ 	letter-spacing: 0;
/* 1023 */ 	list-style-type: none;
/* 1024 */ }
/* 1025 */ .comment_box
/* 1026 */ {
/* 1027 */ 	padding-bottom: 45px;
/* 1028 */ 	border-bottom: 1px solid #bcbfc3;
/* 1029 */ 	position: relative;
/* 1030 */ 	overflow: hidden;
/* 1031 */ 	margin-bottom:40px;
/* 1032 */ }
/* 1033 */ .comment .avatar
/* 1034 */ {
/* 1035 */ 	position: relative;
/* 1036 */ 	float: left;
/* 1037 */ 	height: 73px;
/* 1038 */ 	width: 73px;
/* 1039 */ 	margin-top: 5px;
/* 1040 */ 	margin-right: 30px;
/* 1041 */ }
/* 1042 */ 
/* 1043 */ .comment_meta{ margin-bottom:10px; }
/* 1044 */ 
/* 1045 */ .comment .comment_meta,
/* 1046 */ .comment .comment_content
/* 1047 */ {
/* 1048 */ 	width: 80%;
/* 1049 */ 	display: table;
/* 1050 */ }

/* style.css */

/* 1051 */ .comment_meta p, a
/* 1052 */ {
/* 1053 */ 	display: inline;
/* 1054 */ }
/* 1055 */ .comment .comment_meta p.date
/* 1056 */ {
/* 1057 */ 	margin-left: 10px;
/* 1058 */ 	margin-right: 10px;
/* 1059 */ 	padding-left: 10px;
/* 1060 */ 	padding-right: 10px;
/* 1061 */ 	border-left: 1px solid;
/* 1062 */ 	border-right: 1px solid;
/* 1063 */ }
/* 1064 */ .comment_content
/* 1065 */ {
/* 1066 */ 	display: table;
/* 1067 */ }
/* 1068 */ .commentlist .children .children .comment_meta,
/* 1069 */ .commentlist .children .children .comment_content
/* 1070 */ {
/* 1071 */ 	width: 75%;
/* 1072 */ }
/* 1073 */ .commentlist .children .children .children .comment .comment_meta,
/* 1074 */ .commentlist .children .children .children .comment .comment_content
/* 1075 */ {
/* 1076 */ 	width: 75%;
/* 1077 */ }
/* 1078 */ .commentlist .children .children .children .comment .comment_box
/* 1079 */ {
/* 1080 */ 	border-bottom: none;
/* 1081 */ }
/* 1082 */ 
/* 1083 */ .comment .children
/* 1084 */ {
/* 1085 */ 	padding: 0 0 0 50px;
/* 1086 */ 	margin: 30px 0 0 25px;
/* 1087 */ }
/* 1088 */ 	/* post comment form
/* 1089 *| 	================================================== */
/* 1090 */ .post_comment_form
/* 1091 */ {
/* 1092 */ 	width: 100%;
/* 1093 */ }
/* 1094 */ .post_comment_form input[type=text]
/* 1095 */ {	
/* 1096 */ 	width: 100%;
/* 1097 */     margin-bottom: 20px;
/* 1098 */ 	padding-top: 15px;
/* 1099 */ 	padding-bottom: 15px;
/* 1100 */ 	text-indent: 15px;

/* style.css */

/* 1101 */ 	font: 14px/1.3 "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1102 */ 	letter-spacing: 0;
/* 1103 */   	background-color: #fff;
/* 1104 */ 	color: #000;
/* 1105 */ 	-moz-border-radius: 16px; /* Firefox */
/* 1106 */ 	-webkit-border-radius: 16px; /* Safari, Chrome */ 
/* 1107 */ 	border-radius: 16px; /* CSS3 */ 
/* 1108 */ 	border: 3px solid #DDDDDD;
/* 1109 */ 	outline: none; 
/* 1110 */ }
/* 1111 */ .post_comment_form textarea
/* 1112 */ {	
/* 1113 */ 	display: block;
/* 1114 */ 	width: 100%;
/* 1115 */ 	height: 170px;
/* 1116 */ 	margin-bottom: 20px;
/* 1117 */ 	padding-top: 10px;
/* 1118 */ 	font: 14px/1.00em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1119 */ 	letter-spacing: 0; 
/* 1120 */ 	text-indent: 15px;
/* 1121 */ 	background-color: #fff;
/* 1122 */ 	border: 3px solid #DDDDDD;
/* 1123 */ 	color: #000;
/* 1124 */ 	overflow: auto;
/* 1125 */ 	-moz-border-radius: 16px; /* Firefox */
/* 1126 */ 	-webkit-border-radius: 16px; /* Safari, Chrome */ 
/* 1127 */ 	border-radius: 16px; /* CSS3 */
/* 1128 */ 	outline: none;
/* 1129 */ }
/* 1130 */ .post_comment_form input[type=submit]
/* 1131 */ {
/* 1132 */ 	display: inline-block;
/* 1133 */     float: right;
/* 1134 */ 	width: 85px;
/* 1135 */ 	height: 35px;
/* 1136 */ 	font: 12px/35px "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1137 */ 	letter-spacing: 0.15em;
/* 1138 */ 	text-decoration: none;
/* 1139 */ 	background-color: #d6c19b;
/* 1140 */ 	color: #fff;
/* 1141 */ 	-moz-border-radius: 5px; /* Firefox */
/* 1142 */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 1143 */ 	border-radius: 5px; /* CSS3 */
/* 1144 */ 	border: none;
/* 1145 */ 	outline: none;
/* 1146 */ 	cursor: pointer;
/* 1147 */ }
/* 1148 */ .post_comment_form .submit_btn:hover
/* 1149 */ {
/* 1150 */ 	background-color: #bdbdbd;

/* style.css */

/* 1151 */ }
/* 1152 */ 	/* sidebar
/* 1153 *| 	================================================== */
/* 1154 */ .sidebar
/* 1155 */ {
/* 1156 */ 	padding-left: 15px;
/* 1157 */ 	padding-right: 0;
/* 1158 */ 	text-align: center
/* 1159 */ }
/* 1160 */ .widget_title {
/* 1161 */ 	border-bottom: 1px solid #272622;
/* 1162 */ 	margin-bottom: 10px;
/* 1163 */ 	padding-bottom: 5px
/* 1164 */ }
/* 1165 */ .categories {
/* 1166 */ 	margin-bottom: 45px;
/* 1167 */ }
/* 1168 */ .column_230 h4
/* 1169 */ {
/* 1170 */ 	font: 11px/2.46em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1171 */ 	letter-spacing: 0.2em;
/* 1172 */ }
/* 1173 */ a.link_categories, .text_widget ul li,#s
/* 1174 */ {
/* 1175 */ 	display: block;
/* 1176 */ 	font: 14px/26px "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1177 */ 	letter-spacing: 0;
/* 1178 */ }
/* 1179 */ a.link_categories:hover
/* 1180 */ {
/* 1181 */ 	color: #d6c19b;
/* 1182 */ }
/* 1183 */ .post_content
/* 1184 */ {
/* 1185 */ 	padding-bottom:50px;
/* 1186 */ }
/* 1187 */ .post_content_single
/* 1188 */ {
/* 1189 */ 	padding-bottom: 50px;
/* 1190 */ }
/* 1191 */ .post_content p
/* 1192 */ {
/* 1193 */ 	margin-bottom: 15px;
/* 1194 */ 	font: 14px/1.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1195 */ 	letter-spacing: -0.03em;
/* 1196 */ }
/* 1197 */ .text_widget
/* 1198 */ {
/* 1199 */ 	font: 12px/1.92em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1200 */ 	letter-spacing: 0;

/* style.css */

/* 1201 */ }
/* 1202 */ .post_content p
/* 1203 */ {
/* 1204 */ 	margin-bottom: 15px;
/* 1205 */ 	font: 14px/1.78em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1206 */ 	letter-spacing: -0.03em;
/* 1207 */ }
/* 1208 */ /* page skills
/* 1209 *| ================================================== */
/* 1210 */ .progress_bar
/* 1211 */ {
/* 1212 */     margin-bottom: 25px;
/* 1213 */ }
/* 1214 */ .progress_bar_title
/* 1215 */ {
/* 1216 */ 	position: absolute;
/* 1217 */ 	top: 10px;
/* 1218 */ 	left: 15px;
/* 1219 */ 	color: white;
/* 1220 */ 	z-index: 1;
/* 1221 */ }
/* 1222 */ .progress_bar_field_holder
/* 1223 */ {
/* 1224 */     height: 45px;
/* 1225 */     position: relative;
/* 1226 */ 	background-color: #e3dcd7;
/* 1227 */ }
/* 1228 */ .progress_bar_field_perecent
/* 1229 */ {
/* 1230 */     height: 45px;
/* 1231 */     position: absolute;
/* 1232 */     top: 0;
/* 1233 */     left: 0;
/* 1234 */ 	background-color: #d6c19b;
/* 1235 */ }
/* 1236 */ .info_details
/* 1237 */ {
/* 1238 */ 	margin-bottom: 185px;
/* 1239 */ }
/* 1240 */ /* page pricing
/* 1241 *| ================================================== */
/* 1242 */ .pricing-table-small
/* 1243 */ {
/* 1244 */ 	width: 29%;
/* 1245 */ 	margin-top: 170px;
/* 1246 */ }
/* 1247 */ .pricing-table-small-content-holder
/* 1248 */ {
/* 1249 */ 	padding: 40px 15px 35px;
/* 1250 */ 	background-color: #ece8e0;

/* style.css */

/* 1251 */ }
/* 1252 */ .pricing-table-small-title
/* 1253 */ {
/* 1254 */ 	font-size: 20px;
/* 1255 */ 	font-weight: bold;
/* 1256 */ 	letter-spacing: 0.15em;
/* 1257 */ 	color: #484848;
/* 1258 */ }
/* 1259 */ ul.pricing-table-small-content
/* 1260 */ {
/* 1261 */ 	margin-top: 25px;
/* 1262 */ }
/* 1263 */ ul.pricing-table-small-content li
/* 1264 */ {
/* 1265 */ 	margin: 10px 0;	
/* 1266 */ }
/* 1267 */ .pricing-table-small-price
/* 1268 */ {
/* 1269 */ 	padding: 25px 0;
/* 1270 */ 	font-size: 46px;
/* 1271 */ 	letter-spacing: 0;
/* 1272 */ 	font-weight: bold;
/* 1273 */ 	background-color: #252336;
/* 1274 */ 	color: white;
/* 1275 */ }
/* 1276 */ .pricin-table-small-sign-up
/* 1277 */ {
/* 1278 */ 	padding: 25px 0;	
/* 1279 */ 	letter-spacing: 0.25em;
/* 1280 */ 	font-weight: bold;
/* 1281 */ 	background-color: #d6c19b;
/* 1282 */ }
/* 1283 */ .pricin-table-small-sign-up:hover
/* 1284 */ {
/* 1285 */ 	background-color: #b9b9b9;
/* 1286 */ }
/* 1287 */ a.sign-up-link
/* 1288 */ {
/* 1289 */ 	text-decoration: none;
/* 1290 */ 	color: white;
/* 1291 */ }
/* 1292 */ .pricing-table-big
/* 1293 */ {
/* 1294 */ 	width: 42%;
/* 1295 */ 	margin-top: 105px;
/* 1296 */ }
/* 1297 */ .pricing-table-big-content-holder
/* 1298 */ {
/* 1299 */ 	padding: 40px 15px 28px 15px;
/* 1300 */ 	background-color: #dad5cc;

/* style.css */

/* 1301 */ }
/* 1302 */ .pricing-table-big-title
/* 1303 */ {
/* 1304 */ 	font-size: 20px;
/* 1305 */ 	font-weight: bold;
/* 1306 */ 	letter-spacing: 0.15em;
/* 1307 */ 	color: #484848;
/* 1308 */ }
/* 1309 */ ul.pricing-table-big-content
/* 1310 */ {
/* 1311 */ 	margin-top: 40px;
/* 1312 */ 	margin-bottom: 35px;
/* 1313 */ 	color: white;
/* 1314 */ }
/* 1315 */ ul.pricing-table-big-content li
/* 1316 */ {
/* 1317 */ 	margin: 10px 0;
/* 1318 */ 	color: #4d4d4d;	
/* 1319 */ }
/* 1320 */ .pricing-table-big-price
/* 1321 */ {
/* 1322 */ 	padding: 25px 0;
/* 1323 */ 	font-size: 46px;
/* 1324 */ 	letter-spacing: 0;	
/* 1325 */ 	font-weight: bold;
/* 1326 */ 	background-color: #252336;
/* 1327 */ 	color: white;
/* 1328 */ }
/* 1329 */ .pricin-table-big-sign-up
/* 1330 */ {
/* 1331 */ 	padding: 25px 0;
/* 1332 */ 	font-weight: bold;
/* 1333 */ 	letter-spacing: 0.25em;
/* 1334 */ 	background-color: #d6c19b;
/* 1335 */ }
/* 1336 */ .pricin-table-big-sign-up:hover
/* 1337 */ {
/* 1338 */ 	background-color: #b9b9b9;	
/* 1339 */ }
/* 1340 */ 	/* contact
/* 1341 *| 	================================================== */
/* 1342 */ .form_wrapper
/* 1343 */ {
/* 1344 */ 	margin-right: 24.6%;
/* 1345 */ }
/* 1346 */ .contact-form label
/* 1347 */ {
/* 1348 */     display: block;
/* 1349 */ 	margin-left: 5px;
/* 1350 */ 	font: 14px/2.00em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;

/* style.css */

/* 1351 */ 	letter-spacing: -0.03em;
/* 1352 */ 	color: #8b999d;		
/* 1353 */ }
/* 1354 */ .contact-form input[type=text]
/* 1355 */ {	
/* 1356 */ 	display: block;
/* 1357 */ 	width: 100%;
/* 1358 */     margin-bottom: 3px;
/* 1359 */ 	padding-top: 20px;
/* 1360 */ 	padding-bottom: 20px;
/* 1361 */ 	text-indent: 15px;
/* 1362 */ 	font: 14px/1.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1363 */   	background-color: #e6e6e6;
/* 1364 */ 	color: #606060;
/* 1365 */ 	-moz-border-radius: 5px; /* Firefox */
/* 1366 */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 1367 */ 	border-radius: 5px; /* CSS3 */
/* 1368 */ 	border: none;
/* 1369 */ 	outline: none; 
/* 1370 */ }
/* 1371 */ .contact-form textarea
/* 1372 */ {	
/* 1373 */     display: block;
/* 1374 */ 	width: 100%;
/* 1375 */     height: 150px;
/* 1376 */     margin-bottom: 11px;
/* 1377 */ 	padding-top: 20px;
/* 1378 */ 	font: 14px/1.00em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1379 */ 	text-indent: 15px;
/* 1380 */ 	background-color: #e6e6e6;
/* 1381 */ 	color: #606060;
/* 1382 */ 	overflow: auto;
/* 1383 */ 	-moz-border-radius: 5px; /* Firefox */
/* 1384 */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 1385 */ 	border-radius: 5px; /* CSS3 */
/* 1386 */     border: none;
/* 1387 */ 	outline: none;
/* 1388 */ }
/* 1389 */ #submit-btn
/* 1390 */ {
/* 1391 */ 	display: inline-block;
/* 1392 */     float: right;
/* 1393 */ 	width: 100px;
/* 1394 */ 	height: 55px;
/* 1395 */ 	margin-top: 20px;
/* 1396 */ 	font: 14px/3.93em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1397 */ 	letter-spacing: 0;
/* 1398 */ 	text-decoration: none;
/* 1399 */ 	background-color: #d6c19b;
/* 1400 */ 	color: #fff;

/* style.css */

/* 1401 */ 	-moz-border-radius: 5px; /* Firefox */
/* 1402 */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 1403 */ 	border-radius: 5px; /* CSS3 */
/* 1404 */ 	border: none;
/* 1405 */ 	outline: none;
/* 1406 */ 	cursor: pointer;
/* 1407 */ }
/* 1408 */ #submit-btn:hover
/* 1409 */ {
/* 1410 */ 	background-color: #bcbfc3;
/* 1411 */ }
/* 1412 */ #mail-message 
/* 1413 */ {
/* 1414 */ 	width: 200px;
/* 1415 */ 	height: 30px;
/* 1416 */ 	font-size: 12px;
/* 1417 */ 	line-height: 30px;
/* 1418 */ 	text-align: left;
/* 1419 */ 	color: #f05c45;
/* 1420 */ }
/* 1421 */ /* tweets
/* 1422 *| ================================================== */
/* 1423 */ ul.tweet_list
/* 1424 */ {
/* 1425 */ 	width:100%;
/* 1426 */ }
/* 1427 */ ul.tweet_list li
/* 1428 */ {
/* 1429 */ 	padding-left: 25px;
/* 1430 */ 	display: block;
/* 1431 */ 	background: transparent url(/wp-content/themes/finale/images/tweets-image.png?9f5e3a) scroll 0 6px no-repeat;
/* 1432 */ 	font: 12px/1.83em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1433 */ }
/* 1434 */ .tweet_time
/* 1435 */ {
/* 1436 */ 	display: block;
/* 1437 */ 	font: 10px/2.2em "Helvetica Oblique", Arial, sans-serif;
/* 1438 */ 	letter-spacing: 0;
/* 1439 */ 	font-style: italic;
/* 1440 */ }
/* 1441 */ /* photostream
/* 1442 *| ================================================== */
/* 1443 */ .flickr_content
/* 1444 */ {
/* 1445 */ 	float: left;
/* 1446 */ 	list-style-type: none;
/* 1447 */ 	padding: 0;
/* 1448 */ 	margin: 0;
/* 1449 */ 	margin-left: -10px;
/* 1450 */ }

/* style.css */

/* 1451 */ .flickr_badge_image
/* 1452 */ {
/* 1453 */ 	float: left;
/* 1454 */ 	width: auto;
/* 1455 */ 	margin: 0 0 10px 10px;
/* 1456 */ }
/* 1457 */ .flickr_badge_image a img
/* 1458 */ {
/* 1459 */ 	height: 50px;
/* 1460 */ 	width: 50px;
/* 1461 */ }
/* 1462 */ .flickr_badge_image a 
/* 1463 */ {
/* 1464 */ 	height: 50px;
/* 1465 */ 	width: 50px;
/* 1466 */ 	border: 1px solid #e1e1e1;
/* 1467 */ 	-moz-border-radius: 2px; /* Firefox */
/* 1468 */ 	-webkit-border-radius: 2px; /* Safari, Chrome */ 
/* 1469 */ 	border-radius: 2px; /* CSS3 */
/* 1470 */ 	padding: 4px;
/* 1471 */ 	display: block;
/* 1472 */ }
/* 1473 */ .flickr_badge_image a:hover 
/* 1474 */ {
/* 1475 */ 	opacity: 0.7;
/* 1476 */ 	filter: alpha(opacity=70); /* For IE8 and earlier */
/* 1477 */ }
/* 1478 */ 
/* 1479 */ /* Pagination
/* 1480 *| ================================================= */
/* 1481 */ ul.pagination{ font-size:20px; padding-top:40px; }
/* 1482 */ ul.pagination li{ float:left; margin-right:5px; }
/* 1483 */ ul.pagination li a{ background:#d6c19b; color:#FFFFFF; padding:5px; padding-left:8px; padding-right:8px; }
/* 1484 */ ul.pagination li a{
/* 1485 */ 	-moz-border-radius: 3px; /* Firefox */
/* 1486 */ 	-webkit-border-radius: 3px; /* Safari, Chrome */ 
/* 1487 */ 	border-radius: 3px; /* CSS3 */
/* 1488 */ 	}
/* 1489 */ ul.pagination li.current{ padding-left:8px; padding-right:8px; text-decoration:underline }
/* 1490 */ 
/* 1491 */ /* buttons
/* 1492 *| ================================================== */
/* 1493 */ .button
/* 1494 */ {
/* 1495 */ 	position: relative;
/* 1496 */ 	display: inline-block;
/* 1497 */ 	height: 80px;
/* 1498 */ 	text-align: center;
/* 1499 */ 	background-color: transparent;
/* 1500 */ 	font: 20px/4em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;

/* style.css */

/* 1501 */ 	letter-spacing: -0.03em;
/* 1502 */ 	text-decoration: none;
/* 1503 */ 	color: #181818;
/* 1504 */ 	vertical-align:middle;
/* 1505 */ 	-moz-border-radius: 5px; /* Firefox */
/* 1506 */ 	-webkit-border-radius: 5px; /* Safari, Chrome */ 
/* 1507 */ 	border-radius: 5px; /* CSS3 */
/* 1508 */ 	border: none;
/* 1509 */ 	outline: none;
/* 1510 */ 	cursor: pointer;
/* 1511 */ }
/* 1512 */ .button:hover 
/* 1513 */ {
/* 1514 */ 	text-decoration: none;
/* 1515 */ }
/* 1516 */ .button.do_not_click
/* 1517 */ {
/* 1518 */ 	width: 280px;
/* 1519 */ 	background-color: #d6c19b;
/* 1520 */ 	color: #fff;
/* 1521 */ }
/* 1522 */ .button.do_not_click:hover 
/* 1523 */ {
/* 1524 */ 	background-color: #b9b9b9;
/* 1525 */ }
/* 1526 */ .button.get_another
/* 1527 */ {
/* 1528 */ 	float: left;
/* 1529 */ 	width: 29.75%;
/* 1530 */ 	margin-top: 10px;
/* 1531 */ 	background-color: #d6c19b;
/* 1532 */ 	color: #fff;
/* 1533 */ }
/* 1534 */ .button.get_another:hover
/* 1535 */ {
/* 1536 */ 	background-color: #b9b9b9;
/* 1537 */ }
/* 1538 */ .button.read
/* 1539 */ {
/* 1540 */ 	width: 85px;
/* 1541 */ 	height: 40px;
/* 1542 */ 	float: right;
/* 1543 */ 	margin-top: 25px;
/* 1544 */ 	font: 14px/2.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1545 */ 	letter-spacing: -0.01em;
/* 1546 */ 	color: #fff;
/* 1547 */ 	background-color: #bcbfc3;
/* 1548 */ 	-moz-border-radius: 3px; /* Firefox */
/* 1549 */ 	-webkit-border-radius: 3px; /* Safari, Chrome */ 
/* 1550 */ 	border-radius: 3px; /* CSS3 */

/* style.css */

/* 1551 */ }
/* 1552 */ .button.read:hover 
/* 1553 */ {
/* 1554 */ 	background-color: #b9b9b9;
/* 1555 */ }
/* 1556 */ .button.read_more
/* 1557 */ {
/* 1558 */ 	width: 110px;
/* 1559 */ 	height: 40px;
/* 1560 */ 	font: 14px/2.86em "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
/* 1561 */ 	letter-spacing: -0.03em;
/* 1562 */ 	color: #fff;
/* 1563 */ 	background-color: #d6c19b;
/* 1564 */ 	-moz-border-radius: 3px; /* Firefox */
/* 1565 */ 	-webkit-border-radius: 3px; /* Safari, Chrome */ 
/* 1566 */ 	border-radius: 3px; /* CSS3 */
/* 1567 */ }
/* 1568 */ .button.read_more:hover 
/* 1569 */ {
/* 1570 */ 	background-color: #b9b9b9;
/* 1571 */ }
/* 1572 */ .button.get_in_touch
/* 1573 */ {
/* 1574 */ 	width: 220px;
/* 1575 */ 	height: 80px;
/* 1576 */ 	background-color: #d6c19b;
/* 1577 */ 	color: #fff;
/* 1578 */ }
/* 1579 */ .button.get_in_touch:hover 
/* 1580 */ {
/* 1581 */ 	background-color: #b9b9b9;
/* 1582 */ }	
/* 1583 */ 
/* 1584 */ /* footer
/* 1585 *| ================================================== */
/* 1586 */ .footer
/* 1587 */ {
/* 1588 */ 	width: 100%;
/* 1589 */ 	background-color: #fff;
/* 1590 */ 	border-top: 1px solid #272622;
/* 1591 */ 	color: #000;
/* 1592 */ 	padding: 40px 0;
/* 1593 */ 	text-align: center
/* 1594 */ }
/* 1595 */ .footer .textwidget a {
/* 1596 */ 	display: inline-block;
/* 1597 */ 	margin: 0 20px
/* 1598 */ }
/* 1599 */ .footer_logo img
/* 1600 */ {

/* style.css */

/* 1601 */ 	display: block;
/* 1602 */ 	position: relative;
/* 1603 */ 	margin: auto;
/* 1604 */ }
/* 1605 */ .footer_contact 
/* 1606 */ {
/* 1607 */ 	padding-top: 25px;
/* 1608 */ 	margin-bottom: 20px;
/* 1609 */ }
/* 1610 */ .footer_contact ul 
/* 1611 */ {
/* 1612 */ 	line-height: normal;
/* 1613 */ 	margin: auto;
/* 1614 */ 	text-align: center
/* 1615 */ }
/* 1616 */ .sidebar .footer_contact ul,.sidebar .footer_contact ul li {text-align: left;border: none}
/* 1617 */ #menu-social {
/* 1618 */ 	margin: -20px 0 -25px 0;
/* 1619 */ }
/* 1620 */ #menu-social li {
/* 1621 */ 	color: #fff;
/* 1622 */ 	background: #000000;
/* 1623 */ 	-webkit-border-radius: 16px 16px 16px 16px;
/* 1624 */ 	border-radius: 16px 16px 16px 16px;
/* 1625 */ 	display: inline-block;
/* 1626 */ 	margin: 0 5px;
/* 1627 */ 	height: 32px;
/* 1628 */ 	width: 32px;
/* 1629 */ 	text-align: center
/* 1630 */ }
/* 1631 */ #menu-social li:hover {
/* 1632 */ 	background: #D6C19B
/* 1633 */ }
/* 1634 */ #menu-social a {
/* 1635 */ 	color: #fff;
/* 1636 */ 	display: block;
/* 1637 */ 	font-size: 15px;
/* 1638 */ 	line-height: 36px;
/* 1639 */ 	margin: 0;
/* 1640 */ 	padding: 0 8px
/* 1641 */ }
/* 1642 */ .copyright
/* 1643 */ {
/* 1644 */ 	text-align: center;
/* 1645 */ }
/* 1646 */ .copyright p
/* 1647 */ {
/* 1648 */ 	font: 14px/2.0em 'Open Sans', sans-serif;
/* 1649 */ 	letter-spacing: -0.03em;
/* 1650 */ 	margin-bottom: 0;

/* style.css */

/* 1651 */ }
/* 1652 */ .external
/* 1653 */ {
/* 1654 */ 	float: left;
/* 1655 */ 	margin-top: 10px;
/* 1656 */ }
/* 1657 */ #searchform {
/* 1658 */ 	border: 3px solid #dddddd;
/* 1659 */ 	-webkit-border-radius: 16px 16px 16px 16px;
/* 1660 */ 	border-radius: 16px 16px 16px 16px;
/* 1661 */ 	height: 35px;
/* 1662 */ 	line-height: 35px;
/* 1663 */ }
/* 1664 */ #s {
/* 1665 */ 	border: none;
/* 1666 */ 	color: #000;
/* 1667 */ 	display: inline-block;
/* 1668 */ 	padding: 4px;
/* 1669 */ 	width: 74%;
/* 1670 */ }
/* 1671 */ #search-submit{
/* 1672 */ 	background: transparent;
/* 1673 */ 	border: none;
/* 1674 */ 	color: #181818;
/* 1675 */ 	width: 14%
/* 1676 */ }
/* 1677 */ .instagram-pics,#slideshow {height: 0;padding-bottom: 100%;position: relative}
/* 1678 */ .instagram-pics li,#slideshow li {display: none;height: 100%;position: absolute;width: 100%}
/* 1679 */ .instagram-pics li,.instagram-pics a,.instagram-pics img,#slideshow a,#slideshow img{display: block;max-width: 100%}
/* 1680 */ #slideshow {
/* 1681 */   overflow: hidden;
/* 1682 */   padding-bottom: 133%;
/* 1683 */ }
/* 1684 */ #slideshow .slider-title {
/* 1685 */ 	background: rgba(255,255,255,.7);
/* 1686 */ 	border-top: 1px solid #BCBFC3;
/* 1687 */ 	bottom: 0;
/* 1688 */ 	color: #787780;
/* 1689 */ 	font-weight: bold;
/* 1690 */ 	padding: 15px 30px;
/* 1691 */ 	position: absolute;
/* 1692 */ 	text-transform: uppercase;
/* 1693 */ 	width: 100%;
/* 1694 */ }
/* 1695 */ #slideshow:hover .slider-title {border-top-color: #d6c19b;color: #d6c19b}
/* 1696 */ #slideshow .current,.socialshare td *{display: block !important}
/* 1697 */ .socialshare tr,.socialshare td,.socialshare td * {vertical-align: bottom;padding-right: 10px}
/* 1698 */ .textwidget > div {
/* 1699 */   height: auto !important;
/* 1700 */   width: 100% !important;

/* style.css */

/* 1701 */ }
/* 1702 */ .textwidget img {
/* 1703 */ 	margin-top: 20px
/* 1704 */ }
/* 1705 */ .related{overflow: auto}
/* 1706 */ .related div { 
/* 1707 */   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 1708 */   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
/* 1709 */   box-sizing: border-box;         /* Opera/IE 8+ */
/* 1710 */ }
/* 1711 */ .header-title {
/* 1712 */ 	color: #272622;
/* 1713 */ 	display: block;
/* 1714 */ 	font: 100 34px/1 "HelveticaNeueLight",Helvetica,Arial,sans-serif;
/* 1715 */ 	margin-top: 10px;
/* 1716 */ }
/* 1717 */ .lighter {
/* 1718 */ 	color: #ccc
/* 1719 */ }
/* 1720 */ .float{float: left}
/* 1721 */ .padding{padding: 0 10px}
/* 1722 */ .text-center {text-align: center}
/* 1723 */ @media all and (max-width: 1440px) {
/* 1724 */    	#LeadTheFutureBarraLateralEsquerda{left: 0 !important;margin-left: 0 !important;}
/* 1725 */ 	#LeadTheFutureBarraLateralDireita{left: auto !important;margin-left: 0 !important;right: 0 !important;}
/* 1726 */ 	#LeadTheFutureBarraLateralEsquerda img,#LeadTheFutureBarraLateralDireita img{height: auto}
/* 1727 */ 	.container {  width: 80% !important;}
/* 1728 */ }
/* 1729 */ 
/* 1730 */ /*Barra Milenar*/
/* 1731 */ .has-milenarbar #barra-blogues-diretorio{
/* 1732 */    top: 36px !important;
/* 1733 */ }

/* responsive.css */

/* 1   */ @media only screen and (max-width: 1250px) 
/* 2   */ {
/* 3   */ 	.modal
/* 4   */ 	{
/* 5   */ 		width: 720px;
/* 6   */ 	}
/* 7   */ 	.wisdoms_slider
/* 8   */ 	{
/* 9   */ 		margin-right: 30px;
/* 10  */ 	}
/* 11  */ 	ul#wisdoms-slides li  
/* 12  */ 	{
/* 13  */ 		font: bold 25px/1.2em "Prata", Helvetica, Arial, sans-serif;
/* 14  */ 	}
/* 15  */ 	#main_menu nav ul
/* 16  */ 	{
/* 17  */ 		padding-left: 1%;
/* 18  */ 	}
/* 19  */ 	#main_menu nav ul#nav_menu li
/* 20  */ 	{
/* 21  */ 		margin-right: 13px;
/* 22  */ 	}
/* 23  */ 	#main_menu nav ul#nav_menu li a
/* 24  */ 	{
/* 25  */ 		padding: 20px 2px 15px;
/* 26  */ 	}
/* 27  */ 	h1
/* 28  */ 	{
/* 29  */ 		font: 87px/1.3em Prata, Helvetica, Arial, sans-serif; 
/* 30  */ 	}
/* 31  */ 	#subscriberEmail
/* 32  */ 	{
/* 33  */ 		width: 345px;
/* 34  */ 	}
/* 35  */ 	#subscribeButton
/* 36  */ 	{
/* 37  */ 		width: 95px;
/* 38  */ 	}
/* 39  */ 	ul.gallery li.item 
/* 40  */ 	{
/* 41  */ 		height: 172px;
/* 42  */ 	}
/* 43  */ 	.map_img
/* 44  */ 	{
/* 45  */ 		height: 233px;
/* 46  */ 	}
/* 47  */ 	.clients_number
/* 48  */ 	{
/* 49  */ 		height: 50px;
/* 50  */ 		font-size: 55px;

/* responsive.css */

/* 51  */ 		line-height: 67px;
/* 52  */ 	}
/* 53  */ 	.ch-grid
/* 54  */ 	{
/* 55  */ 		margin-top: 50px;
/* 56  */ 	}
/* 57  */ 	.globe
/* 58  */ 	{
/* 59  */ 		width: 82%;
/* 60  */ 		font-size: 18px;
/* 61  */ 		line-height: 46px;
/* 62  */ 	}
/* 63  */ 	.post_comment
/* 64  */ 	{
/* 65  */ 		margin-right: 20px;
/* 66  */ 	}
/* 67  */ 	.comment .comment_meta,
/* 68  */ 	.comment .comment_content
/* 69  */ 	{
/* 70  */ 		width: 77%;
/* 71  */ 	}
/* 72  */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_meta,
/* 73  */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_content
/* 74  */ 	{
/* 75  */ 	width: 70%;
/* 76  */ 	}
/* 77  */ 	.comment .nested_comment
/* 78  */ 	{
/* 79  */ 		padding: 0 0 0 30px;
/* 80  */ 		margin: 20px 0 0 15px;
/* 81  */ 	}
/* 82  */ 	.accordion h3
/* 83  */ 	{
/* 84  */ 		margin-top: 15px;
/* 85  */ 		font: bold 22px/1.36em "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 86  */ 	}
/* 87  */ 	.form_wrapper
/* 88  */ 	{
/* 89  */ 		margin-right: 20%;
/* 90  */ 	}
/* 91  */ }
/* 92  */ 
/* 93  */ @media only screen and (min-width: 768px) and (max-width: 1250px) 
/* 94  */ {
/* 95  */ 	.container {width: 95%;}
/* 96  */ 	.column_680 {margin-right: 5%;width: 65%; }
/* 97  */ 	.column_300 {width: 30%; }
/* 98  */ 	.modal
/* 99  */ 	{
/* 100 */ 		width: 576px;

/* responsive.css */

/* 101 */ 	}
/* 102 */ 	.ch-grid li {
/* 103 */ 		width: 216px;
/* 104 */ 		height: 216px;
/* 105 */ 	}
/* 106 */ 	.ch-info h3
/* 107 */ 	{
/* 108 */ 		font-size: 16px;
/* 109 */ 		line-height: 17px;
/* 110 */ 		margin: 0 11px;
/* 111 */ 		padding: 40px 0 0 0;
/* 112 */ 		height: 56px;
/* 113 */ 	}
/* 114 */ 	.ch-info p
/* 115 */ 	{
/* 116 */ 		padding: 10px 5px 0 5px;
/* 117 */ 		margin: 0 18px;
/* 118 */ 		font-size: 12px;
/* 119 */ 		line-height: 13px;
/* 120 */ 	}
/* 121 */ 	.socio_contact ul li 
/* 122 */ 	{
/* 123 */ 		margin-right: 8px;
/* 124 */ 	}
/* 125 */ }
/* 126 */ @media only screen and (max-width: 767px) 
/* 127 */ {
/* 128 */ 	#slideshow{display: none}
/* 129 */ 	.menu_wrapper
/* 130 */ 	{
/* 131 */ 		width: 100%;
/* 132 */ 		margin-left: 0;
/* 133 */ 	}
/* 134 */ 	#main_menu nav ul
/* 135 */ 	{
/* 136 */ 		 border-top: 0;
/* 137 */ 		 border-bottom: 0;
/* 138 */ 		 padding-left: 0;
/* 139 */ 	}
/* 140 */ 	.wisdoms_slider
/* 141 */ 	{
/* 142 */ 		width: 64.9%;
/* 143 */ 		margin-right: 10px;
/* 144 */ 		margin-bottom: 25px;
/* 145 */ 	}
/* 146 */ 	ul#wisdoms-slides li  
/* 147 */ 	{
/* 148 */ 		padding-bottom: 0px;
/* 149 */ 		font: bold 20px/1.2em "Prata", Helvetica, Arial, sans-serif;
/* 150 */ 	}

/* responsive.css */

/* 151 */ 	.button.get_another
/* 152 */ 	{
/* 153 */ 		width: 32%;
/* 154 */ 		height: 60px;
/* 155 */ 		line-height: 60px;
/* 156 */ 	}
/* 157 */ 	.button.read
/* 158 */ 	{
/* 159 */ 		margin-right: 38%;
/* 160 */ 	}
/* 161 */ 	#subscriberEmail
/* 162 */ 	{
/* 163 */ 		width: 300px;
/* 164 */ 	}
/* 165 */ 	#subscribeButton
/* 166 */ 	{
/* 167 */ 		width: 95px;
/* 168 */ 	}
/* 169 */ 	ul.gallery li.item 
/* 170 */ 	{
/* 171 */ 		height: 172px;
/* 172 */ 	}
/* 173 */ 	#display
/* 174 */ 	{
/* 175 */ 		padding-left: 0;
/* 176 */ 	}
/* 177 */ 	ul.gallery li.item 
/* 178 */ 	{
/* 179 */ 		height: 100px;
/* 180 */ 	}
/* 181 */ 	.services_small_icon_middle
/* 182 */ 	{
/* 183 */ 		margin-top: 0px;
/* 184 */ 	}
/* 185 */ 	.list_of_services
/* 186 */ 	{
/* 187 */ 		margin-top: 0px;
/* 188 */ 	}
/* 189 */ 	ul.ch-grid
/* 190 */ 	{
/* 191 */ 		margin-top: 25px;
/* 192 */ 	}
/* 193 */ 	.tem_description
/* 194 */ 	{
/* 195 */ 		margin-bottom: 20px;
/* 196 */ 	}
/* 197 */ 	.post_comment
/* 198 */ 	{
/* 199 */ 		margin-right: 10px;
/* 200 */ 	}

/* responsive.css */

/* 201 */ 	.more_post
/* 202 */ 	{
/* 203 */ 		margin-bottom: 50px;
/* 204 */ 	}
/* 205 */ 	.comment .avatar
/* 206 */ 	{
/* 207 */ 		margin-right: 20px;
/* 208 */ 	}
/* 209 */ 	.comment .comment_meta,
/* 210 */ 	.comment .comment_content
/* 211 */ 	{
/* 212 */ 		width: 75%;
/* 213 */ 	}
/* 214 */ 	.comment_list .nested_comment .nested_comment .comment_meta,
/* 215 */ 	.comment_list .nested_comment .nested_comment .comment_content
/* 216 */ 	{
/* 217 */ 		width: 70%;
/* 218 */ 	}
/* 219 */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_meta,
/* 220 */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_content
/* 221 */ 	{
/* 222 */ 	width: 70%;
/* 223 */ 	}
/* 224 */ 	.comment .nested_comment
/* 225 */ 	{
/* 226 */ 		padding: 0 0 0 10px;
/* 227 */ 	}
/* 228 */ 	.post_comment_form
/* 229 */ 	{
/* 230 */ 		margin-bottom: 50px;
/* 231 */ 	}
/* 232 */ 	.post_info
/* 233 */ 	{
/* 234 */ 		float: none;
/* 235 */ 		margin-top: 0px;
/* 236 */ 		padding-left: 35%;
/* 237 */ 	}
/* 238 */ 	.map
/* 239 */ 	{
/* 240 */ 		height: 240px !important;	
/* 241 */ 	}
/* 242 */ 	.accordion h3
/* 243 */ 	{
/* 244 */ 		margin-top: 10px;
/* 245 */ 		font: bold 19px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 246 */ 	}
/* 247 */ 	.pricing-table-small
/* 248 */ 	{
/* 249 */ 		width: 100%;
/* 250 */ 		margin-top: 100px;

/* responsive.css */

/* 251 */ 	}
/* 252 */ 	.pricing-table-big
/* 253 */ 	{
/* 254 */ 		width: 100%;
/* 255 */ 	}
/* 256 */ 	.info_details
/* 257 */ 	{
/* 258 */ 		margin-bottom: 60px;
/* 259 */ 	}
/* 260 */ }
/* 261 */ 
/* 262 */ @media only screen and (min-width: 480px) and (max-width: 767px) 
/* 263 */ {
/* 264 */ 	.modal
/* 265 */ 	{
/* 266 */ 		width: 420px;
/* 267 */ 	}
/* 268 */ }
/* 269 */ 
/* 270 */ @media only screen and (max-width: 479px) 
/* 271 */ {
/* 272 */ 	h1
/* 273 */ 	{
/* 274 */ 	font: 70px/1.1em "Prata", Helvetica, Arial, sans-serif;
/* 275 */ 	text-align: center;
/* 276 */ 	letter-spacing: -0.05em;
/* 277 */ 	}
/* 278 */ 	.modal
/* 279 */ 	{
/* 280 */ 		width: 300px;
/* 281 */ 	}
/* 282 */ 	.small-menu-wrapper
/* 283 */ 	{
/* 284 */ 		width: 300px;	
/* 285 */ 	}
/* 286 */ 	.wisdoms_slider
/* 287 */ 	{
/* 288 */ 		width: 100%;
/* 289 */ 		margin-right: 0px;
/* 290 */ 		margin-bottom: 0px;
/* 291 */ 	}
/* 292 */ 	.button.get_another
/* 293 */ 	{
/* 294 */ 		margin-left: 20%;
/* 295 */ 		width: 60%;
/* 296 */ 	}
/* 297 */ 	.button.read
/* 298 */ 	{
/* 299 */ 		margin-right: 36%;
/* 300 */ 	}

/* responsive.css */

/* 301 */ 	#subscriberEmail
/* 302 */ 	{
/* 303 */ 		text-indent: 15px;
/* 304 */ 		width: 200px;
/* 305 */ 	}
/* 306 */ 	#subscribeButton
/* 307 */ 	{
/* 308 */ 		width: 75px;
/* 309 */ 	}
/* 310 */ 	#display
/* 311 */ 	{
/* 312 */ 		width: 40%;
/* 313 */ 		padding-left: 0;
/* 314 */ 	}
/* 315 */ 	ul.gallery li.item 
/* 316 */ 	{
/* 317 */ 		width: 93.3%;
/* 318 */ 		margin-left: 10px;
/* 319 */ 		height: 220px;
/* 320 */ 		margin-right: 0;
/* 321 */ 		margin-bottom: 35px;
/* 322 */ 	}
/* 323 */ 	.clients
/* 324 */ 	{
/* 325 */ 		padding-top: 30px;
/* 326 */ 	}
/* 327 */ 	.map_img
/* 328 */ 	{
/* 329 */ 		height: 167px;
/* 330 */ 	}
/* 331 */ 	.comment .avatar
/* 332 */ 	{
/* 333 */ 		margin-right: 15px;
/* 334 */ 	}
/* 335 */ 	.comment .comment_meta,
/* 336 */ 	.comment .comment_content
/* 337 */ 	{
/* 338 */ 		width: 60%;
/* 339 */ 	}
/* 340 */ 	.comment_list .nested_comment .nested_comment .comment_meta,
/* 341 */ 	.comment_list .nested_comment .nested_comment .comment_content
/* 342 */ 	{
/* 343 */ 		width: 60%;
/* 344 */ 	}
/* 345 */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_meta,
/* 346 */ 	.comment_list .nested_comment .nested_comment .nested_comment .comment .comment_content
/* 347 */ 	{
/* 348 */ 		width: 60%;
/* 349 */ 	}
/* 350 */ 	.comment .nested_comment

/* responsive.css */

/* 351 */ 	{
/* 352 */ 		padding: 0 0 0 5px;
/* 353 */ 	}
/* 354 */ 	.accordion .one
/* 355 */ 	{
/* 356 */ 		height: 125px;
/* 357 */ 	}
/* 358 */ 	.form_wrapper
/* 359 */ 	{
/* 360 */ 		margin-right: 15%;
/* 361 */ 	}
/* 362 */ 	#mail-message 
/* 363 */ 	{
/* 364 */ 		width: 150px;
/* 365 */ 	}
/* 366 */ }

/* prettyPhoto.css */

/* 1   */ /* ------------------------------------------------------------------------
/* 2   *| 	This you can edit.
/* 3   *| ------------------------------------------------------------------------- */
/* 4   */ 
/* 5   */ 	/* ----------------------------------
/* 6   *| 		Default Theme
/* 7   *| 	----------------------------------- */
/* 8   */ 
/* 9   */ 	div.pp_default .pp_top,
/* 10  */ 	div.pp_default .pp_top .pp_middle,
/* 11  */ 	div.pp_default .pp_top .pp_left,
/* 12  */ 	div.pp_default .pp_top .pp_right,
/* 13  */ 	div.pp_default .pp_bottom,
/* 14  */ 	div.pp_default .pp_bottom .pp_left,
/* 15  */ 	div.pp_default .pp_bottom .pp_middle,
/* 16  */ 	div.pp_default .pp_bottom .pp_right { height: 13px; }
/* 17  */ 	
/* 18  */ 	div.pp_default .pp_top .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -78px -93px no-repeat; } /* Top left corner */
/* 19  */ 	div.pp_default .pp_top .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_x.png?9f5e3a) top left repeat-x; } /* Top pattern/color */
/* 20  */ 	div.pp_default .pp_top .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -112px -93px no-repeat; } /* Top right corner */
/* 21  */ 	
/* 22  */ 	div.pp_default .pp_content .ppt { color: #f8f8f8; }
/* 23  */ 	div.pp_default .pp_content_container .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_y.png?9f5e3a) -7px 0 repeat-y; padding-left: 13px; }
/* 24  */ 	div.pp_default .pp_content_container .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_y.png?9f5e3a) top right repeat-y; padding-right: 13px; }
/* 25  */ 	div.pp_default .pp_content { background-color: #fff; } /* Content background */
/* 26  */ 	div.pp_default .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_next.png?9f5e3a) center right  no-repeat; cursor: pointer; } /* Next button */
/* 27  */ 	div.pp_default .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_prev.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 28  */ 	div.pp_default .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
/* 29  */ 	div.pp_default .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
/* 30  */ 	div.pp_default .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
/* 31  */ 	div.pp_default .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
/* 32  */ 	div.pp_default .pp_close { width: 30px; height: 30px; background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) 2px 1px no-repeat; cursor: pointer; } /* Close button */
/* 33  */ 	div.pp_default #pp_full_res .pp_inline { color: #000; } 
/* 34  */ 	div.pp_default .pp_gallery ul li a { background: url(/wp-content/themes/finale/images/prettyPhoto/default/default_thumb.png?9f5e3a) center center #f8f8f8; border:1px solid #aaa; }
/* 35  */ 	div.pp_default .pp_gallery ul li a:hover,
/* 36  */ 	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
/* 37  */ 	div.pp_default .pp_social { margin-top: 7px;}
/* 38  */ 
/* 39  */ 	div.pp_default .pp_gallery a.pp_arrow_previous,
/* 40  */ 	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
/* 41  */ 	div.pp_default .pp_nav .pp_play,
/* 42  */ 	div.pp_default .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -51px 1px no-repeat; height:30px; width:30px; }
/* 43  */ 	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
/* 44  */ 	div.pp_default .pp_details { position: relative; }
/* 45  */ 	div.pp_default a.pp_arrow_previous,
/* 46  */ 	div.pp_default a.pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
/* 47  */ 	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
/* 48  */ 	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
/* 49  */ 	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
/* 50  */ 	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

/* prettyPhoto.css */

/* 51  */ 	
/* 52  */ 	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
/* 53  */ 
/* 54  */ 	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
/* 55  */ 
/* 56  */ 	div.pp_default .pp_bottom .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -78px -127px no-repeat; } /* Bottom left corner */
/* 57  */ 	div.pp_default .pp_bottom .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite_x.png?9f5e3a) bottom left repeat-x; } /* Bottom pattern/color */
/* 58  */ 	div.pp_default .pp_bottom .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/default/sprite.png?9f5e3a) -112px -127px no-repeat; } /* Bottom right corner */
/* 59  */ 
/* 60  */ 	div.pp_default .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/default/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */
/* 61  */ 
/* 62  */ 	
/* 63  */ 	/* ----------------------------------
/* 64  *| 		Light Rounded Theme
/* 65  *| 	----------------------------------- */
/* 66  */ 
/* 67  */ 
/* 68  */ 	div.light_rounded .pp_top .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -88px -53px no-repeat; } /* Top left corner */
/* 69  */ 	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
/* 70  */ 	div.light_rounded .pp_top .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -110px -53px no-repeat; } /* Top right corner */
/* 71  */ 	
/* 72  */ 	div.light_rounded .pp_content .ppt { color: #000; }
/* 73  */ 	div.light_rounded .pp_content_container .pp_left,
/* 74  */ 	div.light_rounded .pp_content_container .pp_right { background: #fff; }
/* 75  */ 	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
/* 76  */ 	div.light_rounded .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/btnNext.png?9f5e3a) center right  no-repeat; cursor: pointer; } /* Next button */
/* 77  */ 	div.light_rounded .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/btnPrevious.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 78  */ 	div.light_rounded .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
/* 79  */ 	div.light_rounded .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
/* 80  */ 	div.light_rounded .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
/* 81  */ 	div.light_rounded .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
/* 82  */ 	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -1px -1px no-repeat; cursor: pointer; } /* Close button */
/* 83  */ 	div.light_rounded .pp_details { position: relative; }
/* 84  */ 	div.light_rounded .pp_description { margin-right: 85px; }
/* 85  */ 	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
/* 86  */ 	div.light_rounded .pp_gallery a.pp_arrow_previous,
/* 87  */ 	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
/* 88  */ 	div.light_rounded .pp_nav .pp_play { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -1px -100px no-repeat; height: 15px; width: 14px; }
/* 89  */ 	div.light_rounded .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -24px -100px no-repeat; height: 15px; width: 14px; }
/* 90  */ 
/* 91  */ 	div.light_rounded .pp_arrow_previous { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
/* 92  */ 		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
/* 93  */ 	div.light_rounded .pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
/* 94  */ 		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
/* 95  */ 
/* 96  */ 	div.light_rounded .pp_bottom .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -88px -80px no-repeat; } /* Bottom left corner */
/* 97  */ 	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
/* 98  */ 	div.light_rounded .pp_bottom .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/sprite.png?9f5e3a) -110px -80px no-repeat; } /* Bottom right corner */
/* 99  */ 
/* 100 */ 	div.light_rounded .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */

/* prettyPhoto.css */

/* 101 */ 	
/* 102 */ 	/* ----------------------------------
/* 103 *| 		Dark Rounded Theme
/* 104 *| 	----------------------------------- */
/* 105 */ 	
/* 106 */ 	div.dark_rounded .pp_top .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -88px -53px no-repeat; } /* Top left corner */
/* 107 */ 	div.dark_rounded .pp_top .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/contentPattern.png?9f5e3a) top left repeat; } /* Top pattern/color */
/* 108 */ 	div.dark_rounded .pp_top .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -110px -53px no-repeat; } /* Top right corner */
/* 109 */ 	
/* 110 */ 	div.dark_rounded .pp_content_container .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/contentPattern.png?9f5e3a) top left repeat-y; } /* Left Content background */
/* 111 */ 	div.dark_rounded .pp_content_container .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/contentPattern.png?9f5e3a) top right repeat-y; } /* Right Content background */
/* 112 */ 	div.dark_rounded .pp_content { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/contentPattern.png?9f5e3a) top left repeat; } /* Content background */
/* 113 */ 	div.dark_rounded .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/btnNext.png?9f5e3a) center right  no-repeat; cursor: pointer; } /* Next button */
/* 114 */ 	div.dark_rounded .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/btnPrevious.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 115 */ 	div.dark_rounded .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
/* 116 */ 	div.dark_rounded .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
/* 117 */ 	div.dark_rounded .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
/* 118 */ 	div.dark_rounded .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
/* 119 */ 	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -1px -1px no-repeat; cursor: pointer; } /* Close button */
/* 120 */ 	div.dark_rounded .pp_details { position: relative; }
/* 121 */ 	div.dark_rounded .pp_description { margin-right: 85px; }
/* 122 */ 	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
/* 123 */ 	div.dark_rounded .pp_description { color: #fff; }
/* 124 */ 	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
/* 125 */ 	div.dark_rounded .pp_gallery a.pp_arrow_previous,
/* 126 */ 	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
/* 127 */ 	div.dark_rounded .pp_nav .pp_play { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -1px -100px no-repeat; height: 15px; width: 14px; }
/* 128 */ 	div.dark_rounded .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -24px -100px no-repeat; height: 15px; width: 14px; }
/* 129 */ 
/* 130 */ 	div.dark_rounded .pp_arrow_previous { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
/* 131 */ 		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
/* 132 */ 	div.dark_rounded .pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
/* 133 */ 		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
/* 134 */ 
/* 135 */ 	div.dark_rounded .pp_bottom .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -88px -80px no-repeat; } /* Bottom left corner */
/* 136 */ 	div.dark_rounded .pp_bottom .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/contentPattern.png?9f5e3a) top left repeat; } /* Bottom pattern/color */
/* 137 */ 	div.dark_rounded .pp_bottom .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/sprite.png?9f5e3a) -110px -80px no-repeat; } /* Bottom right corner */
/* 138 */ 
/* 139 */ 	div.dark_rounded .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_rounded/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */
/* 140 */ 	
/* 141 */ 	
/* 142 */ 	/* ----------------------------------
/* 143 *| 		Dark Square Theme
/* 144 *| 	----------------------------------- */
/* 145 */ 	
/* 146 */ 	div.dark_square .pp_left ,
/* 147 */ 	div.dark_square .pp_middle,
/* 148 */ 	div.dark_square .pp_right,
/* 149 */ 	div.dark_square .pp_content { background: #000; }
/* 150 */ 	

/* prettyPhoto.css */

/* 151 */ 	div.dark_square .currentTextHolder { color: #c4c4c4; }
/* 152 */ 	div.dark_square .pp_description { color: #fff; }
/* 153 */ 	div.dark_square .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */
/* 154 */ 	
/* 155 */ 	div.dark_square .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
/* 156 */ 	div.dark_square .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
/* 157 */ 	div.dark_square .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
/* 158 */ 	div.dark_square .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
/* 159 */ 	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -1px -1px no-repeat; cursor: pointer; } /* Close button */
/* 160 */ 	div.dark_square .pp_details { position: relative; }
/* 161 */ 	div.dark_square .pp_description { margin: 0 85px 0 0; }
/* 162 */ 	div.dark_square #pp_full_res .pp_inline { color: #fff; }
/* 163 */ 	div.dark_square .pp_gallery a.pp_arrow_previous,
/* 164 */ 	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
/* 165 */ 	div.dark_square .pp_nav { clear: none; }
/* 166 */ 	div.dark_square .pp_nav .pp_play { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -1px -100px no-repeat; height: 15px; width: 14px; }
/* 167 */ 	div.dark_square .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -24px -100px no-repeat; height: 15px; width: 14px; }
/* 168 */ 	
/* 169 */ 	div.dark_square .pp_arrow_previous { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
/* 170 */ 		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
/* 171 */ 	div.dark_square .pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/sprite.png?9f5e3a) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
/* 172 */ 		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
/* 173 */ 	
/* 174 */ 	div.dark_square .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/btnNext.png?9f5e3a) center right  no-repeat; cursor: pointer; } /* Next button */
/* 175 */ 	div.dark_square .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/dark_square/btnPrevious.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 176 */ 
/* 177 */ 
/* 178 */ 	/* ----------------------------------
/* 179 *| 		Light Square Theme
/* 180 *| 	----------------------------------- */
/* 181 */ 	
/* 182 */ 	div.light_square .pp_left ,
/* 183 */ 	div.light_square .pp_middle,
/* 184 */ 	div.light_square .pp_right,
/* 185 */ 	div.light_square .pp_content { background: #fff; }
/* 186 */ 	
/* 187 */ 	div.light_square .pp_content .ppt { color: #000; }
/* 188 */ 	div.light_square .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
/* 189 */ 	div.light_square .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
/* 190 */ 	div.light_square .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
/* 191 */ 	div.light_square .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
/* 192 */ 	div.light_square .pp_close { width: 75px; height: 22px; background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -1px -1px no-repeat; cursor: pointer; } /* Close button */
/* 193 */ 	div.light_square .pp_details { position: relative; }
/* 194 */ 	div.light_square .pp_description { margin-right: 85px; }
/* 195 */ 	div.light_square #pp_full_res .pp_inline { color: #000; }
/* 196 */ 	div.light_square .pp_gallery a.pp_arrow_previous,
/* 197 */ 	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
/* 198 */ 	div.light_square .pp_nav .pp_play { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -1px -100px no-repeat; height: 15px; width: 14px; }
/* 199 */ 	div.light_square .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -24px -100px no-repeat; height: 15px; width: 14px; }
/* 200 */ 	

/* prettyPhoto.css */

/* 201 */ 	div.light_square .pp_arrow_previous { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
/* 202 */ 		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
/* 203 */ 	div.light_square .pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/sprite.png?9f5e3a) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
/* 204 */ 		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
/* 205 */ 	
/* 206 */ 	div.light_square .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/btnNext.png?9f5e3a) center right  no-repeat; cursor: pointer; } /* Next button */
/* 207 */ 	div.light_square .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/light_square/btnPrevious.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 208 */ 	
/* 209 */ 	div.light_square .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */
/* 210 */ 
/* 211 */ 
/* 212 */ 	/* ----------------------------------
/* 213 *| 		Facebook style Theme
/* 214 *| 	----------------------------------- */
/* 215 */ 	
/* 216 */ 	div.facebook .pp_top .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -88px -53px no-repeat; } /* Top left corner */
/* 217 */ 	div.facebook .pp_top .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/contentPatternTop.png?9f5e3a) top left repeat-x; } /* Top pattern/color */
/* 218 */ 	div.facebook .pp_top .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -110px -53px no-repeat; } /* Top right corner */
/* 219 */ 	
/* 220 */ 	div.facebook .pp_content .ppt { color: #000; }
/* 221 */ 	div.facebook .pp_content_container .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/contentPatternLeft.png?9f5e3a) top left repeat-y; } /* Content background */
/* 222 */ 	div.facebook .pp_content_container .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/contentPatternRight.png?9f5e3a) top right repeat-y; } /* Content background */
/* 223 */ 	div.facebook .pp_content { background: #fff; } /* Content background */
/* 224 */ 	div.facebook .pp_expand { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
/* 225 */ 	div.facebook .pp_expand:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
/* 226 */ 	div.facebook .pp_contract { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
/* 227 */ 	div.facebook .pp_contract:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
/* 228 */ 	div.facebook .pp_close { width: 22px; height: 22px; background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -1px -1px no-repeat; cursor: pointer; } /* Close button */
/* 229 */ 	div.facebook .pp_details { position: relative; }
/* 230 */ 	div.facebook .pp_description { margin: 0 37px 0 0; }
/* 231 */ 	div.facebook #pp_full_res .pp_inline { color: #000; } 
/* 232 */ 	div.facebook .pp_loaderIcon { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/loader.gif?9f5e3a) center center no-repeat; } /* Loader icon */
/* 233 */ 	
/* 234 */ 	div.facebook .pp_arrow_previous { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
/* 235 */ 		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
/* 236 */ 	div.facebook .pp_arrow_next { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
/* 237 */ 		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
/* 238 */ 	div.facebook .pp_nav { margin-top: 0; }
/* 239 */ 	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
/* 240 */ 	div.facebook .pp_nav .pp_play { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -1px -123px no-repeat; height: 22px; width: 22px; }
/* 241 */ 	div.facebook .pp_nav .pp_pause { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -32px -123px no-repeat; height: 22px; width: 22px; }
/* 242 */ 	
/* 243 */ 	div.facebook .pp_next:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/btnNext.png?9f5e3a) center right no-repeat; cursor: pointer; } /* Next button */
/* 244 */ 	div.facebook .pp_previous:hover { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/btnPrevious.png?9f5e3a) center left no-repeat; cursor: pointer; } /* Previous button */
/* 245 */ 	
/* 246 */ 	div.facebook .pp_bottom .pp_left { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -88px -80px no-repeat; } /* Bottom left corner */
/* 247 */ 	div.facebook .pp_bottom .pp_middle { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/contentPatternBottom.png?9f5e3a) top left repeat-x; } /* Bottom pattern/color */
/* 248 */ 	div.facebook .pp_bottom .pp_right { background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/sprite.png?9f5e3a) -110px -80px no-repeat; } /* Bottom right corner */
/* 249 */ 
/* 250 */ 

/* prettyPhoto.css */

/* 251 */ /* ------------------------------------------------------------------------
/* 252 *| 	DO NOT CHANGE
/* 253 *| ------------------------------------------------------------------------- */
/* 254 */ 
/* 255 */ 	div.pp_pic_holder a:focus { outline:none; }
/* 256 */ 
/* 257 */ 	div.pp_overlay {
/* 258 */ 		background: #000;
/* 259 */ 		display: none;
/* 260 */ 		left: 0;
/* 261 */ 		position: absolute;
/* 262 */ 		top: 0;
/* 263 */ 		width: 100%;
/* 264 */ 		z-index: 9999;
/* 265 */ 	}
/* 266 */ 	
/* 267 */ 	div.pp_pic_holder {
/* 268 */ 		display: none;
/* 269 */ 		position: absolute;
/* 270 */ 		width: 100px;
/* 271 */ 		z-index: 10000;
/* 272 */ 	}
/* 273 */ 
/* 274 */ 		
/* 275 */ 		.pp_top {
/* 276 */ 			height: 20px;
/* 277 */ 			position: relative;
/* 278 */ 		}
/* 279 */ 			* html .pp_top { padding: 0 20px; }
/* 280 */ 		
/* 281 */ 			.pp_top .pp_left {
/* 282 */ 				height: 20px;
/* 283 */ 				left: 0;
/* 284 */ 				position: absolute;
/* 285 */ 				width: 20px;
/* 286 */ 			}
/* 287 */ 			.pp_top .pp_middle {
/* 288 */ 				height: 20px;
/* 289 */ 				left: 20px;
/* 290 */ 				position: absolute;
/* 291 */ 				right: 20px;
/* 292 */ 			}
/* 293 */ 				* html .pp_top .pp_middle {
/* 294 */ 					left: 0;
/* 295 */ 					position: static;
/* 296 */ 				}
/* 297 */ 			
/* 298 */ 			.pp_top .pp_right {
/* 299 */ 				height: 20px;
/* 300 */ 				left: auto;

/* prettyPhoto.css */

/* 301 */ 				position: absolute;
/* 302 */ 				right: 0;
/* 303 */ 				top: 0;
/* 304 */ 				width: 20px;
/* 305 */ 			}
/* 306 */ 		
/* 307 */ 		.pp_content { height: 40px; min-width: 40px; }
/* 308 */ 		* html .pp_content { width: 40px; }
/* 309 */ 		
/* 310 */ 		.pp_fade { display: none; }
/* 311 */ 		
/* 312 */ 		.pp_content_container {
/* 313 */ 			position: relative;
/* 314 */ 			text-align: left;
/* 315 */ 			width: 100%;
/* 316 */ 		}
/* 317 */ 		
/* 318 */ 			.pp_content_container .pp_left { padding-left: 20px; }
/* 319 */ 			.pp_content_container .pp_right { padding-right: 20px; }
/* 320 */ 		
/* 321 */ 			.pp_content_container .pp_details {
/* 322 */ 				float: left;
/* 323 */ 				margin: 10px 0 2px 0;
/* 324 */ 			}
/* 325 */ 				.pp_description {
/* 326 */ 					display: none;
/* 327 */ 					margin: 0;
/* 328 */ 				}
/* 329 */ 				
/* 330 */ 				.pp_social { float: left; margin: 0; }
/* 331 */ 				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
/* 332 */ 				.pp_social .twitter { float: left; }
/* 333 */ 				
/* 334 */ 				.pp_nav {
/* 335 */ 					clear: right;
/* 336 */ 					float: left;
/* 337 */ 					margin: 3px 10px 0 0;
/* 338 */ 				}
/* 339 */ 				
/* 340 */ 					.pp_nav p {
/* 341 */ 						float: left;
/* 342 */ 						margin: 2px 4px;
/* 343 */ 						white-space: nowrap;
/* 344 */ 					}
/* 345 */ 					
/* 346 */ 					.pp_nav .pp_play,
/* 347 */ 					.pp_nav .pp_pause {
/* 348 */ 						float: left;
/* 349 */ 						margin-right: 4px;
/* 350 */ 						text-indent: -10000px;

/* prettyPhoto.css */

/* 351 */ 					}
/* 352 */ 				
/* 353 */ 					a.pp_arrow_previous,
/* 354 */ 					a.pp_arrow_next {
/* 355 */ 						display: block;
/* 356 */ 						float: left;
/* 357 */ 						height: 15px;
/* 358 */ 						margin-top: 3px;
/* 359 */ 						overflow: hidden;
/* 360 */ 						text-indent: -10000px;
/* 361 */ 						width: 14px;
/* 362 */ 					}
/* 363 */ 		
/* 364 */ 		.pp_hoverContainer {
/* 365 */ 			position: absolute;
/* 366 */ 			top: 0;
/* 367 */ 			width: 100%;
/* 368 */ 			z-index: 2000;
/* 369 */ 		}
/* 370 */ 		
/* 371 */ 		.pp_gallery {
/* 372 */ 			display: none;
/* 373 */ 			left: 50%;
/* 374 */ 			margin-top: -50px;
/* 375 */ 			position: absolute;
/* 376 */ 			z-index: 10000;
/* 377 */ 		}
/* 378 */ 		
/* 379 */ 			.pp_gallery div {
/* 380 */ 				float: left;
/* 381 */ 				overflow: hidden;
/* 382 */ 				position: relative;
/* 383 */ 			}
/* 384 */ 			
/* 385 */ 			.pp_gallery ul {
/* 386 */ 				float: left;
/* 387 */ 				height: 35px;
/* 388 */ 				margin: 0 0 0 5px;
/* 389 */ 				padding: 0;
/* 390 */ 				position: relative;
/* 391 */ 				white-space: nowrap;
/* 392 */ 			}
/* 393 */ 			
/* 394 */ 			.pp_gallery ul a {
/* 395 */ 				border: 1px #000 solid;
/* 396 */ 				border: 1px rgba(0,0,0,0.5) solid;
/* 397 */ 				display: block;
/* 398 */ 				float: left;
/* 399 */ 				height: 33px;
/* 400 */ 				overflow: hidden;

/* prettyPhoto.css */

/* 401 */ 			}
/* 402 */ 			
/* 403 */ 			.pp_gallery ul a:hover,
/* 404 */ 			.pp_gallery li.selected a { border-color: #fff; }
/* 405 */ 			
/* 406 */ 			.pp_gallery ul a img { border: 0; }
/* 407 */ 			
/* 408 */ 			.pp_gallery li {
/* 409 */ 				display: block;
/* 410 */ 				float: left;
/* 411 */ 				margin: 0 5px 0 0;
/* 412 */ 				padding: 0;
/* 413 */ 			}
/* 414 */ 			
/* 415 */ 			.pp_gallery li.default a {
/* 416 */ 				background: url(/wp-content/themes/finale/images/prettyPhoto/facebook/default_thumbnail.gif?9f5e3a) 0 0 no-repeat;
/* 417 */ 				display: block;
/* 418 */ 				height: 33px;
/* 419 */ 				width: 50px;
/* 420 */ 			}
/* 421 */ 			
/* 422 */ 			.pp_gallery li.default a img { display: none; }
/* 423 */ 			
/* 424 */ 			.pp_gallery .pp_arrow_previous,
/* 425 */ 			.pp_gallery .pp_arrow_next {
/* 426 */ 				margin-top: 7px !important;
/* 427 */ 			}
/* 428 */ 		
/* 429 */ 		a.pp_next {
/* 430 */ 			background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/btnNext.png?9f5e3a) 10000px 10000px no-repeat;
/* 431 */ 			display: block;
/* 432 */ 			float: right;
/* 433 */ 			height: 100%;
/* 434 */ 			text-indent: -10000px;
/* 435 */ 			width: 49%;
/* 436 */ 		}
/* 437 */ 			
/* 438 */ 		a.pp_previous {
/* 439 */ 			background: url(/wp-content/themes/finale/images/prettyPhoto/light_rounded/btnNext.png?9f5e3a) 10000px 10000px no-repeat;
/* 440 */ 			display: block;
/* 441 */ 			float: left;
/* 442 */ 			height: 100%;
/* 443 */ 			text-indent: -10000px;
/* 444 */ 			width: 49%;
/* 445 */ 		}
/* 446 */ 		
/* 447 */ 		a.pp_expand,
/* 448 */ 		a.pp_contract {
/* 449 */ 			cursor: pointer;
/* 450 */ 			display: none;

/* prettyPhoto.css */

/* 451 */ 			height: 20px;	
/* 452 */ 			position: absolute;
/* 453 */ 			right: 30px;
/* 454 */ 			text-indent: -10000px;
/* 455 */ 			top: 10px;
/* 456 */ 			width: 20px;
/* 457 */ 			z-index: 20000;
/* 458 */ 		}
/* 459 */ 			
/* 460 */ 		a.pp_close {
/* 461 */ 			position: absolute; right: 0; top: 0; 
/* 462 */ 			display: block;
/* 463 */ 			line-height:22px;
/* 464 */ 			text-indent: -10000px;
/* 465 */ 		}
/* 466 */ 		
/* 467 */ 		.pp_bottom {
/* 468 */ 			height: 20px;
/* 469 */ 			position: relative;
/* 470 */ 		}
/* 471 */ 			* html .pp_bottom { padding: 0 20px; }
/* 472 */ 			
/* 473 */ 			.pp_bottom .pp_left {
/* 474 */ 				height: 20px;
/* 475 */ 				left: 0;
/* 476 */ 				position: absolute;
/* 477 */ 				width: 20px;
/* 478 */ 			}
/* 479 */ 			.pp_bottom .pp_middle {
/* 480 */ 				height: 20px;
/* 481 */ 				left: 20px;
/* 482 */ 				position: absolute;
/* 483 */ 				right: 20px;
/* 484 */ 			}
/* 485 */ 				* html .pp_bottom .pp_middle {
/* 486 */ 					left: 0;
/* 487 */ 					position: static;
/* 488 */ 				}
/* 489 */ 				
/* 490 */ 			.pp_bottom .pp_right {
/* 491 */ 				height: 20px;
/* 492 */ 				left: auto;
/* 493 */ 				position: absolute;
/* 494 */ 				right: 0;
/* 495 */ 				top: 0;
/* 496 */ 				width: 20px;
/* 497 */ 			}
/* 498 */ 		
/* 499 */ 		.pp_loaderIcon {
/* 500 */ 			display: block;

/* prettyPhoto.css */

/* 501 */ 			height: 24px;
/* 502 */ 			left: 50%;
/* 503 */ 			margin: -12px 0 0 -12px;
/* 504 */ 			position: absolute;
/* 505 */ 			top: 50%;
/* 506 */ 			width: 24px;
/* 507 */ 		}
/* 508 */ 		
/* 509 */ 		#pp_full_res {
/* 510 */ 			line-height: 1 !important;
/* 511 */ 		}
/* 512 */ 		
/* 513 */ 			#pp_full_res .pp_inline {
/* 514 */ 				text-align: left;
/* 515 */ 			}
/* 516 */ 			
/* 517 */ 				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
/* 518 */ 	
/* 519 */ 		div.ppt {
/* 520 */ 			color: #fff;
/* 521 */ 			display: none;
/* 522 */ 			font-size: 17px;
/* 523 */ 			margin: 0 0 5px 15px;
/* 524 */ 			z-index: 9999;
/* 525 */ 		}
/* 526 */ 		
/* 527 */ 		
/* 528 */ @media screen and (max-width: 400px) {		
/* 529 */ .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
/* 530 */ div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
/* 531 */ div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
/* 532 */ .pp_content { width: 100%!important;}
/* 533 */ .pp_fade { width: 100%!important; height: 100%!important; }
/* 534 */ a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
/* 535 */ #pp_full_res img { width: 100%!important; height: auto!important; }
/* 536 */ .pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
/* 537 */ a.pp_close { right: 10px!important; top: 10px!important; }
/* 538 */ }
