/*
Theme Name: Reborn
Theme URI: http://themeforest.net/user/PrimeThemes
Description: Wordpress theme for business, and multiple puporse.
Version: 1.0.1
Author: PrimeThemes
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Author URI: http://themeforest.net/user/PrimeThemes
Tags: white
*/


@charset "UTF-8";

/** RESET 
--------------------------------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

i,
em{
	font-style: italic;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before{
  content: '“';
}
q:after {
  content: '”';
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

acronym{
	border-bottom: 1px dotted #aaa;
	cursor: help;
}
s{
	text-decoration : line-through;
}
kbd{
	padding : 0 3px;
	background: #f8f8f8;
	border: 1px solid #dadada;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-variant: small-caps;
}
cite{
	font-style: italic;
	border-bottom: 1px dotted #f1f1f1;
}
var{
	font-style: italic;
}


/** GENERAL TYPO 
--------------------------------------------------------------------*/
body {
	margin: 0px; 
	padding: 0px; 
	position: relative;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

abbr,address{
	font-variant: small-caps;
}
a, a img{text-decoration: none; outline: 0;}





/** Spacing
--------------------------------------------------------------------*/
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure,
form {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

ul,li{
	list-style:none outside;
	margin-left:20px;
	list-style-type:disc;
	}
	
ol, ol li{list-style:decimal outside;}

ol, dd{margin-left:24px;}

ul ul, ol ul, ul ol, ol ol{
	margin-bottom:0;
	margin-top:0;
	}

dl {
	margin: 0 1.5em;
}
dl.gallery-item{
	margin: 0 0 1.5em 0;
}
dt {
	font-size: 15px;
	font-weight: bold;
}
dd {
	margin: 0 0 1.5em;
}



/** clear */
.clear{display: inline-block;}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}




/* `HEADINGS
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
	font-weight: 400;
}
h1 { 
	font-size: 28px;  
	line-height: 1.2em;
	margin-bottom: 1.8em;
}
h2,h3,h4,h5,h6{
	line-height: 1.2em;
	margin-bottom: 1.8em;
}
h2 { 
	font-size: 24px;  
}
h3 { 
	font-size: 18px;  
}
h4 { 
	font-size: 16px;  
}
h5 { 
	font-size: 14px;  
}
h6 { 
	font-size: 12px;
	font-weight: 900; 
}
.text h1,
.prime-pane h1,
.text h2,
.prime-pane h2,
.text h3,
.prime-pane h3,
.text h4,
.prime-pane h4,
.text h5,
.prime-pane h5,
.text h6,
.prime-pane h6{
	font-weight: bold;
	margin-bottom: 0.75em;
}
h3.footer-widget-title{
	margin-top: 0;
}
h1.page-title-onbox{
	margin : 0 0 30px;
	font-weight: bold;
}



/* Tables */
.text table {
	border: none;
	border-bottom: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.text tr th {
	border: none;
	color: #353535;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.text td {
	border: none;
	border-top: 1px solid #f1f1f1;
	padding: 6px 10px 6px 0;
}


/* `WRAPERS
----------------------------------------------------------------------------------------------------*/
#container{
	margin: 0px auto;
	padding: 30px 20px 20px;
	max-width: 1400px;
}
.wrap_980{
	margin: 0px auto;
	padding: 0;
	width: 980px;
	}

.wrap_960{
	margin: 0px auto;
	padding: 0;
	width: 960px;
	}

.wrap_940{
	margin: 0px auto;
	padding: 0;
	width: 940px;
	}

.wrap_900{
	margin: 0px auto;
	padding: 0;
	width: 900px;
	}

.block{
	margin: 0 0 3em;
	padding: 20px;
}
.block>*{
	margin: 0 0 5px;
}



/* `COLUMNS
----------------------------------------------------------------------------------------------------*/
.col_five{
	float: left;
	width: 23.404255319148934%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_four{
	float: left;
	width: 23.404255319148934%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_three{
	float: left;
	width: 31.914893617021278%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_two{
	float: left;
	width: 48.93617021276595%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_one,
.col_block{
	float: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.col_two_three{
	float: left;
	width: 65.95744680851064%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_three_fourth{
	float: left;
	width: 74.05%;
	padding: 0;
	margin: 0 0 30px 2.127659574468085%;
}

.col_three .col_two,
.col_three .col_three,
.col_three .col_four,
.col_three .col_five,
.col_three .col_two_three,
.col_three .col_three_fourth,
.col_four .col_two,
.col_four .col_three,
.col_four .col_four,
.col_four .col_five,
.col_four .col_two_three,
.col_four .col_three_fourth,
.col_five .col_two,
.col_five .col_three,
.col_five .col_four,
.col_five .col_five,
.col_five .col_two_three,
.col_five .col_three_fourth{
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}


.col_four.first,
.col_three.first,
.col_two.first,
.col_two_three.first,
.col_three_fourth.first{
	margin-left: 0px!important;
	clear: both;
}

.col_four.last,
.col_three.last,
.col_two.last,
.col_two_three.last,
.col_three_fourth.last{
	margin-right: 0px;
}

#footer .col_three{
	margin-bottom: 0px;
}

.text .col_two,
.text .col_three,
.text .col_four,
.text .col_five,
.text .col_two_three,
.text .col_three_fourth{
	margin-top: 15px;
	margin-bottom: 15px;
}

/** `WP CLASSES
----------------------------------------------------------------------------------------------------*/
.alignright,img.alignright,a img.alignright {
	float: right; 
	margin: 5px 0px 8px 20px;
}

.alignleft,
img.alignleft,
a img.alignleft {
	float: left; 
	margin: 5px 20px 8px 0;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
	clear: both;
	display: block; 
	margin: 20px auto 30px;
}

.wp-caption {
	display: inline-block;
	margin-bottom: 1.5em;
	margin-top: 0.25em;
	padding: 5px 0px 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1 #dadada #dadada #f1f1f1;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
}

.wp-caption.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption img
.wp-caption a img{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: 'Georgia', serif;
	font-style: italic;
	line-height: 18px;
	padding: 5px 0px 0px;
	margin: 0;
	text-align: center;
}

.center{
	display: block;
	text-align:center;
	margin: 0 0 3em;
}

.gallery-caption{
	font-size: 11px;
	font-style: italic; 
	font-family: Georgia, serif;
	padding: 5px 0px;
	margin-bottom: 0px;
}

.gallery-icon{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery-icon a{
	display: inline-block;
	margin: 0;
	padding: 5px;
	border-width: 1px!important;
	border-style: solid;
	border-color: #f1f1f1 #dadada #dadada #f1f1f1!important;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .05);
}
.gallery-icon a img{
	padding: 0px; 
	display: block; 
	margin: 0px; 
	border: 0!important;
}
.gallery-icon a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sticky{}
.attachment{}

.nav-previous a,
.nav-next a{
	display: inline-block; 
	padding: 6px 8px; 
	line-height: 100%;
	margin: 0; 
	background-color: #666;
	border: 1px solid #444;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 1px rgba( 255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0px 0px 1px rgba( 255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 1px rgba( 255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.05);
	color: #efefef;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
}
.nav-previous a:hover,
.nav-next a:hover{background-color: #777; color: #dadada;}
.nav-previous a:active,
.nav-next a:focus{
	background: #e1e1e1;
	border: 1px solid #f4f4f4;
	position: relative;
	top: 1px;
	box-shadow: inset 0px 1px 3px rgba( 0, 0, 0, 0.3), 0px 1px 3px rgba( 0, 0, 0, 0.1); 
	-webkit-box-shadow: inset 0px 1px 3px rgba( 0, 0, 0, 0.3), 0px 1px 3px rgba( 0, 0, 0, 0.1); 
	-moz-box-shadow: inset 0px 1px 3px rgba( 0, 0, 0, 0.3), 0px 1px 3px rgba( 0, 0, 0, 0.1);
	color: #bfbfbf;
	text-shadow: 0px 0px 1px rgba( 255, 255, 255, 0.5);
}
.navigation{
	margin: 0px 0px 20px;
	padding: 0px;
	height: 30px;
}
.nav-previous{float: left; margin: 0;}
.nav-next{float: right; margin: 0;}
.bypostauthor{}




	

/** `MISC
----------------------------------------------------------------------------------------------------*/
.relative{
	position: relative;
}
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.first{
	margin-left: 0;
}

.last{
	margin-right: 0;
}

.no-margin{
	margin: 0px;
	padding: 0px;
}
.more-margin{
	margin: 0 0 60px!important;
}
.block-margin{
	display: block!important;
	margin: 0 0 1.5em!important;
}
.less-margin{
	margin: 0 0 0.5em!important;
	padding-bottom: 0px!important;
}



/** content slide */
.prime_slide_wrap{
	margin: 0px;
	padding: 0px;
}
.prime_slide_wrap .prime_slide_inner{
	display: block;
	margin: 0 -5px 0 -5px;
	padding: 1px 5px 1px 5px;
	position: relative;
	overflow: hidden;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** 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:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope .isotope-item.onSpAnimate {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */