/* Table of Content
==================================================
	#General Sites
	#Pre-Header
	#Pre-Content
	#Header
	#Footer
	#Navigation
	#Pagination
	#Blog Page
	#Portfolio Page
	#Comment
	#Link Style
	#Thumb & Zoom
	#HTML Element
	#Misc */


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Misc
	#WordPress Default Class
	#Isotope */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }


/* #Basic Styles
================================================== */
	body {
		background: #666 url(../images/pattern/bg_03.png);
		font: 12px/21px "Open Sans", "Helvetica Neue", Helvetica, Arial;
		color: #666;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #666;
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
		letter-spacing:-1px;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: normal; margin-bottom: 15px; font-weight: 400; }
	h2 { font-size: 22px; line-height: normal; margin-bottom: 0px; margin-top: 20px; font-weight: 400; }
	h3 { font-size: 22px; line-height: normal; margin-bottom: 5px; font-weight: 400; }
	h4 { font-size: 18px; line-height: normal; margin-bottom: 20px; font-weight: 400; }
	h5 { color: #25AAE1;font-size: 20px;font-weight: 400;letter-spacing: 0.001em; line-height: normal;margin-bottom: 5px; }
	h6 { font-size: 14px; line-height: normal; margin-bottom: 20px; font-weight: 400; }
	
	.lighter { font-weight: 300; }
	.bold { font-weight: 400; }
	.extrabold { font-weight: 600; }
	.far-edge { text-align: right; }

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, .st-pullquote { background-color: #F4F4F4;
    border: 2px solid #EAEAEA;
    font-family: Courier;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    color: #13A89E;
}
	
	blockquote cite { display: block; font-size: 12px; color: #999; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #999; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	a:hover, a:focus { text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }
	a img{ border:none; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin-bottom: 20px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { }
	li { line-height: 21px;  /*margin-bottom: 12px;*/ }
	ul.large li { line-height: 24px; }
	
	.content .post-excerpt ul,
	.content-part .post-excerpt ul,
	.content .post-content ul,
	.content-part .post-content ul {
		list-style-type:square;
		margin-left:30px;
	}
	
	.content ul.slides,
	.content-part ul.slides,
	.content ul.flex-direction-nav,
	.content-part ul.flex-direction-nav,
	.content .st-blog > ul,
	.content-part .st-blog > ul,
	.content .st-portfolio > ul,
	.content-part .st-portfolio > ul,
	.content .st-tabs > ul,
	.content-part .st-tabs > ul,
	.content .st-accordion > ul,
	.content-part .st-accordion > ul,
	.content .st-client > ul,
	.content-part .st-client > ul,
	.content .widget > ul,
	.content-part .widget > ul,
	.content .st-iconlist > ul,
	.content-part .st-iconlist > ul {
		list-style-type:none;
		margin-left:0;
	}
	

/* #Images
================================================== */
	.content p img, .content-part p img, img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */
	.button, button, input[type="submit"], input[type="reset"], input[type="button"]{
		font:bold 12px Arial, Helvetica, sans-serif;
		padding:8px 20px;
		cursor:pointer;
		background:#25AAE1;
		color:#fff;
		border:none;
	}
	.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
		background-color:#13A89E;
	}
	

/* #Forms
================================================== */
	form { margin-bottom: 20px; }
	fieldset { margin-bottom: 20px; }
	fieldset p { margin-bottom: 10px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #e3e3e3;
		padding: 8px 5px;
		outline: none;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 200px;
		max-width: 100%;
		display: block;
		background-color: #f6f5f5; 
	}
	select { padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #ccc;
		color: #444;
		background:#fff;
	}
	textarea { min-height: 60px; }
	label,
	legend {}
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; 
	}


/* #Table
================================================== */
	table {
		width:100%;
		margin:0 auto; 
		border-collapse:collapse;
		margin-bottom:20px;
	}
	table th {
		background:#EAEAEA;
		font-weight:bold;
		padding:10px;
		text-align:left;
	}
	table td {
		padding:10px;
		border:1px solid #EAEAEA;
	}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* #WordPress Default Class
================================================== */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	margin:0 auto;
	display: block;
	text-align:center;
}
img.alignleft {
	margin:0 20px 20px 0;
}
img.alignright {
	margin:0 0 20px 20px;
}
img.aligncenter {
	margin:0 auto 20px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 5px 10px;
    text-align: center;
}
.wp-caption.alignnone { 
	margin: 0 0 20px 0; 
}
.wp-caption.alignleft { 
	margin:0 20px 20px 0;
}
.wp-caption.alignright { 
	margin:0 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 100%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin:0;
    padding:0 5px;
}
.gallery p { 
	margin-bottom: 0 !important;
	height:1px !important;
	clear:both;
}
.gallery-item{
	float:left;
	width:160px !important;
	display:inline-block;
	margin:0 20px 20px 0 !important;
}
.gallery-icon{
	display:inline-block;
}
.gallery-icon img{
	max-width:150px;
	height:auto;
	display:block;
	border:5px solid #f4f4f4 !important;
}
.sticky, 
.gallery-caption, 
.bypostauthor {}


/* #Isotope CSS3 transitions
================================================== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}


/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 15px; margin-right: 15px; }
    .row                                        { margin-bottom: 20px; }

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

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 30px;  }
    .container .two.columns                     { width: 90px; 	}
    .container .three.columns                   { width: 150px; }
    .container .four.columns                    { width: 210px; }
    .container .five.columns                    { width: 270px; }
    .container .six.columns                     { width: 330px; }
    .container .seven.columns                   { width: 390px; }
    .container .eight.columns                   { width: 450px; }
    .container .nine.columns                    { width: 510px; }
    .container .ten.columns                     { width: 570px; }
    .container .eleven.columns                  { width: 630px; }
    .container .twelve.columns                  { width: 690px; }
    .container .thirteen.columns                { width: 750px; }
    .container .fourteen.columns                { width: 810px; }
    .container .fifteen.columns                 { width: 870px; }
    .container .sixteen.columns                 { width: 930px; }

    .container .one-third.column                { width: 290px; }
    .container .two-thirds.column               { width: 610px; }
	
	/* SliceTheme */
	#st-wrapper.narrow					{ position: relative; width: 990px; margin: 20px auto; }
	#main.right							{ float: right; }
	#sidebar.left						{ float: left; }
	
	.content .one_half 					{ width: 450px; }
	.content .one_third 				{ width: 290px; }
	.content .two_third 				{ width: 610px; }
	.content .one_fourth 				{ width: 210px; }
	.content .three_fourth 				{ width: 690px; }	
	.content-part .one_half 			{ width: 330px; }
	.content-part .one_third 			{ width: 210px; }
	.content-part .two_third 			{ width: 450px; }
	.content-part .one_fourth 			{ width: 150px; }
	.content-part .three_fourth 		{ width: 510px; }
	
	.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
		position: relative;
		margin-right: 30px;
		float: left;
	}
	.one_half.last, .one_third.last, .two_third.last, .one_fourth.last, .three_fourth.last {
		margin-right: 0 !important;
	}


/* #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;
    }
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../js/font/fontawesome-webfont.eot');
  src: url('../js/font/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('../js/font/fontawesome-webfont.woff') format('woff'), 
  url('../js/font/fontawesome-webfont.ttf') format('truetype'), 
  url('../js/font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { background-color:lime; width: 30px; height: 30px;
} 
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }
.widget{ 
	margin-bottom:20px; 
}
.widget-title{
	font-size:16px;
	font-weight:normal;
	line-height:120%;
	background:url(../images/line-title.png) center center repeat-x;
	color: #25AAE1;
	letter-spacing: 0.01em;
	margin-bottom: 12px;
}

.widget-title span{
	background: #ffffff;
	padding-right:5px;
	white-space: normal;
}

.widget-pages ul,
.widget_categories ul li, 
.widget_pages li, 
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_recent_entries li,
.blogroll li{
	margin:0;
	padding:0;
	border-bottom:1px solid #e1e1e1;
	
}
.widget_categories ul li a, 
.widget_pages li a, 
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_recent_entries li a,
.blogroll li a{
	padding:7px 0 7px 0;
	display:block;
}

.widget_pages ul, 
.widget_pages li, 
.widget_nav_menu ul, 
.widget_nav_menu li{
	margin:0;
	padding:0;
}
.widget_pages li ul, 
.widget_nav_menu li ul{ 
	border-top:1px solid #ececec;
}
.widget_pages li ul li:last-child, 
.widget_nav_menu li ul li:last-child{ 
	border:none; 
}

/*footer*/
#footer .widget-title span{
	background: none repeat scroll 0 0 #F4F4F4;
    padding-right: 10px;
}


/*
  Recent Comment
*/
.widget_recent_comments li{
	background:url(../images/icons/comment.png) no-repeat left 5px;
	border-bottom:1px solid #ececec;
	margin:0;
	padding:2px 0 5px 22px;
	display:block;
}
.widget_recent_comments li a{
	display:block !important;
}


/*
  Tag Cloud
*/
.widget_tag_cloud a, 
.widget.tagcloud a{
	font-size:12px !important;
	line-height:20px;
	padding:0 6px;
	margin:0 3px 5px 0;
	display:inline-block;
	background:rgba(0, 0, 0, 0.05);
}
#footer .widget_tag_cloud a, 
#footer .widget.tagcloud a{
}
.widget_tag_cloud a:hover, 
.widget.tagcloud a:hover,
#footer .widget_tag_cloud a:hover, 
#footer .widget.tagcloud a:hover{
	background:#FF5C43;
	color:#fff;
}

.blog-tags a{
	color:#FF5C43;
	font-size:11px;
}
.blog-tags a:hover{
	color:#333;
}

/*
  Calendar
*/
#wp-calendar{ 
	width:100%; 
}
#wp-calendar caption{
	padding:6px 0;
	font-weight:bold;
}
#wp-calendar td, 
#wp-calendar th{
	width:14%;
	line-height:28px;
	text-align:center;
}
#wp-calendar th{
	font-size:11px;
	font-weight:bold;
	padding:0;
	background:none;
}
#wp-calendar td{
	padding:0;
	border:none;
}
#wp-calendar tbody td.pad,
#footer #wp-calendar tbody td.pad{
	background:none;
	border:none;
}
#wp-calendar tbody td a{
	display:block;
	font-weight:bold;
	background:url(../images/icons/cal-link.png) no-repeat left top;
}
#wp-calendar tbody td#today{
	background:#888;
	box-shadow: 0 0 3px rgba(0,0,0,0.6) inset;
	color:#fff;
	font-weight:bold;
}
#footer #wp-calendar tbody td#today{
	background:#292929;
}
#wp-calendar tfoot td,
#footer #wp-calendar tfoot td{
	border:none;
	background:none;
}
#wp-calendar tfoot td#prev{ 
	text-align:left; 
}
#wp-calendar tfoot td#next{	
	text-align:right; 
}


/*
  CUSTOM Flickr
*/
.widget-flickr{ 
	overflow:hidden; 
}
.flickr_badge_image{
	float:left;
	margin:6px;
	width:50px;
	height:50px;
	padding:4px;
	background:rgba(0, 0, 0, 0.1)
}
#footer .flickr_badge_image{
	border-color:#282828;
}
.flickr_badge_image:hover,
#footer .flickr_badge_image:hover{
	background:#FF5C43;
}
.flickr_badge_image:hover a img{
	opacity:0.3;
}
.flickr_badge_image a{ 
	display:inline-block; 
}
.flickr_badge_image img, 
.flickr_badge_image a{
	width:50px;
	height:50px;
}


/*
  CUSTOM Twitter
*/
.widget-twitter li{
	margin-bottom:10px;
}
#footer .widget-twitter,
#footer .widget-twitter li{
	border:none;
}
.widget-twitter li > a{
	display:inline-block;
	padding-left:35px;
	line-height:100%;
}
.widget-twitter li span{
	display:block;
	background: rgba(0, 0, 0, 0.04); 
	padding:10px;
	position:relative;
	border:none;
}
.widget-twitter li span a{
	color:#25aae1;
	font-style:italic;
	text-decoration:underline; 
}
.widget-twitter li span a:hover{ 
	text-decoration:underline; 
}
.widget-twitter li span:after{
	position:absolute;
	content:'';
	bottom:-14px;
	left:10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid rgba(0, 0, 0, 0.05);
}
/*#footer .widget-twitter li span{
	background:rgba(0, 0, 0, 0.05);
}
#footer .widget-twitter li span a{
	color:#FF5C43;
}
#footer .widget-twitter li span a:hover{
	color:#fff;
}
#footer .widget-twitter li span:after{
	border-top-color:rgba(0, 0, 0, 0.05);
}
*/
/*
  CUSTOM nav menu
*/
#sidebar .widget_nav_menu .menu{
	background:#f5f5f5;
	border:1px solid #f0f0f0;
	box-shadow:0 0 1px rgba(255, 255, 255, 1) inset;
}
#sidebar .widget_nav_menu .menu li{
	border-bottom:1px solid #e9e9e9;
	border-top:1px solid #fff;
	position:relative;
}
#sidebar .widget_nav_menu .menu li:last-child{
	border-bottom:none;
}
#sidebar .widget_nav_menu .menu li a{
	padding-left:15px;
}
#sidebar .widget_nav_menu .menu li a:hover {
	background:#f9f9f9;
}
#sidebar .widget_nav_menu .menu li.current-menu-item a {
	border-bottom:1px solid #767575;
	border-top:1px solid #b6b6b6;
	background:#898989;
	font-weight:bold;
	color:#fff;
}
#sidebar .widget_nav_menu .menu li.current-menu-item:after{
	position:absolute;
	content:'';
	width: 0; 
	height: 0;
	top:50%;
	left:-14px;
	margin-top:-19px;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent; 
	border-right:14px solid #898989; 
}
#sidebar.left .widget_nav_menu .menu li.current-menu-item:after{
	position:absolute;
	content:'';
	width: 0; 
	height: 0;
	top:50%;
	left:auto;
	right:-14px;
	margin-top:-17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent; 
	border-left:14px solid #898989;
	border-right:none;
}
/*=========================================================================
  Heading
//=======================================================================*/
.st-heading h3{
    background: url(../images/line-title.png) repeat-x scroll center center transparent;
	font-size:14px;
    font-weight: bold;
    line-height: 120%;
	text-transform:uppercase;
}
.st-heading span{
	background: #fff;
    padding-right: 5px;
    white-space: normal;
}


/*=========================================================================
  Teaser
//=======================================================================*/
.st-teaser{
	background:url(../images/diagonal-noise.png) repeat #f6f5f5;
	border:1px solid #d9d9d9;
	margin: 0 0 20px;
}
.st-teaser .teaser-content{
	padding:20px 20px 1px;
}


/*=========================================================================
  Blockquote & Pullquote
//=======================================================================*/
blockquote p, 
.st-pullquote{
	padding:5px 10px;
	border-left:3px solid #e3e3e3;
	background:#f6f5f5;
}
.st-pullquote{
	margin:20px 0;
}
.st-pullquote.alignleft{
	width:30%;
	margin:20px 20px 10px 0;
}
.st-pullquote.alignright{
	width:30%;
	margin:20px 0 0 20px;
}


/*=========================================================================
  Divider
//=======================================================================*/
.st-divider {
	clear:both;
	display:block;
	width:100%;
	margin:20px 0 40px;
	position:relative;
	height:1px;
	background:#e3e3e3;
}
.st-divider:after{
	background:#ccc;
	position:absolute;
	left:40%;
	right:40%;
	bottom:0; 
}
.st-divider.divider2 {
	clear:both;
	display:block;
	width:100%;
	height:3px;
	border:none;
	background:url(../images/dotted.png) repeat-x;
}


/*=========================================================================
  Highlight
//=======================================================================*/
.st-highlight {
	padding:0 5px;
	color:#222;
	border: none;
	background-color:#e3e3e3;
}


/*=========================================================================
  Icon List
//=======================================================================*/
h1 .st-icon,
h2 .st-icon,
h3 .st-icon,
h4 .st-icon,
h5 .st-icon,
h6 .st-icon{
	margin-right:5px;
}
.st-icon{
	display:inline-block; 
	text-align:center; 
	font-size:24px; 
	line-height:40px;
	height:40px; 
}
.st-icon.large	{
	font-size:64px; 
	line-height:100px; 
	height:100px; 
}
.st-icon.box{
	width:40px;
}
.st-icon.rounded{
	width:40px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}
.st-icon.circle{
	width:40px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
.st-icon.large.box,
.st-icon.large.rounded,
.st-icon.large.circle{
	width:100px;
}


/*=========================================================================
  Dropcap
//=======================================================================*/
.st-dropcap{
	line-height:30px;
	width:30px;
	float:left;
	font-size:20px;
	margin:7px 8px 0 0;
	text-align:center;
	color:#777;
	background:#e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
}
.st-dropcap.dropcap2{
	background:url(../images/bg_dropcaps.png) no-repeat center center #e3e3e3;
}


/*=========================================================================
  Flags
//=======================================================================*/
mark, 
.st-flag{
	color:#fff;
	padding:2px 7px 1px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:0.5px;
	position:relative;
	background:#989898;
	font-family:Arial, Helvetica, sans-serif;	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
mark a,
mark a:hover, 
.st-flag a, 
.st-flag a:hover{ 
	color:#fff; 
}


/*=========================================================================
  More-Link
//=======================================================================*/
a.more-link{
	background: none repeat scroll 0 0 #25AAE1;
    color: #FFFFFF;
    padding: 7px 28px 7px 10px;
    position: relative;
    text-transform: capitalize;
}
a.more-link:hover{
	color:#fff;
	background:#1AA89C;
}
a.more-link:after{
	content:"\2192";
	display:block;
	position:absolute;
	right:0;
	top:3px;
	padding-right:10px;
}


/*=========================================================================
  Buttons
//=======================================================================*/
.st-button{
	display:inline-block;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:4px 8px;
	background:#C3C3C3;
}
.st-button:hover{
	color:#fff;
}
.st-button span{
}
.st-button.small{
	font-size:11px;
	line-height:10px;
	padding:8px 10px;
}
.st-button.medium{
	font-size:13px;
	line-height:20px;
	padding:6px 15px;
}
.st-button.large{
	font-size:15px;
	line-height:20px;
	padding:10px 20px;
}
/*color*/
.st-button.light{
	background-color: #c3c3c3;
}
.st-button.grey{
	background-color: #92938f;
}
.st-button.dark{
	background-color: #132120;
}
.st-button.brown{
	background-color: #A1713E;
}
.st-button.purple{
	background-color: #734E99;
}
.st-button.blue{
	background-color: #25aae1;
}
.st-button.blue:hover{
	background-color: #13A89E;
}
.st-button.green{
	background-color: #72B626;
}
.st-button.orange{
	background-color: #FF6700;
}
.st-button.red{
	background-color: #FF5C43;
}
.st-button.pink{
	background-color: #DF5E84;
}


/*=========================================================================
  Callout Box
//=======================================================================*/
.st-info{
	position:relative;
	margin-bottom:20px;
	padding:20px 20px 1px;
	background:#f6f5f5;
	border:1px solid rgba(0, 0, 0, 0.09);
}


/*=========================================================================
  Tabs
//=======================================================================*/
.st-tabs{
	background:#fff;
	margin-bottom:20px;
}
.st-tabs .tabs-title{
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
.st-tabs .tabs-title li{
	float:left;
	border:1px solid #E3E3E3;
	border-bottom-width:2px;
	margin-bottom:-1px;
	margin-right:-1px;
	padding-bottom:1px;
}
.st-tabs .tabs-title li a{
	border-top:none;
	padding:7px 15px;
	display:block;
	background:#f6f5f5;
	color:#777;
}
.st-tabs .tabs-title li a:hover{
	background:#fff;
}
.st-tabs .tabs-title li.active{
	z-index:99;
	border-bottom-color:#fff;
}
.st-tabs .tabs-title li.active a{
	color:#222;
	z-index:9;
	background-color:#fff;
}
.st-tabs .tabs-container{
	background:#fff;
	border:1px solid #E3E3E3;
	padding:15px 15px 0;
	margin-top:-1px;
}
.st-tabs .tabs-container .widget{ 
	margin-bottom:20px; 
}


/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox h4{
	margin-bottom:10px; 
}
.st-iconbox .iconbox-left{
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.st-iconbox .iconbox-left span { 
	font-size:64px;
	height:64px;
	line-height:64px;
}
.st-iconbox .iconbox-left img { 
	margin: 0 0 5px; 
}
.st-iconbox .iconbox-right{ 
	overflow:hidden; 
}


/*=========================================================================
  Message Box
//=======================================================================*/
.st-message{
	border:1px solid #bbbbbb;
	color:#555;
	padding:15px;
	margin-bottom:20px;
	position:relative;
}
.st-message p{ 
	margin:0; 
}
.widget .st-message p{
	line-height:18px;
}
.st-message.success{
	color:#649505;
	border-color:#b7ec82;
	background:#EBF6E0;
}
.st-message.warning{
	color:#cba200;
	border-color:#fbe951;
	background:#fff9c6;
}
.st-message.error{
	color:#BD0000;
	border-color:#ffacac;
	background:#FFE9E9;
}
.st-message.info{
	color:#0d70bb;
	border-color:#8accff;
	background:#c3e5ff;
}
.st-message.help{
	color:#555;
	border-color:#ccc;
	background:#f6f5f5;
}
.st-message .message-close{
	position:absolute;
	right:-5px;
	top:-5px;
	background:url(../images/icons/alert-close.png) no-repeat center center;
	padding:0;
	height:10px;
	width:10px;
	display:block;
	text-indent:-9999px;
}


/*=========================================================================
  Accordions & Toggle
//=======================================================================*/
.st-accordion{
	width:100%;
	margin-bottom:20px;
}
.st-toggle{
	width:100%;
	margin-bottom:5px;
	border:1px solid #e3e3e3;
}
.st-accordion ul{
	margin:0;
}
.st-accordion ul li{
	height:auto;
	overflow:hidden;
	margin:0 0 5px;
	line-height:40px;
}
.st-accordion ul li .accordion-title,
.st-toggle .toggle-title{
	cursor:pointer;
	display:block;
	position:relative;
	outline:none;
	padding:10px 10px 10px 50px;
}
.st-accordion ul li .accordion-title{
	padding-bottom:0;
	padding-top:0;
	border:1px solid #e3e3e3;
}
.st-accordion ul li .accordion-title .accordion-icon, 
.st-toggle .toggle-title .toggle-icon{
	background:url(../images/accordion-open.png) no-repeat center center #f6f5f5;
	text-indent:-9000px;
	width:40px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border-right:1px solid #E3E3E3;
	-webkit-transition:all 0.2s ease-in-out;
	   -moz-transition:all 0.2s ease-in-out;
		 -o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
}
.st-accordion ul li .accordion-title:hover .accordion-icon, 
.st-toggle .toggle-title:hover .toggle-icon{
}
.st-accordion ul li .accordion-title:hover .accordion-icon,
.st-toggle .toggle-title:hover .toggle-icon{
	right:10px;
}
.st-accordion ul li .accordion-title.active .accordion-icon,
.st-toggle .toggle-title.active .toggle-icon{ 
	background:url(../images/accordion-close.png) no-repeat center center #efefef; 
	color:#03aede;
}
.accordion-content,
.toggle-content {
	padding:20px;
	margin:0;
	line-height:22px;
	background:#ffffff;
}
.toggle-content{
	padding:20px;
	border-top:1px solid #E3E3E3;
}
.accordion-content{
	border:1px solid #E3E3E3;
	border-top:none;
}
.st-accordion p:last-child,
.st-toggle p:last-child {
	margin:0; 
}


/*=========================================================================
  Slider
//=======================================================================*/
.st-slider{}


/*=========================================================================
  Images
//=======================================================================*/
.st-image { 
	max-width:100%;
	height:auto;
}
.st-image.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.st-image.alignright {
	float:right;
	margin:0 0 20px 20px;
}


/*=========================================================================
  Frames
//=======================================================================*/
.st-frame {
	background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    margin: 0;
    padding: 6px 6px 5px;
    position: relative;
	line-height:70%;
	z-index:0;
}
.frame-shadow img{
	width:100%;
	display:block;
	margin-bottom: 10px;
}


/*=========================================================================
  Video (Youtube, Vimeo)
//=======================================================================*/
.st-video {
	margin-bottom:20px;
	z-index:0;
}
.st-frame .st-video{
	margin-bottom:0;
}


/*=========================================================================
  Code
//=======================================================================*/
.st-code{
	border:1px solid #ddd;
	margin-bottom:20px;
	padding: 20px 0;
	background-color:#f5f5f5; 
	font-family:Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size:11px;
	color: #666;
}
.st-code span{
	display:block;
	padding:0 15px;
	line-height:20px;
	height:20px;
}
.st-code span:nth-child(odd){ 
	background:#fcfcfc;
}


/*=========================================================================
  Pricing Tables
//=======================================================================*/
.st-pricing{
	margin:50px auto 30px;
	position:relative;
	
}

.st-pricing.c4	{ width:920px; }
.st-pricing.c3	{ width:695px; }
.st-pricing.c2	{ width:470px; }
.st-pricing.c1	{ width:230px; }

.st-pricing .plan-container{
	width:185px;
	float:left;
	position:relative;
	text-align:center;
	margin:0 0 20px;
	z-index:0;
	background:#303030;
	color:#999;
	padding:20px;
}

.st-pricing .plan-title{
	font-size:18px;
}
.st-pricing .plan-price{
	font-size:30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	padding:5px 0;
	font-weight:200;
	line-height:100%;
}
.st-pricing .plan-price span,
.st-pricing .plan-price cite{
	font-size:50%;
}
.st-pricing .plan-price cite{
	vertical-align:text-top;
}
.st-pricing .plan-content{
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:10px 0;
}
.st-pricing .plan-content ul{
	margin:0;
	padding:0;
	list-style:none;
}
.st-pricing .plan-content ul li{
	padding:10px;
}
.st-pricing .plan-link a{
	padding:10px;
	background:#f6f5f5;
	display:block;
}
.st-pricing .plan-link a:hover{
	background:#fff;
}

/*featured*/
.st-pricing .plan-container.featured{
	background:#FF5C43;
	padding:30px;
	margin-top:-20px;
	color:#fff;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
			box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
.st-pricing .featured .plan-price{
	font-size:50px;
}


/*=========================================================================
  Blog
//=======================================================================*/
.st-blog{ 
	margin-bottom:20px;
}
.st-blog .blog-inner{
	overflow:hidden;
}
.st-blog .post-date{
	background-color: #ECECEC;
    display: block;
    float: left;
    height: 40px;
    margin-right: 15px;
    padding: 10px 0 0;
	line-height:1;
    text-align: center;
    width: 50px;
}
.st-blog .date-day{
	display:block;
	font-size:20px;
	font-weight:bold;
}
.st-blog .date-month{
	display:block;
	text-transform:uppercase;
}
.st-blog .post-title{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:16px;
}
.st-blog .post-meta{
	margin-bottom:10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
}
.st-blog .post-meta span:after{
	margin-right:10px;
	padding-left:10px;
	display:inline-block;
	content:"|";
}
.st-blog .post-meta span:last-child:after{
	content:"";
}
.st-blog p{
	margin-bottom:10px;
}


/*=========================================================================
  Portfolio
//=======================================================================*/
.st-portfolio{
}
.st-portfolio li {
	margin-bottom:20px;
}
.portfolio-inner{
	padding:10px 0;
}
.portfolio-inner,
li:hover .portfolio-inner,
.portfolio-list{
	border:none;
	background:none;
	text-align:center;
	position:relative;
}
.portfolio-inner:after{
	position:absolute;
	height:1px;
	width:100px;
	left:50%;
	margin:0 0 0 -50px;
	bottom:0;
	display:block;
	content:'';
	background:#e3e3e3;
}
.portfolio-list:hover .portfolio-inner:after{
	background:#25a8e0;
}
.portfolio-inner .post-title{
	padding-bottom:0;
	margin-bottom:0;
}
.portfolio-inner span{
	background:none;
	padding:0;
}


/*=========================================================================
  Socials
//=======================================================================*/
.st-social {}
.st-social a{
	width:23px;
	height:23px;
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
	margin:3px;
	opacity:1;	
	filter:alpha(opacity=100);
}
.st-social a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.st-social .facebook	{ background:url(../images/socials/facebook.png) no-repeat top center }
.st-social .google		{ background:url(../images/socials/gplus.png) no-repeat top center }
.st-social .twitter		{ background:url(../images/socials/twitter.png) no-repeat top center }
.st-social .youtube		{ background:url(../images/socials/youtube.png) no-repeat top center }
.st-social .vimeo		{ background:url(../images/socials/vimeo.png) no-repeat top center }
.st-social .flickr		{ background:url(../images/socials/flickr.png) no-repeat top center }
.st-social .dribbble	{ background:url(../images/socials/dribbble.png) no-repeat top center }
.st-social .linkedin	{ background:url(../images/socials/linkedin.png) no-repeat top center }
.st-social .pinterest	{ background:url(../images/socials/pinterest.png) no-repeat top center }
.st-social .RSS			{ background:url(../images/socials/rss.png) no-repeat top center }
.st-social .email		{ background:url(../images/socials/-.png) no-repeat top center }


/*=========================================================================
  Testimonials
//=======================================================================*/
.st-testimonial{
	margin-bottom: 20px; 
}
.st-slider .st-testimonial{
	margin-bottom:0;
}
.st-testimonial .testimonial-content{
	margin:0 1px;
	padding:20px;
	position:relative;	
	background:#f6f5f5;
	border:1px solid #E3E3E3;
}
.st-testimonial .testimonial-meta{
	padding-left:55px;
	font-size:11px;
	color:#666;
	position:relative;
	
}
.st-testimonial .testimonial-meta:before{
	content:url(../images/testimonial-arrow.png);
	position:absolute;
	top:-2px;
	left:30px;
}
.st-testimonial .testimonial-meta span:before{
	content:'/';
	margin-right:8px;
}
.st-testimonial .testimonial-meta strong, 
.st-testimonial .testimonial-meta span{ 
	margin-right:10px; 
}


/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
}
.st-client li{
	float:left;
	display:block;
	margin: 0 10px 20px 0;
	width:176px;
	border:1px solid #ddd;
	line-height:70%;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.st-client li.last{
	margin-right:0;
}
.st-client li:hover{
	opacity:1;
	filter:alpha(opacity=100);
}


/*=========================================================================
  Google Maps
//=======================================================================*/
.st-gmap{
	margin-bottom:20px;
}


/*=========================================================================
  Contact Form
//=======================================================================*/
.st-contact-form{
	margin-bottom:20px;
}
.st-contact-form input.text_input{
	width:50%;
	margin-bottom:10px;
	padding:8px;
}


/*=========================================================================
  Contact Info
//=======================================================================*/
.st-contact{
	padding-left:25px;
}
.st-contact.address{
	background:url(../images/icons/pin.png) no-repeat left 3px; 
}
.st-contact.phone{ 
	background:url(../images/icons/phone.png) no-repeat left 3px; 
}
.st-contact.fax{ 
	background:url(../images/icons/fax.png) no-repeat left 3px; 
}
.st-contact.mail{ 
	background:url(../images/icons/mail.png) no-repeat left 3px; 
}
.st-contact.website{ 
	background:url(../images/icons/site-link.png) no-repeat left 3px; 
}

/*=========================================================================
 MARK EXTRAS
//=======================================================================*/
.blue-box, .blue-box-last {background-color: #f0f9fd;
    text-align: center;
    width: 100%;
    padding: 15px 15px 23px;
    float: left;
    margin-right: 30px;
    position: relative;
    width: 260px;margin-bottom: 20px;}


.blue-box-last {margin-right: 0px;}

#home-icons span{
    background-repeat: no-repeat;
    display: block;
    height: 86px;
    margin-bottom: 10px;
    margin-left: 58px;
    transition: none 0s ease 0s;
    width: 145px;}
    
    
#home-icons a {color: #25AAE1;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.001em;
    line-height: normal;
    margin-bottom: 5px;}
    
#home-icons a:hover {color: #13A89E;}
    
.about-icon span{
	background-image: url("../images/about_icon.png");}

.product-icon span{
	background-image: url("../images/products_icon.png");}
	
.help-icon span{
	background-image: url("../images/help_icon.png");}
    
.st-heading {display:block;}

.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {padding: 7px 4px;}

/*=========================================================================
  General Sites
//=======================================================================*/
#st-wrapper{
	background-color:#fff;
}
#main-container{
	padding:20px 0 10px;
	
}
.page-title {
	font-weight:400;
	color:#25AAE1;
	font-size:24px;
}
.page-title span {
	line-height:120%;
	font-weight:300;
	font-size: 16px;
	color:#888;
}
.page-title span:before {
	margin-left:5px;
	padding-right:5px;
	content:"/";
}


/*=========================================================================
  Pre-Header
//=======================================================================*/
#pre-header{
	background-color:#302d55;
	color:#888;
	padding:2px 0;
	font-size:11px;
}
#pre-header a{
	color:#FFFFFF;
}
#pre-header a:hover{
	text-decoration: underline;
}

.call-phone, .call-mail{
	float:left;
	margin:7px 15px 0 0;
}
.call-phone i, .call-mail i{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-right:5px;
	color:#fff;
}
#pre-header .st-social{
	margin:7px 0 0;
}

.mail-icon{
    background-image: url("../images/mail_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    transition: none 0s ease 0s;
    width: 22px;
    margin-right: 8px;
    }
    
.login-icon{
    background-image: url("../images/login_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    transition: none 0s ease 0s;
    width: 22px;
    margin-right: 8px;
    }
.call-mail span, .call-phone span {    display: inline-block; vertical-align: top;}

#pre-header .seven.columns {float: right;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 380px;}

/*=========================================================================
  Pre-Content
//=======================================================================*/
#pre-content{
}
.pre-content-inner {
	padding:30px 0;
}
.pre-content-inner .space-pre {
	margin: 0 0 10px;
	position:relative;
}
.space-title,
.space-pre{
	padding:15px 0 0px;
	position:relative;
	border-bottom:4px solid #e3e3e3;
}
.pre-content-inner .page-title{
	margin-bottom:0px;
}
#pre-content .space-slider{
	margin-top:30px;
}

/*breadcrumbs*/
.breadcrumbs{
	font:normal 11px Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	top:30px;
	width:364px;
	text-align:right;
}
.breadcrumbs a{
	margin-right:7px;
	padding-right:15px;
	background:url(../images/icons/more-link.png) no-repeat scroll right center ;
}
.breadcrumbs .current{
	color:#999;
}

/*search*/
#searchform input#s,
#searchform input[type="text"]#s{
	font-size:12px;
	color:#888;
	padding-left:25px;
	width:85%;
	background:url(../images/mag.png) no-repeat 8px center;
}

/*newsletter*/
input#newsletter_email{
	margin-bottom:10px;
}

/*=========================================================================
  Header
//=======================================================================*/
#header{
	text-align:center;
	background-color: #27244c;
	border-bottom: 6px solid #dddddd;
}
#header .logo {
	margin:10px 0;
	float: left;
}
#header .logo h1{
	margin:0;
	padding:0;
}
#header .logo h1 a{	
	display:inline-block; 
}
#header .logo h1 a img{	
	vertical-align:middle; 
}


/*=========================================================================
  Footer
//=======================================================================*/
#footer{
	background-color: #F4F4F4;
    border-top: 5px solid #ECECEC;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}
#footer input[type="text"], #footer input[type="password"], 
#footer input[type="email"], #footer textarea, #footer select,
#footer #searchform input#s, #footer #searchform input#s[type="text"]{
	border: 1px solid rgba(0, 0, 0, 0.2);
    color:#444;
}

#footer-wrap{
	padding:20px 0 0;
}
#copyright{
	padding:20px 0;
	background-color: #27244C;
	color: #fff;
}

#copyright a {color: #fff;}
#copyright a:hover {color: #13a89e; cursor:pointer;}

.scrollTop {	
	background: none repeat scroll 0 0 #424242;
    bottom: 10px;
    position: fixed;
    right: 15px;
    z-index: 999;
	display:none;
}
.scrollTop a{	
	background:url(../images/to-top.png) no-repeat center center #959595;
    display: block;
    padding: 5px;
    height: 32px;
    width: 32px;
	text-indent:-9999px;
}
.scrollTop a:hover{
	background-color:#13a89e;
}


/*=========================================================================
  Navigation
//=======================================================================*/
#nav-menu ul, 
#nav-menu li{
	margin:0;
	padding:0;
}
#main-nav{
	border-bottom: 1px solid #434162;
    border-top: 1px solid #434162;
    float: right;
    padding: 10px 0 3px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 630px;
    z-index: 999;
}
#main-nav ul{
	margin:0;
	padding:0;
	display:inline-block;
}
#main-nav ul li{
	float:left;
	margin:0;
	padding-bottom:2px;
	display:block;
	
}


#main-nav ul li a{
	padding:0 12px;
	margin-right: 17px;
	height: 30px;
	display:block;
	position:relative;
	overflow:hidden;
	font:bold 13px/30px Arial, sans-serif;
	color:#fff;
	border-radius:2px;
}
#main-nav ul li:last-child a{margin-right: 0px;}

#main-nav ul li.current_page_parent > a,
#main-nav ul li.current-menu-ancestor > a,
#main-nav ul li.current-menu-item > a,
#main-nav ul li a:hover,
#main-nav ul li:hover > a{
	color:#fff ; 
    background-color:#13a89e;
}

/*submenu*/
#main-nav ul ul{
	width:auto;
	border:none;
	position:absolute;
	z-index:9999;
	top:42px;
	text-transform:none;
	display: none;
	text-align:left;
	width:200px;
	background:#444;
	background:rgba(0, 0, 0, 0.85);
	border-radius:3px;
	opacity: 0.97;
	background-color: #302D55;
}
#main-nav ul ul li{
	margin:0;
	padding:0;
	float:none;
	position:relative;
	border-bottom:1px solid #434162;
}
#main-nav ul ul li a{
	border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin: 0;
    overflow: visible !important;
    padding: 5px 10px 0;
    position: relative;
    text-transform: capitalize;
}
#main-nav ul ul li.current-menu-ancestor > a,
#main-nav ul ul li.current-menu-item > a{
	background:none;
	color:#fff;
}

#main-nav ul ul li:first-child a{
	border:none;
}
#main-nav  li.current-menu-item ul.sub-menu a:after, 
#main-nav  li.current-menu-ancestor ul.sub-menu a:after{
	content:'';
	display:none;
}
#main-nav ul ul li a:hover,
#main-nav ul ul li:hover > a,
#main-nav ul ul li.current-menu-ancestor > a:hover{
	background-color: #13A89E;
	color:#fff;
}



/*second level menu*/
#main-nav ul ul ul{
	left:200px;
	top:1px;
	padding:0;
}


/*secondary menu*/
.secondary-menu{
	margin:0;
	padding:0;
}
.secondary-menu li{
	display:inline-block;
	margin:0;
	padding:0 0 0 5px;
}
.secondary-menu li:after{ 
	content:'/'; 
}
.secondary-menu li:last-child:after{ 
	content:'';
}
.secondary-menu li a{
	margin-right:5px;
	color: #fff;
}

.secondary-menu li a:hover{
	color: #13a89e;
}

/*responsive menu*/
.responsive-menu{
	display:none;
	margin:0 auto 20px;
	padding:8px;
	width:280px;
	background:#444;
	border-color:#111;
	color:#fff;
}
.responsive-menu:focus{
	border-color:#111;
}


/*=========================================================================
  Pagination
//=======================================================================*/
*.pagination{
	margin:0 0 20px;
}
.pagination a,
.pagination span.current{
	background:rgba(0, 0, 0, 0.05);
	padding:5px 12px;
	color:#13A89E;
}
.pagination span.current{
	color:#fff;
	background:#13A89E;
}
.pagination a:hover{
	background:rgba(0, 0, 0, 0.15);
}
/*.pagination{
	margin:0 0 20px;
}
.pagination a, 
.pagination span.current{
	border:1px solid #DDDDDD;
	background:#fff;
	color:#13A89E;
	padding:5px 12px;
	margin:0 -4px 0 0;
}
.pagination a:hover{
	color:#787878;
	background-color:#fdfdfd;
}
.pagination span.current{
	color:#909090;
	background:#f5f5f5;
}
.pagination span.current:first-child, 
.pagination a:first-child{
	-webkit-border-radius:2px 0 0 2px;
	   -moz-border-radius:2px 0 0 2px;
			border-radius:2px 0 0 2px;
}
.pagination a:last-child, 
.pagination span.current:last-child{
	-webkit-border-radius:0 2px 2px 0;
	   -moz-border-radius:0 2px 2px 0;
			border-radius:0 2px 2px 0;
}
*/
/*post-nav*/
.post-nav{
	position:absolute;
	right:0;
	top:17px;
}
.post-nav .post-prev{
	float:right;
}
.post-nav .post-prev a,
.post-nav .post-next a{
	display:inline-block;
	height:30px;
	width:30px;
	text-transform:uppercase;
	text-indent:-9999px;
	margin-left:1px;
}
.post-nav .post-prev a{
	background:url(../images/white_right_arrow.png) no-repeat center center #e3e3e3;
}
.post-nav .post-next{
	float:left;
}
.post-nav .post-next a{
	background:url(../images/white_left_arrow.png) no-repeat center center #e3e3e3;
}
.post-nav .post-prev a:hover,
.post-nav .post-next a:hover{
	background-color:#13a89e;
}

/*=========================================================================
  Blog Page
//=======================================================================*/
.blog-list{
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
}
.blog-list:after{
	position:absolute;
	left:0;
	bottom:-1px;
	width:100px;
	height:1px;
	background:#FF5C43;
	display:block;
	visibility:visible;
}
.blog-list .post-thumb{
	margin-bottom:20px;
}
.blog-list .post-title{
	margin-bottom:10px;
	font-size:20px;
}
.post-meta{
	margin-bottom:20px;
	color:#888888;
}
.blog-list .post-meta span,
.blog-single .post-meta span{
	border-right: 1px solid #E3E3E3;
    margin-right: 10px;
    padding-right: 10px;
}
.post-meta span,
.post-client,
.post-website,
.post-date,
.post-category{
	padding:0;
	font-size:11px;
	text-align:left;
	text-transform: capitalize;
	color:#888;
	position:relative;
	
}
.post-meta span:before,
.post-client:before,
.post-website:before,
.post-date:before,
.post-category:before{
	font-family: FontAwesome;
	position:absolute;
	display:inline-block;
	left:0;
	top:-0.5px;
	font-size:14px;
	color:#999;
	display:none;
}
.post-date:before{
	content: "\f017";
}
.post-author:before,
.post-client:before{
	content: "\f007";
}
.post-category:before{
	content: "\f097";
}
.post-comment:before{
	content: "\f0e6";
}
.post-website:before{
	content: "\f0c1";
}

/*blog single*/
.blog-tags,
.blog-single .post-thumb{
	margin-bottom:20px; 
}
.blog-tags strong {
	margin-right:5px; 
}

/*portfolio single*/
.portfolio-meta > div{
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:14px;
}
.portfolio-meta strong{
	display:block;
	color:#444;
}


/*=========================================================================
  Portfolio Page
//=======================================================================*/
/*filteroption*/
.portfolio-filter{
	margin-bottom:20px;
	padding:0;
	line-height:32px;
	overflow:hidden;
	text-align:right;
}
.portfolio-filter li{
	margin:0;
	padding:0;
	display:inline-block;
	white-space: nowrap;
}
.portfolio-filter li a{
	font-size:11px;
	font-weight:bold;
	padding:6px 12px;
	background:#f3f3f3;
}
.portfolio-filter li.active a{
	background:#13a89e;
	border-color:rgba(0, 0, 0, 0.15);
	color:#fff;
}

/*portfolio*/
.portfolio-list{
	margin-bottom:30px;
	text-align:center;
}
.portfolio-list:hover{
	border-bottom-color:#FF5C43;
}
.portfolio-inner .post-title{
	margin-bottom:0;
	font-size:18px;
}
.portfolio-inner span{
	font-size:11px;
	font-style: italic;
}


/*=========================================================================
  Search Page
//=======================================================================*/
.search-list{
	margin-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}
.search-list .post-title{
	font-size:20px;
	margin-bottom:20px;
	text-align:left;
}
.search-list .post-excerpt{
	color:#444;
	font-style:normal;
	margin:0;
	text-align:left;
}


/*=========================================================================
  Comment
//=======================================================================*/
#comments{
	margin-bottom: 30px;
	padding-top:20px;
	border-top:1px dashed #e0e0e0;
}

#respond label{
	margin-bottom:5px;
	display:inline-block;
}
#respond input{ 
	margin-bottom:5px; 
}
#respond textarea{ 
	width:98%; 
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
	display: inline-block;
	margin-bottom:5px;
}
.comment-form-email{
	margin:0 5px; 
}
.required{ 
	color:#f00; 
}
.commentlist{ 
	list-style:none; 
	margin-left: 0; 
}
.commentlist li article.comment{
	margin-bottom:20px; 
}
.commentlist ul, 
.commentlist ol, 
.commentlist ol{ 
	margin-left:20px; 
}
.comment-meta {
	margin-bottom: 5px; 
}
.comment-meta .fn { 
	font-weight: bold; 
}
.comment-meta span.avatar{
	display:block;
	float:left;
	background:#fff;
	border:4px solid #fff;
	margin-right:15px;
	overflow:hidden;
	width:35px;
	height:35px;
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
			box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
			border-radius:30px;
}
.comment-meta img.avatar{
	width:35px;
	height:35px;
}
.commentmetadata{
	float:right;
	margin-right:10px;
	font-size:10px;
}
.comment-content{
	background:#f5f5f5;
	border:1px solid #e7e7e7;
	margin-left:15px;
	text-align:right;
}
.comment-content p{ 
	text-align:left; 
	line-height: 20px;
	padding:15px;
	margin:0;
	background:#fff;
}

#respond{
	margin-top:40px;
}


/*=========================================================================
  Link Style
//=======================================================================*/
a{
	text-decoration:none;
	outline:none;
	color:#555;
}
a:hover,
.st-blog li:hover .post-title a{ 
	color:#25aae1;
}
a img{
	border:none;
}

.button-buy,
.comment-reply-link,
.post-edit-link{
	font:11px Arial, Helvetica, sans-serif;
	padding:3px 15px;
	border:1px solid #e0e0e0;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
	background-color:#f5f5f5;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(245, 245, 245) 100%);
	background-image:    -moz-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(245, 245, 245) 100%);
	background-image: 	  -ms-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(245, 245, 245) 100%);
	background-image: 	   -o-linear-gradient(top, rgb(251, 251, 251) 0%, rgb(245, 245, 245) 100%);
	background-image: 		  linear-gradient(top, rgb(251, 251, 251) 0%, rgb(245, 245, 245) 100%);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 0 2px rgba(0, 0, 0, 0.05);
	    moz-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 0 2px rgba(0, 0, 0, 0.05);
			box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 0 2px rgba(0, 0, 0, 0.05);
}
.post-edit-link{
	background:url(../images/icons/edit-page.gif) no-repeat 5px center;
	padding:3px 10px 3px 20px;
}
.comment-reply-link{
	margin:8px;
	position:relative;
	display:inline-block;
}



/*=========================================================================
  Thumbnail & Zoom
//=======================================================================*/
.post-thumb{ 
	line-height:70%;
	position:relative;
	overflow:hidden;
	background-color: #27244C;
}
.post-thumb img{ 
	max-width: 100%; 
	height:auto; 
}
.blog .post-thumb a,
.portfolio .post-thumb a,
.st-frame a{
	display:block;
	overflow:hidden;
	position:relative;
}
.portfolio-single .post-thumb,
.portfolio-single .flex-viewport{
	margin-bottom:20px;
}
/*zoom*/
span.zoom-overlay{
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	left:0;
	opacity:0;
	border:5px solid #13a89e;
	display:none;
}
.zoom:hover span.zoom-overlay{
	display:block;
}
span.zoom-hover {
	display:block;
	width:20px;
	height:20px;
	padding:4px;
	position:absolute;
	left:50%;
	top:-50%;
	margin-left:-10px;
	margin-top:-10px;
	z-index:1;
}
.zoom-hover.image { 
	background:url(../images/icons/zoom-image.png) no-repeat center center ; 
}
.zoom-hover.video { 
	background:url(../images/icons/zoom-video.png) no-repeat center center ; 
}
.zoom-hover.slider { 
	background:url(../images/icons/zoom-slider.png) no-repeat center center; 
}


/*=========================================================================
  HTML Element
//=======================================================================*/
/*form*/
label, 
legend{
	font-size:12px;
	font-weight:normal;
}



/*=========================================================================
  MISC
//=======================================================================*/
.edit-link {
	margin-bottom:20px; 
}
/*selection*/
::selection{
	background:#1EA79D;
	color:#fff;
}
::-moz-selection{
	background:#1EA79D;
	color:#fff;
}

/*default shadow*/
/*.st-callout, .st-tabs .tabs-container, .st-toggle, .st-accordion ul li,
.st-testimonial .testimonial-content, .portfolio-filter li a, .portfolio-filter li.active a,
.es-nav span.es-nav-next, .es-nav span.es-nav-prev, .st-tagline{
	-webkit-box-shadow:0 1px 1px 0 rgba(176, 176, 176, 0.1);
	   -mox-box-shadow:0 1px 1px 0 rgba(176, 176, 176, 0.1);
			box-shadow:0 1px 1px 0 rgba(176, 176, 176, 0.1);
}
*/
/*default transition*/
.flickr_badge_image, .flickr_badge_image:hover, .flickr_badge_image a img, .flickr_badge_image:hover a img{
	-webkit-transition:all 0.2s ease-in-out;
	   -moz-transition:all 0.2s ease-in-out;
		 -o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
}

.info {height: 67px;
    margin-bottom: 10px;
    overflow: hidden;}
