/*
	Theme Name: Morphis
	Theme URI: http://themeforest.net/user/janintia/portfolio
	Description: Clean & Responsive HTML Theme
	Version: 1.1
	Author: janintia
	Author URI: http://themeforest.net/user/janintia
	Tags: responsive, creative, portfolio, clean, minimalist, photography
*/


/* Table of Content
==================================================
	(1) Responsive Layout
	(2) Reset
	(3) Site Styles
	(4) Page Styles
	(5) Media Queries
	(6) #Font-Face */
	

/* (1) Responsive Layout
================================================== 
	
		(1.1) Base 960 Grid - 16 columns
		(1.2) Tablet (Portrait)
		(1.3) Mobile (Portrait)
		(1.4) Mobile (Landscape)
		(1.5) Clearing 
	
*/


	/* =========================================
	   (1.1) Base 960 Grid - 16 columns
	   ======================================== */
	.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 40px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column                      { width: 40px;  }  
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }


	
	/* =========================================
	   (1.2) #Tablet (Portrait)
	   ======================================== */
	   
    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }

        .container .one.column                      { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 348px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


	
	/* =========================================
	   (1.3) #Mobile (Portrait)
	   ======================================== */
	   
    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .columns, .column { margin: 0; }

        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }

	

	/* =========================================
	   (1.4) #Mobile (Landscape)
	   ======================================== */
	   
    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .columns, .column { margin: 0; }

        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


	/* =========================================
	   (1.5) #Clearing
	   ======================================== */
	   
    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



/* (2) Reset
================================================== 

		(2.1) Reset & Basics
		(2.2) Basic Styles
		(2.3) Typography
		(2.4) Links
		(2.5) Lists
		(2.6) Images
		(2.7) Buttons
		(2.8) Tabs, Accordion, Price Boxes, Infoboxes
		(2.9) Forms
		(2.10) Misc 
		
*/



/* ================================================
	   (2.1) Reset & Basics 
   ================================================ */
	   
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	
/* ================================================
	   (2.2) Basic Styles
   ================================================ */
	   
	body {		
		font: 14px/1.667em 'EnriquetaRegular', Georgia, serif;				
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;		
	}
	
/* ================================================
	   (2.3) Typography
   ================================================ */
	   
	/* Headings */
	h1, h2, h3, h4, h5, h6 { font-family: "PlayfairDisplayRegular", Georgia, serif; word-spacing: 2px;}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 {line-height: 0.834em; font-size:2em; margin-bottom: 20px;}
	h2 {line-height: 0.909em; font-size:1.833em; margin-bottom:20px;}
	h3 {line-height: 1em; font-size:1.667em; margin-bottom:20px;}
	h4 {line-height: 1.111em; font-size:1.5em; margin-bottom:20px;}
	h5 {line-height:1.25em; font-size:1.333em; margin-bottom: 20px; }
	h6 {line-height: 1.428em; font-size:1.167em; margin-bottom: 20px;}
	
	/* Paragraph */
	p { font-size: 14px; line-height: 1.667em; margin: 0 0 2.857em ;  }
	p img { margin: 0 0 40px; }

	/* Other texts Styling */
	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }
	b { font-weight: 100; }
	i { font-style: italic; }

	/* Horizontal Line */
	hr { border-top: none; border-left: none; border-right: none; clear: both; margin: 0 0 40px; height: 0; }
	hr.double {	border-top: none; border-left: none; border-right: none; clear: both; margin: 0 0 40px; height: 0; }

	
/* ================================================
	   (2.4) Links
   ================================================ */
	a { text-decoration: none; outline: 0; 
		transition: .2s all ease-in-out;
		-webkit-transition: .2s all ease-in-out;
		-moz-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;	
	}
	
	p a { line-height: inherit; }


/* ================================================
	   (2.5) Lists
   ================================================ */
	   
	ul, ol, dl { margin-bottom: 2.857em; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	
	ol, ul.square, ul.circle, ul.disc { margin-left: 0px; padding-left: 13px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin: 0;  }
	li { line-height: 1.667em; margin-bottom: 0px; }
	
	dt { font-weight: bold; }	
	
	ul.no-style li { background-image: none; } 
	ul.list-arrows li { background: transparent url(../img/list/arrow-marks.png) no-repeat top left; padding-left: 20px; } /* Arrows */
	ul.list-check li { background: transparent url(../img/list/check.png) no-repeat top left; padding-left: 20px; } /* Check */
	ul.list-bullets li { background: transparent url(../img/list/bullet.png) no-repeat top left; padding-left: 20px; } /* Bullets */
	ul.list-comment li { background: transparent url(../img/list/comment-icon.png) no-repeat top left; padding-left: 25px; } /* Bullets */
	
	ul.centered li { text-align: center; }

/* ================================================
	   (2.6) Images
   ================================================ */
	   
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* ================================================
	   (2.7) Buttons
   ================================================ */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 40px;
	  line-height: 21px;
	  }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

		
	.button.small {
		font-family: 'EnriquetaRegular', Georgia, serif;
		font-size: 10px;
		font-weight:normal;
		padding: 7px 12px;
		cursor:pointer;	
		line-height:16px;
		
		display:inline-block;
	}
	.button.medium {
		font-family: 'EnriquetaRegular', Georgia, serif;
		font-size: 14px;
		font-weight:normal;
		padding: 11px 15px;
		cursor:pointer;	
		line-height:18px;
		margin:0 10px 20px 0;
		display:inline-block;
	}
	.button.big {
		font-family: 'EnriquetaRegular', Georgia, serif;
		font-size: 16px;
		font-weight:normal;
		padding: 15px 20px;
		cursor:pointer;	
		line-height:20px;
		margin:0 10px 20px 0;
		display:inline-block;
	}
	.button {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		behavior:url(PIE.htc);		
		box-shadow: #e3e3e3 0 1px 1px;	
		-moz-box-shadow:
			0px 1px 1px rgba(000,000,000,0.1),
			inset 0px 1px 1px rgba(255,255,255,0.7);
		-webkit-box-shadow:
			0px 1px 1px rgba(000,000,000,0.1),
			inset 0px 1px 1px rgba(255,255,255,0.7);	
		behavior:url(PIE.htc);				
		font-family: 'EnriquetaRegular', Georgia, serif;
	}
	.button.orange {
		text-shadow: 1px 1px 0px #ffe8b2;
		color: #7c5d1b;
		border: 1px solid #d6a437;	
		background: #febd4b; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970) to(#febd4b)); /*old webkit*/
		background: -webkit-linear-gradient(#fed970, #febd4b); /*new webkit*/
		background: -moz-linear-gradient(#fed970, #febd4b); /*gecko*/
		background: -ms-linear-gradient(#fed970, #febd4b); /*IE10*/
		background: -o-linear-gradient(#fed970, #febd4b); /*opera 11.10+*/
		background: linear-gradient(#fed970, #febd4b); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#fed970, #febd4b); /*PIE*/
		
		
	}
	.button.orange:hover {
		color: #7c5d1b;
		border: 1px solid #d6a437;	
		background: #febd4b; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#febd4b) to(#fed970)); /*old webkit*/
		background: -webkit-linear-gradient(#febd4b, #fed970); /*new webkit*/
		background: -moz-linear-gradient(#febd4b, #fed970); /*gecko*/
		background: -ms-linear-gradient(#febd4b, #fed970); /*IE10*/
		background: -o-linear-gradient(#febd4b, #fed970); /*opera 11.10+*/
		background: linear-gradient(#febd4b, #fed970); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#febd4b, #fed970); /*PIE*/	
	}
	
	.button.yellow {
		text-shadow: 1px 1px 0px #ffefcb;
		color: #897931;
		border: 1px solid #dac34b;	
		background: #feed7a; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#feed7a) to(#fedb5e)); /*old webkit*/
		background: -webkit-linear-gradient(#feed7a, #fedb5e); /*new webkit*/
		background: -moz-linear-gradient(#feed7a, #fedb5e); /*gecko*/
		background: -ms-linear-gradient(#feed7a, #fedb5e); /*IE10*/
		background: -o-linear-gradient(#feed7a, #fedb5e); /*opera 11.10+*/
		background: linear-gradient(#feed7a, #fedb5e); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#feed7a, #fedb5e); /*PIE*/
		
		
	}
	.button.yellow:hover {
		color: #897931;
		border: 1px solid #dac34b;	
		background: #fedb5e; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fedb5e) to(#feed7a)); /*old webkit*/
		background: -webkit-linear-gradient(#fedb5e, #feed7a); /*new webkit*/
		background: -moz-linear-gradient(#fedb5e, #feed7a); /*gecko*/
		background: -ms-linear-gradient(#fedb5e, #feed7a); /*IE10*/
		background: -o-linear-gradient(#fedb5e, #feed7a); /*opera 11.10+*/
		background: linear-gradient(#fedb5e, #feed7a); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#fedb5e, #feed7a); /*PIE*/	
	}
	
	.button.red {
		text-shadow: 1px 1px 0px #ffb5b6;
		color: #993333;
		border: 1px solid #dc5653;	
		background: #fe5d62; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe8781) to(#fe5d62)); /*old webkit*/
		background: -webkit-linear-gradient(#fe8781, #fe5d62); /*new webkit*/
		background: -moz-linear-gradient(#fe8781, #fe5d62); /*gecko*/
		background: -ms-linear-gradient(#fe8781, #fe5d62); /*IE10*/
		background: -o-linear-gradient(#fe8781, #fe5d62); /*opera 11.10+*/
		background: linear-gradient(#fe8781, #fe5d62); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#fe8781, #fe5d62); /*PIE*/
		
		
	}
	.button.red:hover {
		color: #993333;
		border: 1px solid #dc5653;	
		background: #fe5d62; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5d62) to(#fe8781)); /*old webkit*/
		background: -webkit-linear-gradient(#fe5d62, #fe8781); /*new webkit*/
		background: -moz-linear-gradient(#fe5d62, #fe8781); /*gecko*/
		background: -ms-linear-gradient(#fe5d62, #fe8781); /*IE10*/
		background: -o-linear-gradient(#fe5d62, #fe8781); /*opera 11.10+*/
		background: linear-gradient(#fe5d62, #fe8781); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#fe5d62, #fe8781); /*PIE*/	
	}
	
	.button.purple {
		text-shadow: 1px 1px 0px #fbb6f5;
		color: #993333;
		border: 1px solid #dc53ce;	
		background: #f264eb; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd81eb) to(#f264eb)); /*old webkit*/
		background: -webkit-linear-gradient(#fd81eb, #f264eb); /*new webkit*/
		background: -moz-linear-gradient(#fd81eb, #f264eb); /*gecko*/
		background: -ms-linear-gradient(#fd81eb, #f264eb); /*IE10*/
		background: -o-linear-gradient(#fd81eb, #f264eb); /*opera 11.10+*/
		background: linear-gradient(#fd81eb, #f264eb); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#fd81eb, #f264eb); /*PIE*/
		
		
	}
	.button.purple:hover {
		color: #993333;
		border: 1px solid #dc53ce;	
		background: #f264eb; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f264eb) to(#fd81eb)); /*old webkit*/
		background: -webkit-linear-gradient(#f264eb, #fd81eb); /*new webkit*/
		background: -moz-linear-gradient(#f264eb, #fd81eb); /*gecko*/
		background: -ms-linear-gradient(#f264eb, #fd81eb); /*IE10*/
		background: -o-linear-gradient(#f264eb, #fd81eb); /*opera 11.10+*/
		background: linear-gradient(#f264eb, #fd81eb); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#f264eb, #fd81eb); /*PIE*/	
	}
	
	.button.green {
		text-shadow: 1px 1px 0px #d6f3ae;
		color: #587930;
		border: 1px solid #86be46;	
		background: #a7e059; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#baf765) to(#a7e059)); /*old webkit*/
		background: -webkit-linear-gradient(#baf765, #a7e059); /*new webkit*/
		background: -moz-linear-gradient(#baf765, #a7e059); /*gecko*/
		background: -ms-linear-gradient(#baf765, #a7e059); /*IE10*/
		background: -o-linear-gradient(#baf765, #a7e059); /*opera 11.10+*/
		background: linear-gradient(#baf765, #a7e059); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#baf765, #a7e059); /*PIE*/
		
		
	}
	.button.green:hover {
		color: #587930;
		border: 1px solid #86be46;	
		background: #a7e059; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7e059) to(#baf765)); /*old webkit*/
		background: -webkit-linear-gradient(#a7e059, #baf765); /*new webkit*/
		background: -moz-linear-gradient(#a7e059, #baf765); /*gecko*/
		background: -ms-linear-gradient(#a7e059, #baf765); /*IE10*/
		background: -o-linear-gradient(#a7e059, #baf765); /*opera 11.10+*/
		background: linear-gradient(#a7e059, #baf765); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#a7e059, #baf765); /*PIE*/	
	}
	
	.button.blue {
		text-shadow: 1px 1px 0px #b3e8f9;
		color: #3c7389;
		border: 1px solid #4bb6da;	
		background: #5ccded; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#7ad6fc) to(#5ccded)); /*old webkit*/
		background: -webkit-linear-gradient(#7ad6fc, #5ccded); /*new webkit*/
		background: -moz-linear-gradient(#7ad6fc, #5ccded); /*gecko*/
		background: -ms-linear-gradient(#7ad6fc, #5ccded); /*IE10*/
		background: -o-linear-gradient(#7ad6fc, #5ccded); /*opera 11.10+*/
		background: linear-gradient(#7ad6fc, #5ccded); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#7ad6fc, #5ccded); /*PIE*/
		
		
	}
	.button.blue:hover {
		color: #3c7389;
		border: 1px solid #4bb6da;	
		background: #5ccded; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#5ccded) to(#7ad6fc)); /*old webkit*/
		background: -webkit-linear-gradient(#5ccded, #7ad6fc); /*new webkit*/
		background: -moz-linear-gradient(#5ccded, #7ad6fc); /*gecko*/
		background: -ms-linear-gradient(#5ccded, #7ad6fc); /*IE10*/
		background: -o-linear-gradient(#5ccded, #7ad6fc); /*opera 11.10+*/
		background: linear-gradient(#5ccded, #7ad6fc); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#5ccded, #7ad6fc); /*PIE*/	
	}
	
	.button.white {
		text-shadow: 1px 1px 0px #f8f8f8;
		color: #717171;
		border: 1px solid #d3d3d3;	
		background: #ededed; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#ededed)); /*old webkit*/
		background: -webkit-linear-gradient(#f9f9f9, #ededed); /*new webkit*/
		background: -moz-linear-gradient(#f9f9f9, #ededed); /*gecko*/
		background: -ms-linear-gradient(#f9f9f9, #ededed); /*IE10*/
		background: -o-linear-gradient(#f9f9f9, #ededed); /*opera 11.10+*/
		background: linear-gradient(#f9f9f9, #ededed); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#f9f9f9, #ededed); /*PIE*/
		
		
	}
	.button.white:hover {
		color: #717171;
		border: 1px solid #d3d3d3;	
		background: #ededed; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed) to(#f9f9f9)); /*old webkit*/
		background: -webkit-linear-gradient(#ededed, #f9f9f9); /*new webkit*/
		background: -moz-linear-gradient(#ededed, #f9f9f9); /*gecko*/
		background: -ms-linear-gradient(#ededed, #f9f9f9); /*IE10*/
		background: -o-linear-gradient(#ededed, #f9f9f9); /*opera 11.10+*/
		background: linear-gradient(#ededed, #f9f9f9); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#ededed, #f9f9f9); /*PIE*/	
	}
	
	.button.black {
		text-shadow: 1px 1px 0px #1f1f1f;
		color: #fff;
		border: 1px solid #464646;	
		background: #616161; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#848484) to(#616161)); /*old webkit*/
		background: -webkit-linear-gradient(#848484, #616161); /*new webkit*/
		background: -moz-linear-gradient(#848484, #616161); /*gecko*/
		background: -ms-linear-gradient(#848484, #616161); /*IE10*/
		background: -o-linear-gradient(#848484, #616161); /*opera 11.10+*/
		background: linear-gradient(#848484, #616161); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#848484, #616161); /*PIE*/
		
		
	}
	.button.black:hover {
		color: #fff;
		border: 1px solid #464646;	
		background: #616161; /*fallback for non-CSS3 browsers*/
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#616161) to(#848484)); /*old webkit*/
		background: -webkit-linear-gradient(#616161, #848484); /*new webkit*/
		background: -moz-linear-gradient(#616161, #848484); /*gecko*/
		background: -ms-linear-gradient(#616161, #848484); /*IE10*/
		background: -o-linear-gradient(#616161, #848484); /*opera 11.10+*/
		background: linear-gradient(#616161, #848484); /*future CSS3 browsers*/
		-pie-background: linear-gradient(#616161, #848484); /*PIE*/	
	}
	
/* ================================================
	   (2.8) #Tabs (activate in tabs.js)
   ================================================ */

	ul.tabs { display: block; margin: 0; padding: 0; }
	ul.tabs li { display: block; width: auto; height: 30px; padding: 0; float: left; margin-bottom: 0; }
	ul.tabs li a { display: block; text-decoration: none; width: auto; height: 29px; padding: 0px 20px; line-height: 30px; border-width: 1px 1px 0 0; margin: 0; font-size: 13px; }
	ul.tabs li a.active { height: 30px;	position: relative;	top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; -moz-border-radius-topleft: 1px;-webkit-border-top-left-radius: 1px; border-top-left-radius: 1px; -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; border-top-right-radius: 1px; }
	ul.tabs li:first-child a.active { margin-left: 0; }
	ul.tabs li:first-child a { border-width: 1px 1px 0 1px;	-moz-border-radius-topleft: 1px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 1px; }
	ul.tabs li:last-child a { -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; border-top-right-radius: 1px; }
	ul.tabs-content { margin: 0 0 60px; padding: 20px; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
	ul.tabs:after { clear: both; }
	ul.tabs { zoom: 1; }
	  
	/* Accordion */
	#accordion { position: relative; display: block; margin: 0 0 60px 0; }
	#accordion .accordion-button { display: block; margin: 0 0 2px 0; padding: 0; }		
	#accordion .accordion-button a { display: block; text-decoration: none; width: auto;	height: 29px; padding: 5px 20px; line-height: 30px; border-width: 1px 1px 0 0; margin: 0; font-size: 13px; }	
	#accordion .accordion-content { margin-bottom: 10px; padding: 20px; display: block; }	
	.remove-margin-button { margin: 0; }
	
	/* Price Boxes */
	#price-boxes { position:relative; display: block; margin: 0 0 60px 0; }
	#price-boxes .price-box { position:relative; display: block; margin-bottom: 40px; }	
	#price-boxes .plan { display: block; padding: 20px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; }
	#price-boxes .plan .title { text-align: center; margin-bottom:40px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
	#price-boxes .plan .title h5 { margin: 0; text-transform: capitalize; padding: 10px; }
	#price-boxes .plan .price { position: relative; margin: 20px; }	
	#price-boxes .plan .price .number { display: block; font-size: 3em; text-align: center; padding-left: 10px; margin-bottom: 0; } 
	#price-boxes .plan .price .number .currency, #price-boxes .plan .price .number .periodic { font-size: 16px; } 
	#price-boxes .plan .periodic-detail p { text-align:center; margin-bottom: 0; }
	#price-boxes .plan-detail { text-align:center; margin-bottom: 20px; padding: 20px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 2px 2px; }	
	#price-boxes .plan-detail p.info { font-family: Georgia, serif; text-align: center; margin-bottom: 20px; padding-bottom: 10px; }
	#price-boxes .plan-detail ul li { margin: 10px 0; }
	#price-boxes .plan-detail .button { margin: 0; }
	
	/* Call Out Boxes */
	#call-out { position: relative; display: block;	padding: 20px; }
	#call-out.right { float: right; margin: 0  0 20px 20px; }
	#call-out.left { float: left; margin: 0 20px 20px 0; }
	#call-out p { margin: 0; }	
	
	/* Info Boxes */
	#info-box { position: relative; display: block; margin-bottom: 40px; height: auto; min-height: 50px;  }
	#info-box .info-box { position: relative; display: block; height: auto; min-height: 50px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }		
	#info-box .info-box p { display: block; margin: 20px 50px; min-height: 100%; padding:0 15px; }	
	.tip .info-icon, .error .info-icon, .note .info-icon, .inform .info-icon, .setting .info-icon { line-height: 1em; display: block; position: absolute; }
	.tip  .info-close-icon, .error  .info-close-icon, .note  .info-close-icon, .inform  .info-close-icon, .setting  .info-close-icon { width: 26px; height: 26px; font-size: 26px; line-height: 1em; display: block; position: absolute; top: 0.8em; right: 0.5em; }	
	.tip .info-icon { width: 23px; height: 22px; font-size: 22px; top: 1em; left: 0.5em; }
	.error .info-icon { width: 18px; height: 18px; font-size: 18px; top: 1.3em; left: 0.8em; }
	.note .info-icon { width: 21px; height: 21px; font-size: 21px; top: 1em; left: 0.7em; }		
	.inform .info-icon { width: 23px; height: 21px; font-size: 21px; top: 1em; left: 0.6em; }	
	.setting .info-icon { width: 27px; height: 27px; font-size: 27px; top: 0.7em; left: 0.5em; }	
	
	/* Number Columns */
	#number-column { position: relative; display:block; }
	#number-column .number-column-item { position: relative; display:block; float: left; width: 40px; height: 40px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin: 0 20px 20px 0; }	
	#number-column .number-column-item span.number { font-size: 38px; line-height: 1em; height: 1em; margin-left: 0.35em; } 
	

/* ================================================
	   (2.9) Forms
   ================================================ */

	form { margin-bottom: 20px; }
	fieldset {	margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	textarea,
	select { padding: 10px 10px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 0; width: 210px;	max-width: 100%; display: block;			margin-bottom: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font: 12px "EnriquetaRegular", Georgia, serif; }
	select { padding: 5px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus { -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -ms-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
	textarea { min-height: 60px; min-width: 100%; }
	label,
	legend { display: block; font-size: 13px; }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span,
	legend span { font-weight: normal; font-size: 13px; }

/* ================================================
	   (2.10) Misc Classes
   ================================================ */
	   
	.remove-bottom { margin-bottom: 0; }
	.half-bottom { margin-bottom: 20px; }
	.add-bottom { margin-bottom: 40px; }
	.add-bottom-full { margin-bottom: 60px; }
	.half-top { margin-top: 20px; }
	.add-top { margin-top: 40px; }
	.bottom-list, .bottom { margin-bottom: 0px; }
	.move-right { float: right; }
	
	
/* (3) Site Styles
================================================== */
	
		
	/* =========================================
	   Main Container
	   ======================================== */
	#main { margin-bottom: 0px; }
	.container { margin-bottom: 0px; }	
	
	/* =========================================
	   Header Container
	   ======================================== */
	header { margin: 60px 0; padding: 0; }
	header h1 { position: relative; float: left; display: block; margin: 0; height: 30px; line-height: 30px; }
		
	/* =========================================
	   Navigation
	   ======================================== */
	
	nav { zoom: 1; width: auto; text-align: left; }
	nav:before, nav:after { display: table; content: ""; zoom: 1; }
	nav:after { clear: both; }
	nav ul { float: left; zoom: 1; width: auto; z-index: 100; }
	nav ul:before, nav ul:after { display: table; content: ""; zoom: 1; }
	nav ul:after { clear: both; }
	nav ul li { float: left; padding: 0 0 0px 0; position: relative; outline: none; line-height: 20px; padding: 0; }
	nav ul a { padding: 5px 10px 10px 120px; outline: none; float: left; display: block; zoom: 1; }
	nav ul a:link { text-decoration: none; outline: none; }
	nav ul a:hover { text-decoration: none; transition: .2s all ease-in-out; -webkit-transition: .2s all ease-in-out; -moz-transition: .2s all ease-in-out;-o-transition: .2s all ease-in-out; }
	nav ul { float: right; display: block; zoom: 1; margin-bottom: 0; }
	nav ul li { float: left; margin: 30px 0 0px 20px; }
	nav ul li {	list-style-type:none; margin: 0 0 0 1em; padding: 0 0 0 0.2em; }
	nav ul li:first-child {	border-left:none; }
	nav ul li:last-child a { padding-right: 0; } 
	nav .nav-arrow-top { position: absolute; width: 20px; height: 20px; display: block; z-index: 999; top: -20px; left: -1px; }
	nav ul li a { padding: 0px 0px; display: block; }	
	nav ul li a { font-weight: normal; padding: 5px 5px; } 
	nav ul > li a { text-transform: uppercase; font-size: 12px; }
	nav ul li ul > li a { text-transform: capitalize;  }
	nav ul li a:hover { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }	
	nav select { display: none; -webkit-appearance: button; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-padding-end: 20px; -webkit-padding-start: 2px;
		-webkit-user-select: none; background-position: center right; background-repeat: no-repeat;	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;	padding: 10px; font-size: 14px; }	
	#menu.nav { line-height: 21px; }
	nav li ul {	display: none;	margin: 0; position: absolute; top: 41px; left: 0px; width: 200px; z-index: 9999; zoom: 1; margin-left: 8px; }
	nav li ul:before, nav li ul:after { display: table; content: ""; zoom: 1; }
	nav li ul:after { clear: both; }
	nav li ul > li a { display: block; padding: 12px; font-style: normal; font-size: 12px; line-height: 12px; }
	nav li ul > li a:hover { -webkit-box-shadow: none;	-moz-box-shadow: none; box-shadow: none; padding-left: 15px; }	
	nav li ul a { float: none; }
	nav li ul li { width: 200px; display: block; border-left: none !important; margin: 0; padding: 0; }
	nav li ul li ul { display: none; left: 200px !important; top: 0px; margin: 0; }
	
	/* =========================================
	   Text Transforms
	   ======================================== */
	.all-caps { text-transform: uppercase; }
	.all-lower { text-transform: lowercase; }
	
	
	/* =========================================
	   Highlight Selection Styling
	   ======================================== */
	::selection { background: #FFBB96 ; color: #fff; padding: 0 4px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } /* Safari */
	::-moz-selection { background: #FFBB96 ; color: #fff; padding: 0 4px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } /* Firefox */
	::-webkit-selection {  background: #FFBB96 ; color: #fff; padding: 0 4px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }	
	
	/* =========================================
	   Image Float inside Paragraph
	   ======================================== */
	.left-align-image { float: left; margin: 0 20px 10px 0; padding: 4px; }
	.right-align-image { float: right; margin: 0 0 10px 20px; padding: 4px; }
		
	/* =========================================
	   Blockquote 
	   ======================================== */
	
	blockquote { margin-bottom: 40px; display: block; position: relative; }
	blockquote .close-quote { width: 100px; height: 100px; position: absolute; right: 0px; bottom: -20px; z-index: -1;}
	blockquote p {	display:block; position: relative; z-index: 999; padding:0 0 20px 0; margin-bottom: 0px; }
	blockquote cite { margin:0; display: block; text-align: left; font-size: 13px; }
	blockquote cite:before { content: '\007e'; }	
	blockquote em { text-align: right; display: block; font-size: 10px; font-style: normal; }
	
	/* =========================================
	   Drop Caps 
	   ======================================== */
	span.dropcap { font-size: 60px; display: block; float: left;	text-transform: uppercase; padding: 0; margin: 25px 15px 10px 0; }
		
	/* =========================================
	   HTML elements Layout - Responsive
	   ======================================== */
	img, embed, object, video, audio { max-width: 100%; display: block; }
	iframe.vimeo-blog-post, .vimeo-sidebar { width: 100%; display: block; }
		
	/* =========================================
	   Links type
	   ======================================== */
	a.normal-link { text-decoration: none; }  		
	a.read-more, a.read-this { font-family: Georgia,serif; display: block; } 	
	a.read-this:after, a.read-more:after { content: "\0020 \00BB "; }
	a.read-this { display: inline; }
	
	/* =========================================
	   Headings Style
	   ======================================== */
	.centered-heading { margin-top: 0; text-align: center; font-size: 21px; position: relative; margin-bottom: 60px; }  
	.centered-heading:before { content: ""; display: block; width: 100%;	height: 1px; position: absolute; top: 50%; z-index: 1; }	  
	.centered-heading span { padding: 10px 30px 0; position: relative; z-index: 5; text-align: center; }	
	.centered-heading a:before, .centered-heading a:after { content: '\0020 \007E \0020' } 	
	.centered-heading a { font-size: 0.6em; letter-spacing: 0px; position: relative; right: 0; top: 0; display: block; }		
	
	/* =========================================
	   Container Frames
	   ======================================== */
	.container-frame { margin: 0 0 60px; display: block; padding: 0; position: relative; }		
	.frame { margin: 0 0 60px; display: block; padding: 20px; position: relative; -moz-border-radius-topleft: 27px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 27px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-radius: 27px 2px 27px 2px; border-radius: 27px 2px 27px 2px; }
	
	/* =========================================
	   Object tag
	   ======================================== */
	   object { margin-bottom: 20px; width: 100%; height: auto; }
	   .video-wrapper { position: relative;	padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom: 20px; }
		.video-wrapper object, .video-wrapper embed  { position: absolute; top: 0; left: 0;	width: 100%; height: 100%; margin-bottom: 0; }	   
	
	
/* (4) Page Styles
================================================== */

	/* =========================================
	   Home Page
	   ======================================== */
	#top-section { position: relative; width: 100%; height: auto; padding: 0;  }		
	#top-section .social-icons { position: relative; float: right; margin-bottom: 0; }	
	#top-section .social-icons li { float: left; margin: 14px 0 14px 6px;  }
	.social-icons .social-icon { width: 33px; height: 33px; display: block; }
		
	/* Headlines */
	#headline { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }		
	#headline h1 { font-size: 34px; line-height: 36px; text-align: center; }
	#headline h2 { font-size: 17px; font-family: Georgia, serif; font-style: normal; line-height: 22px; text-align: center; }
	#headline p { margin: 0 60px 60px; text-align: center; }	
	#headline-page h1, #headline-page p { text-align: center; }
	#headline-page p { margin: 0 60px 40px; }
	
	/* Main Slider Style */
	.container-full-width { position: relative; width: 100%; }
	#main-slider { margin-bottom: 60px; }			
	.slides-carousel .slide { float: left; overflow: hidden; height: auto; width: auto; position: relative;  }
	.slides-carousel .slide img, .slides-carousel .slide iframe { background: transparent; min-width: 100%; height: auto; } 	
	.slides-carousel .slide h3, .slides-carousel .slide p, .slides-carousel .slide a { position:absolute; opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter:alpha(opacity=00); }
	.slides-carousel .slide h3 { font-size: 50px; line-height: 1em; width: 100%; text-align: center; top: 40%; margin: -0.5em 0 0 0; }
	.slides-carousel .slide p { font-size: 30px; line-height: 1em; width: 100%; text-align: center; top: 50%; margin: -0.5em 0 0 0;  }
	.slides-carousel .slide a { font-size: 20px; line-height: 2em; text-decoration: none; text-align: center; outline: none;
	display: block;	min-width: 175px; height: 2em; top: 58%; left: 50%; margin-left: -4.5em; }
	#main-slider .divider { height: 60px; width: 100%; display: block; position: relative; }
	#prev, #next {  font-size: 60px; display: block; top: 50%; position: absolute; margin-top: -1em; }
	#prev { width: 1em; height: 2em; left: 5%; }
	#next { width: 1em; height: 2em; right: 5%; }		

	/* Services Icons */	
	#services h6 {text-align: center; padding: 0; display: block; }		
	#services p { text-align: center; clear: both; margin: 0 0 1.429em; }
	#services ul li { text-align: center; clear: both; }
		
	/* Recent Works */
	#recent-works { position: relative; }								
	#recent-works section { position: relative; margin-bottom: 20px; }	
	#recent-works img { display: block; }	
	#carousel-pagination { position: absolute; top: 65px; left: 50%; text-align: left; font-size: 10px; line-height: 1em; margin-left: -1.0em; }
	#carousel-pagination a { display: inline-block; width: 10px; height: 10px; margin-right: 3px; }
	#carousel-pagination a span { display: none; }
	#carousel-pagination a.selected { width: 10px; height: 10px; }
				
	/* Latest Blogs */	
	#latest-blogs h6 { margin-bottom: 0px; }
	#latest-blogs h6 a { display: block; }		
	#latest-blogs article { margin-bottom: 60px;  position:relative; }
	#latest-blogs p { margin: 0 0 20px; }		
	#latest-blogs time { display: block; margin-bottom: 20px; font-size: 12px; padding-bottom: 5px; }		
	.img-border { padding: 5px; margin-bottom: 0; }		
		
	/* Flickr Stream */
	#flickr-home { margin-bottom: 40px; margin-top: 25px; display: block; }
	#flickr-home img{ width: 41px; height: auto; overflow:hidden; padding: 0; display: inline; margin: 0 9px 3px 0; }	
	#flickr-home img:hover{ zoom: 1; filter: alpha(opacity=70); opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	
	/* =========================================
	   About Page
	   ======================================== */
	   
	   #team-member { position: relative; display: block; }
	   #team-member img.pic { float: left; display: block; margin: 0 10px 10px 0; }
	   #team-member .team-member-info { position: relative; display: block; margin-left: 100px; }
	   #team-member .team-member-info h5 { margin-bottom: 5px; }
	   #team-member .team-member-info h6 { font-size: 12px; }
	   #team-member p, #team-member ul { margin-bottom: 20px; }
	   
	  /* =========================================
	   Services Page
	   ======================================== */
	   #service-item p { margin-bottom: 20px; }
	   #service-item p, #service-item ul { margin-left: 60px; }
	   
	   
	/* =========================================
	   Portfolio Page
	   ======================================== */
	
	/* Portfolio Filter  */
	.centered-list { margin: 20px 0; text-align: center; font-size: 14px; line-height: 14px; text-transform: uppercase; position: relative; }  
	.centered-list:before { content: ""; display: block; width: 100%; height: 1px; position: absolute; top: 30%; z-index: 1; }	  
	.centered-list div { padding: 0 40px; position: relative; z-index: 5; text-align: center; }			
	.left-list { text-align: left; font-size: 14px; line-height: 14px; text-transform: uppercase; position: relative; }  
	.left-list:before { content: ""; display: block; width: 100%; height: 1px; position: absolute; top: 30%; z-index: 1; }	  
	.left-list div { position: relative; z-index: 5; text-align: left; }		
	.left-list li:first-child a { padding-left: 0px; }
	
	#portfolio-filter { float: left; display: block; width: 100%; }
	#portfolio-filter ul { margin-bottom: 0; list-style:none; }
	#portfolio-filter ul li { display: inline; }
	#portfolio-filter ul li a { text-decoration: none; font-family: "EnriquetaRegular", Georgia, serif; margin-right: 0; padding: 4px 12px; }
	#portfolio-filter .portfolio-view { position: relative; float: right; display: none; }	
	.filter li:after { content: "\0020 "; }	
	.filter a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }	
	.filter.filter-sidebar li { border-right: none; }
	.filter.filter-sidebar li a { display: block; }
	.group:after { visibility: hidden; display: block; content: ""; clear: both; }
	* html .group { zoom: 1; } /* IE6 */
	*:first-child+html .group { zoom: 1; } /* IE7 */

	/* Portfolio Items */
	.portfolio li.portfolio-data { float: left; -webkit-border-radius: 2px; -moz-border-radius: 2px;	border-radius: 2px; margin-bottom: 20px; }		
	.portfolio-data h6 { margin-top: 20px; }
	.portfolio-data p, .portfolio-data h6 { text-align: center; }			
	
	/* Normal Portfolio with 4 columns */
	/*.portfolio.normal li.portfolio-data:nth-child(4n) { margin-right: 0; }*/
	.portfolio img { 	width: 100%; height: auto; display: block; }
	
	/* Portfolio w/ Sidebar */
	#portfolio-w-sidebar .portfolio.with-sidebar img { width: 100%; height: auto;}
	#portfolio-w-sidebar .portfolio.with-sidebar li.portfolio-data:nth-child(3n) { margin-right: 0; }
	
	/* Portfolio - 2 Columns */
	#portfolio-2-columns .portfolio.two-columns img { width: 100%; height: auto;}
	#portfolio-2-columns .portfolio.two-columns li.portfolio-data:nth-child(2n) { margin-right: 0; }
	
	/* Portfolio - 3 Columns */
	#portfolio-3-columns .portfolio.three-columns img { width: 100%; height: auto;}
	#portfolio-3-columns .portfolio.three-columns li.portfolio-data:nth-child(3n) { margin-right: 0; }
	
	/* Portfolio - Single */	
	.portfolio-nav { margin-bottom: 20px; }
	.portfolio-nav li { float: left; padding-right: 15px;}	
	.portfolio-meta dt { font-weight: bold; padding-bottom: 5px; margin-bottom: 5px; text-transform: capitalize; }
	.portfolio-meta dd { margin-bottom: 20px; }	
	
	#portfolio-single ul li { margin:0; }
	#portfolio-single #portfolio-single-slider { position: relative; }
	#slider-up, #slider-down { position: absolute; width: 30px; height: 30px; display: block; }
	#slider-up { bottom: 5px; right: 30px; }	
	#slider-down { bottom: 5px; right: 5px; }	
	#slider-pagination { position: absolute; bottom: 5px; left: 15px; text-align: left; }
	#slider-pagination a { display: inline-block; width: 10px; height: 10px; margin-right: 3px; }
	#slider-pagination a span { display: none; }
	#slider-pagination a.selected { width: 10px; height: 10px; }
	#portfolio-single #portfolio-slider img { width: 100%; height: auto; }
	
	
	
	/* =========================================
	   Blog Page
	   ======================================== */
	 	
	/* Blog Post Content */
	.blog-post .post { margin-bottom: 60px; }		
	.blog-post p.content, .blog-post .post .post-body p  { margin-bottom: 20px; }
	
	/* HTML5 Video image */
	.jp-jplayer img { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	
	/* Post Format Gallery Slider */	
	#post-format-slider { position:relative; }
	#post-format-slider .slides { position: relative; width: 100%; height: auto; }
	
	/* Post Formats */
	.chat-post-format { padding: 20px; margin-bottom: 20px; }
	.chat-post-format p { font-size: 11px; margin: 0; }
	.quote-excerpt { display: block; padding: 20px; font-family: Georgia, serif; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; }
	.quote-excerpt .excerpt-head { float: left; display: inline; font-size: 82px; line-height: 70px; padding-right: 10px; text-transform: uppercase; }	
	.quote-excerpt .excerpt-head:before { content: '\201C'; }
	.quote-excerpt .excerpt-detail { display: block; font-size: 16px; font-style: italic; }	
			
			
	/* Blog Post Meta */	
	.blog-post .post-body .read-more, .blog-post .post .post-body ul.meta1  { margin-bottom: 40px; }
	.blog-post .post-body h3 { margin-bottom: 20px; }	
	.blog-post .post-body h3 a { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: block; }
	.blog-post .post-body p { margin-top: 20px; }	
	.blog-post ul.meta1 li time { margin: 0 auto 20px; display: block; width:120px; height: 120px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 65px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }	
	.blog-post ul.meta1 li { text-align: center; margin: 0 auto; }
	.blog-post ul.meta1 li time { font-family: 'BebasRegular', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }	
	.blog-post ul.meta1 li time .date-month { font-family:'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; padding-top: 12px; display: block; font-size: 15px; line-height: 20px; text-align: center; }
	.blog-post ul.meta1 li time .date-day { font-family: 'EnriquetaRegular', Georgia, serif; display: block; font-size: 54px; line-height: 54px; text-align: center;}	
	.blog-post ul.meta1 li time .date-year { font-family:'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif; display: block; font-size: 15px; line-height: 15px; text-align: center; }
	.blog-post ul.meta1 li span.date a { display: block; }
	
	/* Blog Post - Layout 2 Meta */
	.blog2 .post-meta { margin-top: 10px; }
	.blog2 .post-meta li, .blog2 .post-meta li:first-child { border-top: none; border-left: none; border-bottom: none; margin: 0 10px 0 0; padding: 0; }
	.blog2 .post-meta li{ float: left; margin-right: 10px; padding-left: 10px; }		
	.blog2 .post-meta { margin-bottom: 0; }
	
	/* Blog Post - Layout 3 Meta */
	.blog3 .post-meta { margin-bottom: 20px; }
	.blog3 .post-meta { width: 100%; padding: 5px 0; }
	.blog3 .post-meta li, .blog3 .post-meta li:first-child { border-top: none; border-left: none; margin: 0 20px 0 0; padding: 0; }
	.blog3 .post-meta li{ float: left; margin-right: 20px; padding-left: 20px; }
	.blog3 .post-meta li { font-size: 12px; }
	
		
	/* =========================================
	   Blog Page - Single Post
	   ======================================== */
	   	   
	/* Blog Single Post Meta */	
	.blog-post div.single-post-meta { text-align: right; padding-right: 20px;}
	.blog-post .single-post-meta span { display: block; }
	.blog-post .single-post-meta a { display: inline; }	
	.blog-post.single-post ul.single-post-meta li { margin: 10px 0; }
	.blog-post .post-widget .post-meta h3, .blog-post .post-widget .post-meta p { text-align: right; }
	
	/* Blog Single - Layout 2 - Post Meta */
	.single-post2 ul.single-post-meta { margin-bottom: 20px; }	
	.single-post2 .single-post-meta { text-align: left; }
	.single-post2 .single-post-meta { width: 100%; padding: 5px 0; }
	.single-post2 .single-post-meta li, .single-post2 .single-post-meta li:last-child { border-right: none; }
	.single-post2 .single-post-meta li{ float: left; margin-right: 20px; padding-right: 20px; }
	.single-post2 .post-widget .post-meta h3, .single-post2 .post-widget .post-meta p { text-align: left; }			
	
	.blog-post #post-tags ul { background: url('../img/icons/dortmund/tag.png') no-repeat top left; background-size:20px 20px; padding-left: 30px; margin-bottom: 10px; }
	.blog-post #post-tags ul li { float: left; margin-right: 8px; }
	.blog-post #post-tags ul li a:hover { text-decoration: underline; }
	.blog-post #post-tags ul li:after { content: '\002c \0020'; }
	.blog-post #post-tags ul li:last-child:after { content: ''; }
	
	/* Blog Single Post Comments */	
	.blog-post #comment-list li div.comment-wrap { margin-bottom: 60px; padding-bottom: 40px; }	
	.blog-post #comment-list .avatar { float: left; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; } 
	.blog-post #comment-list .comment-meta span{ margin-right: 4px; }
	.blog-post #comment-list .comment-meta .meta { float: right; }	
	.blog-post #comment-list .children { margin-left: 40px; }
	
	/* Blog Single Post Comments Forms */
	.blog-post .comment-form-wrapper input:hover , .blog-post .comment-form-wrapper textarea:hover { outline: none; }
	.blog-post .comment-form-wrapper input { display: inline-block; font-size: 12px; margin: 0 10px 30px 0; padding: 10px 10px; }
	.blog-post .comment-form-wrapper label { display: inline; font-size: 12px; padding-left: 10px; }
		 
	
	/* =========================================
		Sidebar
	   ======================================== */
	
	/* Floating Sidebars */
	.blog-post .sidebar-right{ float: right; }
	.blog-post .sidebar-left{ float: left; }
	.sidebar-borders { margin-bottom: 40px; padding-left: 20px; }		
	.sidebar-borders-left { margin-bottom: 40px; padding-right: 20px; }		
	
	/* Sidebar Styles */
	.sidebar-right ul li, .sidebar-left ul li { margin: 10px 0; }
	.sidebar-right, .sidebar-left, .sidebar-right p, .sidebar-left p { font-size:12px; }
	.sidebar-right h6, .sidebar-left h6 { text-transform: uppercase; }
	
	/* Sidebar Search form */
	#search-form fieldset input[type='text'] { position:relative; width: 100%; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
			
	/* Flickr Stream */
	#flickr-sidebar { margin-bottom: 20px;  }
	#flickr-sidebar li{ width: 60px; height: auto; display: inline; margin: 0 10px 10px 0; float: left; border-bottom: none; }
	#flickr-sidebar li:nth-child(3n){ margin-right: 0; }	
	#flickr-sidebar img:hover{ zoom: 1; filter: alpha(opacity=70); opacity: 0.7;	
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; }
	.ie8 #flickr-sidebar { overflow:hidden; }
	.ie8 #flickr-sidebar li { margin: 0 5px 5px 0; }
	
	/* Twitter on Sidebar */
	#tweets-sidebar .jta-tweet-list-item { margin: 0 0 10px; padding: 0 0 10px; overflow: hidden; border-top: none; }
	
	/* lists with sliding on hover */
	.slide li a { display: block; }
	.slide li, .sidebar-borders .slide li:hover { -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;	transition: all 0.1s linear; }		
	.slide li:hover { padding-left: 3px; }		
	
	/* Latest Posts list */
	ul.latest-post-list li { padding: 5px 0 0; clear: both; list-style-type: none; }
	ul.latest-post-list li a.latest-post-title { display: inline; }
	ul.latest-post-list li:hover a img {	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
	ul.latest-post-list li a img, ul.latest-post-list li img { float: left; margin: 0 15px 15px 0; } 
	ul.latest-post-list li a { margin-bottom: 0; display: block; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;	-o-transition: all 0.3s linear;	transition: all 0.3s linear; }		
	ul.latest-post-list li .links { margin-bottom: 0px; display: inline; clear: both; }
	ul.latest-post-list li .links a { display: inline; font-size: 11px; }
	ul.latest-post-list li .links a:hover { text-decoration: none; -webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; } 
	
	/* =========================================
	   Footer
	   ======================================== */
	
	#footer-wrapper { padding: 60px 0 20px; }			
	#footer-wrapper ul.sixteen { margin-bottom: 0px; }		
	
	/* Copyright - Site Info */	
	#siteInfo { position: relative;  }
	#siteInfo p { margin: 20px 0; font-size: 12px; line-height: 21px; float: left; }
		
	/* Back to top link */
	.to-top { margin: 20px 0; font-size: 12px; line-height: 21px; float: right; }
	
	/* Contact Form */
	#contact-form fieldset ul { margin-bottom: 20px; }	
		
	.statusMessage {
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;  
	  border-radius: 10px;
	  color: #666;
	  background-color: #ebedf2;
	  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
	  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
	  border: 1px solid #aaa;
	  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	  opacity: .95;
	}
		
	.statusMessage {
	  display: none;
	  margin: auto;
	  width: 30em;
	  height: 2em;
	  padding: 1.5em;
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	}

	.statusMessage p {
	  text-align: center;
	  margin: 0;
	  padding: 0;
	}

		
	/* =========================================
	   Miscellaneous
	   ======================================== */	   
	   
	
	/* Overlay - Hover Effect */		
	.overlay { position: relative; width: 100%; display: block; height: auto; cursor: pointer; -webkit-transition: all 0.8s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;	transition: all 0.5s ease; overflow:hidden; }	
	.overlay figure { position: relative; display: block; }
	.overlay figure h5 { opacity:0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter:alpha(opacity=00); font-size: 12px; line-height:1em; text-align: center; position: relative; padding: 8px 0; text-transform: lowercase; letter-spacing: 3px; }
	.overlay figure .icon-view, .overlay figure .icon-link { opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter:alpha(opacity=00); position: absolute; font-size: 20px; line-height:1em; width:1em; height:1em; top: 50%; left: 50%;  z-index: 2; }
	.overlay figure .icon-view { margin: -0.5em 0em 0 -1.05em; }
	.overlay figure .icon-link { margin: -0.5em 0em 0 0.05em; }
	.overlay .overlay-mask { display: block; width: 100%; height: 100%; z-index: 1; position: absolute; top: 0; left: 0; }	
	.overlay figure img { display: block; }	   
		
	/* Portfolio layout loader image */
	#loader-img { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; no-repeat 50% 50% transparent; z-index: 9999; visibility: hidden; left: 0; top: 0; width: 100%; height:100%; position: fixed; }
		
	/*
	 * jTweetsAnywhere V1.3.1
	 * http://thomasbillenstein.com/jTweetsAnywhere/
	 *
	 * Copyright 2011, Thomas Billenstein
	 * Licensed under the MIT license.
	 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
	 */
	.jta-tweet-list { padding: 0; list-style: none;	}
	.jta-tweet-list-item { margin: 10px 0 0; padding: 10px 0 0; overflow: hidden; }
	.jta-tweet-list-item:first-child { margin: 0; padding: 0; border-top: none; }
	.jta-tweet-profile-image { width: 48px; display: inline; float: left;}
	.jta-tweet-profile-image img { width: 48px; height: 48px; }
	.jta-tweet-body-list-profile-image-present { margin-left: 58px; }
	.jta-tweet-user-name { display: block; }	
	.jta-tweet-user-screen-name-link, .jta-tweet-a,	.twitter-anywhere-user { text-decoration: none; }		
	.jta-tweet-attributes { display: block; font-size: 12px; }
	.jta-tweet-twitter-bird-icon { float: left; width: 0; background-repeat: no-repeat; background-position: 0px 0px; }
	.jta-tweet-timestamp-link, .jta-tweet-source-link a, .jta-tweet-inreplyto-link, .jta-tweet-location-link, .jta-tweet-retweeter-link { text-decoration: none; }	
	.jta-tweet-actions { display: block; font-size: 11px; }
	.jta-tweet-action-reply, .jta-tweet-action-retweet, .jta-tweet-action-favorite { padding-right: 1em; }
	.jta-tweet-action-reply a, .jta-tweet-action-retweet a, .jta-tweet-action-favorite a { background-repeat: no-repeat; background-position: 0px 0px;	padding-left: 19px;	padding-top: 3px;  text-decoration: none; }
	.jta-tweet-action-reply a    { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply.png); }
	.jta-tweet-action-retweet a  { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet.png); }
	.jta-tweet-action-favorite a { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite.png); }	
	.jta-tweet-action-reply a:hover    { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply_hover.png); }
	.jta-tweet-action-retweet a:hover  { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet_hover.png); }
	.jta-tweet-action-favorite a:hover { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite_hover.png); }
	.jta-tweet-list-controls { margin-top: 20px; }
	.jta-tweet-list-controls-button { padding: 5px; padding-left: 20px; padding-right: 20px; text-align: center; }
	.jta-tweet-list-controls-button:hover { cursor: pointer; }
	.jta-tweet-list-controls-button-next { margin-left: 10px; }
	.jta-tweet-list-autorefresh-trigger { padding: 8px 0px 8px 0px; margin-bottom: 10px; text-align: center; }
	.jta-tweet-list-autorefresh-trigger:hover { cursor: pointer; }	
	.jta-login-info-profile-image { width: 48px; display: inline; float: left; }
	.jta-login-info-profile-image img { width: 48px; height: 48px; }
	.jta-login-info-block { margin-left: 58px; }
	.jta-login-info-sign-out { width: 97px; margin-top: 2px; padding: 1px; text-align: center; }
	.jta-login-info-sign-out:hover { cursor: pointer; }
	.jta-loading { margin: 0; padding: 8px 0px 8px 0px; }
	.jta-error { margin: 0;	padding: 8px; }
	.jta-nodata { margin: 0; padding-top: 8px; padding-bottom: 8px; }
	.jta-clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
	
	 #tweet-strip { width: 100%; }	 
	 #tweet-strip .jta-tweet-user-name, #tweet-strip .jta-tweet-attributes  { display: none; }	 
	 #tweet-strip .jta-tweet-list { margin: 0 auto 0; padding: 20px 0 20px 80px; }
	 #tweet-strip .tweet-icon { position: absolute; top: 10px; left: 0; width: 72px; height: 49px; display: block; z-index: 1; }
		
/* (5) Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		/* Navigation */
		nav ul { display: none; }
		nav select { display: block; width: 100%; margin: 80px 0 0; }
		
		/* Main Home Page Slider */
		#main-slider  .slides-carousel .slide h3{ font-size: 30px; }
		#main-slider  .slides-carousel .slide p { font-size: 20px; }
		#main-slider  .slides-carousel .slide a { font-size: 15px; margin-left: -6em; }
		
		
		/* Recent Works */
		#carousel-portfolio img { height: 230px; }
		
		/* Normal Portfolio with 4 columns */
		.portfolio.normal li.portfolio-data:nth-child(4n) { margin-right: 0; }
		.portfolio.normal img { width: 100%; height: auto;}
		
		/* Portfolio layouts */
		#portfolio-2-columns .portfolio.two-columns img, #portfolio-3-columns .portfolio.three-columns img, #portfolio-w-sidebar .portfolio.with-sidebar img { width: 100%; height: auto;}
		
	}
		
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { }
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		/* Services Section */
		#services h5, #services p, #services ul li { text-align: center; }
		
		/* Navigation */
		nav ul { display: none; }
		nav select { display: block; width: 100%; margin: 80px 0 0;}
		nav { margin-top: 60px; }
		
		/* Main Home Page Slider */
		#main-slider  .slides-carousel .slide h3{ font-size: 20px; }
		#main-slider  .slides-carousel .slide p { font-size: 14px; }
		#main-slider  .slides-carousel .slide a { font-size: 12px; margin-left: -4.5em; min-width: 100px; }
		
		/* back to top link */
		a.to-top { display: none; }
		
		/* Sidebar */
		.sidebar-borders { padding-left: 0; }
		.sidebar-borders-left { padding-right: 0; }
		
		/* Recent Works */
		#carousel-portfolio img { height: 140px; }
		#carousel-portfolio .icon-view { display: none; }
		#carousel-portfolio .icon-link { display: none; }
		#carousel-portfolio h5 { letter-spacing:0; }
		
		/* Latest Blogs */
		#latest-blogs { text-align: center; }
		#latest-blogs figure { margin-bottom: 20px; }
		
		/* Normal Portfolio with 4 columns */
		.portfolio.normal li.portfolio-data:nth-child(2n) { margin-right: 0; }		
		.portfolio.normal img { width: 100%; height: auto;}
		
		/* Portfolio layouts */
		#portfolio-2-columns .portfolio.two-columns img, #portfolio-3-columns .portfolio.three-columns img, #portfolio-w-sidebar .portfolio.with-sidebar img { width: 100%; height: auto;}
		
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		/* Services Section */
		#services h5, #services p, #services ul li { text-align: center; }
		
		/* Navigation */
		nav ul { display: none; }
		nav select { display: block; width: 100%;}
		nav select { display: block; width: 100%; margin: 80px 0 0;}
		nav { margin-top: 60px; }
		
		/* Header */
		header { margin-bottom: 50px; border-bottom: none; }
		
		/* Main Home Page Slider */
		#main-slider  .slides-carousel .slide h3{ display: none; }
		#main-slider  .slides-carousel .slide p { display: none; }
		#main-slider  .slides-carousel .slide a { display: none; }
		
		/* back to top link */
		a.to-top { display: none; }
		
		/* Headline */
		#headline { padding-bottom: 60px; }
		#headline h1, #headline-page h1 { font-size: 26px; }
		#headline h2, #headline-page h2 { font-size: 17px; }
		#headline p, #headline-page p { font-size: 14px; margin-left: 0; margin-right: 0; text-align: left; }
		
		/* Recent Works */
		#carousel-portfolio img { height: 100px; }
		#carousel-portfolio .icon-view { display: none; }
		#carousel-portfolio .icon-link { display: none; }
		#carousel-portfolio h5 { letter-spacing:0; }
		
		/* Latest Blogs */
		#latest-blogs { text-align: center; }
		#latest-blogs figure { margin-bottom: 20px; }
		
		/* Sidebar */
		.sidebar-borders { padding-left: 0; }
		.sidebar-borders-left { padding-right: 0; }
				
		/* Normal Portfolio with 4 columns */
		.portfolio.normal li.portfolio-data { margin-right: 0; }
		.portfolio.normal img { width: 100%; height: auto;}
		
		/* Portfolio layouts */
		#portfolio-2-columns .portfolio.two-columns img, #portfolio-3-columns .portfolio.three-columns img, #portfolio-w-sidebar .portfolio.with-sidebar img { width: 100%; height: auto;}
		#portfolio-w-sidebar .portfolio.with-sidebar li.portfolio-data:nth-child(3n) { margin-right: 0; }
		
	}


/* (6) Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('../fonts/DancingScript/DancingScript-Regular-webfont.eot');
    src: url('../fonts/DancingScript/DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DancingScript/DancingScript-Regular-webfont.woff') format('woff'),
         url('../fonts/DancingScript/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('../fonts/DancingScript/DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'EnriquetaRegular';
    src: url('../fonts/Enriqueta/Enriqueta-Regular-webfont.eot');
    src: url('../fonts/Enriqueta/Enriqueta-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Enriqueta/Enriqueta-Regular-webfont.woff') format('woff'),
         url('../fonts/Enriqueta/Enriqueta-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Enriqueta/Enriqueta-Regular-webfont.svg#EnriquetaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EnriquetaBold';
    src: url('../fonts/Enriqueta/Enriqueta-Bold-webfont.eot');
    src: url('../fonts/Enriqueta/Enriqueta-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Enriqueta/Enriqueta-Bold-webfont.woff') format('woff'),
         url('../fonts/Enriqueta/Enriqueta-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Enriqueta/Enriqueta-Bold-webfont.svg#EnriquetaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('../fonts/Merriweather/Merriweather-webfont.eot');
    src: url('../fonts/Merriweather/Merriweather-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Merriweather/Merriweather-webfont.woff') format('woff'),
         url('../fonts/Merriweather/Merriweather-webfont.ttf') format('truetype'),
         url('../fonts/Merriweather/Merriweather-webfont.svg#MerriweatherRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArimoRegular';
    src: url('../fonts/Arimo/Arimo-Regular-Latin-webfont.eot');
    src: url('../fonts/Arimo/Arimo-Regular-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arimo/Arimo-Regular-Latin-webfont.woff') format('woff'),
         url('../fonts/Arimo/Arimo-Regular-Latin-webfont.ttf') format('truetype'),
         url('../fonts/Arimo/Arimo-Regular-Latin-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'StMarieThin';
    src: url('../fonts/StMarie/StMarie-Thin-webfont.eot');
    src: url('../fonts/StMarie/StMarie-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/StMarie/StMarie-Thin-webfont.woff') format('woff'),
         url('../fonts/StMarie/StMarie-Thin-webfont.ttf') format('truetype'),
         url('../fonts/StMarie/StMarie-Thin-webfont.svg#StMarieThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArchiveRegular';
    src: url('../fonts/Archive/archive-webfont.eot');
    src: url('../fonts/Archive/archive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Archive/archive-webfont.woff') format('woff'),
         url('../fonts/Archive/archive-webfont.ttf') format('truetype'),
         url('../fonts/Archive/archive-webfont.svg#ArchiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('../fonts/MuseoSlab/museo_slab_500-webfont.eot');
    src: url('../fonts/MuseoSlab/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSlab/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSlab/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSlab/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenBaskerville0053Normal';
    src: url('../fonts/OpenBaskerville/openbaskerville-0.0.53-webfont.eot');
    src: url('../fonts/OpenBaskerville/openbaskerville-0.0.53-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenBaskerville/openbaskerville-0.0.53-webfont.woff') format('woff'),
         url('../fonts/OpenBaskerville/openbaskerville-0.0.53-webfont.ttf') format('truetype'),
         url('../fonts/OpenBaskerville/openbaskerville-0.0.53-webfont.svg#OpenBaskerville0053Normal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlanchCaps';
    src: url('../fonts/Blanch/blanch_caps-webfont.eot');
    src: url('../fonts/Blanch/blanch_caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Blanch/blanch_caps-webfont.woff') format('woff'),
         url('../fonts/Blanch/blanch_caps-webfont.ttf') format('truetype'),
         url('../fonts/Blanch/blanch_caps-webfont.svg#BlanchCaps') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TrocchiRegular';
    src: url('../fonts/Trocchi/Trocchi-webfont.eot');
    src: url('../fonts/Trocchi/Trocchi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Trocchi/Trocchi-webfont.woff') format('woff'),
         url('../fonts/Trocchi/Trocchi-webfont.ttf') format('truetype'),
         url('../fonts/Trocchi/Trocchi-webfont.svg#TrocchiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TerminalDosisLight';
    src: url('../fonts/TerminalDosis/terminal_dosis-light-webfont.eot');
    src: url('../fonts/TerminalDosis/terminal_dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TerminalDosis/terminal_dosis-light-webfont.woff') format('woff'),
         url('../fonts/TerminalDosis/terminal_dosis-light-webfont.ttf') format('truetype'),
         url('../fonts/TerminalDosis/terminal_dosis-light-webfont.svg#TerminalDosisLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PodkovaRegular';
    src: url('../fonts/Podkova/Podkova-Regular-webfont.eot');
    src: url('../fonts/Podkova/Podkova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Podkova/Podkova-Regular-webfont.woff') format('woff'),
         url('../fonts/Podkova/Podkova-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Podkova/Podkova-Regular-webfont.svg#PodkovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'JosefinSlabRegular';
    src: url('../fonts/JosefinSlab/JosefinSlab-Regular-webfont.eot');
    src: url('../fonts/JosefinSlab/JosefinSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSlab/JosefinSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/JosefinSlab/JosefinSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSlab/JosefinSlab-Regular-webfont.svg#JosefinSlabRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'BreeSerifRegular';
    src: url('../fonts/BreeSerif/breeserif_reg-webfont.eot');
    src: url('../fonts/BreeSerif/breeserif_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BreeSerif/breeserif_reg-webfont.woff') format('woff'),
         url('../fonts/BreeSerif/breeserif_reg-webfont.ttf') format('truetype'),
         url('../fonts/BreeSerif/breeserif_reg-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AldoOpen';
    src: url('../fonts/Aldo/Aldo_Open-webfont.eot');
    src: url('../fonts/Aldo/Aldo_Open-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aldo/Aldo_Open-webfont.woff') format('woff'),
         url('../fonts/Aldo/Aldo_Open-webfont.ttf') format('truetype'),
         url('../fonts/Aldo/Aldo_Open-webfont.svg#AldoOpen') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.eot');
    src: url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.woff') format('woff'),
         url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.svg#PlayfairDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinRegular';
    src: url('../fonts/Cabin/Cabin-Regular-webfont.eot');
    src: url('../fonts/Cabin/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin/Cabin-Regular-webfont.woff') format('woff'),
         url('../fonts/Cabin/Cabin-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Cabin/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaviarDreamsRegular';
    src: url('../fonts/CaviarDreams/CaviarDreams-webfont.eot');
    src: url('../fonts/CaviarDreams/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CaviarDreams/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams/CaviarDreams-webfont.ttf') format('truetype'),
         url('../fonts/CaviarDreams/CaviarDreams-webfont.svg#CaviarDreamsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellRegular';
    src: url('../fonts/Cantarell/Cantarell-Regular-webfont.eot');
    src: url('../fonts/Cantarell/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cantarell/Cantarell-Regular-webfont.woff') format('woff'),
         url('../fonts/Cantarell/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Cantarell/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftaserifRegular';
    src: url('../fonts/Afta/AftaSerifThin-Regular-webfont.eot');
    src: url('../fonts/Afta/AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Afta/AftaSerifThin-Regular-webfont.woff') format('woff'),
         url('../fonts/Afta/AftaSerifThin-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Afta/AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'DevroyeRegular';
    src: url('../fonts/Devroye/DEVROYE_-webfont.eot');
    src: url('../fonts/Devroye/DEVROYE_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Devroye/DEVROYE_-webfont.woff') format('woff'),
         url('../fonts/Devroye/DEVROYE_-webfont.ttf') format('truetype'),
         url('../fonts/Devroye/DEVROYE_-webfont.svg#DevroyeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifRegular';
    src: url('../fonts/Liberation/LiberationSerif-Regular-webfont.eot');
    src: url('../fonts/Liberation/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Liberation/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/Liberation/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Liberation/LiberationSerif-Regular-webfont.svg#LiberationSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BrawlerRegular';
    src: url('../fonts/brawler/Brawler-webfont.eot');
    src: url('../fonts/brawler/Brawler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brawler/Brawler-webfont.woff') format('woff'),
         url('../fonts/brawler/Brawler-webfont.ttf') format('truetype'),
         url('../fonts/brawler/Brawler-webfont.svg#BrawlerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('../fonts/DroidSerif/DroidSerif-Regular-webfont.eot');
    src: url('../fonts/DroidSerif/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}