/** Skeleton V1.2* Copyright 2011, Dave Gamache* www.getskeleton.com* Free to use under the MIT license.* http: //www.opensource.org/licenses/mit-license.php* 6/20/2012*//* #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;
}
body {
	font-size: 13px;
	line-height: 22px;
}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }ol, ul, li {	list-style: inside;}
ol li {
	list-style: inside decimal;
}blockquote, q {	quotes: none; }blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none; }table {	border-collapse: collapse;	border-spacing: 0; }p {	margin: 0 0 20px 0;
	line-height: 22px;
	font-size: 13px;
	color: #6d7683;
}
/* Basic Styles  */html {	-webkit-text-size-adjust: none;}* {	outline: none;}input[type='submit'] {   -webkit-appearance: none;   -moz-appearance: none;   appearance: none;     cursor: pointer;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;}::-moz-selection {    color: #fff;	text-shadow: none;}::selection {    color: #fff;	text-shadow: none;}blockquote {	font-weight: normal;}.google-map iframe {	width: 100%;	min-height: 400px;}pre {    background: #F5F5F5;
    color: #888;    padding: 10px;    margin: 0;    border: 1px solid #E9E9E9;    word-break: break-all;    word-wrap: break-word;    white-space: pre-line;    overflow: hidden;    line-height: 24px;}.display_none {	display: none;}/* Main Fonts  */body,.qoute p,input,.button,label,.more,blockquote,h1, h2, h3, h4, h5, h6,.navigation li ul li,.twitter-follow {
	font-family: "Open Sans", Arial, sans-serif;
}
.logo,.wrap-search input[type="search"],.widget-title,.post-title,.post-head > h3,.widget-posts-content > a,.page-404 h2,.page-404 h3 {
	font-family: "Roboto Slab", Arial, sans-serif;
}
.navigation li,.header-follow-a {
	font-family: "Lato", Arial, sans-serif;
}
.button {	display: inline-block;	margin: 5px 5px 5px 0;	border: none;	cursor: pointer;	text-shadow: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	font-weight: bold;
}
.button i {
	margin-right: 10px;
}.button.large {	padding: 8px 30px;}.button.medium {	padding: 7px 21px;}.button.small {	padding: 7px 15px;}.button.mini {	padding: 3px 10px;}.f_left {	float: left !important;}.f_right {	float: right !important;}input[type="text"],input[type="password"],input[type="email"],
input[type="url"],
textarea,select {    width: 100%;
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
	-moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}textarea { min-height: 60px }select {	width: 220px;	padding: 5px;}label,legend {    cursor: pointer;    display: block;}/* font size */.button.mini {
	font-size: 12px;
}
.button.small {
	font-size: 14px;
}
.button.medium {
	font-size: 16px;
}
.button.large {	font-size: 18px;}.flex-direction-nav li a {	font-size: 31px;}
.padding_t_4 {
	padding-top: 4px;
}/* margin */.margin_r_0_l_10 {	margin-right: 0 !important;	margin-left: 10px !important;}.margin_r_10_l_0 {	margin-right: 10px !important;	margin-left: 0 !important;}.margin_0 {	margin: 0 !important;}.margin_r_5 {	margin-right: 5px;}.margin_r_7 {	margin-right: 7px;}.margin_r_10 {	margin-right: 10px;}.margin_r_15 {	margin-right: 15px;}.margin_r_20 {	margin-right: 20px;}.margin_l_5 {	margin-left: 5px;}.margin_l_7 {	margin-left: 7px;}.margin_l_10 {	margin-left: 10px;}.margin_l_15 {	margin-left: 15px;}.margin_l_20 {	margin-left: 20px;}.margin_t_5 {	margin-top: 5px;}.margin_t_7 {	margin-top: 7px;}.margin_t_10 {	margin-top: 10px;}.margin_t_15 {	margin-top: 15px;}.margin_t_20 {	margin-top: 20px;}.margin_t_25 {	margin-top: 25px;}.margin_t_50 {	margin-top: 50px;}.margin_b_5 {	margin-bottom: 5px;}.margin_b_7 {	margin-bottom: 7px;}.margin_b_10 {	margin-bottom: 10px;}.margin_b_15 {	margin-bottom: 15px;}.margin_b_20 {	margin-bottom: 20px !important;}.margin_b_25 {	margin-bottom: 25px !important;}.margin_b_30 {	margin-bottom: 30px !important;}.margin_b_35 {	margin-bottom: 35px;}.margin_b_40 {	margin-bottom: 40px !important;}.margin_b_50 {	margin-bottom: 50px;}/* Font size */.font10 { font-size: 10px; }.font11 { font-size: 11px; }.font12 { font-size: 12px; }.font13 { font-size: 13px; }.font14 { font-size: 14px; }.font15 { font-size: 15px; }.font16 { font-size: 16px; }.font17 { font-size: 17px; }.font18 { font-size: 18px; }.font19 { font-size: 19px; }.font20 { font-size: 20px; }.font21 { font-size: 21px; }.font22 { font-size: 22px; }.font23 { font-size: 23px; }.font24 { font-size: 24px; }.font25 { font-size: 25px; }.font26 { font-size: 26px; }.font27 { font-size: 27px; }.font28 { font-size: 28px; }.font29 { font-size: 29px; }.font30 { font-size: 30px; }.font31 { font-size: 31px; }.font32 { font-size: 32px; }.font33 { font-size: 33px; }.font34 { font-size: 34px; }.font35 { font-size: 35px; }.font36 { font-size: 36px; }.font37 { font-size: 37px; }.font38 { font-size: 38px; }.font39 { font-size: 39px; }.font40 { font-size: 40px; }.font41 { font-size: 41px; }.font42 { font-size: 42px; }.font43 { font-size: 43px; }.font44 { font-size: 44px; }.font45 { font-size: 45px; }.font46 { font-size: 46px; }.font47 { font-size: 47px; }.font48 { font-size: 48px; }.font49 { font-size: 49px; }.font50 { font-size: 50px; }.font51 { font-size: 51px; }.font52 { font-size: 52px; }.font53 { font-size: 53px; }.font54 { font-size: 54px; }.font55 { font-size: 55px; }.font56 { font-size: 56px; }.font57 { font-size: 57px; }.font58 { font-size: 58px; }.font59 { font-size: 59px; }.font60 { font-size: 60px; }.font61 { font-size: 61px; }.font62 { font-size: 62px; }.font63 { font-size: 63px; }.font64 { font-size: 64px; }.font65 { font-size: 65px; }.font66 { font-size: 66px; }.font67 { font-size: 67px; }.font68 { font-size: 68px; }.font69 { font-size: 69px; }.font70 { font-size: 70px; }.font71 { font-size: 71px; }.font72 { font-size: 72px; }.font73 { font-size: 73px; }.font74 { font-size: 74px; }.font75 { font-size: 75px; }.font76 { font-size: 76px; }.font77 { font-size: 77px; }.font78 { font-size: 78px; }.font79 { font-size: 79px; }.font80 { font-size: 80px; }.font81 { font-size: 81px; }.font82 { font-size: 82px; }.font83 { font-size: 83px; }.font84 { font-size: 84px; }.font85 { font-size: 85px; }.font86 { font-size: 86px; }.font87 { font-size: 87px; }.font88 { font-size: 88px; }.font89 { font-size: 89px; }.font90 { font-size: 90px; }.font91 { font-size: 91px; }.font92 { font-size: 92px; }.font93 { font-size: 93px; }.font94 { font-size: 94px; }.font95 { font-size: 95px; }.font96 { font-size: 96px; }.font97 { font-size: 97px; }.font98 { font-size: 98px; }.font99 { font-size: 99px; }.font100 { font-size: 100px; }/* height */.height_10 {	height: 10px !important;}.height_15 {	height: 15px !important;}.height_20 {	height: 20px !important;}.height_25 {	height: 25px !important;}.height_30 {	height: 30px;	width: 30px;}.height_30 i {	line-height: 30px;}.height_40 {	height: 40px;	width: 40px;}.height_40 i {	line-height: 40px;}.height_50 {	height: 50px;	width: 50px;}.height_50 i {	line-height: 50px;}.height_60 {	height: 60px;	width: 60px;}.height_60 i {	line-height: 60px;}.height_70 {	height: 70px;	width: 70px;}.height_60 i {	line-height: 60px;}.height_80 {	height: 80px;	width: 80px;}.height_80 i {	line-height: 80px;}.height_90 {	height: 90px;	width: 90px;}.height_90 i {	line-height: 90px;}.height_100 {	height: 100px;	width: 100px;}.height_100 i {	line-height: 100px;}.gap {	height: 30px;
	clear: both;}/* Backgrounds  */.button.black,.button.dark_button.color, .button.color:hover {	 background: #2f3239;}table.style th {	background: #F3F3F3;}
blockquote,.qoute {
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
}.more {	background: #2f3239;}#map {	background: #e5e3df;}.button.normal {	background: #f1f1f1;}/* Colors   */.more, .more:hover,.flex-direction-nav li a, .flex-direction-nav li a:hover {	color: #fff;}body, a.button.normal, a,li a:hover,p a:hover {	color: #2f3c4e;}.qoute p {	color: #757575;}
.default-color {
	color: #2f3239;
}
#columns p {
	font-size: 13px;
	color: #2f3239;
}/* borders  */hr.line {	border: solid #EAEAEA; border-width: 1px 0 0; clear: both;height: 0;}hr {	border: solid #EAEAEA;	border-width: 1px 0 0;	clear: both;	margin: -1px 0 0 0;	height: 0;}blockquote {	margin: 0 0 20px 0;	position: relative;
	padding: 20px;}blockquote p {	margin: 0 !important;}
/* Aligns  */table.style th, table.style td,.flex-direction-nav li a,.t_center  {	text-align: center;}.t_center {	margin-right: auto;	margin-left: auto;}span.t_center {	display: block;}.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
/* Typography  */h1, h2, h3, h4, h5, h6 {	text-transform: none;
	margin-top: 0;	margin-bottom: 18px;
	font-weight: bold;
}h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 {
	font-size: 32px;
	line-height: 35px;
}
h2 {
	font-size: 28px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 26px;
}
h4 {
	font-size: 22px;
	line-height: 24px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
em { font-style: italic; }strong { font-weight: bold; }small { font-size: 80%; }abbr { border-bottom: 1px dashed; cursor: help; }address,cite,em { font-style: italic }dfn { border-bottom: 1px dashed; font-style: italic; }big { font-size: large }small,
sub,
sup { position: relative; font-size: 11px; vertical-align: baseline; }
sub { top: 3px }
sup { bottom: 3px }
strong,
b { font-weight: bold; }
mark { 	display: inline; 	padding: 2px 4px; 	background-color: #f6f2d6;	color:#7c6d08;}mark.dark { 	background-color: #333;	color: #ffffff;}.table-style-1 table,.table-style-2 table {	margin: 0 0 30px 0;	text-align: left;	border: 1px solid #dbdbdb;	width: 100%;}.table-style-1 tr:nth-child(even),.table-style-2 tr:nth-child(even) { background: #ffffff; }.table-style-1 tr:nth-child(odd),.table-style-2 tr:nth-child(odd) { background: #ffffff; }.table-style-1 th,.table-style-1 td,.table-style-2 th,.table-style-2 td {	padding: 10px 20px;	vertical-align: middle;	border: 1px solid #e2e2e2;}.table-style-1 tr:hover,.table-style-2 tr:hover {	background: #fafafa;}.table-style-1 thead th,.table-style-2 thead th {	color: #333;	font-size: 14px;	font-weight: 700;	border: none;	border: 1px solid #dbdbdb;	padding: 15px 20px;	background-color: #F9F9F9;}/* Links  */a,.button,.header-search,.header-follow-a,.post-type,.related-post-type,.related-post-head,.post-img-lightbox,.post-img-lightbox i,.widget.widget-statistics li a span,.accordion-archive ul li:before {	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;}.navigation_mobile_click,.navigation_mobile_click:before,.go-up {
	-webkit-transition: all 0.2s ease-in;  
	-moz-transition: all 0.2s ease-in;  
	-ms-transition: all 0.2s ease-in;  
	-o-transition: all 0.2s ease-in;  
	transition: all 0.2s ease-in;
}a {   text-decoration: none;}/* Images  */img {	max-width: 100%;	-moz-box-sizing: border-box;	-ms-box-sizing: border-box;	-o-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	vertical-align: middle;	height: auto;}
[class^="list-ul-"] li,[class*="list-ul-"] li {list-style: none;}
[class^="list-ul-"] li:before,[class*="list-ul-"] li:before {font-family: "FontAwesome";margin-right: 10px;}
.list-ul-glass ul li:before{content:"\f000"}
.list-ul-music ul li:before{content:"\f001"}
.list-ul-search ul li:before{content:"\f002"}
.list-ul-envelope-o ul li:before{content:"\f003"}
.list-ul-heart ul li:before{content:"\f004"}
.list-ul-star ul li:before{content:"\f005"}
.list-ul-star-o ul li:before{content:"\f006"}
.list-ul-user ul li:before{content:"\f007"}
.list-ul-film ul li:before{content:"\f008"}
.list-ul-th-large ul li:before{content:"\f009"}
.list-ul-th ul li:before{content:"\f00a"}
.list-ul-th-list ul li:before{content:"\f00b"}
.list-ul-check ul li:before{content:"\f00c"}
.list-ul-times ul li:before{content:"\f00d"}
.list-ul-search-plus ul li:before{content:"\f00e"}
.list-ul-search-minus ul li:before{content:"\f010"}
.list-ul-power-off ul li:before{content:"\f011"}
.list-ul-signal ul li:before{content:"\f012"}
.list-ul-gear ul li:before,.list-ul-cog ul li:before{content:"\f013"}
.list-ul-trash-o ul li:before{content:"\f014"}
.list-ul-home ul li:before{content:"\f015"}
.list-ul-file-o ul li:before{content:"\f016"}
.list-ul-clock-o ul li:before{content:"\f017"}
.list-ul-road ul li:before{content:"\f018"}
.list-ul-download ul li:before{content:"\f019"}
.list-ul-arrow-circle-o-down ul li:before{content:"\f01a"}
.list-ul-arrow-circle-o-up ul li:before{content:"\f01b"}
.list-ul-inbox ul li:before{content:"\f01c"}
.list-ul-play-circle-o ul li:before{content:"\f01d"}
.list-ul-rotate-right ul li:before,.list-ul-repeat ul li:before{content:"\f01e"}
.list-ul-refresh ul li:before{content:"\f021"}
.list-ul-list-alt ul li:before{content:"\f022"}
.list-ul-lock ul li:before{content:"\f023"}
.list-ul-flag ul li:before{content:"\f024"}
.list-ul-headphones ul li:before{content:"\f025"}
.list-ul-volume-off ul li:before{content:"\f026"}
.list-ul-volume-down ul li:before{content:"\f027"}
.list-ul-volume-up ul li:before{content:"\f028"}
.list-ul-qrcode ul li:before{content:"\f029"}
.list-ul-barcode ul li:before{content:"\f02a"}
.list-ul-tag ul li:before{content:"\f02b"}
.list-ul-tags ul li:before{content:"\f02c"}
.list-ul-book ul li:before{content:"\f02d"}
.list-ul-bookmark ul li:before{content:"\f02e"}
.list-ul-print ul li:before{content:"\f02f"}
.list-ul-camera ul li:before{content:"\f030"}
.list-ul-font ul li:before{content:"\f031"}
.list-ul-bold ul li:before{content:"\f032"}
.list-ul-italic ul li:before{content:"\f033"}
.list-ul-text-height ul li:before{content:"\f034"}
.list-ul-text-width ul li:before{content:"\f035"}
.list-ul-align-left ul li:before{content:"\f036"}
.list-ul-align-center ul li:before{content:"\f037"}
.list-ul-align-right ul li:before{content:"\f038"}
.list-ul-align-justify ul li:before{content:"\f039"}
.list-ul-list ul li:before{content:"\f03a"}
.list-ul-dedent ul li:before,.list-ul-outdent ul li:before{content:"\f03b"}
.list-ul-indent ul li:before{content:"\f03c"}
.list-ul-video-camera ul li:before{content:"\f03d"}
.list-ul-photo ul li:before,.list-ul-image ul li:before,.list-ul-picture-o ul li:before{content:"\f03e"}
.list-ul-pencil ul li:before{content:"\f040"}
.list-ul-map-marker ul li:before{content:"\f041"}
.list-ul-adjust ul li:before{content:"\f042"}
.list-ul-tint ul li:before{content:"\f043"}
.list-ul-edit ul li:before,.list-ul-pencil-square-o ul li:before{content:"\f044"}
.list-ul-share-square-o ul li:before{content:"\f045"}
.list-ul-check-square-o ul li:before{content:"\f046"}
.list-ul-arrows ul li:before{content:"\f047"}
.list-ul-step-backward ul li:before{content:"\f048"}
.list-ul-fast-backward ul li:before{content:"\f049"}
.list-ul-backward ul li:before{content:"\f04a"}
.list-ul-play ul li:before{content:"\f04b"}
.list-ul-pause ul li:before{content:"\f04c"}
.list-ul-stop ul li:before{content:"\f04d"}
.list-ul-forward ul li:before{content:"\f04e"}
.list-ul-fast-forward ul li:before{content:"\f050"}
.list-ul-step-forward ul li:before{content:"\f051"}
.list-ul-eject ul li:before{content:"\f052"}
.list-ul-chevron-left ul li:before{content:"\f053"}
.list-ul-chevron-right ul li:before{content:"\f054"}
.list-ul-plus-circle ul li:before{content:"\f055"}
.list-ul-minus-circle ul li:before{content:"\f056"}
.list-ul-times-circle ul li:before{content:"\f057"}
.list-ul-check-circle ul li:before{content:"\f058"}
.list-ul-question-circle ul li:before{content:"\f059"}
.list-ul-info-circle ul li:before{content:"\f05a"}
.list-ul-crosshairs ul li:before{content:"\f05b"}
.list-ul-times-circle-o ul li:before{content:"\f05c"}
.list-ul-check-circle-o ul li:before{content:"\f05d"}
.list-ul-ban ul li:before{content:"\f05e"}
.list-ul-arrow-left ul li:before{content:"\f060"}
.list-ul-arrow-right ul li:before{content:"\f061"}
.list-ul-arrow-up ul li:before{content:"\f062"}
.list-ul-arrow-down ul li:before{content:"\f063"}
.list-ul-mail-forward ul li:before,.list-ul-share ul li:before{content:"\f064"}
.list-ul-expand ul li:before{content:"\f065"}
.list-ul-compress ul li:before{content:"\f066"}
.list-ul-plus ul li:before{content:"\f067"}
.list-ul-minus ul li:before{content:"\f068"}
.list-ul-asterisk ul li:before{content:"\f069"}
.list-ul-exclamation-circle ul li:before{content:"\f06a"}
.list-ul-gift ul li:before{content:"\f06b"}
.list-ul-leaf ul li:before{content:"\f06c"}
.list-ul-fire ul li:before{content:"\f06d"}
.list-ul-eye ul li:before{content:"\f06e"}
.list-ul-eye-slash ul li:before{content:"\f070"}
.list-ul-warning ul li:before,.list-ul-exclamation-triangle ul li:before{content:"\f071"}
.list-ul-plane ul li:before{content:"\f072"}
.list-ul-calendar ul li:before{content:"\f073"}
.list-ul-random ul li:before{content:"\f074"}
.list-ul-comment ul li:before{content:"\f075"}
.list-ul-magnet ul li:before{content:"\f076"}
.list-ul-chevron-up ul li:before{content:"\f077"}
.list-ul-chevron-down ul li:before{content:"\f078"}
.list-ul-retweet ul li:before{content:"\f079"}
.list-ul-shopping-cart ul li:before{content:"\f07a"}
.list-ul-folder ul li:before{content:"\f07b"}
.list-ul-folder-open ul li:before{content:"\f07c"}
.list-ul-arrows-v ul li:before{content:"\f07d"}
.list-ul-arrows-h ul li:before{content:"\f07e"}
.list-ul-bar-chart-o ul li:before{content:"\f080"}
.list-ul-twitter-square ul li:before{content:"\f081"}
.list-ul-facebook-square ul li:before{content:"\f082"}
.list-ul-camera-retro ul li:before{content:"\f083"}
.list-ul-key ul li:before{content:"\f084"}
.list-ul-gears ul li:before,.list-ul-cogs ul li:before{content:"\f085"}
.list-ul-comments ul li:before{content:"\f086"}
.list-ul-thumbs-o-up ul li:before{content:"\f087"}
.list-ul-thumbs-o-down ul li:before{content:"\f088"}
.list-ul-star-half ul li:before{content:"\f089"}
.list-ul-heart-o ul li:before{content:"\f08a"}
.list-ul-sign-out ul li:before{content:"\f08b"}
.list-ul-linkedin-square ul li:before{content:"\f08c"}
.list-ul-thumb-tack ul li:before{content:"\f08d"}
.list-ul-external-link ul li:before{content:"\f08e"}
.list-ul-sign-in ul li:before{content:"\f090"}
.list-ul-trophy ul li:before{content:"\f091"}
.list-ul-github-square ul li:before{content:"\f092"}
.list-ul-upload ul li:before{content:"\f093"}
.list-ul-lemon-o ul li:before{content:"\f094"}
.list-ul-phone ul li:before{content:"\f095"}
.list-ul-square-o ul li:before{content:"\f096"}
.list-ul-bookmark-o ul li:before{content:"\f097"}
.list-ul-phone-square ul li:before{content:"\f098"}
.list-ul-twitter ul li:before{content:"\f099"}
.list-ul-facebook ul li:before{content:"\f09a"}
.list-ul-github ul li:before{content:"\f09b"}
.list-ul-unlock ul li:before{content:"\f09c"}
.list-ul-credit-card ul li:before{content:"\f09d"}
.list-ul-rss ul li:before{content:"\f09e"}
.list-ul-hdd-o ul li:before{content:"\f0a0"}
.list-ul-bullhorn ul li:before{content:"\f0a1"}
.list-ul-bell ul li:before{content:"\f0f3"}
.list-ul-certificate ul li:before{content:"\f0a3"}
.list-ul-hand-o-right ul li:before{content:"\f0a4"}
.list-ul-hand-o-left ul li:before{content:"\f0a5"}
.list-ul-hand-o-up ul li:before{content:"\f0a6"}
.list-ul-hand-o-down ul li:before{content:"\f0a7"}
.list-ul-arrow-circle-left ul li:before{content:"\f0a8"}
.list-ul-arrow-circle-right ul li:before{content:"\f0a9"}
.list-ul-arrow-circle-up ul li:before{content:"\f0aa"}
.list-ul-arrow-circle-down ul li:before{content:"\f0ab"}
.list-ul-globe ul li:before{content:"\f0ac"}
.list-ul-wrench ul li:before{content:"\f0ad"}
.list-ul-tasks ul li:before{content:"\f0ae"}
.list-ul-filter ul li:before{content:"\f0b0"}
.list-ul-briefcase ul li:before{content:"\f0b1"}
.list-ul-arrows-alt ul li:before{content:"\f0b2"}
.list-ul-group ul li:before,.list-ul-users ul li:before{content:"\f0c0"}
.list-ul-chain ul li:before,.list-ul-link ul li:before{content:"\f0c1"}
.list-ul-cloud ul li:before{content:"\f0c2"}
.list-ul-flask ul li:before{content:"\f0c3"}
.list-ul-cut ul li:before,.list-ul-scissors ul li:before{content:"\f0c4"}
.list-ul-copy ul li:before,.list-ul-files-o ul li:before{content:"\f0c5"}
.list-ul-paperclip ul li:before{content:"\f0c6"}
.list-ul-save ul li:before,.list-ul-floppy-o ul li:before{content:"\f0c7"}
.list-ul-square ul li:before{content:"\f0c8"}
.list-ul-navicon ul li:before,.list-ul-reorder ul li:before,.list-ul-bars ul li:before{content:"\f0c9"}
.list-ul-list-ul ul li:before{content:"\f0ca"}
.list-ul-list-ol ul li:before{content:"\f0cb"}
.list-ul-strikethrough ul li:before{content:"\f0cc"}
.list-ul-underline ul li:before{content:"\f0cd"}
.list-ul-table ul li:before{content:"\f0ce"}
.list-ul-magic ul li:before{content:"\f0d0"}
.list-ul-truck ul li:before{content:"\f0d1"}
.list-ul-pinterest ul li:before{content:"\f0d2"}
.list-ul-pinterest-square ul li:before{content:"\f0d3"}
.list-ul-google-plus-square ul li:before{content:"\f0d4"}
.list-ul-google-plus ul li:before{content:"\f0d5"}
.list-ul-money ul li:before{content:"\f0d6"}
.list-ul-caret-down ul li:before{content:"\f0d7"}
.list-ul-caret-up ul li:before{content:"\f0d8"}
.list-ul-caret-left ul li:before{content:"\f0d9"}
.list-ul-caret-right ul li:before{content:"\f0da"}
.list-ul-columns ul li:before{content:"\f0db"}
.list-ul-unsorted ul li:before,.list-ul-sort ul li:before{content:"\f0dc"}
.list-ul-sort-down ul li:before,.list-ul-sort-desc ul li:before{content:"\f0dd"}
.list-ul-sort-up ul li:before,.list-ul-sort-asc ul li:before{content:"\f0de"}
.list-ul-envelope ul li:before{content:"\f0e0"}
.list-ul-linkedin ul li:before{content:"\f0e1"}
.list-ul-rotate-left ul li:before,.list-ul-undo ul li:before{content:"\f0e2"}
.list-ul-legal ul li:before,.list-ul-gavel ul li:before{content:"\f0e3"}
.list-ul-dashboard ul li:before,.list-ul-tachometer ul li:before{content:"\f0e4"}
.list-ul-comment-o ul li:before{content:"\f0e5"}
.list-ul-comments-o ul li:before{content:"\f0e6"}
.list-ul-flash ul li:before,.list-ul-bolt ul li:before{content:"\f0e7"}
.list-ul-sitemap ul li:before{content:"\f0e8"}
.list-ul-umbrella ul li:before{content:"\f0e9"}
.list-ul-paste ul li:before,.list-ul-clipboard ul li:before{content:"\f0ea"}
.list-ul-lightbulb-o ul li:before{content:"\f0eb"}
.list-ul-exchange ul li:before{content:"\f0ec"}
.list-ul-cloud-download ul li:before{content:"\f0ed"}
.list-ul-cloud-upload ul li:before{content:"\f0ee"}
.list-ul-user-md ul li:before{content:"\f0f0"}
.list-ul-stethoscope ul li:before{content:"\f0f1"}
.list-ul-suitcase ul li:before{content:"\f0f2"}
.list-ul-bell-o ul li:before{content:"\f0a2"}
.list-ul-coffee ul li:before{content:"\f0f4"}
.list-ul-cutlery ul li:before{content:"\f0f5"}
.list-ul-file-text-o ul li:before{content:"\f0f6"}
.list-ul-building-o ul li:before{content:"\f0f7"}
.list-ul-hospital-o ul li:before{content:"\f0f8"}
.list-ul-ambulance ul li:before{content:"\f0f9"}
.list-ul-medkit ul li:before{content:"\f0fa"}
.list-ul-fighter-jet ul li:before{content:"\f0fb"}
.list-ul-beer ul li:before{content:"\f0fc"}
.list-ul-h-square ul li:before{content:"\f0fd"}
.list-ul-plus-square ul li:before{content:"\f0fe"}
.list-ul-angle-double-left ul li:before{content:"\f100"}
.list-ul-angle-double-right ul li:before{content:"\f101"}
.list-ul-angle-double-up ul li:before{content:"\f102"}
.list-ul-angle-double-down ul li:before{content:"\f103"}
.list-ul-angle-left ul li:before{content:"\f104"}
.list-ul-angle-right ul li:before{content:"\f105"}
.list-ul-angle-up ul li:before{content:"\f106"}
.list-ul-angle-down ul li:before{content:"\f107"}
.list-ul-desktop ul li:before{content:"\f108"}
.list-ul-laptop ul li:before{content:"\f109"}
.list-ul-tablet ul li:before{content:"\f10a"}
.list-ul-mobile-phone ul li:before,.list-ul-mobile ul li:before{content:"\f10b"}
.list-ul-circle-o ul li:before{content:"\f10c"}
.list-ul-quote-left ul li:before{content:"\f10d"}
.list-ul-quote-right ul li:before{content:"\f10e"}
.list-ul-spinner ul li:before{content:"\f110"}
.list-ul-circle ul li:before{content:"\f111"}
.list-ul-mail-reply ul li:before,.list-ul-reply ul li:before{content:"\f112"}
.list-ul-github-alt ul li:before{content:"\f113"}
.list-ul-folder-o ul li:before{content:"\f114"}
.list-ul-folder-open-o ul li:before{content:"\f115"}
.list-ul-smile-o ul li:before{content:"\f118"}
.list-ul-frown-o ul li:before{content:"\f119"}
.list-ul-meh-o ul li:before{content:"\f11a"}
.list-ul-gamepad ul li:before{content:"\f11b"}
.list-ul-keyboard-o ul li:before{content:"\f11c"}
.list-ul-flag-o ul li:before{content:"\f11d"}
.list-ul-flag-checkered ul li:before{content:"\f11e"}
.list-ul-terminal ul li:before{content:"\f120"}
.list-ul-code ul li:before{content:"\f121"}
.list-ul-mail-reply-all ul li:before,.list-ul-reply-all ul li:before{content:"\f122"}
.list-ul-star-half-empty ul li:before,.list-ul-star-half-full ul li:before,.list-ul-star-half-o ul li:before{content:"\f123"}
.list-ul-location-arrow ul li:before{content:"\f124"}
.list-ul-crop ul li:before{content:"\f125"}
.list-ul-code-fork ul li:before{content:"\f126"}
.list-ul-unlink ul li:before,.list-ul-chain-broken ul li:before{content:"\f127"}
.list-ul-question ul li:before{content:"\f128"}
.list-ul-info ul li:before{content:"\f129"}
.list-ul-exclamation ul li:before{content:"\f12a"}
.list-ul-superscript ul li:before{content:"\f12b"}
.list-ul-subscript ul li:before{content:"\f12c"}
.list-ul-eraser ul li:before{content:"\f12d"}
.list-ul-puzzle-piece ul li:before{content:"\f12e"}
.list-ul-microphone ul li:before{content:"\f130"}
.list-ul-microphone-slash ul li:before{content:"\f131"}
.list-ul-shield ul li:before{content:"\f132"}
.list-ul-calendar-o ul li:before{content:"\f133"}
.list-ul-fire-extinguisher ul li:before{content:"\f134"}
.list-ul-rocket ul li:before{content:"\f135"}
.list-ul-maxcdn ul li:before{content:"\f136"}
.list-ul-chevron-circle-left ul li:before{content:"\f137"}
.list-ul-chevron-circle-right ul li:before{content:"\f138"}
.list-ul-chevron-circle-up ul li:before{content:"\f139"}
.list-ul-chevron-circle-down ul li:before{content:"\f13a"}
.list-ul-html5 ul li:before{content:"\f13b"}
.list-ul-css3 ul li:before{content:"\f13c"}
.list-ul-anchor ul li:before{content:"\f13d"}
.list-ul-unlock-alt ul li:before{content:"\f13e"}
.list-ul-bullseye ul li:before{content:"\f140"}
.list-ul-ellipsis-h ul li:before{content:"\f141"}
.list-ul-ellipsis-v ul li:before{content:"\f142"}
.list-ul-rss-square ul li:before{content:"\f143"}
.list-ul-play-circle ul li:before{content:"\f144"}
.list-ul-ticket ul li:before{content:"\f145"}
.list-ul-minus-square ul li:before{content:"\f146"}
.list-ul-minus-square-o ul li:before{content:"\f147"}
.list-ul-level-up ul li:before{content:"\f148"}
.list-ul-level-down ul li:before{content:"\f149"}
.list-ul-check-square ul li:before{content:"\f14a"}
.list-ul-pencil-square ul li:before{content:"\f14b"}
.list-ul-external-link-square ul li:before{content:"\f14c"}
.list-ul-share-square ul li:before{content:"\f14d"}
.list-ul-compass ul li:before{content:"\f14e"}
.list-ul-toggle-down ul li:before,.list-ul-caret-square-o-down ul li:before{content:"\f150"}
.list-ul-toggle-up ul li:before,.list-ul-caret-square-o-up ul li:before{content:"\f151"}
.list-ul-toggle-right ul li:before,.list-ul-caret-square-o-right ul li:before{content:"\f152"}
.list-ul-euro ul li:before,.list-ul-eur ul li:before{content:"\f153"}
.list-ul-gbp ul li:before{content:"\f154"}
.list-ul-dollar ul li:before,.list-ul-usd ul li:before{content:"\f155"}
.list-ul-rupee ul li:before,.list-ul-inr ul li:before{content:"\f156"}
.list-ul-cny ul li:before,.list-ul-rmb ul li:before,.list-ul-yen ul li:before,.list-ul-jpy ul li:before{content:"\f157"}
.list-ul-ruble ul li:before,.list-ul-rouble ul li:before,.list-ul-rub ul li:before{content:"\f158"}
.list-ul-won ul li:before,.list-ul-krw ul li:before{content:"\f159"}
.list-ul-bitcoin ul li:before,.list-ul-btc ul li:before{content:"\f15a"}
.list-ul-file ul li:before{content:"\f15b"}
.list-ul-file-text ul li:before{content:"\f15c"}
.list-ul-sort-alpha-asc ul li:before{content:"\f15d"}
.list-ul-sort-alpha-desc ul li:before{content:"\f15e"}
.list-ul-sort-amount-asc ul li:before{content:"\f160"}
.list-ul-sort-amount-desc ul li:before{content:"\f161"}
.list-ul-sort-numeric-asc ul li:before{content:"\f162"}
.list-ul-sort-numeric-desc ul li:before{content:"\f163"}
.list-ul-thumbs-up ul li:before{content:"\f164"}
.list-ul-thumbs-down ul li:before{content:"\f165"}
.list-ul-youtube-square ul li:before{content:"\f166"}
.list-ul-youtube ul li:before{content:"\f167"}
.list-ul-xing ul li:before{content:"\f168"}
.list-ul-xing-square ul li:before{content:"\f169"}
.list-ul-youtube-play ul li:before{content:"\f16a"}
.list-ul-dropbox ul li:before{content:"\f16b"}
.list-ul-stack-overflow ul li:before{content:"\f16c"}
.list-ul-instagram ul li:before{content:"\f16d"}
.list-ul-flickr ul li:before{content:"\f16e"}
.list-ul-adn ul li:before{content:"\f170"}
.list-ul-bitbucket ul li:before{content:"\f171"}
.list-ul-bitbucket-square ul li:before{content:"\f172"}
.list-ul-tumblr ul li:before{content:"\f173"}
.list-ul-tumblr-square ul li:before{content:"\f174"}
.list-ul-long-arrow-down ul li:before{content:"\f175"}
.list-ul-long-arrow-up ul li:before{content:"\f176"}
.list-ul-long-arrow-left ul li:before{content:"\f177"}
.list-ul-long-arrow-right ul li:before{content:"\f178"}
.list-ul-apple ul li:before{content:"\f179"}
.list-ul-windows ul li:before{content:"\f17a"}
.list-ul-android ul li:before{content:"\f17b"}
.list-ul-linux ul li:before{content:"\f17c"}
.list-ul-dribbble ul li:before{content:"\f17d"}
.list-ul-skype ul li:before{content:"\f17e"}
.list-ul-foursquare ul li:before{content:"\f180"}
.list-ul-trello ul li:before{content:"\f181"}
.list-ul-female ul li:before{content:"\f182"}
.list-ul-male ul li:before{content:"\f183"}
.list-ul-gittip ul li:before{content:"\f184"}
.list-ul-sun-o ul li:before{content:"\f185"}
.list-ul-moon-o ul li:before{content:"\f186"}
.list-ul-archive ul li:before{content:"\f187"}
.list-ul-bug ul li:before{content:"\f188"}
.list-ul-vk ul li:before{content:"\f189"}
.list-ul-weibo ul li:before{content:"\f18a"}
.list-ul-renren ul li:before{content:"\f18b"}
.list-ul-pagelines ul li:before{content:"\f18c"}
.list-ul-stack-exchange ul li:before{content:"\f18d"}
.list-ul-arrow-circle-o-right ul li:before{content:"\f18e"}
.list-ul-arrow-circle-o-left ul li:before{content:"\f190"}
.list-ul-toggle-left ul li:before,.list-ul-caret-square-o-left ul li:before{content:"\f191"}
.list-ul-dot-circle-o ul li:before{content:"\f192"}
.list-ul-wheelchair ul li:before{content:"\f193"}
.list-ul-vimeo-square ul li:before{content:"\f194"}
.list-ul-turkish-lira ul li:before,.list-ul-try ul li:before{content:"\f195"}
.list-ul-plus-square-o ul li:before{content:"\f196"}
.list-ul-space-shuttle ul li:before{content:"\f197"}
.list-ul-slack ul li:before{content:"\f198"}
.list-ul-envelope-square ul li:before{content:"\f199"}
.list-ul-wordpress ul li:before{content:"\f19a"}
.list-ul-openid ul li:before{content:"\f19b"}
.list-ul-institution ul li:before,.list-ul-bank ul li:before,.list-ul-university ul li:before{content:"\f19c"}
.list-ul-mortar-board ul li:before,.list-ul-graduation-cap ul li:before{content:"\f19d"}
.list-ul-yahoo ul li:before{content:"\f19e"}
.list-ul-google ul li:before{content:"\f1a0"}
.list-ul-reddit ul li:before{content:"\f1a1"}
.list-ul-reddit-square ul li:before{content:"\f1a2"}
.list-ul-stumbleupon-circle ul li:before{content:"\f1a3"}
.list-ul-stumbleupon ul li:before{content:"\f1a4"}
.list-ul-delicious ul li:before{content:"\f1a5"}
.list-ul-digg ul li:before{content:"\f1a6"}
.list-ul-pied-piper-square ul li:before,.list-ul-pied-piper ul li:before{content:"\f1a7"}
.list-ul-pied-piper-alt ul li:before{content:"\f1a8"}
.list-ul-drupal ul li:before{content:"\f1a9"}
.list-ul-joomla ul li:before{content:"\f1aa"}
.list-ul-language ul li:before{content:"\f1ab"}
.list-ul-fax ul li:before{content:"\f1ac"}
.list-ul-building ul li:before{content:"\f1ad"}
.list-ul-child ul li:before{content:"\f1ae"}
.list-ul-paw ul li:before{content:"\f1b0"}
.list-ul-spoon ul li:before{content:"\f1b1"}
.list-ul-cube ul li:before{content:"\f1b2"}
.list-ul-cubes ul li:before{content:"\f1b3"}
.list-ul-behance ul li:before{content:"\f1b4"}
.list-ul-behance-square ul li:before{content:"\f1b5"}
.list-ul-steam ul li:before{content:"\f1b6"}
.list-ul-steam-square ul li:before{content:"\f1b7"}
.list-ul-recycle ul li:before{content:"\f1b8"}
.list-ul-automobile ul li:before,.list-ul-car ul li:before{content:"\f1b9"}
.list-ul-cab ul li:before,.list-ul-taxi ul li:before{content:"\f1ba"}
.list-ul-tree ul li:before{content:"\f1bb"}
.list-ul-spotify ul li:before{content:"\f1bc"}
.list-ul-deviantart ul li:before{content:"\f1bd"}
.list-ul-soundcloud ul li:before{content:"\f1be"}
.list-ul-database ul li:before{content:"\f1c0"}
.list-ul-file-pdf-o ul li:before{content:"\f1c1"}
.list-ul-file-word-o ul li:before{content:"\f1c2"}
.list-ul-file-excel-o ul li:before{content:"\f1c3"}
.list-ul-file-powerpoint-o ul li:before{content:"\f1c4"}
.list-ul-file-photo-o ul li:before,.list-ul-file-picture-o ul li:before,.list-ul-file-image-o ul li:before{content:"\f1c5"}
.list-ul-file-zip-o ul li:before,.list-ul-file-archive-o ul li:before{content:"\f1c6"}
.list-ul-file-sound-o ul li:before,.list-ul-file-audio-o ul li:before{content:"\f1c7"}
.list-ul-file-movie-o ul li:before,.list-ul-file-video-o ul li:before{content:"\f1c8"}
.list-ul-file-code-o ul li:before{content:"\f1c9"}
.list-ul-vine ul li:before{content:"\f1ca"}
.list-ul-codepen ul li:before{content:"\f1cb"}
.list-ul-jsfiddle ul li:before{content:"\f1cc"}
.list-ul-life-bouy ul li:before,.list-ul-life-saver ul li:before,.list-ul-support ul li:before,.list-ul-life-ring ul li:before{content:"\f1cd"}
.list-ul-circle-o-notch ul li:before{content:"\f1ce"}
.list-ul-ra ul li:before,.list-ul-rebel ul li:before{content:"\f1d0"}
.list-ul-ge ul li:before,.list-ul-empire ul li:before{content:"\f1d1"}
.list-ul-git-square ul li:before{content:"\f1d2"}
.list-ul-git ul li:before{content:"\f1d3"}
.list-ul-hacker-news ul li:before{content:"\f1d4"}
.list-ul-tencent-weibo ul li:before{content:"\f1d5"}
.list-ul-qq ul li:before{content:"\f1d6"}
.list-ul-wechat ul li:before,.list-ul-weixin ul li:before{content:"\f1d7"}
.list-ul-send ul li:before,.list-ul-paper-plane ul li:before{content:"\f1d8"}
.list-ul-send-o ul li:before,.list-ul-paper-plane-o ul li:before{content:"\f1d9"}
.list-ul-history ul li:before{content:"\f1da"}
.list-ul-circle-thin ul li:before{content:"\f1db"}
.list-ul-header ul li:before{content:"\f1dc"}
.list-ul-paragraph ul li:before{content:"\f1dd"}
.list-ul-sliders ul li:before{content:"\f1de"}
.list-ul-share-alt ul li:before{content:"\f1e0"}
.list-ul-share-alt-square ul li:before{content:"\f1e1"}
.list-ul-bomb ul li:before{content:"\f1e2"}
/*! * Bootstrap v3.0.3 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. *//*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {  display: block;}audio,canvas,video {  display: inline-block;}audio:not([controls]) {  display: none;  height: 0;}[hidden],template {  display: none;}html {  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;}body {  margin: 0;}a {  background: transparent;}a:focus {  outline: thin dotted;}a:active,a:hover {  outline: 0;}abbr[title] {  border-bottom: 1px dotted;}b,strong {  font-weight: bold;}dfn {  font-style: italic;}hr {  -moz-box-sizing: content-box;  box-sizing: content-box;  height: 0;}mark {  background: #ff0;  color: #000;}code,kbd,pre,samp {  font-size: 1em;}pre {  white-space: pre-wrap;}q {  quotes: "\201C" "\201D" "\2018" "\2019";}small {  font-size: 80%;}sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}sup {  top: -0.5em;}sub {  bottom: -0.25em;}img {  border: 0;}svg:not(:root) {  overflow: hidden;}figure {  margin: 0;}fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}legend {  border: 0;  padding: 0;}button,input,select,textarea {  font-size: 100%;  margin: 0;}button,input {  line-height: normal;}button,select {  text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {  -webkit-appearance: button;  cursor: pointer;}button[disabled],html input[disabled] {  cursor: default;}input[type="checkbox"],input[type="radio"] {  box-sizing: border-box;  padding: 0;}input[type="search"] {  -webkit-appearance: textfield;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;  box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}button::-moz-focus-inner,input::-moz-focus-inner {  border: 0;  padding: 0;}textarea {  overflow: auto;  vertical-align: top;}table {  border-collapse: collapse;  border-spacing: 0;}@media print {  * {    text-shadow: none !important;    color: #000 !important;    background: transparent !important;    box-shadow: none !important;  }  a[href]:after {    content: " (" attr(href) ")";  }  abbr[title]:after {    content: " (" attr(title) ")";  }  a[href^="javascript:"]:after,  a[href^="#"]:after {    content: "";  }  pre,  blockquote {    border: 1px solid #999;    page-break-inside: avoid;  }  thead {    display: table-header-group;  }  tr,  img {    page-break-inside: avoid;  }  img {    max-width: 100% !important;  }  @page  {    margin: 2cm .5cm;  }  p,  h2,  h3 {    orphans: 3;    widows: 3;  }  h2,  h3 {    page-break-after: avoid;  }  select {    background: #fff !important;  }  .navbar {    display: none;  }  .table td,  .table th {    background-color: #fff !important;  }  .btn > .caret,  .dropup > .btn > .caret {    border-top-color: #000 !important;  }  .label {    border: 1px solid #000;  }  .table {    border-collapse: collapse !important;  }  .table-bordered th,  .table-bordered td {    border: 1px solid #ddd !important;  }}*,*:before,*:after {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}html {  font-size: 62.5%;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}body {  font-size: 14px;  line-height: 1.428571429;  color: #333333;  background-color: #ffffff;}input,button,select,textarea {  font-size: inherit;  line-height: inherit;}a {  text-decoration: none;}a:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px;}img {  vertical-align: middle;}.img-responsive {  display: block;  max-width: 100%;  height: auto;}.img-rounded {  border-radius: 6px;}.img-thumbnail {  padding: 4px;  line-height: 1.428571429;  background-color: #ffffff;  border: 1px solid #dddddd;  border-radius: 4px;  -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  display: inline-block;  max-width: 100%;  height: auto;}.img-circle {  border-radius: 50%;}.sr-only {  position: absolute;  width: 1px;  height: 1px;  margin: -1px;  padding: 0;  overflow: hidden;  clip: rect(0, 0, 0, 0);  border: 0;}.container {  margin-right: auto;  margin-left: auto;  padding-left: 15px;  padding-right: 15px;}.container:before,.container:after {  content: " ";  display: table;}.container:after {  clear: both;}.container:before,.container:after {  content: " ";  display: table;}.container:after {  clear: both;}@media (min-width: 768px) {  .container {    width: 750px;  }}@media (min-width: 992px) {  .container {    width: 970px;  }}@media (min-width: 1200px) {  .container {    width: 1170px;  }}.row {  margin-left: -15px;  margin-right: -15px;}.row:before,.row:after {  content: " ";  display: table;}.row:after {  clear: both;}.row:before,.row:after {  content: " ";  display: table;}.row:after {  clear: both;}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {  position: relative;  min-height: 1px;  padding-left: 15px;  padding-right: 15px;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {  float: left;}.col-xs-12 {  width: 100%;}.col-xs-11 {  width: 91.66666666666666%;}.col-xs-10 {  width: 83.33333333333334%;}.col-xs-9 {  width: 75%;}.col-xs-8 {  width: 66.66666666666666%;}.col-xs-7 {  width: 58.333333333333336%;}.col-xs-6 {  width: 50%;}.col-xs-5 {  width: 41.66666666666667%;}.col-xs-4 {  width: 33.33333333333333%;}.col-xs-3 {  width: 25%;}.col-xs-2 {  width: 16.666666666666664%;}.col-xs-1 {  width: 8.333333333333332%;}.col-xs-pull-12 {  right: 100%;}.col-xs-pull-11 {  right: 91.66666666666666%;}.col-xs-pull-10 {  right: 83.33333333333334%;}.col-xs-pull-9 {  right: 75%;}.col-xs-pull-8 {  right: 66.66666666666666%;}.col-xs-pull-7 {  right: 58.333333333333336%;}.col-xs-pull-6 {  right: 50%;}.col-xs-pull-5 {  right: 41.66666666666667%;}.col-xs-pull-4 {  right: 33.33333333333333%;}.col-xs-pull-3 {  right: 25%;}.col-xs-pull-2 {  right: 16.666666666666664%;}.col-xs-pull-1 {  right: 8.333333333333332%;}.col-xs-pull-0 {  right: 0%;}.col-xs-push-12 {  left: 100%;}.col-xs-push-11 {  left: 91.66666666666666%;}.col-xs-push-10 {  left: 83.33333333333334%;}.col-xs-push-9 {  left: 75%;}.col-xs-push-8 {  left: 66.66666666666666%;}.col-xs-push-7 {  left: 58.333333333333336%;}.col-xs-push-6 {  left: 50%;}.col-xs-push-5 {  left: 41.66666666666667%;}.col-xs-push-4 {  left: 33.33333333333333%;}.col-xs-push-3 {  left: 25%;}.col-xs-push-2 {  left: 16.666666666666664%;}.col-xs-push-1 {  left: 8.333333333333332%;}.col-xs-push-0 {  left: 0%;}.col-xs-offset-12 {  margin-left: 100%;}.col-xs-offset-11 {  margin-left: 91.66666666666666%;}.col-xs-offset-10 {  margin-left: 83.33333333333334%;}.col-xs-offset-9 {  margin-left: 75%;}.col-xs-offset-8 {  margin-left: 66.66666666666666%;}.col-xs-offset-7 {  margin-left: 58.333333333333336%;}.col-xs-offset-6 {  margin-left: 50%;}.col-xs-offset-5 {  margin-left: 41.66666666666667%;}.col-xs-offset-4 {  margin-left: 33.33333333333333%;}.col-xs-offset-3 {  margin-left: 25%;}.col-xs-offset-2 {  margin-left: 16.666666666666664%;}.col-xs-offset-1 {  margin-left: 8.333333333333332%;}.col-xs-offset-0 {  margin-left: 0%;}@media (min-width: 768px) {  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {    float: left;  }  .col-sm-12 {    width: 100%;  }  .col-sm-11 {    width: 91.66666666666666%;  }  .col-sm-10 {    width: 83.33333333333334%;  }  .col-sm-9 {    width: 75%;  }  .col-sm-8 {    width: 66.66666666666666%;  }  .col-sm-7 {    width: 58.333333333333336%;  }  .col-sm-6 {    width: 50%;  }  .col-sm-5 {    width: 41.66666666666667%;  }  .col-sm-4 {    width: 33.33333333333333%;  }  .col-sm-3 {    width: 25%;  }  .col-sm-2 {    width: 16.666666666666664%;  }  .col-sm-1 {    width: 8.333333333333332%;  }  .col-sm-pull-12 {    right: 100%;  }  .col-sm-pull-11 {    right: 91.66666666666666%;  }  .col-sm-pull-10 {    right: 83.33333333333334%;  }  .col-sm-pull-9 {    right: 75%;  }  .col-sm-pull-8 {    right: 66.66666666666666%;  }  .col-sm-pull-7 {    right: 58.333333333333336%;  }  .col-sm-pull-6 {    right: 50%;  }  .col-sm-pull-5 {    right: 41.66666666666667%;  }  .col-sm-pull-4 {    right: 33.33333333333333%;  }  .col-sm-pull-3 {    right: 25%;  }  .col-sm-pull-2 {    right: 16.666666666666664%;  }  .col-sm-pull-1 {    right: 8.333333333333332%;  }  .col-sm-pull-0 {    right: 0%;  }  .col-sm-push-12 {    left: 100%;  }  .col-sm-push-11 {    left: 91.66666666666666%;  }  .col-sm-push-10 {    left: 83.33333333333334%;  }  .col-sm-push-9 {    left: 75%;  }  .col-sm-push-8 {    left: 66.66666666666666%;  }  .col-sm-push-7 {    left: 58.333333333333336%;  }  .col-sm-push-6 {    left: 50%;  }  .col-sm-push-5 {    left: 41.66666666666667%;  }  .col-sm-push-4 {    left: 33.33333333333333%;  }  .col-sm-push-3 {    left: 25%;  }  .col-sm-push-2 {    left: 16.666666666666664%;  }  .col-sm-push-1 {    left: 8.333333333333332%;  }  .col-sm-push-0 {    left: 0%;  }  .col-sm-offset-12 {    margin-left: 100%;  }  .col-sm-offset-11 {    margin-left: 91.66666666666666%;  }  .col-sm-offset-10 {    margin-left: 83.33333333333334%;  }  .col-sm-offset-9 {    margin-left: 75%;  }  .col-sm-offset-8 {    margin-left: 66.66666666666666%;  }  .col-sm-offset-7 {    margin-left: 58.333333333333336%;  }  .col-sm-offset-6 {    margin-left: 50%;  }  .col-sm-offset-5 {    margin-left: 41.66666666666667%;  }  .col-sm-offset-4 {    margin-left: 33.33333333333333%;  }  .col-sm-offset-3 {    margin-left: 25%;  }  .col-sm-offset-2 {    margin-left: 16.666666666666664%;  }  .col-sm-offset-1 {    margin-left: 8.333333333333332%;  }  .col-sm-offset-0 {    margin-left: 0%;  }}@media (min-width: 992px) {  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {    float: left;  }  .col-md-12 {    width: 100%;  }  .col-md-11 {    width: 91.66666666666666%;  }  .col-md-10 {    width: 83.33333333333334%;  }  .col-md-9 {    width: 75%;  }  .col-md-8 {    width: 66.66666666666666%;  }  .col-md-7 {    width: 58.333333333333336%;  }  .col-md-6 {    width: 50%;  }  .col-md-5 {    width: 41.66666666666667%;  }  .col-md-4 {    width: 33.33333333333333%;  }  .col-md-3 {    width: 25%;  }  .col-md-2 {    width: 16.666666666666664%;  }  .col-md-1 {    width: 8.333333333333332%;  }  .col-md-pull-12 {    right: 100%;  }  .col-md-pull-11 {    right: 91.66666666666666%;  }  .col-md-pull-10 {    right: 83.33333333333334%;  }  .col-md-pull-9 {    right: 75%;  }  .col-md-pull-8 {    right: 66.66666666666666%;  }  .col-md-pull-7 {    right: 58.333333333333336%;  }  .col-md-pull-6 {    right: 50%;  }  .col-md-pull-5 {    right: 41.66666666666667%;  }  .col-md-pull-4 {    right: 33.33333333333333%;  }  .col-md-pull-3 {    right: 25%;  }  .col-md-pull-2 {    right: 16.666666666666664%;  }  .col-md-pull-1 {    right: 8.333333333333332%;  }  .col-md-pull-0 {    right: 0%;  }  .col-md-push-12 {    left: 100%;  }  .col-md-push-11 {    left: 91.66666666666666%;  }  .col-md-push-10 {    left: 83.33333333333334%;  }  .col-md-push-9 {    left: 75%;  }  .col-md-push-8 {    left: 66.66666666666666%;  }  .col-md-push-7 {    left: 58.333333333333336%;  }  .col-md-push-6 {    left: 50%;  }  .col-md-push-5 {    left: 41.66666666666667%;  }  .col-md-push-4 {    left: 33.33333333333333%;  }  .col-md-push-3 {    left: 25%;  }  .col-md-push-2 {    left: 16.666666666666664%;  }  .col-md-push-1 {    left: 8.333333333333332%;  }  .col-md-push-0 {    left: 0%;  }  .col-md-offset-12 {    margin-left: 100%;  }  .col-md-offset-11 {    margin-left: 91.66666666666666%;  }  .col-md-offset-10 {    margin-left: 83.33333333333334%;  }  .col-md-offset-9 {    margin-left: 75%;  }  .col-md-offset-8 {    margin-left: 66.66666666666666%;  }  .col-md-offset-7 {    margin-left: 58.333333333333336%;  }  .col-md-offset-6 {    margin-left: 50%;  }  .col-md-offset-5 {    margin-left: 41.66666666666667%;  }  .col-md-offset-4 {    margin-left: 33.33333333333333%;  }  .col-md-offset-3 {    margin-left: 25%;  }  .col-md-offset-2 {    margin-left: 16.666666666666664%;  }  .col-md-offset-1 {    margin-left: 8.333333333333332%;  }  .col-md-offset-0 {    margin-left: 0%;  }}@media (min-width: 1200px) {  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {    float: left;  }  .col-lg-12 {    width: 100%;  }  .col-lg-11 {    width: 91.66666666666666%;  }  .col-lg-10 {    width: 83.33333333333334%;  }  .col-lg-9 {    width: 75%;  }  .col-lg-8 {    width: 66.66666666666666%;  }  .col-lg-7 {    width: 58.333333333333336%;  }  .col-lg-6 {    width: 50%;  }  .col-lg-5 {    width: 41.66666666666667%;  }  .col-lg-4 {    width: 33.33333333333333%;  }  .col-lg-3 {    width: 25%;  }  .col-lg-2 {    width: 16.666666666666664%;  }  .col-lg-1 {    width: 8.333333333333332%;  }  .col-lg-pull-12 {    right: 100%;  }  .col-lg-pull-11 {    right: 91.66666666666666%;  }  .col-lg-pull-10 {    right: 83.33333333333334%;  }  .col-lg-pull-9 {    right: 75%;  }  .col-lg-pull-8 {    right: 66.66666666666666%;  }  .col-lg-pull-7 {    right: 58.333333333333336%;  }  .col-lg-pull-6 {    right: 50%;  }  .col-lg-pull-5 {    right: 41.66666666666667%;  }  .col-lg-pull-4 {    right: 33.33333333333333%;  }  .col-lg-pull-3 {    right: 25%;  }  .col-lg-pull-2 {    right: 16.666666666666664%;  }  .col-lg-pull-1 {    right: 8.333333333333332%;  }  .col-lg-pull-0 {    right: 0%;  }  .col-lg-push-12 {    left: 100%;  }  .col-lg-push-11 {    left: 91.66666666666666%;  }  .col-lg-push-10 {    left: 83.33333333333334%;  }  .col-lg-push-9 {    left: 75%;  }  .col-lg-push-8 {    left: 66.66666666666666%;  }  .col-lg-push-7 {    left: 58.333333333333336%;  }  .col-lg-push-6 {    left: 50%;  }  .col-lg-push-5 {    left: 41.66666666666667%;  }  .col-lg-push-4 {    left: 33.33333333333333%;  }  .col-lg-push-3 {    left: 25%;  }  .col-lg-push-2 {    left: 16.666666666666664%;  }  .col-lg-push-1 {    left: 8.333333333333332%;  }  .col-lg-push-0 {    left: 0%;  }  .col-lg-offset-12 {    margin-left: 100%;  }  .col-lg-offset-11 {    margin-left: 91.66666666666666%;  }  .col-lg-offset-10 {    margin-left: 83.33333333333334%;  }  .col-lg-offset-9 {    margin-left: 75%;  }  .col-lg-offset-8 {    margin-left: 66.66666666666666%;  }  .col-lg-offset-7 {    margin-left: 58.333333333333336%;  }  .col-lg-offset-6 {    margin-left: 50%;  }  .col-lg-offset-5 {    margin-left: 41.66666666666667%;  }  .col-lg-offset-4 {    margin-left: 33.33333333333333%;  }  .col-lg-offset-3 {    margin-left: 25%;  }  .col-lg-offset-2 {    margin-left: 16.666666666666664%;  }  .col-lg-offset-1 {    margin-left: 8.333333333333332%;  }  .col-lg-offset-0 {    margin-left: 0%;  }}.clearfix:before,.clearfix:after {  content: " ";  display: table;}.clearfix:after {  clear: both;}.center-block {  display: block;  margin-left: auto;  margin-right: auto;}.pull-right {  float: right !important;}.pull-left {  float: left !important;}.hide {  display: none !important;}.show {  display: block !important;}.invisible {  visibility: hidden;}.text-hide {  font: 0/0 a;  color: transparent;  text-shadow: none;  background-color: transparent;  border: 0;}.hidden {  display: none !important;  visibility: hidden !important;}.affix {  position: fixed;}@-ms-viewport {  width: device-width;}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {  display: none !important;}@media (max-width: 767px) {  .visible-xs {    display: block !important;  }  table.visible-xs {    display: table;  }  tr.visible-xs {    display: table-row !important;  }  th.visible-xs,  td.visible-xs {    display: table-cell !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .visible-xs.visible-sm {    display: block !important;  }  table.visible-xs.visible-sm {    display: table;  }  tr.visible-xs.visible-sm {    display: table-row !important;  }  th.visible-xs.visible-sm,  td.visible-xs.visible-sm {    display: table-cell !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .visible-xs.visible-md {    display: block !important;  }  table.visible-xs.visible-md {    display: table;  }  tr.visible-xs.visible-md {    display: table-row !important;  }  th.visible-xs.visible-md,  td.visible-xs.visible-md {    display: table-cell !important;  }}@media (min-width: 1200px) {  .visible-xs.visible-lg {    display: block !important;  }  table.visible-xs.visible-lg {    display: table;  }  tr.visible-xs.visible-lg {    display: table-row !important;  }  th.visible-xs.visible-lg,  td.visible-xs.visible-lg {    display: table-cell !important;  }}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {  display: none !important;}@media (max-width: 767px) {  .visible-sm.visible-xs {    display: block !important;  }  table.visible-sm.visible-xs {    display: table;  }  tr.visible-sm.visible-xs {    display: table-row !important;  }  th.visible-sm.visible-xs,  td.visible-sm.visible-xs {    display: table-cell !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .visible-sm {    display: block !important;  }  table.visible-sm {    display: table;  }  tr.visible-sm {    display: table-row !important;  }  th.visible-sm,  td.visible-sm {    display: table-cell !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .visible-sm.visible-md {    display: block !important;  }  table.visible-sm.visible-md {    display: table;  }  tr.visible-sm.visible-md {    display: table-row !important;  }  th.visible-sm.visible-md,  td.visible-sm.visible-md {    display: table-cell !important;  }}@media (min-width: 1200px) {  .visible-sm.visible-lg {    display: block !important;  }  table.visible-sm.visible-lg {    display: table;  }  tr.visible-sm.visible-lg {    display: table-row !important;  }  th.visible-sm.visible-lg,  td.visible-sm.visible-lg {    display: table-cell !important;  }}.visible-md,tr.visible-md,th.visible-md,td.visible-md {  display: none !important;}@media (max-width: 767px) {  .visible-md.visible-xs {    display: block !important;  }  table.visible-md.visible-xs {    display: table;  }  tr.visible-md.visible-xs {    display: table-row !important;  }  th.visible-md.visible-xs,  td.visible-md.visible-xs {    display: table-cell !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .visible-md.visible-sm {    display: block !important;  }  table.visible-md.visible-sm {    display: table;  }  tr.visible-md.visible-sm {    display: table-row !important;  }  th.visible-md.visible-sm,  td.visible-md.visible-sm {    display: table-cell !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .visible-md {    display: block !important;  }  table.visible-md {    display: table;  }  tr.visible-md {    display: table-row !important;  }  th.visible-md,  td.visible-md {    display: table-cell !important;  }}@media (min-width: 1200px) {  .visible-md.visible-lg {    display: block !important;  }  table.visible-md.visible-lg {    display: table;  }  tr.visible-md.visible-lg {    display: table-row !important;  }  th.visible-md.visible-lg,  td.visible-md.visible-lg {    display: table-cell !important;  }}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {  display: none !important;}@media (max-width: 767px) {  .visible-lg.visible-xs {    display: block !important;  }  table.visible-lg.visible-xs {    display: table;  }  tr.visible-lg.visible-xs {    display: table-row !important;  }  th.visible-lg.visible-xs,  td.visible-lg.visible-xs {    display: table-cell !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .visible-lg.visible-sm {    display: block !important;  }  table.visible-lg.visible-sm {    display: table;  }  tr.visible-lg.visible-sm {    display: table-row !important;  }  th.visible-lg.visible-sm,  td.visible-lg.visible-sm {    display: table-cell !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .visible-lg.visible-md {    display: block !important;  }  table.visible-lg.visible-md {    display: table;  }  tr.visible-lg.visible-md {    display: table-row !important;  }  th.visible-lg.visible-md,  td.visible-lg.visible-md {    display: table-cell !important;  }}@media (min-width: 1200px) {  .visible-lg {    display: block !important;  }  table.visible-lg {    display: table;  }  tr.visible-lg {    display: table-row !important;  }  th.visible-lg,  td.visible-lg {    display: table-cell !important;  }}.hidden-xs {  display: block !important;}table.hidden-xs {  display: table;}tr.hidden-xs {  display: table-row !important;}th.hidden-xs,td.hidden-xs {  display: table-cell !important;}@media (max-width: 767px) {  .hidden-xs,  tr.hidden-xs,  th.hidden-xs,  td.hidden-xs {    display: none !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .hidden-xs.hidden-sm,  tr.hidden-xs.hidden-sm,  th.hidden-xs.hidden-sm,  td.hidden-xs.hidden-sm {    display: none !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .hidden-xs.hidden-md,  tr.hidden-xs.hidden-md,  th.hidden-xs.hidden-md,  td.hidden-xs.hidden-md {    display: none !important;  }}@media (min-width: 1200px) {  .hidden-xs.hidden-lg,  tr.hidden-xs.hidden-lg,  th.hidden-xs.hidden-lg,  td.hidden-xs.hidden-lg {    display: none !important;  }}.hidden-sm {  display: block !important;}table.hidden-sm {  display: table;}tr.hidden-sm {  display: table-row !important;}th.hidden-sm,td.hidden-sm {  display: table-cell !important;}@media (max-width: 767px) {  .hidden-sm.hidden-xs,  tr.hidden-sm.hidden-xs,  th.hidden-sm.hidden-xs,  td.hidden-sm.hidden-xs {    display: none !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .hidden-sm,  tr.hidden-sm,  th.hidden-sm,  td.hidden-sm {    display: none !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .hidden-sm.hidden-md,  tr.hidden-sm.hidden-md,  th.hidden-sm.hidden-md,  td.hidden-sm.hidden-md {    display: none !important;  }}@media (min-width: 1200px) {  .hidden-sm.hidden-lg,  tr.hidden-sm.hidden-lg,  th.hidden-sm.hidden-lg,  td.hidden-sm.hidden-lg {    display: none !important;  }}.hidden-md {  display: block !important;}table.hidden-md {  display: table;}tr.hidden-md {  display: table-row !important;}th.hidden-md,td.hidden-md {  display: table-cell !important;}@media (max-width: 767px) {  .hidden-md.hidden-xs,  tr.hidden-md.hidden-xs,  th.hidden-md.hidden-xs,  td.hidden-md.hidden-xs {    display: none !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .hidden-md.hidden-sm,  tr.hidden-md.hidden-sm,  th.hidden-md.hidden-sm,  td.hidden-md.hidden-sm {    display: none !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .hidden-md,  tr.hidden-md,  th.hidden-md,  td.hidden-md {    display: none !important;  }}@media (min-width: 1200px) {  .hidden-md.hidden-lg,  tr.hidden-md.hidden-lg,  th.hidden-md.hidden-lg,  td.hidden-md.hidden-lg {    display: none !important;  }}.hidden-lg {  display: block !important;}table.hidden-lg {  display: table;}tr.hidden-lg {  display: table-row !important;}th.hidden-lg,td.hidden-lg {  display: table-cell !important;}@media (max-width: 767px) {  .hidden-lg.hidden-xs,  tr.hidden-lg.hidden-xs,  th.hidden-lg.hidden-xs,  td.hidden-lg.hidden-xs {    display: none !important;  }}@media (min-width: 768px) and (max-width: 991px) {  .hidden-lg.hidden-sm,  tr.hidden-lg.hidden-sm,  th.hidden-lg.hidden-sm,  td.hidden-lg.hidden-sm {    display: none !important;  }}@media (min-width: 992px) and (max-width: 1199px) {  .hidden-lg.hidden-md,  tr.hidden-lg.hidden-md,  th.hidden-lg.hidden-md,  td.hidden-lg.hidden-md {    display: none !important;  }}@media (min-width: 1200px) {  .hidden-lg,  tr.hidden-lg,  th.hidden-lg,  td.hidden-lg {    display: none !important;  }}.visible-print,tr.visible-print,th.visible-print,td.visible-print {  display: none !important;}@media print {  .visible-print {    display: block !important;  }  table.visible-print {    display: table;  }  tr.visible-print {    display: table-row !important;  }  th.visible-print,  td.visible-print {    display: table-cell !important;  }  .hidden-print,  tr.hidden-print,  th.hidden-print,  td.hidden-print {    display: none !important;  }}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#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.33333333em;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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.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)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);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-photo:before,.fa-image:before,.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-arrows: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-expand:before{content:"\f065"}.fa-compress: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-arrows-v:before{content:"\f07d"}.fa-arrows-h: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-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users: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-navicon:before,.fa-reorder:before,.fa-bars: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-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc: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-o:before{content:"\f0f7"}.fa-hospital-o: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-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-mail-reply-all:before,.fa-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-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v: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"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?70993252');
  src: url('../font/fontello.eot?70993252#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?70993252') format('woff'),
       url('../font/fontello.ttf?70993252') format('truetype'),
       url('../font/fontello.svg?70993252#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70993252#fontello') format('svg');
  }
}
*/
 
 [class^="social_icon-"]:before, [class*=" social_icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  height: auto;
  /*width: 1em;
  margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: normal;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.social_icon-duckduckgo:before { content: '\e800'; } 
.social_icon-aim:before { content: '\e801'; } 
.social_icon-delicious:before { content: '\e802'; } 
.social_icon-paypal:before { content: '\e803'; }
.social_icon-flattr:before { content: '\e804'; } 
.social_icon-android:before { content: '\e805'; } 
.social_icon-eventful:before { content: '\e806'; } 
.social_icon-smashmag:before { content: '\e807'; } 
.social_icon-gplus:before { content: '\e808'; }
.social_icon-wikipedia:before { content: '\e809'; } 
.social_icon-lanyrd:before { content: '\e80a'; } 
.social_icon-calendar:before { content: '\e80b'; } 
.social_icon-stumbleupon:before { content: '\e80c'; } 
.social_icon-fivehundredpx:before { content: '\e80d'; } 
.social_icon-pinterest:before { content: '\e80e'; } 
.social_icon-bitcoin:before { content: '\e80f'; } 
.social_icon-w3c:before { content: '\e810'; }
.social_icon-foursquare:before { content: '\e811'; } 
.social_icon-html5:before { content: '\e812'; } 
.social_icon-ie:before { content: '\e813'; } 
.social_icon-call:before { content: '\e814'; } 
.social_icon-grooveshark:before { content: '\e815'; } 
.social_icon-ninetyninedesigns:before { content: '\e816'; } 
.social_icon-forrst:before { content: '\e817'; } 
.social_icon-digg:before { content: '\e818'; } 
.social_icon-spotify:before { content: '\e819'; } 
.social_icon-reddit:before { content: '\e81a'; } 
.social_icon-guest:before { content: '\e81b'; } 
.social_icon-gowalla:before { content: '\e81c'; } 
.social_icon-appstore:before { content: '\e81d'; } 
.social_icon-blogger:before { content: '\e81e'; } 
.social_icon-cc:before { content: '\e81f'; } 
.social_icon-dribbble:before { content: '\e820'; } 
.social_icon-evernote:before { content: '\e821'; } 
.social_icon-flickr:before { content: '\e822'; } 
.social_icon-google:before { content: '\e823'; } 
.social_icon-viadeo:before { content: '\e824'; } 
.social_icon-instapaper:before { content: '\e825'; } 
.social_icon-weibo:before { content: '\e826'; }
.social_icon-klout:before { content: '\e827'; } 
.social_icon-linkedin:before { content: '\e828'; } 
.social_icon-meetup:before { content: '\e829'; } 
.social_icon-vk:before { content: '\e82a'; } 
.social_icon-plancast:before { content: '\e82b'; } 
.social_icon-disqus:before { content: '\e82c'; }
.social_icon-rss:before { content: '\e82d'; } 
.social_icon-skype:before { content: '\e82e'; } 
.social_icon-twitter:before { content: '\e82f'; } 
.social_icon-youtube:before { content: '\e830'; } 
.social_icon-vimeo:before { content: '\e831'; } 
.social_icon-windows:before { content: '\e832'; } 
.social_icon-xing:before { content: '\e833'; } 
.social_icon-yahoo:before { content: '\e834'; } 
.social_icon-chrome:before { content: '\e835'; } 
.social_icon-email:before { content: '\e836'; } 
.social_icon-macstore:before { content: '\e837'; } 
.social_icon-myspace:before { content: '\e838'; } 
.social_icon-podcast:before { content: '\e839'; } 
.social_icon-amazon:before { content: '\e83a'; } 
.social_icon-steam:before { content: '\e83b'; } 
.social_icon-cloudapp:before { content: '\e83c'; } 
.social_icon-dropbox:before { content: '\e83d'; } 
.social_icon-ebay:before { content: '\e83e'; } 
.social_icon-facebook:before { content: '\e83f'; } 
.social_icon-github:before { content: '\e840'; } 
.social_icon-googleplay:before { content: '\e842'; } 
.social_icon-itunes:before { content: '\e843'; } 
.social_icon-plurk:before { content: '\e844'; } 
.social_icon-songkick:before { content: '\e845'; } 
.social_icon-lastfm:before { content: '\e846'; } 
.social_icon-gmail:before { content: '\e847'; } 
.social_icon-pinboard:before { content: '\e848'; }
.social_icon-openid:before { content: '\e849'; } 
.social_icon-quora:before { content: '\e84a'; } 
.social_icon-soundcloud:before { content: '\e84b'; } 
.social_icon-tumblr:before { content: '\e84c'; } 
.social_icon-eventasaurus:before { content: '\e84d'; } 
.social_icon-wordpress:before { content: '\e84e'; } 
.social_icon-yelp:before { content: '\e84f'; } 
.social_icon-intensedebate:before { content: '\e850'; } 
.social_icon-eventbrite:before { content: '\e851'; } 
.social_icon-scribd:before { content: '\e852'; } 
.social_icon-posterous:before { content: '\e853'; } 
.social_icon-stripe:before { content: '\e854'; } 
.social_icon-opentable:before { content: '\e855'; } 
.social_icon-cart:before { content: '\e856'; } 
.social_icon-print:before { content: '\e857'; } 
.social_icon-angellist:before { content: '\e858'; } 
.social_icon-instagram:before { content: '\e859'; } 
.social_icon-dwolla:before { content: '\e85a'; } 
.social_icon-appnet:before { content: '\e85b'; } 
.social_icon-statusnet:before { content: '\e85c'; } 
.social_icon-acrobat:before { content: '\e85d'; }
.social_icon-drupal:before { content: '\e85e'; } 
.social_icon-buffer:before { content: '\e85f'; } 
.social_icon-pocket:before { content: '\e860'; } 
.social_icon-github-circled:before { content: '\e841'; } 
.social_icon-bitbucket:before { content: '\e861'; } 
.social_icon-lego:before { content: '\e862'; } 
.social_icon-login:before { content: '\e863'; } 
.social_icon-stackoverflow:before { content: '\e864'; }
.social_icon-hackernews:before { content: '\e865'; }
.social_icon-lkdto:before { content: '\e866'; } 
.social_icon-deviantart:before { content: '\e867'; } 
.social_icon-behance:before { content: '\e868'; } 
@charset "UTF-8";.animation{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animation.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0)}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px)}20%,40%,60%,80%{-moz-transform:translateX(10px)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@-moz-keyframes tada{0%{-moz-transform:scale(1)}10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}100%{-moz-transform:scale(1) rotate(0)}}@-o-keyframes tada{0%{-o-transform:scale(1)}10%,20%{-o-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg)}100%{-o-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0%)}}@-o-keyframes wobble{0%{-o-transform:translateX(0%)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}100%{-moz-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) rotateY(0);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateX(-10deg)}70%{-o-transform:perspective(400px) rotateX(10deg)}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}


@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}


@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}


@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}


@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}



@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px)}60%{opacity:1;-moz-transform:translateY(-30px)}80%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px)}60%{opacity:1;-o-transform:translateY(-30px)}80%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}.animation.lightSpeedIn{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}.animation.lightSpeedOut{-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg)}10%{-webkit-transform:skewX(-8deg)}20%{-webkit-transform:skewX(7deg)}30%{-webkit-transform:skewX(-6deg)}40%{-webkit-transform:skewX(5deg)}50%{-webkit-transform:skewX(-4deg)}60%{-webkit-transform:skewX(3deg)}70%{-webkit-transform:skewX(-2deg)}80%{-webkit-transform:skewX(1deg)}90%{-webkit-transform:skewX(0deg)}100%{-webkit-transform:skewX(0deg)}}@-moz-keyframes wiggle{0%{-moz-transform:skewX(9deg)}10%{-moz-transform:skewX(-8deg)}20%{-moz-transform:skewX(7deg)}30%{-moz-transform:skewX(-6deg)}40%{-moz-transform:skewX(5deg)}50%{-moz-transform:skewX(-4deg)}60%{-moz-transform:skewX(3deg)}70%{-moz-transform:skewX(-2deg)}80%{-moz-transform:skewX(1deg)}90%{-moz-transform:skewX(0deg)}100%{-moz-transform:skewX(0deg)}}@-o-keyframes wiggle{0%{-o-transform:skewX(9deg)}10%{-o-transform:skewX(-8deg)}20%{-o-transform:skewX(7deg)}30%{-o-transform:skewX(-6deg)}40%{-o-transform:skewX(5deg)}50%{-o-transform:skewX(-4deg)}60%{-o-transform:skewX(3deg)}70%{-o-transform:skewX(-2deg)}80%{-o-transform:skewX(1deg)}90%{-o-transform:skewX(0deg)}100%{-o-transform:skewX(0deg)}}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}90%{transform:skewX(0deg)}100%{transform:skewX(0deg)}}.wiggle{-webkit-animation-name:wiggle;-moz-animation-name:wiggle;-o-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}.animation.wiggle{-webkit-animation-duration:.75s;-moz-animation-duration:.75s;-o-animation-duration:.75s;animation-duration:.75s}
/* CSS Document */

/*
	Theme Name: Logger
	Description: Logger - Clean & Flat Blog HTML Template
	Version: 1.0
	Author: 2codeThemes
	Website: http://7oroof.com/ ( Designed ) , http://2code.info/ ( Developed )
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Sidebar                  */
/*   04 - Post                     */
/*   05 - Single post & page       */
/*   06 - Social                   */
/*   07 - Page 404                 */
/*   08 - Accordion                */
/*   09 - Gallery                  */
/*   10 - Authors                  */
/*   11 - Related posts            */
/*   12 - List ul                  */
/*   13 - Blockquote               */
/*   14 - Footer                   */
/*   15 - Border radius & Colors &
          Animation & Keyframes    */
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url("base.css");
@import url("lists.css");
@import url("bootstrap.min.css");
@import url("prettyPhoto.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("fontello/css/fontello.css");
@import url("animate-custom.css");
*/
/* 01 - General & Basic Styles */
body {
	background-color: #f1f1f1;
	color: #6d7683;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
input,textarea {
	-webkit-font-smoothing: antialiased;
}
#warp {
	background-color: #f1f1f1;
	display: none;
}
.container > .row > .col-md-9 {
	overflow: hidden;
	height: 100%;
}
.boxed,.boxed-2 {
	background-color: #f1f1f1;
	width: 1200px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
.boxed-2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.body-boxed {
	background: url(images/patterns/bg13.png) repeat;
}
.body-boxed-2 {
	background: url(images/bg-image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.boxed .post-type,.boxed-2 .post-type,.boxed .post-author,.boxed-2 .post-author {
	position: static;
	margin-bottom: 10px;
}
.grid_970 .container {
	width: 970px;
}
.sections-left-sidebar .sidebar {
	float: left;
}
.sections-left-sidebar .main-content {
	float: right;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	z-index: 999999;
}
.loader_html {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border-width: 8px;
	border-style: solid;
	border-right-color: rgba(0, 0, 0, 0) !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
/* 02 - Header & Navigation */
#header {
	line-height: 98px;
	background: #FFF url("../images/header-top.png") repeat-x top center;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	position: relative;
	z-index: 99999;
	margin-bottom: 90px;
}
#header:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 2px;
	left: 0;
	position: absolute;
}
#header:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 5px;
	left: 0;
	position: absolute;
}
.logo {
	font-size: 30px;
	font-weight: bold;
	float: left;
}
/* Navigation */
.navigation {
	float: right;
}
.navigation ul li ul {
	z-index: 998;
}
.navigation > ul > li {
	float: left;
	font-size: 15px;
	line-height: 95px;
	margin-right: 10px;
	position: relative;
	list-style: none;
}
.navigation > ul > li:last-child {
	margin-right: 0;
}
.navigation > ul > li > a {
	padding: 0 10px;
	display: inline-block;
	line-height: 94px;
}
.navigation li:hover ul {
	top: 0;
	background-color: #2f3c4e;
}
.navigation > ul > li:hover > ul {
	top: 92px;
}
.navigation li ul li ul {
	position: absolute;
	left: 199px;
}
.navigation ul > li > ul > li {
	float: none;
	margin: 0;
}
.navigation ul > li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 993;
	width: 200px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.navigation li ul li a {
	height: inherit;
	float: inherit;
	text-align: left;
	display: block;
	margin: 0 !important;
	padding: 0 15px;
	z-index: 993;
	font-size: 13px;
	font-weight: 600;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navigation li ul li:last-child a {
	border-bottom: none;
}
.navigation ul > li ul li {
	position: relative;
	float: none;
	list-style: none;
}
.menu-nav-arrow {
	margin-left: 5px;
}
.navigation ul > li ul li .menu-nav-arrow {
	float: right;
}
/* Menu slide */
.navigation li > ul,.navigation li > ul li > ul,.navigation li ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.28s ease-in-out;
	-moz-transition: all 0.28s ease-in-out;
	-ms-transition: all 0.28s ease-in-out;
	-o-transition: all 0.28s ease-in-out;
	transition: all 0.28s ease-in-out;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}
.navigation li:hover > ul,.navigation li > ul li:hover > ul,.navigation li ul li:hover ul {
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
/* Navigation mobile */
.navigation_mobile {
	height: 35px;
	line-height: 35px;
	position: relative;
	width: 300px;
	margin-top: 28px;
	float: right;
}
.navigation_mobile ul {
	margin-bottom: 0;
}
.navigation_mobile_click {
	border: 1px solid #e9e8e8;
	padding: 0 10px;
	background-color: #f8f7f7;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.navigation_mobile > ul {
	background-color: #FAFAFA;
	border: 1px solid #dedede;
	border-top: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	z-index: 993;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.navigation_mobile > ul li ul {
	position: relative;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
	margin: 0 -20px;
	display: none;
}
.navigation_mobile_click:before {
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	text-align: center;
}
.navigation_mobile > ul li {
	float: none;
	padding: 0 15px;
	line-height: 33px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	font-size: 14px;
	list-style: none;
}
.navigation_mobile > ul a {
	background: transparent;
}
.navigation_mobile > ul a i {
	margin-right: 5px;
}
.navigation_mobile > ul li ul li {
	border-bottom: 0;
	line-height: 30px;
	margin-left: 10px;
}
.navigation_mobile > ul li ul li a {
	font-size: 14px;
}
.navigation_mobile > ul li ul li:before {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 10px;
	margin-right: 8px;
	speak: none;
	position: relative;
	top: 1px;
}
/* Header search & Header follow */
.wrap-search {
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding-top: 190px;
	text-align: center;
	display: none;
}
.wrap-search input[type="search"] {
	font-size: 80px;
	line-height: 75px;
	border: none;
	background-color: transparent;
}
.header-search {
	position: relative;
	float: right;
	height: 35px;
	margin: 28px 0 0 30px;
}
.header-search-a,.header-follow-a {
	float: right;
	cursor: pointer;
	height: 35px;
	width: 35px;
	line-height: 32px;
	background-color: #f6f6f6;
	border: 1px solid #e4e6e8;
	text-align: center;
}
.header-search-a:hover,.header-search-active .header-search-a,.header-follow-a:hover,.header-follow-active .header-follow-a {
	background-color: #2f3c4e;
	border-color: #2f3c4e;
}
.header-search-form {
	position: absolute;
	height: 53px;
	width: 184px;
	top: 35px;
	right: 0;
	display: none;
}
.header-search-form input {
	background-color: #FFF;
	border: none;
	height: 32px;
	width: 164px;
	font-size: 12px;
	line-height: 32px;
	margin: 10px 0 0 10px;
}
.header-follow {
	position: relative;
	float: right;
	height: 35px;
	margin: 28px 0 0 10px;
}
.header-follow-a {
	width: auto;
	padding: 0 10px;
}
.follow-social {
	background-color: #2f3c4e;
	position: absolute;
	padding: 30px;
	top: 45px;
	right: 0;
	z-index: 98;
}
.follow-social > i {
	position: absolute;
	top: -13px;
	right: 20px;
	font-size: 20px;
	z-index: 9;
}
.follow-social li {
	list-style: none;
	margin-bottom: 30px;
}
.follow-social li:last-child {
	margin-bottom: 0;
}
.follow-social li a {
	display: block;
	height: 35px;
	width: 145px;
	padding: 0 10px;
	line-height: 35px;
	font-size: 13px;
}
.follow-social li a i {
	font-size: 14px;
	margin-right: 20px;
}
.follow-social .social-facebook a {
	background-color: #5d82d1;
}
.follow-social .social-twitter a {
	background-color: #40bff5;
}
.follow-social .social-dribbble a {
	background-color: #f7659c;
}
.follow-social .social-google a {
	background-color: #eb5e4c;
}
.follow-social .social-vimeo a {
	background-color: #35c6ea;
}
.follow-social .social-youtube a {
	background-color: #ef4e41;
}
.follow-social li a:hover {
	background-color: #263241;
}
.follow-social {
	/*
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transform: scaleY(0.98);
	-webkit-transform: scaleY(0.98);
	-o-transform: scaleY(0.98);
	-ms-transform: scaleY(0.98);
	transform: scaleY(0.98);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	*/
	opacity: 0;
	visibility: visible;
	max-width: 0;
	max-height: 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.header-follow-active .follow-social {
	/*
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	*/
	opacity: 1;
	visibility: visible;
	max-width: 5000px;
	max-height: 5000px;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.follow-social-2 {
	background-color: #f6f6f6;
	border: 1px solid #e4e6e8;
}
.follow-social.follow-social-2 > i {
	color: #e4e6e8;
}
/* fixed-nav */
#header.fixed-nav {
	position: fixed;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #FFF;
}
.boxed #header.fixed-nav,.boxed-2 #header.fixed-nav {
	width: 990px;
	left: inherit;
}
/* 3 - Sidebar */
/* Widget */
.widget {
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	position: relative;
	margin-bottom: 30px;
	padding: 30px 30px 35px;
}
.widget:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 2px;
	left: 0;
	position: absolute;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.widget:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 5px;
	left: 0;
	position: absolute;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.widget-title,.post-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ecedee;
	margin-bottom: 20px;
	line-height: 28px;
	position: relative;
}
.widget-title:before,.post-title:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 28px;
	background-color: #2f3c4e;
	bottom: -2px;
	left: 0;
}
.widget-title > i,.post-title > i {
	background-color: #2f3c4e;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}
.widget .button {
	width: 100%;
}
.widget li {
	list-style: none;
	color: #4b525c;
	border-bottom: 1px solid #ecedee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget li a span {
	margin-left: 10px;
}
.widget li i.fa {
	float: right;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
}
/* Widget about */
.widget-about:before,.widget-about:after {
	height: 0;
	width: 0;
}
.widget-about-img {
	height: 100px;
	width: 100px;
	border-width: 4px;
	border-style: solid;
	overflow: hidden;
	margin: 15px auto 30px;
}
.widget-about-img img {
	text-align: center;
	height: 92px;
	width: 92px;
}
.widget-about {
	text-align: center;
}
.widget-about h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.widget-about p {
	color: #f6f6f6;
	font-size: 13px;
}
.widget-about .social-ul {
	float: none;
}
.widget-about .social-ul li {
	float: none;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget-about .social-ul li a {
	border: 1px solid rgba(255,255,255,0.2);
	background-color: transparent;
}
.widget-about .social-ul li a:hover {
	border-color: #263241;
	background-color: #263241;
}
.widget.widget-about li i.fa {
	float: none;
	margin-left: 0;
	font-size: 14px;
}
/* Widget search */
.widget-search input[type="search"] {
	width: 100%;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #e4e6e8;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Widget statistics */
.widget-statistics {
	padding-bottom: 10px;
}
.widget-statistics li {
	float: left;
	margin: 0 6% 20px 0;
	padding-bottom: 0;
	width: 47%;
	border-bottom: none;
	font-size: 12px;
	text-transform: uppercase;
}
.widget-statistics li:nth-child(2n) {
	margin-right: 0;
}
.widget-statistics li a {
	display: block;
	padding: 7px 5px 7px 7px;
}
.widget.widget-statistics li a span {
	margin: 0;
}
.widget-statistics li.statistics-facebook a {
	background-color: #5d82d1;
}
.widget-statistics li.statistics-twitter a {
	background-color: #40bff5;
}
.widget-statistics li.statistics-vimeo a {
	background-color: #35c6ea;
}
.widget-statistics li.statistics-youtube a {
	background-color: #ef4e41;
}
.widget-statistics li.statistics-google a {
	background-color: #eb5e4c;
}
.widget-statistics li.statistics-dribbble a {
	background-color: #f7659c;
}
.widget-statistics li a:hover {
	background-color: #2f3c4e;
}
.widget.widget-statistics ul li a i {
	float: none;
	margin: 0 10px 0 0;
	font-size: 14px;
}
/* Widget posts */
.widget-posts li,.widget-comments li {
	overflow: hidden;
	height: 100%;
}
.widget-posts-img,.widget-comments-img {
	float: left;
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	height: 70px;
	width: 70px;
}
.widget-posts-img a {
	display: block;
}
.widget .widget-posts-img i.fa,.widget .widget-posts-quote .widget-posts-img i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 26px;
	margin: -10px 0 0 -12px;
	float: none;
	display: none;
}
.widget-posts-img a:before,.widget-posts-quote .widget-posts-img a:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.widget-posts-img:hover a:before,.widget .widget-posts-img:hover i.fa,.widget-posts-quote .widget-posts-img a:before,.widget .widget-posts-quote .widget-posts-img i.fa {
	display: block;
}
.widget-posts-content,.widget-comments-content {
	overflow: hidden;
	height: 100%;
}
.widget-posts-content > a {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.widget-posts-content span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.widget-posts-content span:last-child {
	margin-bottom: 0;
}
.widget .widget-posts-content span i.fa {
	float: none;
	margin: 0 10px 0 0;
	font-size: 15px;
}
.widget-posts-content p,.widget-comments-content p {
	margin-bottom: 0;
}
/* Widget dribbble */
.widget-dribbble {
	position: relative;
}
.widget-dribbble li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget-dribbble .bx-pager {
	display: none;
}
.widget .widget-dribbble .bx-controls-direction a {
	left: 20px;
}
.widget .widget-dribbble .bx-controls-direction a.bx-next {
	right: 20px;
}
/* Widget tabs */
.widget-tabs .widget-title {
	padding-bottom: 0;
}
.widget-tabs .tabs {
	overflow: hidden;
	height: 100%;
}
.widget-tabs .tabs li {
	float: left;
	margin: 0 20px 10px 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget-tabs .tabs li:last-child {
	margin-right: 0;
}
.widget-tabs .tabs li a {
	display: block;
	background-color: #a3a9b0;
	padding: 0 10px;
	font-size: 14px;
}
.widget-tabs .tabs li a.current {
	background-color: #2f3c4e;
}
/* Widget comments */
.widget-comments-content > a {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.widget-comments-content > p a {
	font-size: 13px;
}
/* Widget flickr */
.widget-flickr a,.widget-flickr a img {
	height: 71px;
	width: 71px;
	overflow: hidden;
	display: block;
	float: left;
}
.widget-flickr a {
	margin: 0 10px 10px 0;
}
.widget-flickr a:nth-child(3n) {
	margin-right: 0;
}
.widget-flickr a:hover {
	opacity: 0.7;
}
/* Widget adv */
.widget-adv {
	text-align: center;
}
/* Widget tags */
.widget_tag_cloud a {
	background-color: #f6f6f6;
	border: 1px solid #e4e6e8;
	margin: 0 3px 3px 0;
	display: block;
	float: left;
	padding: 6px 10px;
	font-size: 12px;
}
/* Widget twitter */
.twitter-follow {
	float: right;
	background-color: #40bff5;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.twitter-follow:hover {
	background-color: #2f3c4e;
}
.widget .widget-twitter li {
	font-size: 13px;
	line-height: 22px;
}
.widget .widget-twitter li a {
	color: #40bff5;
}
.widget .widget-twitter li .tweet_time a {
	font-style: italic;
	display: block;
	margin-top: 5px;
}
/* Widget login */
.widget-login-password {
	position: relative;
}
.widget-login-password a {
	position: absolute;
	right: 6px;
	top: 6px;
	background-color: #2f3c4e;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}
/* 4 - Post */
/* Isotope */
.post-3 {
	z-index: 2;
	list-style: none;
}
.isotope-hidden.post-3 {
	pointer-events: none;
	z-index: 1;
}
.isotope,.isotope .post-3 {
	-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 .post-3 {
	-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.no-transition,.isotope.no-transition .post-3,.isotope .post-3.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* Post */
.post {
	position: relative;
	display: block;
	float: left;
}
.post a {
	color: #6d7683;
}
.post-type {
	position: absolute;
	top: 0;
	left: -80px;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 25px;
}
.post:hover .post-type {
	background-color: #2f3c4e;
}
.post-head,.post-wrap {
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	position: relative;
	padding: 30px;
	margin-bottom: 10px;
}
.post-head:before,.post-wrap:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 2px;
	left: 0;
	position: absolute;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.post-wrap:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 5px;
	left: 0;
	position: absolute;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.post-head {
	padding-bottom: 15px;
}
.post-meta div {
	margin-right: 15px;
	float: left;
	padding: 10px;
	border: 1px solid #e4e6e8;
	background-color: #f6f6f6;
	font-size: 12px;
	text-transform: uppercase;
}
.post-meta div i {
	font-size: 15px;
	margin-right: 10px;
}
.post-meta div:last-child {
	margin-right: 0;
}
.post-head .post-meta div,.single-post .post-meta div {
	margin-bottom: 15px;
}
.post-head > h3 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: normal;
}
.post-wrap {
	margin-bottom: 50px;
	padding: 0;
	overflow: hidden;
}
.post-inner {
	padding: 30px;
}
.single-post .post-inner {
	padding-bottom: 15px;
}
.post-img {
	position: relative;
}
.post-img li {
	list-style: none;
}
.post-img img,.post-img iframe {
	width: 100%;
	display: block;
	border: none;
}
.post-img img {
	height: auto;
}
.post-share-view {
	padding-top: 20px;
	border-top: 1px solid #ecedee;
}
.post-meta-share {
	position: relative;
	margin-right: 0 !important;
}
.share-social {
	position: absolute;
	bottom: 44px;
	width: 115px;
	left: 0;
	padding: 0 !important;
}
.share-social ul {
	list-style: none;
	padding: 30px;
}
.share-social > i {
	position: absolute;
	bottom: -13px;
	left: 50%;
	font-size: 20px !important;
	z-index: 9;
	color: #e4e6e8 !important;
	margin: 0 0 0 -5px !important;
}
.share-social li {
	list-style: none;
	margin-bottom: 20px;
}
.share-social li:last-child {
	margin-bottom: 0;
}
.share-social li a {
	display: block;
	height: 35px;
	width: 100%;
	padding: 0 10px;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
}
.share-social li a i {
	font-size: 14px;
	margin-right: 0 !important;
}
.share-social .social-facebook a {
	background-color: #5d82d1;
}
.share-social .social-twitter a {
	background-color: #40bff5;
}
.share-social .social-google a {
	background-color: #eb5e4c;
}
.share-social li a:hover {
	background-color: #263241;
}
.share-social {
	opacity: 0;
	visibility: visible;
	max-width: 0;
	max-height: 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform: perspective(600px) rotateX(90deg);
	-moz-transform: perspective(600px) rotateX(90deg);
	-ms-transform: perspective(600px) rotateX(90deg);
	-o-transform: perspective(600px) rotateX(90deg);
	transform: perspective(600px) rotateX(90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.share-active .share-social {
	opacity: 1;
	visibility: visible;
	max-width: 5000px;
	max-height: 5000px;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.post-meta .post-tags {
	float: right;
}
.post-meta .post-tags a {
	text-transform: capitalize;
}
.button {
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
.button:hover {
	background-color: #2f3c4e;
}
.post-more {
	float: right;
	margin-bottom: 5px;
}
/* Post quote */
.post-quote .post-wrap:before,.post-quote .post-wrap:after {
	height: 0;
	width: 0;
}
.post-quote .post-inner p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 0;
}
.post-quote .post-inner .author,blockquote .author {
	font-size: 13px;
	font-style: italic;
	margin-top: 20px;
	display: block;
}
.post-quote-top,.post-quote-bottom {
	font-size: 26px;
}
.post-quote-top {
	text-align: left;
	margin-bottom: 20px;
}
.post-quote-bottom {
	text-align: right;
	margin-top: 20px;
}
/* Post lightbox */
.post-img-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	text-align: center;
}
.post-img-lightbox i {
	height: 38px;
	width: 38px;
	line-height: 38px;
	font-size: 19px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	display: none;
}
.post-img:hover .post-img-lightbox {
	background-color: rgba(0,0,0,0.5);
}
.post-img:hover .post-img-lightbox i {
	display: block;
}
/* Post link */
.post-link .post-inner.link {
	display: block;
	font-size: 22px;
	font-weight: bold;
}
.post-link .post-inner.link > div {
	overflow: hidden;
	height: 100%;
}
.post-link .post-wrap:before,.post-link .post-wrap:after {
	height: 0;
	width: 0;
}
.post-link .post-inner.link:hover {
	background-color: #2f3c4e;
}
.post-link .post-inner.link span {
	font-size: 13px;
	display: block;
	font-weight: normal;
	padding-top: 20px;
}
.post-link .post-inner.link .fa-link {
	float: left;
	font-size: 36px;
	margin: 5px 30px 0 0;
}
/* Post gallery */
.post-gallery .post-img .bx-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;
}
.post-gallery .post-img .bx-pager .bx-pager-item {
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
}
.post-gallery .post-img .bx-pager .bx-pager-item:first-child {
	padding-left: 10px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.post-gallery .post-img .bx-pager .bx-pager-item:last-child {
	padding-right: 10px;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.post-gallery .post-img .bx-pager .bx-pager-item a {
	height: 6px;
	width: 13px;
	background-color: #FFF;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-right: 5px;
}
.post-gallery .post-img .bx-pager .bx-pager-item:last-child a {
	margin-right: 0;
}
.post-gallery .post-img .bx-pager .bx-pager-item a.active {
	background-color: #2f3c4e;
}
.post-gallery .post-img .bx-controls-direction a,.widget-dribbble .bx-controls-direction a,.related-posts .bx-controls-direction a {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #FFF;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 30px;
	margin-top: -17.5px;
}
.post-gallery .post-img .bx-controls-direction a.bx-next,.widget-dribbble .bx-controls-direction a.bx-next,.related-posts .bx-controls-direction a.bx-next {
	left: inherit;
	right: 30px;
}
.post-gallery .post-img .bx-controls-direction a:before,.widget-dribbble .bx-controls-direction a:before,.related-posts .bx-controls-direction a:before {
	font-size: 16px;
	font-family: "FontAwesome";
}
.post-gallery .post-img .bx-controls-direction a.bx-prev:before,.widget-dribbble .bx-controls-direction a.bx-prev:before,.related-posts .bx-controls-direction a.bx-prev:before {
	content: "\f100";
}
.post-gallery .post-img .bx-controls-direction a.bx-next:before,.widget-dribbble .bx-controls-direction a.bx-next:before,.related-posts .bx-controls-direction a.bx-next:before {
	content: "\f101";
}
/* Post audio */

/* Post twitter */
.post-twitter .post-img {
	padding: 20px 30px;
	text-align: center;
}
.post-twitter .post-img iframe {
	display: inline-block !important;
}
/* Post soundcloud */
.post-soundcloud .post-img {
	padding: 30px;
}
/* Post 2 */
.post-2 .post-type {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 22px;
	left: -60px;
	top: 80px;
}
.post-author {
	height: 70px;
	width: 70px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -80px;
}
.post-author img {
	text-align: center;
	height: 70px;
	width: 70px;
}
/* Post 3 */
.post-3 .post-type,.post-3 .post-author {
	display: none;
}
/* Left sidebar */
.sections-left-sidebar .post .post-type {
	left: inherit;
	right: -80px;
}
.sections-left-sidebar .post .post-author {
	left: inherit;
	right: -80px;
}
.sections-left-sidebar .post.post-2 .post-type {
	left: inherit;
	right: -60px;
}
/* Page navigation */
.page-navigation div {
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	position: relative;
	margin-bottom: 30px;
	display: block;
	float: left;
}
.page-navigation div.nav-previous {
	float: right;
}
.page-navigation div:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #d3d5d7;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	bottom: 2px;
	left: 0;
	position: absolute;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.page-navigation a {
	display: block;
	font-size: 13px;
	padding: 5px 15px;
	text-transform: uppercase;
}
.page-navigation a i {
	font-size: 16px;
	padding: 5px 0;
}
.page-navigation span {
	padding: 4px 0 1px;
}
.page-navigation div.nav-previous span {
	border-right: 1px solid #d8dadc;
	padding-right: 10px;
	margin-right: 10px;
}
.page-navigation div.nav-next span {
	border-left: 1px solid #d8dadc;
	padding-left: 10px;
	margin-left: 10px;
}
/* Page load more */
.post-load-more {
	text-align: center;
}
.post-load-more div {
	height: 37px;
	line-height: 26px;
	display: inline-block;
	float: none;
}
/* 5 - Single post & page */
/* Single post */
.single-post .post-wrap {
	margin-bottom: 30px;
}
.commentlist li {
	list-style: none;
}
.commentlist li.comment {
	border-bottom: 1px solid #ecedee;
	margin-bottom: 20px;
}
.commentlist li.comment li.comment,.commentlist > li.comment:last-child,.commentlist > li.comment:last-child .comment-body {
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist li.comment .comment-body {
	margin-bottom: 20px;
}
.commentlist li.comment .comment-body p {
	margin-bottom: 0;
}
.commentlist ul.children {
	margin-left: 100px;
}
.commentlist li.comment .comment-body .avatar {
	height: 70px;
	width: 70px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.commentlist li.comment .comment-body .comment-text {
	overflow: hidden;
	height: 100%;
}
.commentlist li.comment .comment-body .comment-text .author {
	margin-bottom: 20px;
}
.commentlist li.comment .comment-body .comment-text .author span {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.commentlist li.comment .comment-body .comment-text .author div.date {
	font-size: 12px;
	text-transform: uppercase;
}
.comment-meta {
	float: left;
}
.comment-reply.button {
	float: right;
	font-size: 13px;
	padding: 5px 20px;
}
.comment-form .form-input {
	position: relative;
}
.comment-form .form-input i {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 15px;
}
.comment-form .form-input input,.comment-form .form-input textarea {
	padding-left: 30px;
	margin-bottom: 20px;
	width: 45%;
}
.comment-form .form-input textarea {
	height: 160px;
	width: 100%;
	line-height: 22px;
}
textarea {
	font-size: 12px;
}
.required-error {
	font-size: 13px;
	color: #F00;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
}
/* 6 - Social */
.social li {
	float: left;
	list-style: none;
}
.social li a {
	float: left;
	height: 32px;
	width: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	margin: 0 10px 10px 0;
}
.social .social-rss a {
	background-color: #faa33d;
}
.social .social-facebook a {
	background-color: #5d82d1;
}
.social .social-twitter a {
	background-color: #40bff5;
}
.social .social-vimeo a {
	background-color: #35c6ea;
}
.social .social-myspace a {
	background-color: #008dde;
}
.social .social-youtube a {
	background-color: #ef4e41;
}
.social .social-instagram a {
	background-color: #548bb6;
}
.social .social-stumbleupon a {
	background-color: #ff5c30;
}
.social .social-lastfm a {
	background-color: #f34320;
}
.social .social-pinterest a {
	background-color: #e13138;
}
.social .social-gplus a {
	background-color: #eb5e4c;
}
.social .social-evernote a {
	background-color: #9acf4f;
}
.social .social-dribbble a {
	background-color: #f7659c;
}
.social .social-skype a {
	background-color: #13c1f3;
}
.social .social-forrst a {
	background-color: #45ad76;
}
.social .social-linkedin a {
	background-color: #238cc8;
}
.social .social-wordpress a {
	background-color: #2592c3;
}
.social .social-grooveshark a {
	background-color: #ffb21d;
}
.social .social-delicious a {
	background-color: #377bda;
}
.social .social-behance a {
	background-color: #1879fd;
}
.social .social-dropbox a {
	background-color: #17a3eb;
}
.social .social-soundcloud a {
	background-color: #ff7e30;
}
.social .social-deviantart a {
	background-color: #6a8a7b;
}
.social .social-yahoo a {
	background-color: #ab47ac;
}
.social .social-flickr a {
	background-color: #ff48a3;
}
.social .social-digg a {
	background-color: #75788d;
}
.social .social-blogger a {
	background-color: #ff9233;
}
.social .social-tumblr a {
	background-color: #426d9b;
}
.social .social-quora a {
	background-color: #ea3d23;
}
.social .social-github a {
	background-color: #3f91cb;
}
.social .social-amazon a {
	background-color: #ff8e2e;
}
.social .social-xing a {
	background-color: #1a8e8c;
}
.social .social-wikipedia a {
	background-color: #b3b5b8;
}
.social li a:hover {
	background-color: #2f3c4e;
}
/* 7 - Page 404 */
.page-404 {
	text-align: center;
}
.page-404 h2 {
	font-size: 156px;
	line-height: 150px;
}
.page-404 h3 {
	font-size: 43px;
	line-height: 50px;
	font-weight: normal;
}
/* 8 - Accordion */
.accordion {
	margin-bottom: 30px;
}
.accordion .section-content {
	margin-bottom: 20px;
	padding: 0;
}
.accordion .accordion-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 10px;
	margin-bottom: 0;
	cursor: pointer;
	background-color: #f6f6f6;
	border: 1px solid #e4e6e8;
}
.accordion .accordion-title a {
	padding-left: 10px;
}
.accordion .accordion-title a i {
	float: left;
	margin: -2px 0 0 0;
	background-color: #a3a9b0;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}
.accordion .accordion-title.active i {
	background-color: #2f3c4e;
}
.accordion .accordion-inner {
	padding: 20px 20px 0;
	line-height: 22px;
	margin-top: 0;
	font-size: 13px;
	display: none;
}
.accordion .accordion-inner.active {
	display: block;
}
.accordion ul li {
	padding: 4px 0;
}
.accordion-archive ul li {
	list-style: none;
}
.accordion-archive ul li:before {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 13px;
	margin-right: 10px;
}
/* 9 - Gallery */
.page-gallery {
	margin-bottom: -30px;
}
.gallery-item {
	margin-bottom: 30px;
}
.gallery-one {
	overflow: hidden;
	position: relative;
}
.gallery-title {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	display: none;
}
.gallery-one:hover .post-img-lightbox {
	background-color: rgba(0,0,0,0.5);
}
.gallery-one:hover .post-img-lightbox i {
	display: block;
}
.gallery-one:hover .gallery-title {
	display: block;
}
/* 10 - Authors */
.post .social-ul {
	float: left;
}
.post .social-ul li {
	margin-top: 0;
}
.post .social-facebook a {
	background-color: #5d82d1;
}
.post .social-twitter a {
	background-color: #40bff5;
}
.post .social-google a {
	background-color: #eb5e4c;
}
.post .social-linkedin a {
	background-color: #238cc8;
}
.post .social-youtube a {
	background-color: #ef4e41;
}
.post .social-ul li a:hover {
	background-color: #2f3c4e;
}
/* 11 - Related posts */
.post.related-posts-div .post-inner {
	padding-bottom: 0;
}
.related-posts {
	position: relative;
}
.related-posts li {
	list-style: none;
}
.related-post-one {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.related-post-type {
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background-color: #2f3c4e;
}
.related-post-head {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.related-post-one:hover .related-post-head {
	bottom: 0;
}
.related-post-head > a {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.35);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.35);
	text-shadow: 0 1px 0 rgba(0,0,0,.35);
}
.related-post-head span {
	float: left;
	margin-right: 15px;
	font-size: 12px;
}
.related-post-head span:last-child {
	margin-right: 0;
}
.related-post-head span i {
	font-size: 15px;
	margin-right: 10px;
}
.related-posts .bx-pager {
	display: none;
}
.related-posts .bx-controls-direction a {
	left: inherit;
	right: 48px;
	height: 28px;
	width: 28px;
	line-height: 26px;
	font-size: 16px;
	background-color: #f6f6f6;
	top: -43px;
}
.related-posts .bx-controls-direction a.bx-next {
	right: 15px;
}
/* 12 - List ul */
.list-ul {
	line-height: 30px;
}
.list-ul li:before {
	font-size: 15px;
}
/* 13 - Blockquote */
blockquote {
	border-left: 3px solid #acacac;
	background-color: #ecedee;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
}
.blockquote-2 {
	border-left: none;
}
/* 14 - Footer */
/* Footer */
#footer {
	line-height: 94px;
	background-color: #2f3c4e;
	margin-top: 60px;
}
.copyrights {
	color: #F1F1F1;
	float: left;
}
.social-ul {
	float: right;
}
.social-ul li {
	float: left;
	list-style: none;
	margin: 33px 5px 0 0;
	line-height: normal;
}
.social-ul li:last-child {
	margin-right: 0;
}
.social-ul li a {
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #eef1f2;
	background-color: #263241;
	display: inline-block;
}
.go-up {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 15px;
	right: -60px;
	bottom: 20px;
	cursor: pointer;
	text-align: center;
	z-index: 9999;
}
.go-up:hover {
	background-color: #263241;
}
/* 15 - Border radius & Colors & Animation & Keyframes */
/* Border radius 2px */
.header-search-a,.header-follow-a,.social-ul li a,.follow-social li a,follow-social,.widget,.widget-title > i,.post-title > i,.post-meta div,.post-type,.related-post-type,.button,.post-img-lightbox i,.post-gallery .post-img .bx-controls-direction a,.widget-dribbble .bx-controls-direction a,.related-posts .bx-controls-direction a,.page-navigation a,.widget-search input[type="search"],.widget-statistics li a,.widget-posts-img,.widget_tag_cloud a,.widget-flickr a,.widget-flickr a img,.twitter-follow,.widget-login-password a,.widget-tabs .tabs li a,.follow-social-2,.post-author,.related-post-one,.commentlist li.comment .comment-body .avatar,input[type="text"],input[type="password"],input[type="email"],input[type="url"],textarea,select,.go-up,blockquote.blockquote-2,.accordion .accordion-title a i,.accordion .accordion-title,.gallery-one {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/* Border radius 3px */
.post-gallery .post-img .bx-pager .bx-pager-item a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Border radius 50% */
.widget-about-img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/* Color #9ba1a8 */
.wrap-search input[type="search"],.header-follow-a,.widget-search input[type="search"],input[type="text"],input[type="password"],input[type="email"],input[type="url"],textarea,select,.post-meta div,.widget-posts-content span,.commentlist li.comment .comment-body .comment-text .author div.date {
	color: #9ba1a8;
}
/* Color #a3a9b0 */
.post-meta div i,.post-gallery .post-img .bx-controls-direction a,.widget-dribbble .bx-controls-direction a,.related-posts .bx-controls-direction a,.page-navigation a,.widget .widget-posts-content span i.fa,.widget_tag_cloud a,.widget .widget-twitter li .tweet_time a,.comment-form .form-input i,.accordion .accordion-title a {
	color: #a3a9b0;
}
/* Color #6d7683 */
.widget li a,.widget .widget-twitter li,.page-404 p {
	color: #6d7683;
}
/* Color #2f3c4e */
.logo a:hover,.widget-title,.post-title,.post-meta div a,.post-head > h3,.post-head > h3 a,.post-meta div a:hover,.post-img-lightbox i,.follow-social > i,.widget li i.fa,.page-navigation a:hover,.widget.widget-statistics ul li a span,.widget .widget-posts-content > a,.widget .widget-posts-content span a:hover,.widget .widget-comments-content > a:hover,.navigation.navigation-2 li:hover > a,.navigation.navigation-2 li ul li:hover > a,.navigation.navigation-2 li.current_page_item > a,.navigation.navigation-2 li ul li.current_page_item > a,.page-404 h3,.commentlist li.comment .comment-body .comment-text .author span a:hover,blockquote p,.post-meta .post-tags a,.accordion .accordion-title.active a,.accordion-archive ul li:before {
	color: #2f3c4e;
}
/* Color #a9aeb5 */
.header-search-a,.header-follow-a {
	color: #a9aeb5;
}
/* Color #FFF */
.white,.navigation li ul li a,.header-search-a:hover,.header-search-active .header-search-a,.header-follow-a:hover,.header-follow-active .header-follow-a,#footer a:hover,.go-up,.follow-social li a,.widget-about h3,.widget-title > i,.post-title > i,.post-type,.related-post-type,.button,.share-social li a i,.post-quote .post-inner,.post-quote .post-inner p,.post-link .post-inner.link,.post-link .post-inner.link:hover .fa-link,.post-gallery .post-img .bx-controls-direction a:hover:before,.widget-dribbble .bx-controls-direction a:hover:before,.related-posts .bx-controls-direction a:hover:before,.widget.widget-about li i.fa,.widget.widget-statistics ul li a,.widget.widget-statistics ul li a i,.widget.widget-statistics li a:hover span,.widget_tag_cloud a:hover,.twitter-follow,.widget-login-password a,.widget-tabs .tabs li a,.widget-tabs .tabs li a.current,.widget-tabs .tabs li a:hover,.related-post-head > a,.post .related-post-head > a:hover,.related-post-head span,.comment-reply.button:hover,blockquote.blockquote-2 p,blockquote.blockquote-2 .author,.accordion .accordion-title a i,.post a.button.post-more,.gallery-title,.comment-reply.button,.post .social-ul li a:hover {
	color: #FFF;
}
a.button {
	color: #FFF !important;
}
/* Animation */
.social-ul li:hover i,.header-search-a:hover i,.box-icon:hover .box-icon-i-2 i,.portfolio-link:hover i,.portfolio-zoom:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards; 
}
/* Keyframes */
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
::-moz-selection {
    background: #e74c3c;
}
::selection {
    background: #e74c3c;
}
.social-ul li a:hover,.go-up,.widget-about,.post-type,.button,.post-quote .post-wrap,.post-link .post-inner.link,.post-gallery .post-img .bx-controls-direction a:hover,.widget-dribbble .bx-controls-direction a:hover,.related-posts .bx-controls-direction a:hover,.post-soundcloud .post-img,.post-twitter .post-img,.widget-posts-img a:before,.widget_tag_cloud a:hover,.widget-login-password a:hover,.navigation.navigation-2 li:hover ul,.related-post-one:hover .related-post-type,.blockquote-2 {
	background-color: #e74c3c;
}
.color,.logo a,.navigation li:hover > a,.navigation li ul li:hover > a,.navigation li.current_page_item > a,.navigation li ul li.current_page_item > a,.navigation.navigation-2 > ul > li.current_page_item > a,.navigation.navigation-2 > ul > li:hover > a,.copyrights a,.post-meta div a,.post-head > h3 a:hover,.post-meta div span,.widget li a:hover,.widget-posts-content span a,.widget .widget-comments-content > a,.page-404 h2,.related-post-head span a,.commentlist li.comment .comment-body .comment-text .author span,.commentlist li.comment .comment-body .comment-text .author span a,blockquote .author,.post-meta .post-tags a:hover,.post a:hover,.accordion-archive ul li:hover:before,.navigation_mobile > ul li:hover > a,.navigation_mobile > ul li:hover:before,.navigation_mobile > ul li:hover > a > span i,.navigation_mobile_click:hover,.navigation_mobile_click:hover:before {
	color: #e74c3c;
}
.loader_html,.widget_tag_cloud a:hover,.related-posts .bx-controls-direction a:hover,blockquote {
	border-color: #e74c3c;
}
.post-quote-top,.post-quote-bottom,.post-link .post-inner.link .fa-link,.widget .widget-posts-img i.fa {
	color: #d82425;
}
.widget-about-img {
	border-color: #d82425;
}
/*------------------------------------------------------------------------------*/
/*                    width : 1200px 
/*------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	.boxed,.boxed-2 {
		width: 1200px !important;
	}
	.grid_1200.boxed #header.fixed-nav,.grid_1200.boxed-2 #header.fixed-nav {
		width: 1200px;
	}
	.widget-flickr a,.widget-flickr a img {
		height: 67px;
		width: 67px;
	}
	.widget-flickr a:nth-child(3n) {
		margin-right: 10px;
	}
	.widget-flickr a:nth-child(4n) {
		margin-right: 0;
	}
	
}
/*------------------------------------------------------------------------------*/
/*                    width : 991px 
/*------------------------------------------------------------------------------*/
@media (min-width: 991px) and (max-width: 1200px) {
	
}
/*------------------------------------------------------------------------------*/
/*                    width : 990px 
/*------------------------------------------------------------------------------*/
@media (min-width: 990px) {
	.boxed,.boxed-2 {
		width: 990px;
	}
}
/*------------------------------------------------------------------------------*/
/*                    width : 768px 
/*------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
	.boxed,.boxed-2 {
		width: 100%;
		margin: 0;
	}
	.col-md-6.related-post-item,.col-md-4.related-post-item,.col-md-6.gallery-item,.col-md-4.gallery-item {
		float: left;
		width: 50%;
	}
	.sections-left-sidebar .main-content,.sections-left-sidebar .sidebar {
		float: none;
	}
	.widget-flickr a,.widget-flickr a img {
		height: 64px;
		width: 64px;
	}
	.widget-flickr a:nth-child(3n),.widget-flickr a:nth-child(4n) {
		margin-right: 10px;
	}
	.widget-flickr a:nth-child(9n) {
		margin-right: 0;
	}
}
/*------------------------------------------------------------------------------*/
/*                    Width : 452px
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 452px) and (max-width: 767px) {
	body {
		width: 100%;
	}
	.boxed,.boxed-2 {
		width: 100%;
		margin: 0;
	}
	#header {
		height: auto;
		padding-bottom: 30px;
	}
	.navigation_mobile {
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto;
	}
	.post-type,.post-author {
		position: static;
		margin-bottom: 10px;
	}
	.col-md-6.related-post-item,.col-md-4.related-post-item,.col-md-6.gallery-item,.col-md-4.gallery-item {
		float: left;
		width: 50%;
	}
	.post-meta .post-tags {
		float: left;
	}
	.related-post-type {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 17px;
	}
	.related-post-head span {
		margin-bottom: 5px;
	}
	.sections-left-sidebar .main-content,.sections-left-sidebar .sidebar {
		float: none;
	}
	.post-img-lightbox i {
		top: 40%;
	}
	.comment-form .form-input input {
		width: 70%;
	}
	.commentlist ul.children {
		margin-left: 80px;
	}
	.widget-flickr a,.widget-flickr a img {
		height: 64px;
		width: 64px;
	}
	.widget-flickr a:nth-child(3n),.widget-flickr a:nth-child(4n),.widget-flickr a:nth-child(9n) {
		margin-right: 10px;
	}
	#footer {
		height: auto;
		line-height: normal;
		text-align: center;
		padding: 30px 0;
	}
	.copyrights,.social-ul {
		float: none;
	}
	#footer .social-ul li {
		float: none;
		display: inline-block;
	}
}
/*------------------------------------------------------------------------------*/
/*                    width : 479px 
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	body {
		width: 100%;
	}
	.boxed,.boxed-2 {
		width: 100%;
		margin: 0;
	}
	.wrap-search {
		padding: 240px 20px 20px;
	}
	#header {
		height: auto;
		padding-bottom: 30px;
		line-height: normal;
		text-align: center;
	}
	.logo {
		line-height: normal;
		margin: 28px 0 0;
		float: none;
	}
	.header-follow,.header-search {
		float: none;
		display: inline-block;
	}
	.navigation_mobile {
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.post-type,.post-author {
		position: static;
		margin-bottom: 10px;
	}
	.col-md-6.related-post-item,.col-md-4.related-post-item,.col-md-6.gallery-item,.col-md-4.gallery-item {
		float: none;
		width: 100%;
	}
	.post-meta .post-tags {
		float: left;
	}
	.related-post-type {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 17px;
	}
	.related-post-head span {
		margin-bottom: 5px;
	}
	.post-img-lightbox i {
		top: 40%;
	}
	.comment-form .form-input input {
		width: 100%;
	}
	.post-meta div {
		margin-bottom: 15px;
	}
	.button.post-more {
		float: left;
	}
	.commentlist ul.children {
		margin-left: 50px;
	}
	.sections-left-sidebar .main-content,.sections-left-sidebar .sidebar {
		float: none;
	}
	.widget-flickr a,.widget-flickr a img {
		height: 64px;
		width: 64px;
	}
	.widget-flickr a:nth-child(3n),.widget-flickr a:nth-child(4n),.widget-flickr a:nth-child(9n) {
		margin-right: 10px;
	}
	#footer {
		height: auto;
		line-height: normal;
		text-align: center;
		padding: 30px 0;
	}
	.copyrights,.social-ul {
		float: none;
	}
	#footer .social-ul li {
		float: none;
		display: inline-block;
	}
}
/*------------------------------------------------------------------------------*/
/*                    width : 450px 
/*------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 450px) {
	
}
/* =======================
- Project Contact Widget -

Displays contact information specific to enticing new projects

includes/widget-project-contact.hbs
========================*/
.widget-project-contact .tel, .widget-project-contact .email
{
    text-align: center;
    margin: 0 0 5px 0;
}

.widget-project-contact a
{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: normal;
    font-family: "Roboto Slab", Arial, sans-serif;
}
.widget-project-contact .email a
{
    font-size: 13px;
}


/* =======================
- Recent Posts Widget -

Displays a list of Recent posts

includes/widget-recent-posts.hbs
========================*/
.widget-recent-posts .widget-posts-img:hover a:before
{
    display: none;
}



/* =======================
- Subscribe Widget -

Displays a subscribe form offering updates and exclusive content

includes/widget-subscribe.hbs
========================*/
.widget-subscribe .widget-title
{
    font-size: 15px;
}
.widget-subscribe .subscribe-form h4
{
    margin-bottom: 10px;
}
.widget-subscribe .subscribe-form .email
{
    width: 100%;
}
.widget-subscribe .subscribe-form .button
{
    margin: 10px 0;
    width: 100%;
}
.widget-subscribe .subscribe-form .button:hover
{
    background-color: rgba(231, 76, 60, 0.7);
}


/* =======================
- About Contact Widget -

Displays contact information

includes/widget-about-contact.hbs
========================*/
.widget-about-contact .tel
{
    margin: 0 0 5px 0;
}

.widget-about-contact a
{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: normal;
    font-family: "Roboto Slab", Arial, sans-serif;
    color: #FFF;
}
.widget-about-contact .email a
{
    font-size: 13px;
}


/* =======================
- Blog Subscribe Widget -

Display info about Mastering Dev Tools book after blog post

includes/widget-blog-subscribe.hbs
========================*/
.widget-blog-subscribe .subscribe-form .email
{
    width: 185px;
}

/* =======================
- About Page -

Styling for the About page

========================*/
.about .col-left
{
    padding : 0;
}

.about .col-right img
{
    width : 100%;
}

/* =======================
- Books Page -

Styling for the Book pages

========================*/

.book .col-right
{
    text-align : center;
}

@media (max-width : 495px)
{
    .book .subscribe-form .email
    {
        width  : 100%;
        margin : 0 0 10px 0;
    }

    .book .subscribe-form .button
    {
        margin : 0;
    }
}

/* =======================
- Contacts Page -

Styling for the Contact page

========================*/
.contact a
{
    color : #E74C3C;
}

/* =======================
- Sencha: Best Practices Page

Styling for the Sencha: Best Practices book page

========================*/
.book ul.features
{
    width      : 75%;
    margin     : 20px auto 0 auto;
    list-style : none;
}

.book ul.features li
{
    list-style : none;
    overflow   : auto;
    text-align : left;
}

.book ul.features li i
{
    float      : left;
    width      : 15%;
    margin-top : 5px;
    font-size  : 1.8em;
}

.book ul.features li p
{
    float       : left;
    width       : 85%;
    line-height : 18px;
}

.book.sencha-best-practices .subscribe-form
{
    background : #2F3C4E;
    padding    : 15px;
    color      : #FFF;
}

.book.sencha-best-practices .benefits
{
    margin-top : 30px;
}

.book.sencha-best-practices .features p.question
{
    font-weight : bold;
}

.book.sencha-best-practices .features p.answer
{
    float       : none;
    margin-left : 15%;
}

.book.sencha-best-practices .inner-content
{
    float  : none;
    margin : 0 auto;
}

.book.sencha-best-practices .inner-content h1, .book.sencha-best-practices .inner-content h2
{
    text-align : center;
}

.book.sencha-best-practices .inner-content h2.left
{
    text-align    : left;
    margin-bottom : 25px;
    margin-top    : 55px;
}



/* =======================
- Services Page -

Styling for the Services page

========================*/

.services-list .post-head
{
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.services-list .post-head:before
{
    display: none;
}

.services-list .post-wrap
{
    height: 400px;
}

.services-list .post-img img
{
    height: 200px;
}

.services-list a
{
    color : #E74C3C;
}

.service-item .highlight-box
{
    background : #2F3C4E;
    padding    : 15px;
    color      : #FFF;
}

.service-item .highlight-box p
{
    color: #FFF;
}

.service-item .intro-line
{
    font-family: "Roboto Slab", Arial, sans-serif;
    text-transform: uppercase;

    font-size: 1.3em;
}

.service-item .info-box
{
    background: #E74C3C;
    color: white;
    padding: 15px;
}
.service-item .info-box .button
{
    background-color: #2F3C4E;
}
.service-item .info-box h1, .service-item .info-box p, .service-item .info-box li
{
    color: #FFF;
}
.service-item .info-box-inner
{
    background: rgba(0, 0, 0, 0.15);
    margin: 10px;
    padding: 10px;
}



.announcement
{
    background : #E74C3C;
    padding    : 15px;
    color      : #FFF;
}

.announcement .head-line
{
    font-family: "Roboto Slab", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
}
.announcement .sub-line
{
    font-family: "Roboto Slab", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 10px;
}

.announcement2
{

    background: #E74C3C;
    padding: 20px;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.3em;
    text-align: center;
}

.announcement2 p
{
    color: white;
    margin-top: 20px;
}
.announcement2 p a
{
    color: white;
    text-decoration : underline;
}
.announcement2 p a:hover
{
    color: white;
}


.single-post a
{
    color: #E74C3C;
}

.single-post img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.ck_form_content h3.ck_form_title {
    font-size: 24px !important;
    text-align: center !important;
}

.book-topics {
    width: 85%;
    margin: 0 auto;
}

.book-topics h3.small {
    margin-bottom: 0;
    font-weight: normal;
}

.book-topics h3.small span {
    display: block;
    font-size: 0.6em;
    font-style: italic;
}

.book-actions {
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.book-actions a:first-child {
    margin-right: 15px;
}
#header
{
    margin-bottom: 40px;
}

.blog-list .post
{
    width: 100%;
}


.follow-social .social-linkedin a {
    background-color: #007bb6;
}
.follow-social .social-github a, .share-social .social-github a {
    background-color: #000;
}
/* =======================
- Menu



========================*/
.navigation .long
{
    line-height: 19px;
    height: 53px;
    padding-top: 6px;
}


/* =======================
- Headline -

Displays big headlines with highlighted words (used in the Book pages)

========================*/
.headline
{
    margin-top: 25px;
}

.headline h1, .headline h2
{
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Roboto Slab", Arial, sans-serif;
    color: #2F3C4E;
}

.headline h1
{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 35px;
}

.headline h2
{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.headline h2 .emphasis {
    position: relative;
    font-weight: 700;
}

.headline h2 .emphasis:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E74C3C;
    position: absolute;
    top: 85%;
    left: 0;
    z-index: -1 !important;
}

.headline .main
{
    font-size: 16px;
    line-height: 24px;
}


.main-content
{
    overflow: auto;
    margin-bottom: 20px;
}


/* =======================
- Subscribe Form -

Styling for the MailChimp subscribe forms

========================*/
.subscribe-form h4
{
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 15px;
}

.subscribe-form .email
{
    width: 250px;
    float: left;
    margin: 0;
}

.subscribe-form .button
{
    width: 140px;
    float: left;
    margin: 0 0 0 15px;
}
.subscribe-form .button:hover
{
    background-color: rgba(231, 76, 60, 0.7);
}

.subscribe-form .small
{
    margin: 5px 0 0 3px;
    font-size: 12px;
}



/* =======================
- Blog Posts -

Styling for single-blog template pages

========================*/

.single-post .post-wrap h2
{
    font-size: 20px;
}
.single-post .post-wrap h3
{
    font-size: 18px;
}
.single-post .post-wrap h4
{
    font-size: 16px;
}

.single-post .post-img
{
    margin-bottom: 20px;
}

.single-post figure
{
    margin: 25px 0;
}

.single-post img.inline
{
    height: 20px;
}

.single-post ul
{
    margin-bottom: 20px;
}

.single-post code
{
    display: inline-block;
    white-space: no-wrap;
    background: #FFF;
    font-size: 1em;
    line-height: 1.5em;
    color: #555;
    border: 1px solid #DDD;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
    padding: 0 0.3em;
    margin: -1px 0;
}