@import url("//fonts.googleapis.com/css?family=Oswald:400,300,700");
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;
}
/* HTML5 display-role reset for older browsers */
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;
} 
/*=== Core Styles ===*/
.slicknav_btn { 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: right; 
	padding: 0.438em 0.625em 0.438em 0.625em; 
	line-height: 1.125em; 
	cursor: pointer; 
}

.slicknav_menu  .slicknav_menutxt { 
	display: block; 
	line-height: 1.188em; 
	float: left; 
}

.slicknav_menu .slicknav_icon { 
	float: right; 
	margin: 0.188em 0 0 0.438em; 
}

.slicknav_menu .slicknav_no-text { 
	margin: 0 
}

.slicknav_menu .slicknav_icon-bar { 
	display: block; 
	width: 1.125em; 
	height: 0.125em; 
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 0.188em 
}

.slicknav_nav { 
	clear: both 
}

.slicknav_nav ul,
.slicknav_nav li{ 
	display: block 
}

.slicknav_nav .slicknav_arrow{
	font-size: 0.8em; 
	margin: 0 0 0 0.4em; 
}

.slicknav_nav .slicknav_item { 
	display: block; 
	cursor: pointer; 
}

.slicknav_nav a{ 
	display: block 
}

.slicknav_nav .slicknav_item a { 
	display: inline 
}

.slicknav_menu:before,
.slicknav_menu:after { 
	content: " "; 
	display: table; 
}

.slicknav_menu:after { 
	clear: both 
}

.slicknav_menu { 
	*zoom: 1 
}

/* 
    Custom Styles
*/
.slicknav_menu {
	font-size: 16px;
	display: none;
	position: absolute;
	right: 50px;
	z-index: 999;
	
}

.slicknav_btn {
	text-decoration: none;	
	background-color: #EEEEEE;
	border: 1px solid #DDD;
}

.slicknav_menu  .slicknav_menutxt {	
	color: #999999;
	font-weight: bold;	
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #999999;
}

.slicknav_nav {
	background-color: #FFFFFF;
	margin: 0;	
	padding: 0;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}

.slicknav_nav {
  border: 1px solid #EAEAEA;
}

.slicknav_nav ul li {
	display: block;
	
}
.slicknav_nav li a{
	display: block;
	padding: 5px 15px;
	margin: 2px 5px;
	font-size: 13px;
	text-decoration:none;
}

.slicknav_nav li a a{
	margin: 2px 0;
	padding: 5px 0;
}

.slicknav_nav .menu-item {
  border-bottom: 1px solid #EAEAEA;
}

.slicknav_nav .sub-menu {
	margin-left: 0;
}

.slicknav_nav a:hover{
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
     margin-left: 15px;   
}

.slicknav_nav .slicknav_arrow{
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	display: inline-block;
	color: #DDD;
} 
ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

small { 
	font-size: 80%; 
}

big {
	font-size: 120%;
}

cite, em, i {
	font-style: italic;
}

cite {
	border: none;
}

blockquote {
	font-style:italic;
    margin: 7px 35px 10px 45px;    
	font-style: italic;
	background: #EFEFEF;
	padding: 10px;
	clear: both;
}

blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	background: rgba(0, 0, 0, 0.05);
	font: 87.5% "Courier 10 Pitch", Courier, monospace;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup, sub {
	font-size: 62.5%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type=text], textarea {
	border: 1px solid #ECECEC;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

table {
	border-bottom: 1px solid #F2F2F2;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}

th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}

td {
	border-top: 1px solid #F2F2F2;
	padding: 6px 10px 6px 0;
}

p{
	margin-bottom: 15px;
}

img{
	max-width: 100%; 
	height: auto;
}

/*-- WordPress common classes*/
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.25em;
}
.alignright{
	display: inline;
	float: right;
	margin-left: 1.25em;
}

.alignnone,
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter{
	margin-bottom: 1.25em;	
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.25em;
	max-width: 96%;
	text-align:center;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

p.wp-caption-text{
	margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	
	font-size: 12px;
}

/*-- Gallery --*/ 
.gallery img {
	border: none !important;
	line-height: 0;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
}

.gallery img:hover, .gallery img:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery .wp-caption-text {
	margin: 0 !important;
}

.gallery .gallery-item {
	width: 100%;
	margin: 0 0 10px !important;
}

.gallery-icon {
	margin: 0;
	padding: 0 10px;
}

.sticky {
	
}

.button {
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
	text-transform: uppercase;
	border: none;
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
}

.clear{
	clear:both;
}
 
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
} 
 
 /* Hide from IE Mac \*/ 
.clearfix { 
display: block; 
}
 
.bypostauthor{

}
 
.list{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
} 
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/close.png) url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/loading.gif) url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/prev.png) url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-image{ 
	max-width: inherit; 
}

.lb-nav a{
	transition: none;
}
 body{
font-size: 13px;
line-height: 1.5;
background-size: cover;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #555555;
}
#main,
.content-wrap{
overflow: hidden;
}
#main{
float: left;
}
#container,
.inner-wrap{
width: 1100px;
margin: 0 auto;
overflow: hidden;
}
#content{
width: 770px;
margin-right: 30px;
float: left;
}
#sidebar{
width: 300px;
float: left;
}
.full-width{
width: 100% !important;
margin-right: 0 !important;
}
.kateraynor-model{
width: 430px !important;
margin-left: 30px; !important;
}
.visa-model{
width: 430px !important;
margin-left: 30px; !important;
} a{
text-decoration: none;
color: #111111;
transition: all 0.2s ease 0s;
outline: 0;
}
a:visited {
color: #111111;
} 
a:hover {
color: #FFB400;
} .main-color{
color: #FFB400;
}
.main-color-bg{
background: #FFB400;
} .wp-post-image{
display: block;
}
.attachment-fp770_375{
width: 770px;
height: 375px;
}
.attachment-fp520_400{
width: 520px;
height: 400px;
}
.attachment-fp370_215{
width: 370px;
height: 215px;
}
.attachment-fp240_165{
width: 240px;
height: 165px;
}
.attachment-fp120_90{
width: 120px;
height: 90px;
}
.attachment-fp75_75{
width: 75px;
height: 75px;
}
.one-half{
width: 370px;
margin-right: 30px;
float: left;
}
.col-last{
margin-right: 0 !important;
} h1,h2,h3,h4,h5,h5,h6{
font-family: 'Oswald', "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.3;
font-weight: 400;
color: #111111;
}
h1{
font-size: 28px;
}
h2{
font-size: 26px;
}
h3{
font-size: 20px;
}
h4{
font-size: 18px;
text-transform: uppercase;
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
:focus {
outline: 0;
} #topbar{
overflow: hidden;
height: 45px;
background: #222222;
padding: 0 50px;	
}
#topbar .top-menu{
float: left;
max-width: 750px;
}
#topbar .top-menu ul{
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
#topbar .top-menu ul li{
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #555555;
height: 45px;
}
#topbar .top-menu ul li:last-child{
padding-right: 0;
margin-right: 0;
border-right: none;
}
#topbar .top-menu ul li a{
margin-top: 13px;
display: inline-block;
font-size: 14px;
color: #999999;
font-family: 'Oswald', Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
#topbar .top-menu ul li a:hover{
color: #CCCCCC;
}
#topbar .social{
float: right;
}
#topbar .social ul li{
float: left;
text-align: center;
cursor: pointer;
padding: 0 5px;
}
#topbar .social ul li i{
font-size: 18px;
margin-top: 14px;
}
#topbar .social ul li a{
color: #B2B2B2;
}
#topbar .social ul li a:hover{
color: #CCCCCC;
}
#header{
margin-bottom: 30px;
}
#header .logo-section{
overflow: hidden;
margin: 40px 0; 
}
#header .logo{
overflow: hidden;
float: left;
margin-top: 10px;
}
#header .banner{
float: right;
max-width: 730px;
}
#header .banner img{
display: block;
}
#header .menu-section{
height: 50px;
background: #FFFFFF;
} .primary-menu {
width: 100%;
position: relative;
z-index: 30;
font-family: 'Oswald', Helvetica, Arial, sans-serif;
background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/sep.png) repeat-x left top;
border-bottom: 4px solid #232424;	
}
.primary-menu ul.sf-menu{
display: none;
}
.primary-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
position: relative;
z-index: 99;
}
.primary-menu ul li {
float: left;
padding: 0px;
margin: 0px;
position: relative;
}
.primary-menu ul li a {
display: inline-block;
padding: 8px 3px;
margin: 10px 8px 6px;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;	
}
.primary-menu ul li:after {
color: #121212;
content: "/";
font-size: 20px;
}
.primary-menu .current-menu-item a,
.primary-menu .current_page_item a,
.primary-menu > ul  > li > a:hover{
background: #FFB400;
color: #FFFFFF;
}
.primary-menu ul li ul {
display: none;
position: absolute;
padding: 0;
margin-top: 0;
}
.primary-menu ul li ul li {
float: none;
padding:0px;
}
.primary-menu ul li:hover ul {
background: #222222;
color: #FFFFFF;
}
.primary-menu ul li:hover ul li:after{
display: none;
}
.primary-menu ul li ul li a, 
.primary-menu ul li:hover ul li a, 
.primary-menu ul li.over ul li a {	
padding: 12px 12px;	
display: block;	
width: 150px;	
text-align: left;	
height: auto;	
font-size: 14px;	
text-transform: none;	
color: #FFFFFF;
margin: 0;
}
.primary-menu ul li ul li a:hover{
background: #FFB400;
}
.primary-menu ul li ul li a:after{
display: none;
}
.primary-menu ul li ul li ul {	
display: none;	
position: absolute;	
left: 174px;	
top: -1px;	
}
.primary-menu ul li ul li:hover ul, 
.primary-menu ul li ul li.sfHover ul {	
display: block;	
position: absolute;	
left: 174px;	
top: 0;	
}
.primary-menu .sf-sub-indicator {
display: none;
}
.primary-menu a.menu-link {
display: none;
}  .section{
overflow: hidden;
margin-bottom: 20px;
}
.slider-main {
display: none;
overflow: hidden;
position: relative;
z-index: 1;
width: 770px;
float: left;
}
.slider-main ul, 
.slider-main ol {
list-style: none;
margin: 0;
padding: 0;	
}
.slider-main .slides li {
position: relative;
}
.slider-main .flex-viewport {
max-height: 630px;
transition: all 1s ease 0s;
}
.slider-main .post-info{
position: absolute;
bottom: 40px;
width: 80%;
margin-left: 10%;
color: #FFFFFF;
text-align: center;
}
.slider-main .post-info h2{
text-transform: uppercase;
font-size: 38px;
font-weight: 700;
margin-bottom: 10px;
text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.slider-main .post-info h2 a{
color: #FFFFFF;
}
.slider-main .post-info h5{
color: #FFFFFF;
text-transform: none;
text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.slider-main .more{
display: inline-block;
margin-top: 10px;
border: 2px solid #FFFFFF;
}
.slider-main .more h6{	
text-transform: uppercase;
font-weight: 700;
}
.slider-main .more h6 a{
display: inline-block;
color: #FFFFFF;
padding: 8px 12px;	
}
.slider-main h6 a:hover{
background: #FF6C60;
}
.slider-main .post-excerpt h6{
font-size: 13px;
}
.slider-main-nav{
z-index: 3;
display: inline-block;
position: absolute;
bottom: 12px;
left: 45%;
}
.slider-main-nav ol li{
float: left;
line-height: 1;
margin-right: 3px;
}
.slider-main-nav ol li a{
font-size: 0;
color: #FFFFFF;
cursor: pointer;	
}
.slider-main-nav ol li a:before {
content: "\f10c";
font-family: FontAwesome;
display: inline-block;
padding: 0;
font-weight: 400;
font-size: 14px;
margin-right: 2px;
}
.slider-main-nav ol li a.flex-active:before ,
.slider-main-nav ol li a:hover:before{
content: "\f111";	
}
.slider-main .category a{
color: #FFFFFF;
font-size: 16px;
font-weight: 700
}
.slider-main .entry-meta a{
color: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
margin-bottom: 10px;
padding-bottom: 0px;
display: inline-block;
font-weight: 400;
font-size: 14px;
} .slider-right{
float: left;
width: 325px;
margin-left: 5px;
}
.slider-right .item-post{
height: 185px;
overflow: hidden;
position: relative;
}
.slider-right .item-post:first-child{
margin-bottom: 5px;
}
.slider-right .item-post .wp-post-image{
margin-top: -15px;
margin-left: -20px;
max-width: 370px;
}
.slider-right .item-post .post-info{
position: absolute;
bottom: 20px;
width: 100%;
text-align: center;
}
.slider-right .entry-meta a{
color: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
margin-bottom: 10px;
padding-bottom: 0px;
display: inline-block;
font-weight: 400;
}
.slider-right h4{
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
.slider-right h4 a{
color: #FFFFFF;
} .feat-carousel .section-title{
position: relative;
text-align: center;
}
.feat-carousel .title-wrap{
display: inline-block;
}
.feat-carousel .carousel-prev a,
.feat-carousel .carousel-next a{ 	
overflow: hidden;
display: block;
width: 22px;
height: 22px;	
transition: all 0.3s ease 0s;
z-index: 1;	
opacity: 0.9;
position: relative;
font-size: 0;
text-align: center;	
border: 1px solid #111111;
margin-top: 10px;
}
.carousel-posts{
overflow: hidden;	
max-height: 100%;
}
.feat-carousel .carousel-prev a{
float: left;
}
.feat-carousel .carousel-next a{ 
float: right;
}
.feat-carousel a.bx-prev:before {
content: "\f0d9";
font-family: FontAwesome;
display: block;
font-weight: 400;
font-size: 16px;
margin-right: 2px;
}
.feat-carousel a.bx-next:before {
content: "\f0da";
font-family: FontAwesome;
display: block;
font-weight: 400;
font-size: 16px;
margin-left: 2px;
}
.feat-carousel .carousel-prev a:hover,
.feat-carousel .carousel-next a:hover{
background: #232424;
color: #FFFFFF;
}
.feat-carousel .thumb{
margin-bottom: 10px;
} .video-thumb iframe{
width: 100% !important;
height: 215px !important;
display: block;
}
.video-thumb{
overflow: hidden;
}
.video-thumb p{
display: none;
}
#feat-postlist{
overflow: hidden;
}
.cat-posts-list .post-item{
width: 170px;
margin-right: 13px;
float: left;	
}
.cat-posts-list .post-item .entry-header{
margin-bottom: 6px;
}
.cat-posts-list .last{
margin-right: 0;
}
.cat-posts-list .entry-meta{
margin: 7px 0 5px;
}
.cat-posts-list .last{
clear: right;
}
.cat-posts-list .row-margin{
margin-bottom: 15px;
} .overlay{
overflow: hidden;
background: none repeat scroll 0% 0% transparent;
}
.overlay img{
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
}
.overlay:hover img{	
-webkit-transform: scale(1.2) rotate(-5deg);
-moz-transform: scale(1.2) rotate(-5deg);
-o-transform: scale(1.2) rotate(-5deg);
-ms-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg);
opacity: 0.7;	
}
.section-title{
overflow: hidden;
margin-bottom: 20px;
padding: 15px 0 12px;
background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/sep.png) repeat-x left top;
border-bottom: 3px solid transparent;
}
.section-title h4{
text-transform: uppercase;
text-align: center;
}
.section-title h6{
letter-spacing: 1px;
font-weight: 300;
text-align: center;
color: 	#555555;
} .cat-large .main-post{
width: 520px;
float: right;
}
.cat-large .main-post .entry-slider{
margin: 0;
padding: 0;
}
.cat-large .main-post .entry-slider ul li img{
display: block;
}
.cat-large .main-post .thumb{
margin-bottom: 0 !important;
}
.cat-large .main-post p{
margin-bottom: 10px;
}
.cat-large .main-post .entry-meta,
.cat-large .main-post .entry-meta a{
color: #666666;
}
.cat-large .read-more h6{
display: inline-block;
font-size: 13px;
margin-left: 4px
}
.cat-large .entry-wrap{
padding: 15px;
background: #F2F2F2;
}
.cat-large .post-list{
width: 220px;
float: left;
margin-right: 30px;
}
.cat-large .post-list .wp-post-image{
width: 220px;
height: 120px;
}
.cat-large .post-list .thumb{
margin-bottom: 10px;	
}
.cat-large .post-list .entry-meta .sep{
margin: 0 3px;
} .feat-cat .main-post{
overflow: hidden;
}
.feat-cat .main-post .thumb{
margin-bottom: 15px;
}
.feat-cat p{
margin-bottom: 0;
}
.feat-cat .item-post{
overflow: hidden;
margin-bottom: 10px;	
border-bottom: 1px solid #E0E0E0;
}
.feat-cat .item-wrap{
overflow: hidden;
border-bottom: 1px solid #EEEEEE;
margin-bottom: 2px;
padding-bottom: 10px;
}
.feat-cat .item-post:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.feat-cat .item-post:last-child .item-wrap{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.feat-cat .item-post h5{
margin-bottom: 10px;
}
.feat-cat .item-post .thumb{
margin-right: 15px;
float: left;
} .feat-cat2 .main-post .thumb{	
margin-bottom: 10px;
}
.feat-cat p{
margin-bottom: 0;
}
.feat-cat .entry-header{
margin-bottom: 10px;
}
.feat-cat2 .item-post{
overflow: hidden;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #EEEEEE;
}
.feat-cat2 .item-post:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.feat-cat2 .item-post h5{
font-size: 14px;
font-weight: 600;
}
.feat-cat2 .item-post .entry-meta{
margin-top: 10px;
}
.feat-cat2 .item-post .thumb{
width: 70px;
margin-right: 10px;
float: left;
}
.feat-cat2 .item-post .thumb img{
width: 70px;
height: 70px;
}  .archive-header {
margin-bottom: 20px;
}
.archive-postlist{
overflow: hidden;
}
.archive-postlist .entry-header{
margin: 15px 0 10px;
}
.archive-postlist .post p{
margin-bottom: 0;
}
.archive-postlist .one-half{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 3px solid #111111;
min-height: 365px;
} .pagination{
overflow: hidden;
margin: 30px 0;	
font-weight: 700;
clear: both;	
}
.pagination  .page-numbers {
background: #FFFFFF;
display: inline-block;	
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
border: 1px solid #111111;	
}
.pagination a:hover,
.pagination .current {
background: #111111;
color: #FFFFFF;
} .entry-slider{
display: none;
margin: 15px 0 20px;
position: relative;
}
.entry-slider ul, 
.entry-slider ol {
list-style: none;
margin: 0;
padding: 0;	
}
.entry-slider .slides li {
position: relative;
}
.entry-slider .flex-direction-nav a{
margin: 0;
opacity: 0.3; 
font-size: 0;
display: block;
position: absolute;
top: 46%;
z-index: 3;	
border: 3px solid #FFFFFF;
width: 32px;
height: 32px;
text-align: center;
}
.entry-slider:hover .flex-direction-nav a { 
opacity: 0.8;	
}
.entry-slider .flex-direction-nav a.flex-prev{
left: 20px;
}
.entry-slider .flex-direction-nav a.flex-next{
right: 20px;
}
.entry-slider .flex-direction-nav a:before{
font-family: FontAwesome;
display: inline-block;
padding: 0;
font-weight: 400;
font-size: 22px;
margin-right: 2px;
color: #FFFFFF;	
}
.entry-slider .flex-direction-nav a.flex-prev:before {
content: "\f053";	
}
.entry-slider .flex-direction-nav a.flex-next:before {
content: "\f054";
} .single-post .entry-header{
border-bottom: 1px solid #DDDDDD;
margin-bottom: 20px;	
}
.single-post .entry-header .entry-meta{
border-bottom: 1px solid #DDDDDD;
margin-bottom: 2px;	
padding-bottom: 10px;
}
.entry-image{
margin-bottom: 20px;
overflow: hidden;
}
.entry-video {
margin: 10px 0 20px;
text-align: center;
}
.entry-video iframe {
display: inline-block;
}
.entry-header h1{
margin-bottom: 10px;
}
.entry-header h4{
margin: 5px 0 8px;
}
.entry-meta{
overflow: hidden;
margin-top: 5px;
letter-spacing: 2.2px;
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.entry-meta,
.entry-meta a{
color: #999999;
}
.entry-meta .sep{
margin: 0 10px;
}
.entry-meta .social{
float: right;		
}
.entry-meta .social i{
font-size: 16px;
}
.entry-meta .social span{
padding-right: 2px;
display: block;
float: left;
}
.entry-meta .social a{
display: block;
background: #111111;
width: 24px;
height: 24px;
border-radius: 24px;
text-align: center;	
color: #FFFFFF;
}
.entry-meta .social .fb a{
background: #00549F;
}
.entry-meta .social .twitter a{
background: #38CDFF;
}
.entry-meta .social .gplus a{
background: #C94434;
}
.entry-meta .social .pinterest a{
background: #CD3939;
}
.entry-meta .social i{
margin-top: 4px;
margin-left: 3px;
}
.entry-meta .left{
float: left;
margin-top: 5px;
}
.entry-footer{
overflow: hidden;
margin: 20px 0;
}
.entry-footer .categories{
overflow: hidden;
margin-bottom: 10px;
}
.entry-footer .tags{
overflow: hidden;
}
.entry-footer .icon{
border: 1px solid #DDDDDD;
display: block;
float: left;
padding: 4px 10px 2px;
margin-right: 10px;	
}
.entry-footer .icon i{
font-size: 18px;
padding: 0;
line-height: 1;
color: #666;
}
.entry-footer a{
border: 1px solid #DDDDDD;
display: block;
float: left;
padding: 4px 10px;
color: #AAAAAA;
margin-right: 10px;
}
.entry-footer a:hover{
border: 1px solid #111111;
color: #111111;
}
.entry-author{
padding: 15px;
margin-bottom: 20px;
overflow: hidden;
border: 1px solid #DDDDDD;	
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
margin-bottom: 10px;
}
.entry-content p:last-child{
margin-bottom: 0;
}
.entry-content a,
.entry-author a{
color: #57C8F2;
}
.entry-content a:hover,
.entry-author a:hover{
color: #2B2E24;
} .entry-author .author-avatar{
float: left; 
margin-right: 15px;
}
.entry-author .author-avatar .avatar{
display: block;
} .entry-nav{
overflow: hidden;
margin-bottom: 30px;
padding: 15px;
background: #F4F4F4;	
}
.entry-nav .prev-post{
float: left;
max-width: 48%;
}
.entry-nav .next-post{
float: right;
text-align: right;
max-width: 48%;
}
.entry-nav .title1 i{
display: block;
float: left;
margin-right: 7px;	
margin-top: 5px;
}
.entry-nav .title1 h5{
display: inline-block;
font-weight: 300;
}
.entry-nav .next-post i{
float: right;
margin-right: 0;
margin-left: 7px;
}
.entry-nav .link{
display: inline-block;
}
.entry-nav .prev i{
margin-right: 7px;
margin-top: 4px;
}
.entry-nav .next i{
margin-left: 7px;
margin-top: 4px;
float: right;
} .related-posts{
margin-bottom: 20px;
}
.related-posts ul{
overflow: hidden;
}
.related-posts ul li{
width: 250px;
float: left;
margin-right: 10px;
}
.related-posts .thumbnail{
margin-bottom: 10px;
}
.related-posts .wp-post-image{
width: 250px;
height: 145px;
} #comments{
max-width: 770px;
background: #FFFFFF;
margin: 30px 0;	
padding-top: 15px;
background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/sep.png) repeat-x left top;
}
#comments .comments-title{
overflow: hidden;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 2px solid #111111;
}
#comments .comments-title .comments-num{
float: left;	
margin-right: 10px;
padding: 10px 15px;
}
#comments .comments-title .add-comment{
float: left;
background: #4E4E4E url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/pencil-white.png) no-repeat 10px center;	
padding: 10px 15px 10px 36px;
}
#comments ol.commentlist{
margin: 10px 0;
list-style: none;
}
#comments .comment{
overflow: hidden;
margin-bottom: 10px;
}
#comments .author-info{
margin-bottom: 5px;
overflow: hidden;
}
#comments .author-avatar{
float: left;
width: 60px;	
margin-right: 20px;
}
#comments .author-avatar img{
display: block;
}
#comments .comment-header {
overflow: hidden;
}
#comments .comment-header h5{
float: left;
margin-right: 15px;
}
#comments .comment-header .fn {	
width: auto;
font-style: normal;
margin-right: 10px;
}
#comments .comment-meta{
margin-bottom: 2px;	
}
#comments .author-comment{
color: #FFFFFF;
font-size: 12px;
padding: 3px 8px 4px;	
line-height: 1;
display: block;
float: left;
}
#comments .comment-time{	
font-size: 13px;
letter-spacing: 0;
margin-right: 5px;
}
#comments .comment-time a{
color: #AEAEAE;
}
#comments .sep{
color: #AEAEAE;
margin-right: 0px;
}
#comments .reply {
font-size: 13px;
margin-right: 10px;
}
#comments .edit-link{
font-size: 13px;
}
#comments .comment-text{
color: #777777;
}
#comments .moderation{ 
color: red; 
font-size: 13px;
margin-bottom: 0;
overflow: hidden;
clear: both;
}
#comments ul.children{
list-style: none;
position:relative;
}
#comments ul.children:before{
width: 14px;
height: 12px;
content: " ";
background-image: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/arrow-up.png);
background-repeat: no-repeat;
position: absolute;
left: 5px;
top: 10px;    
}
#comments ol.commentlist li ul.children { 
list-style: none; 
margin: 15px 0 0; 	
}
#comments ul.children .author-avatar{
width: 50px;
margin-top: 5px;
margin-right: 10px;
}
#comments ul.children li.comment{
margin-bottom: 5px;
}
#comments ol.commentlist li ul.children li.depth-2 { 
margin-left: 30px;  
}
#comments ol.commentlist li ul.children li.depth-3 { 
margin-left: 30px; 
}
#comments ol.commentlist li ul.children li.depth-4 { 
margin-left: 30px; 
}
#comments ol.commentlist li ul.children li.depth-5 { 
margin-left: 30px; 
}
#comments ol.commentlist li.pingback .url{
margin-right: 10px;
}
#comments .comment-nav  h4{
margin-bottom: 5px;
}
#comments .comment-nav {
margin-bottom: 15px;
overflow: hidden;
}
#comments .comment-nav .nav-previous{
float: left;
}
#comments .comment-nav .nav-next{
float: right;
}
#comments  .moderation{
color: #E96065;
font-size: 14px;
}
#respond #reply-title{	
margin: 15px 0 10px; 
}
#respond #reply-title small{
font-weight: 400;
font-size: 12px;
text-transform: none;
margin-left: 8px;
} 
#respond #reply-title small a{
color: #CCCCCC;
}
#respond .required {
color: #ff4b33;
font-weight: bold;
}
#respond label {
display: block;
margin-bottom: 3px;
}
#respond .comment-notes{
font-size: 13px;
color: #999999;
margin-bottom: 20px !important;
}
#respond .comment-form-author{
margin-right: 2%;
}
#respond .comment-form-author,
#respond .comment-form-email{
width: 49%;
float: left;	
}
#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
width: 90%;
}
#respond .comment-form-url input[type=text],
#respond textarea{
width: 95%;
}
#respond input[type=text],
#respond textarea{	
display: block;	
font-family: inherit;
font-size: 14px;
color: inherit;	
padding: 8px 12px;
border: 1px solid #222222;
}
#respond textarea{
height: 185px;
}
#respond input[type=submit]{
border: none;
background: #FFB400;
color: #FFFFFF;
cursor: pointer;
font: inherit;
padding: 8px 12px;
margin: 5px 0;
text-align: center;
}
#respond .form-allowed-tags {
margin: 15px 0 !important;
color: #A8A8A8;
} .page-header{
border-bottom: 1px solid #DDDDDD;
margin-bottom: 20px;	
}
.page-header h2{
border-bottom: 1px solid #DDDDDD;
margin-bottom: 2px;	
padding-bottom: 10px;
} .error-page .error-page-wrap{
overflow: hidden;
width: 80%;
margin: 0 auto;
text-align: center;
}
.error-page .error-page-wrap h1{
font-size: 140px;
}
.error-page .error-page-wrap p{
margin: 20px 0; 
}
.error-page .search-form{
width: 300px;
margin: 0 auto;	
}
.error-page .search-field{
width: 278px;
}
.error-page .widget{
margin: 20px 0;
}
.error-page .widget ul{
display: inline-block;
}
.error-page .widget h4{
margin-bottom: 10px;
} .archive-columns {
margin-top: 20px;
overflow: hidden;
}
.archive-page .wt-row{
overflow: hidden;
margin-bottom: 20px;
}
.archive-page .wt-row h4{
margin-bottom: 10px;
}
.archive-page .wp-tag-cloud a{
font-size: 13px !important;
}
.archive-page .search-form{
width: 220px;
}
.archive-page .search-field {
width: 198px;
} .contact-page .contact-text p:last-child{
margin-bottom: 0;
}
.contact-page .map,
.contact-page .contact-text{
margin-bottom: 20px;
overflow: hidden;
}
.contact-page .contact-form .error{
color: #F0685C;
font-size: 13px;
}
.contact-page .contact-form .wt-row{
margin-bottom: 20px;
overflow: hidden;
}
.recaptcha_only_if_image, 
.recaptcha_only_if_audio, 
.contact-page .contact-form label{
display: block;
font-size: 14px;
margin-bottom: 3px;
}
.recaptcha_refresh,
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.recaptcha_help{
float: left;
font-size: 12px;
color: #999999;
margin-right: 15px;
}
#recaptcha_widget a{
color: #BCBCBC;
}
#recaptcha_widget i{
margin-right: 5px;
color: #BCBCBC;
}
#recaptcha_image{
max-width: 100%;
}
.col-last .recaptcha_only_if_image, 
.col-last .recaptcha_only_if_audio{
font-weight: 400;
}
.contact-page .contact-form label span{
margin-left: 15px;
font-size: 12px;
color: #BCBCBC;
font-weight: normal;
}
.contact-page .one-half{
overflow: hidden;
}
.contact-page .one-half{
width: 48%;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea{
display: block;
font-family: inherit;
font-size: 14px;
padding: 10px 14px;
border: 1px solid #EEEEEE;
margin: 0;
color: #AEAEAE;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"]{
width: 91%;
}
.contact-page .contact-form .message-field input[type="text"]{
width: 95.5%;
}
.contact-page .contact-form textarea{
height: 185px;
width: 95.5%;
}
.msgbox{
color: #FFFFFF;
margin-bottom: 20px;
padding: 10px;
}
.msgbox-error{
background: #C14E36;	
}
.msgbox-success{
background: #6BCA70;
}
.msgbox-warning{
background: #EBA709;
}
.msgbox i{
margin-right: 5px;
} #sidebar .widget{
background: #FFFFFF;
overflow: hidden;
margin-bottom: 20px;
}
#sidebar .widget .widget-title{
background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/sep.png) repeat-x left bottom;
padding-bottom: 10px;
margin-bottom: 15px;
overflow: hidden;
}
.widget ul{
list-style: none;
margin: 0;
padding: 0;
}
.widget ul li{
border-bottom: 1px solid #F2F2F2;
padding: 8px 0;
overflow: hidden;
}
.widget ul li:first-child{
padding-top: 0;
}
.widget ul li:last-child{
border-bottom: 0;
padding-bottom: 0;
}
.widget select {
border: 1px solid #F2F2F2;
font: inherit;
color: inherit;
width: 100%;
padding: 8px;
}
.widget input[type=text]{	
display: block;	
font-family: inherit;
font-size: 14px;
color: inherit;	
padding: 8px 12px;
border: 1px solid #ECECEC;
height: 18px;
}    .widget_subscribe input[type=text]{
float: left;
width: 180px;
margin-right: 5px;
}
.widget_subscribe .button{
height: 36px;
}
#footer .widget_subscribe input[type=text]{
width: 200px;
margin-bottom: 10px;
} .widget_followers ul li{
border-bottom: none;
}
.widget_followers ul li{
width: 90px;
float: left;
margin-right: 15px;
text-align: center;
padding: 0;
}
.widget_followers ul li.rss{
margin-right: 0;
}
.widget_followers .icon{
width: 65px;
height: 65px;
border-radius: 65px;
display: inline-block;
margin-bottom: 10px;
}
.widget_followers .facebook .icon{
background: #00549F;
}
.widget_followers .twitter .icon{
background: #38CDFF;
}
.widget_followers .rss .icon{
background: #F8A631;
}
.widget_followers .icon i{
font-size: 36px;
margin-top: 15px;
color: #FFFFFF;
}
.widget_followers ul li.rss i{
margin-left: 5px;
} .widget_categories ul li i{
margin-right: 5px;
}
.widget_categories ul li h6{
display: inline-block;
}
.widget_categories .post-count{
padding: 4px 10px 3px;
border: 1px solid #111111;	
display: block;
float: right;
} .search-form{
overflow: hidden;
position: relative; 
}
.search-field {
padding: 9px 10px 10px;
}
#sidebar .search-field {
width: 274px;
}
.search-submit {
border: none;
color: #111111;
cursor: pointer;
font-size: 18px;
height: 20px;
margin: 0;
overflow: hidden;
position: absolute;
right: 5px;
top: 6px;
padding: 0;
background: none;
}
#footer .search-field {
width: 210px;
} .widget_pinterest ul li.pinterest-follow-me img{
display: block;
height: 28px
}
.widget_pinterest .recent-pins-widget{
overflow: hidden;
}
#sidebar .widget_pinterest ul li,
#sidebar .widget_flickr ul li{
width: 55px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
padding: 0 !important;
border-bottom: none !important;
}
#sidebar .widget_pinterest .pinterest-image img,
#sidebar .widget_flickr .flickr_thumbs img{
width: 55px;
height: 55px;
display: block;
}
#footer .widget_pinterest ul li,
#footer .widget_flickr ul li{
width: 60px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
padding: 0 !important;
border-bottom: none !important;
}
#footer .widget_pinterest .pinterest-image img,
#footer .widget_flickr .flickr_thumbs img{
width: 60px;
height: 60px;
display: block;
} .widget_tabs .widget-tabs-title-container{
overflow: hidden;
margin-bottom: 15px;
}
.widget_tabs .widget-tabs-title-container ul{
overflow: hidden;
padding-bottom: 5px;
background: url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/sep.png) repeat-x left bottom;
}
.widget_tabs .widget-tabs-title-container ul li{	
padding: 8px 9px !important;
float: left;	
display: block;	
border-bottom: none !important;
}
.widget_tabs .widget-tabs-title-container ul li:hover,
.widget_tabs .active {
background: #111111;
color: #FFFFFF;
}
.widget_tabs .widget-tabs-title-container ul li:hover a,
.widget_tabs .widget-tabs-title-container ul li.active a{
color: #FFFFFF;
}
.widget_tabs .widget-tabs-title-container ul li:first-child{
margin-left: 0;
}
.widget_tabs .tab-content{
display: none;
}
.widget_tabs .post-list li{
overflow: hidden;
margin-bottom: 7px;	
padding: 0 0 10px 0 !important;
}
.widget_tabs .comment-list li{
overflow: hidden;
margin-bottom: 10px;	
padding: 0 0 1px 0 !important;
}
.widget_tabs .comment-list .thumbnail,
.widget_tabs .post-list .thumbnail{
width: 65px;
float: left;
margin-right: 15px;
}
.widget_tabs .comment-list .avatar,
.widget_tabs .post-list .wp-post-image{
width: 65px;
height: 65px;
}
.widget_tabs .comment-text{
line-height: 1.2;
} .widget_comments .comment-list li{
margin-bottom: 8px;
overflow: hidden;
}
.widget_comments .thumbnail{
float: left;	
width: 65px;
margin-right: 10px;
}
.widget_comments .thumbnail img{
display: block;
}
.widget_comments .entry-meta {
margin: 0;
}
.widget_comments .comment-text {
margin-top: 3px;
font-size: 12px;
line-height: 1.4;
}
#footer .widget_comments .thumbnail{
width: 50px;
margin-right: 7px;
} .tagcloud{
overflow: hidden;
margin-top: 10px;
}
.tagcloud a{
display: block;
float: left;
font-size: 13px !important;
margin-bottom: 6px;
margin-right: 6px;
padding: 4px 8px; 	
border: 1px solid #111111;
}
.tagcloud a:hover{
color: #FFFFFF;
background: #111111;
}
#footer .tagcloud a{
border: 1px solid #444444;
}
#footer .tagcloud a:hover{
background: #333;
border: 1px solid #333;
} .widget_calendar { 
margin-bottom: 0 
}
.widget_calendar #calendar_wrap{
padding: 1px;
}
.widget_calendar td {
text-align: center;
padding: 7px 0;
border-top: 1px solid #F1F4F6;
border-right: 1px solid #F1F4F6;
}
.widget_calendar td:first-child{
border-left: 1px solid #F1F4F6;
}
.widget_calendar td a{
font-weight: 700;
}
.widget_calendar tfoot td a{
font-weight: 400;
}
.widget_calendar thead th {
padding: 10px 0;
text-align: center;
}
.widget_calendar caption {   
font-weight: 700;
}
.widget_calendar #prev {
text-align: left;
padding-left: 12px;
} .widget_adsblock ul{
overflow: hidden;
margin-top: 10px;
list-style: none;	
margin: 0;
padding: 0;
}
.widget_adsblock ul li{
float: left;
margin-top: 15px;
padding: 0 !important;
width: 125x;
height: 125x;	
border-bottom: none !important;
margin-right: 0px;	
}
.widget_adsblock ul li img{
width: 125x;
height: 125x;	
}
.widget_adsblock ul li a{
display: block;
}
.widget_adsblock  ul li:first-child{
margin-right: 25px;
margin-top: 0;
}
.widget_adsblock ul li:first-child + li {
margin-top: 0;
}
.widget_adsblock ul li:first-child + li + li{
margin-right: 25px;
} .widget_adsingle .outer-wrap{	
text-align: center;
}
.widget_adsingle .in-wrap{
display: inline-block;
max-width: 100%;
} .widget_slider{
position: relative;
}
.widget_slider .attachment-fp370_215{
height: 175px;
width: 300px;
}
.widget_slider ul{
list-style: none;
margin: 0;
padding: 0;
}
.widget_slider .slider-widget-posts ul li{
position: relative;
border-bottom: 0 !important;
margin-bottom: 0;
padding-bottom: 0 !important;
}
.widget .sidebar-carousel-nav{
display: inline-block;
position: absolute;
right: 0;
top: 2px;
background: #FFFFFF;
padding-left: 10px;
}
.widget_slider .post-info{
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}
.widget_slider .entry-meta a{
color: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
margin-bottom: 10px;
padding-bottom: 0px;
display: inline-block;
font-weight: 400;
}
.widget_slider .post-info h4{
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
.widget_slider .post-info h4 a{
color: #FFFFFF;
}
#footer .widget .sidebar-carousel-nav{
top: 0;
right: 0;
}
.widget .flex-direction-nav{
overflow: hidden;
}
.widget .flex-direction-nav li{
float: left;
overflow: hidden;
margin: 0;
padding: 0 !important;
}
.widget .flex-direction-nav a {	
cursor: pointer;
display: block;
width: 18px;
height: 18px;
font-size: 0;
-webkit-transition: all 1s ease; 
-moz-transition: all 1s ease; 
transition: all 1s ease;
background: #111111;
text-align: center;
}
.widget .flex-direction-nav a:before{
font-family: FontAwesome;
display: inline-block;
padding: 0;
font-weight: 400;
font-size: 10px;
margin-top: 2px;	
color: #FFFFFF;	
}
.widget .flex-direction-nav a.flex-prev{
margin-right: 3px;
}
.widget .flex-direction-nav a.flex-prev:before{
content: "\f053";	
}
.widget .flex-direction-nav a.flex-next:before{
content: "\f054";	
} .widget_social ul {
overflow: hidden;
margin-top: 10px;
}
.widget_social ul li{
border-bottom: none !important;
float: left;
margin-right: 10px;
padding: 0;
}
.widget_social ul li i{
font-size: 16px;
} #footer{
background: #222222;	
overflow: hidden;
margin-top: 30px;
color: #999999;
}
#footer a{
color: #999999;
}
#footer a:hover{
color: #FFFFFF;
}
#footer h4,
#footer h5,
#footer h6{
color: #FFFFFF;
}
#footer .footer-widgets{
padding: 30px 0 15px;
}
#footer .footer-widget{
width: 265px;
float: left;
margin-right: 13px;
overflow: hidden;	
}
#footer .widget{
margin-bottom: 15px;
}
#footer .widget .widget-title{
margin-bottom: 10px;
}
#footer .widget ul li {
border-bottom: 1px solid #444444;
overflow: hidden;
padding: 8px 0;
}
#footer .widget ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
#footer .footer-info{
background: #333333;	
padding: 7px 0;
}
#footer .footer-left{
float: left;
}
#footer .footer-right{
float: right;
max-width: 200px;	
}
#footer .footer-right ul{
overflow: hidden;
}
#footer .footer-right ul li{
float: left;
margin-left: 7px;
font-size: 14px;
} @media only screen and (min-width: 768px) and (max-width: 1129px) {
#container,
.inner-wrap{
width: 750px;	
position: relative;
}
#content {
margin-right: 0;
width: 750px;
}
#header {
margin-bottom: 20px;
}
#header .logo {
margin-bottom: 20px;
float: none;
}
#header .banner {
float: none;
margin: 0 auto;
}	
.primary-menu{
display: none;
}
.slicknav_menu{
display: block;
right: 234px;
}
.slicknav_btn {
width: 260px;		
}
.slider-main {
width: 750px;
margin-bottom: 15px;
}
.slider-right {
margin-left: 0;
width: 750px;
}
.slider-right .item-post{
float: left;
width: 365px;
}
.slider-right .item-post:first-child {
margin-right: 20px;
margin-bottom: 0;		
}
.slider-right .item-post .wp-post-image {
max-width: 370px;
margin-left: 0;
margin-top: 0;
}
.cat-large .post-list {
margin-right: 10px;
}
.cat-large .main-post {
width: 520px;
}
.one-half {
margin-right: 10px;
}	
.related-posts ul li {
width: 243px;
}
#sidebar{
width: 750px;
margin: 20px 0;
float: left;
-moz-column-count: 2;
-moz-column-gap: 30px;
-webkit-column-count: 2;
-webkit-column-gap: 30px;
column-count: 2;
column-gap: 30px;
}
#footer .footer-widget,
#sidebar .widget{
display: inline-block;
width: 300px !important;
margin-bottom: 10px;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
}
} @media only screen and (min-width: 570px) and (max-width: 767px) {
#container,
.inner-wrap{
width: 550px;	
position: relative;
}
#content {
margin-right: 0;
width: 550px;
}
#header {
margin-bottom: 20px;
}
#header .logo {
margin-bottom: 20px;
float: none;
text-align: center;		
}
.primary-menu{
display: none;
}
.slicknav_menu{
display: block;
right: 134px;
}
.slicknav_btn {
width: 260px;
}
#header .banner {
float: none;
margin: 0 auto;
}
.slider-main {
width: 550px;
margin-bottom: 15px;
}
.slider-right {
margin-left: 0;
width: 550px;
}
.attachment-fp770_375 {
height: 300px;
width: 550px;
}
.slider-right .item-post {
height: 185px;
width: 270px;
float: left;
}
.slider-right .item-post:first-child {
margin-bottom: 0;
margin-right: 10px;
}
.slider-right .item-post .wp-post-image {
margin-left: 0;
margin-top: 0;
max-width: 100%;
}
.cat-large .main-post {
float: left;
margin-left: 15px;
margin-bottom: 15px;
}
.cat-large .post-list {
margin-right: 0;
width: 100%;
}
.feat-cat .item-post {
border-bottom: none;
margin-bottom: 0;
margin-right: 20px;
float: left;
}
.feat-cat .item-post:last-child{
display: none;
}
.cat-large .post-list .wp-post-image {
height: 120px;
width: 220px;
}
.feat-cat .item-wrap {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.one-half {
margin-right: 10px;
width: 270px;
}
.attachment-fp370_215 {
height: 160px;
width: 270px;
}
.video-thumb iframe {
height: 160px !important;
}
.entry-meta .sep {
margin: 0;
}
#sidebar{
width: 550px;
margin: 20px 0;
float: left;
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.widget_subscribe input[type="text"] {
margin-bottom: 10px;
}
#footer .footer-widget,
#sidebar .widget{
display: inline-block;
width: 260px !important;
margin-bottom: 10px;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
}
} @media only screen and (min-width: 460px) and (max-width: 569px) {
#container,
.inner-wrap{
width: 440px;
position: relative;	
}
#content {
margin-right: 0;
width: 440px;
}
#header {
margin-bottom: 10px;
}
#header .logo {
margin: 0;
float: none;
text-align: center;		
}
#header .banner {
display: none;
}
.primary-menu{
display: none;
}
.slicknav_menu{
display: block;
right: 79px;
}
.slicknav_btn {
width: 260px;
}
.slider-main {
width: 440px;
margin-bottom: 15px;
}
.slider-right {
margin-left: 55px;
width: 325px;
}
.attachment-fp770_375 {
height: 250px;
width: 440px;
}
.slider-main .post-info h5,
.slider-main .more {
display: none;
}
.slider-main .post-info h2 {
font-size: 32px;
}
.slider-right .item-post:first-child {
margin-bottom: 15px;
}
.cat-large .main-post {
width: 440px;
margin-bottom: 15px;
}
.attachment-fp520_400 {
height: 330px;
}
.cat-large .post-list {
margin-right: 0;
width: 100%;
}
.cat-large .item-post {
border-bottom: none;
margin-bottom: 0;
width: 215px;
}
.feat-cat .item-wrap {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.cat-large .item-post:first-child {
margin-right: 10px;
}
.cat-large .item-post:last-child {
display: none;
}
.bx-wrapper {
width: 700px;
}
.carousel-posts li{
width: 220px !important;
margin-right: 10px !important;
}
.attachment-fp240_165 {
height: 145px;
}
.feat-cat .main-post {
margin-bottom: 15px;
}
.contact-page .map iframe{
width: 440px;
height: 220px;
}
#respond .comment-form-author, 
#respond .comment-form-email {
width: 48%;
}
#respond .comment-form-url input[type="text"], 
#respond textarea {
width: 93.5%;
}
} @media only screen and (max-width: 459px) {
#container,
.inner-wrap{
width: 300px;	
position: relative;
}
#content {
margin-right: 0;
width: 300px;
}
#header{
margin-bottom: 10px;
}
#header .logo {
margin-bottom: 15px;
float: none;
text-align: center;		
}
#header .banner {
display: none;
}
.primary-menu{
display: none;
}
.slicknav_menu{
display: block;
right: 11px;
}
.slicknav_btn {
width: 255px;		
}
.slider-main {
width: 300px;
margin-bottom: 15px;
}
.slider-right {
display: none;
}
.attachment-fp770_375 {
height: 160px;
}
.slider-main .post-info h5,
.slider-main .more {
display: none;
}
.slider-main .post-info h2 {
font-size: 20px;
}
.slider-right .item-post:first-child {
margin-bottom: 15px;
}
.slider-main .post-info {
bottom: 20px;
}
.slider-main-nav{
display: none;
}
.cat-large .main-post {
width: 300px;
margin-bottom: 15px;
}
.attachment-fp520_400 {
height: 230px;
}
.cat-large .post-list {
margin-right: 0;		
}
.bx-wrapper {
width: 700px;
}
.feat-cat .main-post {
margin-bottom: 15px;
}
.one-half {
margin-right: 0;
width: 300px;
}
.attachment-fp370_215 {
height: 175px;
}
.entry-meta .social {
display: none;
}
.related-posts ul li {
margin-bottom: 10px;
margin-right: 0;
}
.contact-page .map iframe{
width: 100%;
height: 180px;
}
#respond .comment-form-author, 
#respond .comment-form-email {
width: 100%;
}
#respond .comment-form-author {
margin-right: 0;
}
#respond .comment-form-url input[type="text"], 
#respond textarea {
width: 90.5%;
}
}
.legalinks a {
color: #000080;
}
input:focus {
outline: medium none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(204, 204, 204);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0px none;
outline-width: 0px;
outline-style: none;
outline-color: -moz-use-text-color;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color:#000;
border-radius: 4px;
vertical-align: middle;
}
.span3 {
width: 300px;
}
.keke {
width: 770px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.564102564102564%;
*margin-left: 2.5109110747408616%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.564102564102564%;
}
.row-fluid .span3 {
width: 31.623931623931625%;
*width: 31.570740134569924%;
}
.row-fluid .span1 {
width: 35.65%;
*width: 35.65%;
}
.row-fluid .span2 {
width: 61.65%;
*width: 61.65%;
}
.row-fluid .span50 {
width: 48.65%;
*width: 48.65%;
} .wpcf7-form p.field {
position: relative;
overflow: hidden;
margin-bottom: 15px;
vertical-align: top;
}
.wpcf7-form p.field input {
margin: 0;
height: 30px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-form p.field input[type="file"] {
position: relative;
cursor: pointer;
height: 25px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wpcf7-form textarea {
width: 100%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
resize: none;
overflow: auto;
border-radius: 4px;
}
.wpcf7-form .submit-wrap {
margin: 0;
padding: 0;
}
.wpcf7-form .submit-wrap input {
margin-right: 10px;
}
span.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 10 !important;
right: 240px !important;
bottom: 10px !important;
left: 350 !important;
padding: 4px 6px !important;
width: auto !important;
height: auto !important;
background: #F2DEDE !important;
border: 1px solid #EED3D7 !important;
color: #B94A48 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.wpcf7-response-output {
margin: 20px 0 !important;
padding: 8px 35px 8px 14px !important;
border: 1px solid #FBEED5 !important;
background-color: #FCF8E3;
color: #C09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
div.wpcf7-validation-errors {
background-color: #F2DEDE !important;
border-color: #EED3D7 !important;
color: #B94A48 !important;
}
div.wpcf7-mail-sent-ok {
background: #DFF0D8 !important;
border: 1px solid #D6E9C6 !important;
color: #468847 !important;
} @media (min-width: 768px) and (max-width: 979px) {
.wpcf7-not-valid-tip {
font-size: 11px !important;
}
}
input, button, select, textarea {font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;}
SPAN.wpcf7-list-item{13px/18px Arial,Helvetica,sans-serif;}
INPUT.wpcf7-form-control.wpcf7-submit{
background: #4284c6;
background: -moz-linear-gradient(top, #6cb5ff, #4284c6);
background: -webkit-gradient(linear, left top, left bottom, from(#6cb5ff), to(#4284c6));
background-image: -o-linear-gradient(#6cb5ff, #4284c6);
-pie-background: linear-gradient(#6cb5ff, #4284c6);
padding:10px;
text-decoration:none;
color:#FFF;
font-weight:bold;
text-align:center;
border:1px solid #FFF;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:10px;
display:inline-block;
}
INPUT.wpcf7-form-control.wpcf7-submit:hover{
cursor: pointer;
text-decoration:none;
color:#FFF;
border:1px solid #555;
background: #2a77c4;
background: -moz-linear-gradient(top, #46a0fc, #2a77c4);
background: -webkit-gradient(linear, left top, left bottom, from(#46a0fc), to(#2a77c4));
} .myform{
margin:0 auto;
width: 90%;
padding:15px; background:url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/form_back_bg.jpg) repeat-x #f3ffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.myform p, h1, form, button{border:0; margin:0; padding:0;}
.myminiform{
margin:0 auto;
width: 90%;
padding:15px; background:url(//www.kateraynor.com/wp-content/themes/fp_santiago/images/form_back_bg.jpg) repeat-x #f3ffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.myminiform p, h1, form, button{border:0; margin:0; padding:0;}
.clear{ clear:both;}
.fldset{ margin:5px 0; padding:0; width:100%;}
.label_box{ float:left; margin:0; padding:0; width:200px;}
.field_box{ margin:0; padding:0; width:350px; float:right;} #basic{border:solid 2px #DEDEDE;}
#basic h1 {font-size:24px;font-weight:bold;margin-bottom:8px;padding-bottom:5px; text-align:center;}
#basic h2 {font-size:16px;font-weight:bold;margin-bottom:8px;border-bottom:solid 1px #fff;padding-bottom:5px;}
label{display:block;font-weight:bold;width: 36.5%;font-size:12px;float:left; height:28px; line-height:28px;}
.input{float:left;width:335px;}
select {float: left;padding: 4px;width: 100%;height: 100%;}
.textarea{float:left;width:335px;height:50px;}
.button{ clear:both;margin-left:200px; border:solid 1px #666666;font-size:14px; padding:4px 6px; background: #a4b357; background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); background: linear-gradient(top, #a4b357 0%,#75890c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); color:#fff; font-weight:bold;}
.comments {height: 90px;font-size: 14px;}
.fieldright {float: right;}
.onefield_specialbox{width: 99%;float: right;}
.wpcf7-submit{margin-top: 10px;}
BUTTON.main-color-bg.button{
margin-left: 0px;
}
SELECT.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
width: 40%;
}@font-face{font-family:'FontAwesome';src:url(//www.kateraynor.com/wp-content/themes/fp_santiago/css/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.1);src:url(//www.kateraynor.com/wp-content/themes/fp_santiago/css/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1) format('embedded-opentype'),url(//www.kateraynor.com/wp-content/themes/fp_santiago/css/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.1) format('woff'),url(//www.kateraynor.com/wp-content/themes/fp_santiago/css/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.1) format('truetype'),url(//www.kateraynor.com/wp-content/themes/fp_santiago/css/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.2857142857142858em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)} 100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)} 100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)} 100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)} 100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-move:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-resize-full:before{content:"\f065"}
.fa-resize-small:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-resize-vertical:before{content:"\f07d"}
.fa-resize-horizontal:before{content:"\f07e"}
.fa-bar-chart-o:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-gears:before,.fa-cogs:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-fullscreen:before{content:"\f0b2"}
.fa-group:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-reorder:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}
.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building:before{content:"\f0f7"}
.fa-hospital:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-expand-o:before{content:"\f116"}
.fa-collapse-o:before{content:"\f117"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-reply-all:before{content:"\f122"}
.fa-mail-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-o:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-horizontal:before{content:"\f141"}
.fa-ellipsis-vertical:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
.fa-euro:before,.fa-eur:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-rupee:before,.fa-inr:before{content:"\f156"}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
.fa-won:before,.fa-krw:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}