/******************************************************************************************************************************
    Theme Name:     Juntos
    Description:    Charity & Associaton Theme
    Author:         FF
    Author URI:     http://www.2f-design.fr
    Version:        1.0
*******************************************************************************************************************************/
/******************************************************************************************************************************

	MAIN STYLE
		- FONTS
		- SOME ELEMENTS IN THE TEMPLATE
		- ICONS
	
	HEADER - MENU
	
	SECTIONS 
		- SECTION IMAGE
		- SECTION FULL COLORED
		- SECTION CONTENT COLORED
		- MAIN SLIDER
		- SINGLE PAGES
		- SERVICES
		- DONATION
		- TEAM
		- GALLERY SLIDER
		- EVENT & POST LAYOUT SLIDER
	
	SINGLE BLOG - EVENT
	
	SOCIAL ICONS
	
	FOOTER - WIDGETS
	
	RESPONSIVE
	
	PLUGINS
		- LOADER
		- MEANMENU
		- SCROLL PLUGIN
		- PAGE LOADING
		- FLEXSLIDER
		- FANCYBOX
		- ICON CLASSES

*******************************************************************************************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* MAIN STYLE - FONTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * FONTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	font-size: 1.7em;
	font-family: "Varela Round", arial, sans-serif;
}
p {
	font-family: "Lato", arial, sans-serif;
	line-height: 1.8em;
}
h1,
h2,
h3,
h4 {
	font-family: "Varela Round", arial, sans-serif;
}
h4 {
	color: #CCC;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SOME ELEMENTS IN THE TEMPLATE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a,
a:hover {
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
blockquote {
	margin-top: 25px;
	border-left: 0;
	font-size: 25px;
	line-height: 38px;
}
blockquote p {
	font-size: 25px;
	line-height: 38px;
}
blockquote small {
	font-style: 18px;
}
.center {
	text-align: center;
}
h3 {
	line-height: 1.6em;
}
.btn {
	line-height: 1;
}
hr {
	width: 40px;
	height: 3px;
	border: 0;
	background-color: #CCC;
	margin: 25px auto;
}
img {
	max-width: 100%;
}
span.dropcap {
	display: inline-block;
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 5px 17px 0 0;
	color: #CCC;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
span.highlight {
	background-color: #f7ffb2;
	padding: 0 3px;
}
div.alert {
	margin-bottom: 0 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * ICONS (icons classes at the end)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
	font-family: 'icons';
	src:url('./fonts/icons.eot');
	src:url('./fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('./fonts/icons.ttf') format('truetype'),
		url('./fonts/icons.woff') format('woff'),
		url('./fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-large {
	font-size: 36px;
}
.icon-large:hover {
	font-size: 48px;
	opacity: .8;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
/*ul.list-icon {
	padding: 0;
}
ul.list-icon li {
	display: block;
	text-align: left;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 12px;
}
ul.list-icon li:before {
	display: inline-table;
	content: "\e72a";
	font-family: 'icons';
	font-size: 14px;
	color: #CCC;
	padding-right: 12px;
	margin-top: 2px;
}*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER - MENU
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sticky-wrapper {
	position: relative;
	z-index: 1000;
	height: 95px;
	margin-bottom: -95px !important;
}
#navigation {
	padding: 30px 0;
	width: 100%;
	z-index: 1000;
	position: relative;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
#navigation.navigation-fixed {
	padding: 15px 0;
	border-bottom: solid 4px rgba(255, 255, 255, .8);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
#navigation a {
	color: #FFF;
}
#logo {
	position: absolute;
	top: 0;
	margin-left: -10px;;
}
#logo img {
	height: 34px;
	width: auto;
}
#menu {
	float: right;
	line-height: 12px;//32px;
	margin-bottom: 0;
}
#menu li {
	display: inline-block;
	list-style-type: none;
	margin-top: 2px;
	margin-left: 20px;
}
#menu li a:hover {
	color: rgba(255, 255, 255, .8);
}
#menu a.btn-success {
	border-radius: 20px;
	padding: 10px 16px 7px 16px;
	margin-left: 20px;
}
#menu a.btn-success:hover {
	border-color: #FFF;
	color: #FFF;
	background-color: transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SECTIONS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.section {
	z-index: 1;
	position: relative;
}
.section-header {
	background: #FFF;
	text-align: center;
	padding: 60px 0 10px 0;
}
.section-header h1 {
	border-bottom: 1px solid #444444;
	display: inline-block;
}
.section a.btn {
	margin-top: 25px;
	padding: 10px 18px;
	color: #fff;
	border: 0;
	border-radius: 20px;
	border: 2px solid transparent;
}
.section a.btn:hover {
	background: transparent;
}
.section.with-arrow, 
div.with-arrow {
	position: relative;
	z-index: 10;
}
.with-arrow:after {
	position: absolute;
	top:100%;
	left: 50%;
	width: 0;
	height: 0;
	z-index: 999;
	content: " ";
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFF;
	border-width: 20px;
	margin-left: -20px;
}
.section.with-arrow:before {
	z-index: 11;
}
.section-content {
	padding: 50px 0;
	width: 100%;
}
.section-no-top-padding {
	padding-top: 0;
}
.section-no-bottom-padding {
	padding-bottom: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * section-image
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.section-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #FFF;
	margin-top: -10px;//-20px;
	padding: 30px 0 10px 0;//70px 0 20px 0;
}
.mobile .section-image {
	background-attachment: scroll;
}
.section-image .section-content {
	padding-top: 0;
}
.section-image .section-header {
	padding-bottom: 0;
}
.section-image a.btn {
	border-color: #FFF;
	color: #FFF;
	background: transparent;
}
.section-image a.btn:hover, 
.section-image a:hover {
	opacity: .8;
	border-color: #FFF;
	color: #FFF;
	background: transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * section-full-colored
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.section-full-colored .section-content {
	padding-top: 0;
}
.section-full-colored .section-header {
	padding-bottom: 0;
}
.section-full-colored, 
.section-full-colored a {
	color: #FFF;
}
.section-full-colored .section-header {
	background: transparent;
}
.section-full-colored .section-header hr {
	background: #FFF;
}
.section-full-colored a.btn {
	border-color: #FFF;
	color: #FFF;
	background: transparent;
}
.section-full-colored a.btn:hover, 
.section-full-colored a:hover {
	opacity: .8;
	border-color: #FFF;
	color: #FFF;
	background: transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * section-content-colored
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.section-content-colored .section-content, 
.section-content-colored a {
	color: #FFF;
}
.section-content-colored .section-content a.btn {
	color: #FFF;
	border-color: #FFF;
	background: transparent;
}
.section-content-colored .section-content a.btn:hover, 
.section-content-colored .section-content a:hover {
	opacity: .8;
	color: #FFF;
	border-color: #FFF;
	background: transparent;
}
.section-content-colored .event-footer a.btn:hover, 
.section-content-colored .post-footer a.btn:hover {
	color: #CCC !important;
	border-color: #CCC !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * MAIN SLIDER (PROJECTS)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#project {
	position: relative;
	width: 100%;
	color: #FFF;
	margin: 0 auto 80px;
}
/*#project > .sequence-canvas {
	width: 100%;
	height: 100%;
	padding: 0;
}
#project > .sequence-canvas > li {
	position: absolute;
	width: 100%;
	height: 100%;
	list-style-type: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover; 
	   -moz-background-size: cover; 
	     -o-background-size: cover; 
	        background-size: cover; 
	z-index: 1;
	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	    -ms-transition-duration: 1s;
	     -o-transition-duration: 1s;
	        transition-duration: 1s;
}
.mobile #project > .sequence-canvas > li {
	background-attachment: scroll;
}
#project > .sequence-canvas li > * {
	position: absolute;
	-webkit-transition-timing-function: ease-in-out;
	   -moz-transition-timing-function: ease-in-out;
	    -ms-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}
#project .slide-content {
	top: 20%;
	left: 15%;
	width: 65%;
	z-index: 10;
}
#project .slide-content h1 {
//#project .bjqs h1 {
	font-size: 2em;
	margin-bottom: 50px;
}
#project .slide-content img {
	border-radius: 50%;
	margin: 0 15px;
	-webkit-box-shadow: 0px 0px 0px 10px #fff;
	   -moz-box-shadow: 0px 0px 0px 10px #fff;
	     -o-box-shadow: 0px 0px 0px 10px #fff;
	        box-shadow: 0px 0px 0px 10px #fff;
}
#project .slide-content a.btn {
	display: inline-block;
	border-color: #FFF;
	border-width: 3px;
	color: #FFF;
	background: transparent;
}
#project .slide-content .progress {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 20px;
	width: 100%;
	height: 30px;
	background: rgba(255,255,255, .5);
	margin: 30px auto 0 auto;
}
#project .slide-content .progress-bar-success {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 20px;
	background-color: #FFF;
}
#project .slide-content .sr-only {
	position: absolute;
	width: 100%;
	text-align: left;
	left: 20px;
	padding-top: 5px;
	font-size: 1.3em;
	color: #CCC;
	margin: 0;
	overflow: visible;
	margin: 0;
	clip: initial;
}
#project .slide-content a.btn:hover {
	opacity: .8;
	color: #FFF;
	border-color: #FFF;
	background: transparent;
}
#project .animate-in .slide-content {
	left: 15%;
	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	    -ms-transition-duration: 1s;
	     -o-transition-duration: 1s;
	        transition-duration: 1s;
}
#project .animate-out .slide-content {
	left: -150%;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
	    -ms-transition-duration: .5s;
	     -o-transition-duration: .5s;
	        transition-duration: .5s;
}
#project .sequence-next, 
#project .sequence-prev {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	opacity: 0.4;
	z-index: 20;
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
#project .sequence-prev {
	left: 60px;
}
#project .sequence-next {
	right: 60px;
}
#project .sequence-prev:before {
	content: "\e72e";
	font-family: 'icons';
	font-size: 40px;
	color: #FFF;
}
#project .sequence-next:before {
	content: "\e72a";
	font-family: 'icons';
	font-size: 40px;
	color: #FFF;
}
#project .sequence-next:hover, 
#project .sequence-prev:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition-duration: 0.4s;
	   -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.sequence-pagination {
	bottom: 4%;
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 10;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	    -ms-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.sequence-pagination li {
	display: inline-block;
	*display: inline;
	font-size: 1.5em
	margin-left: 25px;
}
.sequence-pagination li:first-child {
	margin-left: 0px;
}
.sequence-pagination li {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	    -ms-transition-duration: 1s;
	     -o-transition-duration: 1s;
	transition-duration: 1s;
}
.sequence-pagination li:hover,
.sequence-pagination li.current {
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	    -ms-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}*/

/*ul.bjqs-controls.v-centered li a {
	display:block;
	color:#000;
	background:#fff;
	text-decoration: none;
	padding:10px;
}
ul.bjqs-controls.v-centered li a:hover {
	color:#fff;
	background:#000;
}
ol.bjqs-markers li a {
	color:#fff;
	background:#000;
	padding:5px 10px;
	margin:5px;
	text-decoration: none;
}
ol.bjqs-markers li.active-marker a, 
ol.bjqs-markers li a:hover {
	background: #999;
}
p.bjqs-caption {
	background: rgba(255,255,255,0.5);
}
.bjqs .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: rgba(0, 0, 0, 0.2);
}
.bjqs .slider-caption {
	position: absolute;
	top: 380px;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
}
.bjqs .slider-caption h1 {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.bjqs .slider-caption h3 {
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 26px;
} */

.sp-slides .sp-layer {
	color: white;
	z-index: 9;
	text-align: center;
}
.sp-slides .sp-layer h1 {
	font-size: 3.0rem;//36px;
	font-weight: 700;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.sp-slides .sp-layer h2 {
	font-size: 1.75rem;
}
.sp-slides .sp-layer h3 {
	display: block;
	font-size: 1.5rem;//22px;
	line-height: 200%;
	text-align: left;
}
.sp-slides .sp-layer span {
	display: inline-block;
}
/*@media screen and (max-width: 640px) {
	.sp-slides .sp-layer h1 {
		font-size: 2.25rem;
	}
	.sp-slides .sp-layer h3 {
		font-size: 1.25rem;
		line-height: 150%;
	}
}*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SERVICES
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#services .section-content {
	text-align: center;
}
.service-item {
	position: relative;
	height: 20.0em;
	color: white;
	padding: 20px 0;
}
.service-item a {
	color: #ffff66;
}
.service-item a:hover {
	color: black;
}
.service-item .icon {
	/*font-size: 2.5em;
	position: relative;
	top: 2.75em;*/
}
.service-item h3 {
	/*font-size: 1.5em;
	display: inline-block;
	padding-bottom: 10px;*/
	position: relative;
	top: 9.0em;
}
.service-item .service-content {
	position: absolute;
	top: 50px;//0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 5px;//20px 0;
	/*opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	        transition: all 200ms ease-in-out;*/
}
/*.service-item:hover .icon {
	opacity: 0;
	visibility: hidden;
}
.service-item:hover .service-content {
	opacity: 1;
	visibility: visible;
}*/
#service-1 {
	background-color: #1abc9c;
}
#service-2 {
	background-color: #e67e22;
}
#service-3 {
	background-color: #3498db;
}
#service-4 {
	background-color: #2ecc71;
}

#service-1 .service-content ul {
	list-style-type: none;
	margin-left: -30px; //Gutter-width
}
#service-2 .service-content ul {
	list-style-type: none;
	line-height: 300%;
	margin-top: -1.0em;
	margin-left: -30px; //Gutter-width
}
#service-3 .service-content ul {
	list-style-type: none;
	//text-align: left;
	//margin-left: -15px;
	margin-left: -30px; //Gutter-width
}
#service-4 .service-content ul {
	list-style-type: circle;
	text-align: left;
	margin-left: -15px;
}
/*.services-slider .slides div {
	text-align: center;
	margin: 0 18px;
}
#services .section-header {
	padding: 30px 0 0 0;
}*/
#services .service-panel {
	margin-top: 40px;
}
#services .panel-body {
	text-align: left;
	font-size: 0.9em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * DONATION
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.section-image a.btn.btn-donation {
	font-size: 1.4em;
	border-radius: 40px;
	padding: 15px 50px 12px 50px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * TEAM
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#team {
	z-index: 11
}
#team:before {
	position: absolute;
	top:-40px;
	left: 50%;
	content: " ";
	width: 0;
	height: 0;
	z-index: 999;
	pointer-events: none;
	border: solid transparent;
	margin-left: -20px;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 20px;
}
/*#team .section-header {
	padding: 30px 0 0 0;
}*/
.team-member {
	margin-bottom: 30px;
}
.team-member .member-thumb {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.team-member .member-thumb img {
	width: 100%;
}
.team-member .member-thumb .team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	color: white;
	background-color: #ec523f;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	        transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 40%;//10px;
}
.team-member .member-thumb .team-overlay ul.social {
	display: block;
	margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
	display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
	width: 36px;
	height: 36px;
	color: #ec523f;
	background-color: white;
	line-height: 40px;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
	opacity: 1;
	visibility: visible;
}
.team-member h3 {
	font-size: 1.0em;
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * GALLERY SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#gallery-slider {
	position: relative;
	width: 100%;
	margin: auto;
	zoom: 1;
}
#gallery-slider .slides li {
	width: 25%;
}
#gallery-slider .flex-control-nav {
	bottom: 10px;
}
#gallery-slider .flex-direction-nav .flex-prev {
	left: 30px;//50px;
}
#gallery-slider .flex-direction-nav .flex-next {
	right: 30px;//50px;
}
#gallery-slider:hover .flex-prev, 
#gallery-slider:hover .flex-next { 
	opacity: 0.9; 
}
#gallery-slider:hover .flex-next:hover, 
#gallery-slider:hover .flex-prev:hover { 
	opacity: 1; 
}
.gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery-item a {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.gallery-item img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: auto;//100%;
	//margin: 0;
	margin: 0 5px;
}
.gallery-item img:hover {
	opacity: .5;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.gallery-item a span {
	position: absolute;
	top: 50%;
	width: 100%;
	font-style: italic;
	text-align: center;
	margin-top: -7px;
	opacity: 0;
}
.gallery-item a:hover span {
	color: #000;
	opacity: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * with fixed-gutter grid
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@mixin clearfix {
	&:after {
		display: table;
		clear: both;
		content:'';
	}
}
.fixed-gutter-grid {
	@include clearfix;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.fixed-gutter-grid .gallery-item {
	float: left;
	width: calc((100% - 6px * 2) / 2);
	height: auto;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (min-width: 600px) {
	.fixed-gutter-grid .gallery-item {
		width: calc((100% - 6px * 4) / 4);
		height: auto;
	}
}
@media screen and (min-width: 960px) {
	.fixed-gutter-grid .gallery-item {
		width: calc((100% - 6px * 6) / 6);
		height: auto;
	}
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * CONTACT
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.contact-info ul {
	list-style-type: none;
	padding-left: 30px;
}
.contact-info {
	padding-bottom: 30px;
}
.ggmap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 70.0%;//56.25%;
	padding-top: 30px;
}
.ggmap iframe, 
.ggmap object, 
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * EVENT & POST LAYOUT SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.events-slider .slide, 
.posts-slider .slide {
	margin: 0px 18px;
}
.flexslider .slides .event, 
.flexslider .slides .post {
	width: 98%;
	color: #333;
	background: #FFF;
	border-radius: 3px;
	margin: 0 auto 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.event-header, 
.post-header {
	width: 100%;
	height: 140px;
	border-radius: 3px 3px 0 0 !important;
}
.event-header:after, 
.post-header:after {
	position: relative;
	top: -37px;
	width: 0;
	height: 0;
	content: " ";
	z-index: 11;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;;
	border-width: 15px;
	margin-left: 30px;
}
.event-header a, 
.post-header a {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.event-header a:hover img, 
.post-header a:hover img {
	opacity: .8;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.event-header img, 
.post-header img {
	position: relative;
	border-radius: 3px 3px 0 0;
}
.event h3, 
.post h3 {
	text-align: center;
}
.flexslider .slides .event .event-data, 
.flexslider .slides .post .post-data {
	/*font-style: italic;*/
	font-size: 0.9em;
	text-align: center;
	/*line-height: 1.2em;*/
	margin: 18px 0;
}
.flexslider .slides .event .event-data p, 
.flexslider .slides .post .post-data p {
	margin: 0;
	line-height: 1.5em;
}
.flexslider .slides div.event-content, 
.flexslider .slides div.post-content {
	padding: 0 20px 20px 20px;//0 30px 20px 30px;
	overflow: visible;
}
.flexslider .slides h3 {
	line-height: 0.7em;
}
.flexslider .slides div.event-content p.descript, 
.flexslider .slides div.post-content p.descript {
	font-size: 0.85em;
}
.section-content-colored .event-content a.btn, 
.section-content-colored .post-content a.btn, 
.section-content-colored.color2 .event-content a.btn, 
.section-content-colored.color2 .post-content a.btn {
	border-color: #FFF;
	margin-top: 0;/*10px;*/
}
#single-page .section-content a.btn:hover, 
#single-page .section-content a.btn.color2:hover, 
.section-content-colored .event-content a.btn:hover, 
.section-content-colored .post-content a.btn:hover, 
.section-content-colored.color2 .event-content a.btn:hover, 
.section-content-colored.color2 .post-content a.btn:hover {
	background: transparent;
}
.flexslider .slides div.event-footer, 
.flexslider .slides div.post-footer {
	position: relative;
	overflow: visible;
	font-size: .9em;
	text-align: center;
	background: #F7F7F7;
	border-radius: 0 0 3px 3px;
	padding: 12px;
	margin-top: 20px;
}
.event-footer:before, 
.post-footer:before {
	position: absolute;
	left: 30px;
	bottom: 45px;
	width: 0;
	height: 0;
	content: " ";
	z-index: 11;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #F7F7F7;
	border-width: 15px;
}
.section-content-colored .event-footer a.btn, 
.section-content-colored .post-footer a.btn {
	color: #FFF !important;
	padding: 5px 16px;
	margin-top: 12px !important;
}
.section-content-colored .event-footer a.btn:hover, 
.section-content-colored .post-footer a.btn:hover {
	color: #CCC !important;
	background: transparent !important;
	border-color: #CCC !important;
}
.flexslider .slides div.event-footer a, 
.flexslider .slides div.post-footer a {
	font-style: italic;
}
.flexslider .slides div.event-footer a.btn, 
.flexslider .slides div.post-footer a.btn {
	font-style: normal;
}
.flexslider .slides div.hidden-buttons {
	background: transparent;
}
.flexslider .slides div.hidden-buttons {
	display: none;
}
.load-more {
	padding: 80px;
	text-align: center;
}
.flexslider .slides div.event-footer a, 
.flexslider .slides div.post-footer a, 
.flexslider .slides div.event-footer, 
.flexslider .slides div.post-footer, 
.flexslider .slides .event .event-data, 
.flexslider .slides .post .post-data {
	color: #999;/*#CCC;*/
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SINGLE PAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#single-page .section-header {
	position: relative;
	text-align: left;
	color: #FFF;
	padding: 45px 0 15px 0;/*120px 0 40px 0;*/
}
#single-page .section-header hr {
	color: #FFF;
}
#single-page .section-header h1 {
	font-size: 3.5em;
}
#single-page .section-header:after {
	position: absolute;
	left: 10%;
	bottom: 0px;
	width: 0;
	height: 0;
	content: " ";
	z-index: 999;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 20px;
	margin-left: -20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SINGLE BLOG & EVENT
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#single-page .section-content .event-featured, 
#single-page .section-content .post-featured {
	display: block;
	width: 90%;
	
	text-align: center;
}
#single-page .section-content .event-featured img, 
#single-page .section-content .post-featured img {
	border-radius: 3px;
}
#single-page .section-content .event-data, 
#single-page .section-content .post-data {
	color: #999;/*#CCC;*/
	text-align: center;
	width: 90%;
	padding: 40px 0 25px 0;
}
#single-page .section-content .event-content, 
#single-page .section-content .post-content, 
#single-page .section-content .event-gallery, 
#single-page .section-content .post-gallery {
	width: 90%;
}
#single-page .section-content .event-location, 
#single-page .section-content .post-location {
	width: 80%;
	padding-left: 25px;
}
#map-canvas {
	width: 100%;
	height: 350px;
	border-radius: 3px;
	margin-top: 0;//25px;
}
#map-canvas img {
	max-width: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SOCIAL ICONS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.social-list {
	padding: 0;
}
.social-list li {
	list-style-type: none;
}
.section .social-list .btn {
	margin-top: 15px;
}
.section a.btn.btn-facebook, 
.section a.btn.btn-instagram, 
.section a.btn.btn-twitter, 
.section a.btn.btn-google {
	color: #FFF;
	border: 2px solid;
}
.section a.btn.btn-facebook span, 
.section a.btn.btn-instagram span, 
.section a.btn.btn-twitter span, 
.section a.btn.btn-google span {
	padding-right: 6px;
}
.section a.btn.btn-facebook:hover, 
.section a.btn.btn-instagram:hover, 
.section a.btn.btn-twitter:hover, 
.section a.btn.btn-google:hover {
	background: none;
}
.section a.btn.btn-facebook:hover {
	color: #3b5998;
}
.section a.btn.btn-twitter:hover {
	color: #00a0d1;
	border-color: #00a0d1;
}
.section a.btn.btn-google:hover {
	color: #dd4b39;
	border-color: #dd4b39;
}
.section a.btn.btn-facebook {
	border-color: #3b5998;
	background-color: #3b5998; 
}
.section a.btn.btn-twitter {
	border-color: #00a0d1;
	background-color: #00a0d1; 
}
.section a.btn.btn-google {
	border-color: #dd4b39;
	background-color: #dd4b39;
}
.section a.btn.btn-instagram:hover {
	color: #9a5fbc;
	border-color: #9a5fbc;
}
.btn-instagram {/*ボタンの下地*/
	border-color: #9a5fbc;
	/*color: #FFF;文字・アイコン色*/
	/*border-radius: 7px;角丸に*/
	position: relative;
	display: inline-block;
	/*height: 50px;高さ*/
	/*width: 190px;幅*/
	/*text-align: center;中身を中央寄せ*/
	/*font-size: 25px;文字のサイズ*/
	/*line-height: 50px;高さと合わせる*/
	/*vertical-align: middle;垂直中央寄せ*/
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション@*/
	overflow: hidden;/*はみ出た部分を隠す*/
	/*text-decoration:none;下線は消す*/
}
.btn-instagram:before{/*グラデーションA*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;/*全体を覆う*/
	height: 100%;/*全体を覆う*/
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
/*.btn-instagram span {テキスト*/
	/*display:inline-block;
	position: relative;
	transition: .5s;
}*/
span.icon-instagram {
	position: relative;
	z-index: 10;/*グラデーションより前に*/
}
span.follow-instagram {
	position: relative;
	z-index: 11;/*グラデーションより前に*/
}
/*.btn-instagram:hover span{ホバーで一周回転*/
	/*-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FOOTER - WIDGETS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
	font-size: .9em;
}
#footer .section-content {
	padding: 50px 0 20px 0;
}
.widget {
	margin-top: 50px;
}
.widget a:hover img {
	opacity: .7;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.widget:first-child, 
.widget:first-child h3 {
	margin-top: 0;
}
.widget h3 {
	text-align: center;
}
.widget span {
	display: inline-block;
	color: #CCC;
}
.widget-latests li {
	margin-bottom: 45px;
}
.widget-latests img {
	border-radius: 3px;
}
.widget-latests h4 {
	padding-top: 16px;
}
.section .widget-latests a.btn {
	margin-top: 5px;
}
#single-page .section-content .widget {
	margin-top: 0;
}
#single-page .section-content .widget-latests li {
	margin-bottom: 0;
}
#single-page .section-content .widget-latests .widget-data {
	color: #999;/*#CCC;*/
}
#single-page .section-content .widget-latests a img {
	margin-bottom: 0.75em;
}
#single-page .section-content .widget-latests p {
	font-size: 0.75em;
	line-height: 1.25em;
}
#single-page .section-content .event-content, 
#single-page .section-content .post-content {
	padding-top: 25px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* RESPONSIVE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 780px) {
	/*.slide-content {
		text-align: center;
	}
	#project .slide-content h3 {
		font-size: 1.5em;
	}
	#project .slide-content img {
		width: 30%;
		-webkit-box-shadow: 0px 0px 0px 5px #fff;
		   -moz-box-shadow: 0px 0px 0px 5px #fff;
		     -o-box-shadow: 0px 0px 0px 5px #fff;
		        box-shadow: 0px 0px 0px 5px #fff;
		float: none !important;
	}
	#project .slide-content a.btn {
		margin-top: 15px !important;
	}*/
}
@media only screen and (max-width: 550px) {
	/*#project .slide-content {
		text-align: center;
		top: 13%;
	}
	#project .slide-content h3 {
		font-size: 1.2em;
	}
	.sequence-pagination li {
		font-size: 1.25em;
	}*/
	
	.team-member h3 {
		font-size: 0.75em;
	}
}
@media only screen and (max-width: 470px) {
	/*#project .slide-content h1 {
		font-size: 1.5em
		margin-bottom: 20px;
	}
	#project .slide-content h3 {
		font-size: 1.0em;
	}
	.sequence-pagination li {
		font-size: 1em;
	}
	#project .sequence-prev {
		left: 20px;
	}
	#project .sequence-next {
		right: 20px;
	}*/
	
	.team-member h3 {
		font-size: 0.65em;
	}
	.team-member .member-thumb .team-overlay span {
		font-size: 0.65em;
	}
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PLUGINS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * LOADER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 1999;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * MEANMENU
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*! #######################################################################
	MeanMenu 2.0.6
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
a.meanmenu-reveal {display:none}
.mean-container .mean-bar {float:right;position:relative;background:transparent;height:32px;z-index:999999}
.mean-container a.meanmenu-reveal {width:22px;height:22px;padding:8px 13px 11px 13px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}
.mean-container a.meanmenu-reveal span {display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav {margin-top:44px}
.mean-container .mean-nav ul {padding:0;width:100%;border-radius: 0 0 3px 3px;list-style-type:none}
.mean-container .mean-nav ul li {position:relative;float:left;width:100%; margin-left: 0 !important;}
.mean-container .mean-nav ul li a {display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;text-decoration:none;}
.mean-container .mean-nav ul li li a {width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}
.mean-container .mean-nav ul li.mean-last a {border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a {width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a {width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a {width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {background:#252525;background:rgba(255,255,255,.1)}
.mean-container .mean-nav ul li a.mean-expand {margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}
.mean-container .mean-nav ul li a.mean-expand:hover {background:rgba(0,0,0,.9)}
.mean-container .mean-push {float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper {width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-nav ul li a.btn.btn-success {background: transparent !important; padding: 1em 5% !important; border: 0 !important; margin-left: 0 !important;}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SCROLL PLUGIN
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a#scrollUp {
	bottom: 20px;
	right: 20px;
	border-radius: 20px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	font-size: .8em;
	opacity: .8;
	padding: 6px 16px;
}
a#scrollUp:hover{
	opacity: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * PAGE LOADING
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.pace {
	-webkit-pointer-events: none;
	        pointer-events: none;
	   -webkit-user-select: none;
	      -moz-user-select: none;
	           user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 2px;
	z-index: 2000;
	-webkit-transition: width 1s;
	   -moz-transition: width 1s;
	     -o-transition: width 1s;
	        transition: width 1s;
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;  opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	   -moz-transform: rotate(3deg) translate(0px, -4px);
	    -ms-transform: rotate(3deg) translate(0px, -4px);
	     -o-transform: rotate(3deg) translate(0px, -4px);
	        transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	   -moz-animation: pace-spinner 400ms linear infinite;
	    -ms-animation: pace-spinner 400ms linear infinite;
	     -o-animation: pace-spinner 400ms linear infinite;
	        animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * FLEXSLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, 
.flexslider a:active, 
.flex-container a:focus, 
.flexslider a:focus  {outline: none;} .slides, 
.flex-control-nav, 
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style-type: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides div {display: block; overflow: hidden;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 75px auto 75px auto; width: 90%; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {display: block; 
                       width: 40px; height: 50px; /*矢印*/
                       /*width: 48px; height: 48px;*/ /*イラスト*/
                       margin: -20px 0 0; /*文字を表示しない時*/
                       /*margin: 0; text-decoration: none;*/ /*文字を表示する時*/
                       position: absolute; top: 50%; z-index: 10; 
                       overflow: hidden; /*opacity: 0;*/
                       cursor: pointer; 
                       /*color: rgba(255,255,255,0.8);*/ /*白*/
                       color: rgba(255,255,0,1.0); /*黄*/
                       -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-prev {left: -50px;} /*矢印*/
/*.flex-direction-nav .flex-prev {left: -50px; opacity: 1; background: url(../images/icon_left_32.png) no-repeat left;}*//*text-indent: 100%; white-space: nowrap;*/ /*イラスト*/
.flex-direction-nav .flex-next {right: -50px; text-align: right;} /*矢印*/
/*.flex-direction-nav .flex-next {right: -50px; opacity: 1; background: url(../images/icon_right_32.png) no-repeat right; text-align: right;}*//*text-indent: 100%; white-space: nowrap;*/ /*イラスト*/
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0); cursor: default;} /*矢印*/
/*.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0); cursor: default; background: none;}*/ /*イラスト*/
/*.flexslider:hover .flex-prev {opacity: 0.7; left: -60px;}*/
/*.flexslider:hover .flex-next {opacity: 0.7; right: -60px;}*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav a:before  {font-family: "icons"; font-size: 40px; display: inline-block; content: "\e72e";} /*矢印*/
.flex-direction-nav a.flex-next:before  {content: "\e72a";} /*矢印*/
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-next:hover {color: rgba(255,255,0,1.0); opacity: 1;} /*イラスト*/

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -50px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(255,255,255,0.3);}
.flex-control-paging li a:hover {background: #333; background: rgba(255,255,255,0.7);}
.flex-control-paging li a.flex-active {background: #000; background: rgba(255,255,255,0.9); cursor: default;}

@media screen and (max-width: 860px) {
	/* 860px以下用 */
/*	.flex-direction-nav .flex-prev {opacity: 1; left: 10px;}
	.flex-direction-nav .flex-next {opacity: 1; right: 10px;}*/
}
@media screen and (max-width: 767px) {
	/* 767px以下用 */
	.flexslider {width: 100%;}
/*	.flex-direction-nav a {width: 40px; height: 50px; color: rgba(127,127,127,0.8);}*/
	.flex-direction-nav .flex-prev {left: 5px;}
	.flex-direction-nav .flex-next {right: 5px;}
/*	.flexslider:hover .flex-prev {opacity: 1; left: -5px;}
	.flexslider:hover .flex-next {opacity: 1; right: -5px;}*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * FANCYBOX
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {padding:0;margin:0;border:0;outline:0;vertical-align:top}
.fancybox-wrap {position:absolute;top:0;left:0;z-index:8020}
.fancybox-skin {position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fancybox-opened {z-index:8030}
.fancybox-opened .fancybox-skin {-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}
.fancybox-inner,.fancybox-outer {position:relative}
.fancybox-inner {overflow:hidden}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling:touch}
.fancybox-error {color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}
.fancybox-iframe,.fancybox-image {display:block;width:100%;height:100%}
.fancybox-image {width:100%;height:100%;max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {background-image:url(../images/fancybox/fancybox_sprite.png)}
#fancybox-loading {position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}
#fancybox-loading div {width:44px;height:44px;background:url(../images/fancybox/fancybox_loading.gif) center center no-repeat}
.fancybox-close {position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}
.fancybox-nav {position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../images/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}
.fancybox-prev {left:0}
.fancybox-next {right:0}
.fancybox-nav span {position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;opacity:.2;visibility:visible}
.fancybox-prev span {left:10px;background-position:0 -36px}
.fancybox-next span {right:10px;background-position:0 -72px}
.fancybox-nav:hover span {visibility:visible;opacity:1}
.fancybox-tmp {position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}
.fancybox-lock {overflow:visible!important;width:auto}
.fancybox-lock body {overflow:hidden!important}
.fancybox-lock-test {overflow-y:hidden!important}
.fancybox-overlay {position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../images/fancybox/fancybox_overlay.png)}
.fancybox-overlay-fixed {position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay {overflow:auto;overflow-y:scroll}
.fancybox-title {visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}
.fancybox-opened .fancybox-title {visibility:visible}
.fancybox-title-float-wrap {position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}
.fancybox-title-float-wrap .child {display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}
.fancybox-title-outside-wrap {position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap {padding-top:10px}
.fancybox-title-over-wrap {position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
	   only screen and (min--moz-device-pixel-ratio: 1.5), 
	   only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * ICONS CLASSES
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.icon-home:before{content:"\e600"}.icon-home2:before{content:"\e601"}.icon-home3:before{content:"\e602"}.icon-office:before{content:"\e603"}.icon-newspaper:before{content:"\e604"}.icon-pencil:before{content:"\e605"}.icon-pencil2:before{content:"\e606"}.icon-quill:before{content:"\e607"}.icon-pen:before{content:"\e608"}.icon-blog:before{content:"\e609"}.icon-droplet:before{content:"\e60a"}.icon-paint-format:before{content:"\e60b"}.icon-image:before{content:"\e60c"}.icon-image2:before{content:"\e60d"}.icon-images:before{content:"\e60e"}.icon-camera:before{content:"\e60f"}.icon-music:before{content:"\e610"}.icon-headphones:before{content:"\e611"}.icon-play:before{content:"\e612"}.icon-film:before{content:"\e613"}.icon-camera2:before{content:"\e614"}.icon-dice:before{content:"\e615"}.icon-pacman:before{content:"\e616"}.icon-spades:before{content:"\e617"}.icon-clubs:before{content:"\e618"}.icon-diamonds:before{content:"\e619"}.icon-pawn:before{content:"\e61a"}.icon-bullhorn:before{content:"\e61b"}.icon-connection:before{content:"\e61c"}.icon-podcast:before{content:"\e61d"}.icon-feed:before{content:"\e61e"}.icon-book:before{content:"\e61f"}.icon-books:before{content:"\e620"}.icon-library:before{content:"\e621"}.icon-file:before{content:"\e622"}.icon-profile:before{content:"\e623"}.icon-file2:before{content:"\e624"}.icon-file3:before{content:"\e625"}.icon-file4:before{content:"\e626"}.icon-copy:before{content:"\e627"}.icon-copy2:before{content:"\e628"}.icon-copy3:before{content:"\e629"}.icon-paste:before{content:"\e62a"}.icon-paste2:before{content:"\e62b"}.icon-paste3:before{content:"\e62c"}.icon-stack:before{content:"\e62d"}.icon-folder:before{content:"\e62e"}.icon-folder-open:before{content:"\e62f"}.icon-tag:before{content:"\e630"}.icon-tags:before{content:"\e631"}.icon-barcode:before{content:"\e632"}.icon-qrcode:before{content:"\e633"}.icon-ticket:before{content:"\e634"}.icon-cart:before{content:"\e635"}.icon-cart2:before{content:"\e636"}.icon-cart3:before{content:"\e637"}.icon-coin:before{content:"\e638"}.icon-credit:before{content:"\e639"}.icon-calculate:before{content:"\e63a"}.icon-support:before{content:"\e63b"}.icon-phone:before{content:"\e63c"}.icon-phone-hang-up:before{content:"\e63d"}.icon-address-book:before{content:"\e63e"}.icon-notebook:before{content:"\e63f"}.icon-envelope:before{content:"\e640"}.icon-pushpin:before{content:"\e641"}.icon-location:before{content:"\e642"}.icon-location2:before{content:"\e643"}.icon-compass:before{content:"\e644"}.icon-map:before{content:"\e645"}.icon-map2:before{content:"\e646"}.icon-history:before{content:"\e647"}.icon-clock:before{content:"\e648"}.icon-clock2:before{content:"\e649"}.icon-alarm:before{content:"\e64a"}.icon-alarm2:before{content:"\e64b"}.icon-bell:before{content:"\e64c"}.icon-stopwatch:before{content:"\e64d"}.icon-calendar:before{content:"\e64e"}.icon-calendar2:before{content:"\e64f"}.icon-print:before{content:"\e650"}.icon-keyboard:before{content:"\e651"}.icon-screen:before{content:"\e652"}.icon-laptop:before{content:"\e653"}.icon-mobile:before{content:"\e654"}.icon-mobile2:before{content:"\e655"}.icon-tablet:before{content:"\e656"}.icon-tv:before{content:"\e657"}.icon-cabinet:before{content:"\e658"}.icon-drawer:before{content:"\e659"}.icon-drawer2:before{content:"\e65a"}.icon-drawer3:before{content:"\e65b"}.icon-box-add:before{content:"\e65c"}.icon-box-remove:before{content:"\e65d"}.icon-download:before{content:"\e65e"}.icon-upload:before{content:"\e65f"}.icon-disk:before{content:"\e660"}.icon-storage:before{content:"\e661"}.icon-undo:before{content:"\e662"}.icon-redo:before{content:"\e663"}.icon-flip:before{content:"\e664"}.icon-flip2:before{content:"\e665"}.icon-undo2:before{content:"\e666"}.icon-redo2:before{content:"\e667"}.icon-forward:before{content:"\e668"}.icon-reply:before{content:"\e669"}.icon-bubble:before{content:"\e66a"}.icon-bubbles:before{content:"\e66b"}.icon-bubbles2:before{content:"\e66c"}.icon-bubble2:before{content:"\e66d"}.icon-bubbles3:before{content:"\e66e"}.icon-bubbles4:before{content:"\e66f"}.icon-user:before{content:"\e670"}.icon-users:before{content:"\e671"}.icon-user2:before{content:"\e672"}.icon-users2:before{content:"\e673"}.icon-user3:before{content:"\e674"}.icon-user4:before{content:"\e675"}.icon-quotes-left:before{content:"\e676"}.icon-busy:before{content:"\e677"}.icon-spinner:before{content:"\e678"}.icon-spinner2:before{content:"\e679"}.icon-spinner3:before{content:"\e67a"}.icon-spinner4:before{content:"\e67b"}.icon-spinner5:before{content:"\e67c"}.icon-spinner6:before{content:"\e67d"}.icon-binoculars:before{content:"\e67e"}.icon-search:before{content:"\e67f"}.icon-zoom-in:before{content:"\e680"}.icon-zoom-out:before{content:"\e681"}.icon-expand:before{content:"\e682"}.icon-contract:before{content:"\e683"}.icon-expand2:before{content:"\e684"}.icon-contract2:before{content:"\e685"}.icon-key:before{content:"\e686"}.icon-key2:before{content:"\e687"}.icon-lock:before{content:"\e688"}.icon-lock2:before{content:"\e689"}.icon-unlocked:before{content:"\e68a"}.icon-wrench:before{content:"\e68b"}.icon-settings:before{content:"\e68c"}.icon-equalizer:before{content:"\e68d"}.icon-cog:before{content:"\e68e"}.icon-cogs:before{content:"\e68f"}.icon-cog2:before{content:"\e690"}.icon-hammer:before{content:"\e691"}.icon-wand:before{content:"\e692"}.icon-aid:before{content:"\e693"}.icon-bug:before{content:"\e694"}.icon-pie:before{content:"\e695"}.icon-stats:before{content:"\e696"}.icon-bars:before{content:"\e697"}.icon-bars2:before{content:"\e698"}.icon-gift:before{content:"\e699"}.icon-trophy:before{content:"\e69a"}.icon-glass:before{content:"\e69b"}.icon-mug:before{content:"\e69c"}.icon-food:before{content:"\e69d"}.icon-leaf:before{content:"\e69e"}.icon-rocket:before{content:"\e69f"}.icon-meter:before{content:"\e6a0"}.icon-meter2:before{content:"\e6a1"}.icon-dashboard:before{content:"\e6a2"}.icon-hammer2:before{content:"\e6a3"}.icon-fire:before{content:"\e6a4"}.icon-lab:before{content:"\e6a5"}.icon-magnet:before{content:"\e6a6"}.icon-remove:before{content:"\e6a7"}.icon-remove2:before{content:"\e6a8"}.icon-briefcase:before{content:"\e6a9"}.icon-airplane:before{content:"\e6aa"}.icon-truck:before{content:"\e6ab"}.icon-road:before{content:"\e6ac"}.icon-accessibility:before{content:"\e6ad"}.icon-target:before{content:"\e6ae"}.icon-shield:before{content:"\e6af"}.icon-lightning:before{content:"\e6b0"}.icon-switch:before{content:"\e6b1"}.icon-power-cord:before{content:"\e6b2"}.icon-signup:before{content:"\e6b3"}.icon-list:before{content:"\e6b4"}.icon-list2:before{content:"\e6b5"}.icon-numbered-list:before{content:"\e6b6"}.icon-menu:before{content:"\e6b7"}.icon-menu2:before{content:"\e6b8"}.icon-tree:before{content:"\e6b9"}.icon-cloud:before{content:"\e6ba"}.icon-cloud-download:before{content:"\e6bb"}.icon-cloud-upload:before{content:"\e6bc"}.icon-download2:before{content:"\e6bd"}.icon-upload2:before{content:"\e6be"}.icon-download3:before{content:"\e6bf"}.icon-upload3:before{content:"\e6c0"}.icon-globe:before{content:"\e6c1"}.icon-earth:before{content:"\e6c2"}.icon-link:before{content:"\e6c3"}.icon-flag:before{content:"\e6c4"}.icon-attachment:before{content:"\e6c5"}.icon-eye:before{content:"\e6c6"}.icon-eye-blocked:before{content:"\e6c7"}.icon-eye2:before{content:"\e6c8"}.icon-bookmark:before{content:"\e6c9"}.icon-bookmarks:before{content:"\e6ca"}.icon-brightness-medium:before{content:"\e6cb"}.icon-brightness-contrast:before{content:"\e6cc"}.icon-contrast:before{content:"\e6cd"}.icon-star:before{content:"\e6ce"}.icon-star2:before{content:"\e6cf"}.icon-star3:before{content:"\e6d0"}.icon-heart:before{content:"\e6d1"}.icon-heart2:before{content:"\e6d2"}.icon-heart-broken:before{content:"\e6d3"}.icon-thumbs-up:before{content:"\e6d4"}.icon-thumbs-up2:before{content:"\e6d5"}.icon-happy:before{content:"\e6d6"}.icon-happy2:before{content:"\e6d7"}.icon-smiley:before{content:"\e6d8"}.icon-smiley2:before{content:"\e6d9"}.icon-tongue:before{content:"\e6da"}.icon-tongue2:before{content:"\e6db"}.icon-sad:before{content:"\e6dc"}.icon-sad2:before{content:"\e6dd"}.icon-wink:before{content:"\e6de"}.icon-wink2:before{content:"\e6df"}.icon-grin:before{content:"\e6e0"}.icon-grin2:before{content:"\e6e1"}.icon-cool:before{content:"\e6e2"}.icon-cool2:before{content:"\e6e3"}.icon-angry:before{content:"\e6e4"}.icon-angry2:before{content:"\e6e5"}.icon-evil:before{content:"\e6e6"}.icon-evil2:before{content:"\e6e7"}.icon-shocked:before{content:"\e6e8"}.icon-shocked2:before{content:"\e6e9"}.icon-confused:before{content:"\e6ea"}.icon-confused2:before{content:"\e6eb"}.icon-neutral:before{content:"\e6ec"}.icon-neutral2:before{content:"\e6ed"}.icon-wondering:before{content:"\e6ee"}.icon-wondering2:before{content:"\e6ef"}.icon-point-up:before{content:"\e6f0"}.icon-point-right:before{content:"\e6f1"}.icon-point-down:before{content:"\e6f2"}.icon-point-left:before{content:"\e6f3"}.icon-warning:before{content:"\e6f4"}.icon-notification:before{content:"\e6f5"}.icon-question:before{content:"\e6f6"}.icon-info:before{content:"\e6f7"}.icon-info2:before{content:"\e6f8"}.icon-blocked:before{content:"\e6f9"}.icon-cancel-circle:before{content:"\e6fa"}.icon-checkmark-circle:before{content:"\e6fb"}.icon-spam:before{content:"\e6fc"}.icon-close:before{content:"\e6fd"}.icon-checkmark:before{content:"\e6fe"}.icon-checkmark2:before{content:"\e6ff"}.icon-spell-check:before{content:"\e700"}.icon-minus:before{content:"\e701"}.icon-plus:before{content:"\e702"}.icon-enter:before{content:"\e703"}.icon-exit:before{content:"\e704"}.icon-play2:before{content:"\e705"}.icon-pause:before{content:"\e706"}.icon-stop:before{content:"\e707"}.icon-backward:before{content:"\e708"}.icon-forward2:before{content:"\e709"}.icon-play3:before{content:"\e70a"}.icon-pause2:before{content:"\e70b"}.icon-stop2:before{content:"\e70c"}.icon-backward2:before{content:"\e70d"}.icon-forward3:before{content:"\e70e"}.icon-first:before{content:"\e70f"}.icon-last:before{content:"\e710"}.icon-previous:before{content:"\e711"}.icon-next:before{content:"\e712"}.icon-eject:before{content:"\e713"}.icon-volume-high:before{content:"\e714"}.icon-volume-medium:before{content:"\e715"}.icon-volume-low:before{content:"\e716"}.icon-volume-mute:before{content:"\e717"}.icon-volume-mute2:before{content:"\e718"}.icon-volume-increase:before{content:"\e719"}.icon-volume-decrease:before{content:"\e71a"}.icon-loop:before{content:"\e71b"}.icon-loop2:before{content:"\e71c"}.icon-loop3:before{content:"\e71d"}.icon-shuffle:before{content:"\e71e"}.icon-arrow-up-left:before{content:"\e71f"}.icon-arrow-up:before{content:"\e720"}.icon-arrow-up-right:before{content:"\e721"}.icon-arrow-right:before{content:"\e722"}.icon-arrow-down-right:before{content:"\e723"}.icon-arrow-down:before{content:"\e724"}.icon-arrow-down-left:before{content:"\e725"}.icon-arrow-left:before{content:"\e726"}.icon-arrow-up-left2:before{content:"\e727"}.icon-arrow-up2:before{content:"\e728"}.icon-arrow-up-right2:before{content:"\e729"}.icon-arrow-right2:before{content:"\e72a"}.icon-arrow-down-right2:before{content:"\e72b"}.icon-arrow-down2:before{content:"\e72c"}.icon-arrow-down-left2:before{content:"\e72d"}.icon-arrow-left2:before{content:"\e72e"}.icon-arrow-up-left3:before{content:"\e72f"}.icon-arrow-up3:before{content:"\e730"}.icon-arrow-up-right3:before{content:"\e731"}.icon-arrow-right3:before{content:"\e732"}.icon-arrow-down-right3:before{content:"\e733"}.icon-arrow-down3:before{content:"\e734"}.icon-arrow-down-left3:before{content:"\e735"}.icon-arrow-left3:before{content:"\e736"}.icon-tab:before{content:"\e737"}.icon-checkbox-checked:before{content:"\e738"}.icon-checkbox-unchecked:before{content:"\e739"}.icon-checkbox-partial:before{content:"\e73a"}.icon-radio-checked:before{content:"\e73b"}.icon-radio-unchecked:before{content:"\e73c"}.icon-crop:before{content:"\e73d"}.icon-scissors:before{content:"\e73e"}.icon-filter:before{content:"\e73f"}.icon-filter2:before{content:"\e740"}.icon-font:before{content:"\e741"}.icon-text-height:before{content:"\e742"}.icon-text-width:before{content:"\e743"}.icon-bold:before{content:"\e744"}.icon-underline:before{content:"\e745"}.icon-italic:before{content:"\e746"}.icon-strikethrough:before{content:"\e747"}.icon-omega:before{content:"\e748"}.icon-sigma:before{content:"\e749"}.icon-table:before{content:"\e74a"}.icon-table2:before{content:"\e74b"}.icon-insert-template:before{content:"\e74c"}.icon-pilcrow:before{content:"\e74d"}.icon-left-toright:before{content:"\e74e"}.icon-right-toleft:before{content:"\e74f"}.icon-paragraph-left:before{content:"\e750"}.icon-paragraph-center:before{content:"\e751"}.icon-paragraph-right:before{content:"\e752"}.icon-paragraph-justify:before{content:"\e753"}.icon-paragraph-left2:before{content:"\e754"}.icon-paragraph-center2:before{content:"\e755"}.icon-paragraph-right2:before{content:"\e756"}.icon-paragraph-justify2:before{content:"\e757"}.icon-indent-increase:before{content:"\e758"}.icon-indent-decrease:before{content:"\e759"}.icon-new-tab:before{content:"\e75a"}.icon-embed:before{content:"\e75b"}.icon-code:before{content:"\e75c"}.icon-console:before{content:"\e75d"}.icon-share:before{content:"\e75e"}.icon-mail:before{content:"\e75f"}.icon-mail2:before{content:"\e760"}.icon-mail3:before{content:"\e761"}.icon-mail4:before{content:"\e762"}.icon-google:before{content:"\e763"}.icon-google-plus:before{content:"\e764"}.icon-google-plus2:before{content:"\e765"}.icon-google-plus3:before{content:"\e766"}.icon-google-plus4:before{content:"\e767"}.icon-google-drive:before{content:"\e768"}.icon-facebook:before{content:"\e769"}.icon-facebook2:before{content:"\e76a"}.icon-facebook3:before{content:"\e76b"}.icon-instagram:before{content:"\e76c"}.icon-twitter:before{content:"\e76d"}.icon-twitter2:before{content:"\e76e"}.icon-twitter3:before{content:"\e76f"}.icon-feed2:before{content:"\e770"}.icon-feed3:before{content:"\e771"}.icon-feed4:before{content:"\e772"}.icon-youtube:before{content:"\e773"}.icon-youtube2:before{content:"\e774"}.icon-vimeo:before{content:"\e775"}.icon-vimeo2:before{content:"\e776"}.icon-vimeo3:before{content:"\e777"}.icon-lanyrd:before{content:"\e778"}.icon-flickr:before{content:"\e779"}.icon-flickr2:before{content:"\e77a"}.icon-flickr3:before{content:"\e77b"}.icon-flickr4:before{content:"\e77c"}.icon-picassa:before{content:"\e77d"}.icon-picassa2:before{content:"\e77e"}.icon-dribbble:before{content:"\e77f"}.icon-dribbble2:before{content:"\e780"}.icon-dribbble3:before{content:"\e781"}.icon-forrst:before{content:"\e782"}.icon-forrst2:before{content:"\e783"}.icon-deviantart:before{content:"\e784"}.icon-deviantart2:before{content:"\e785"}.icon-steam:before{content:"\e786"}.icon-steam2:before{content:"\e787"}.icon-github:before{content:"\e788"}.icon-github2:before{content:"\e789"}.icon-github3:before{content:"\e78a"}.icon-github4:before{content:"\e78b"}.icon-github5:before{content:"\e78c"}.icon-wordpress:before{content:"\e78d"}.icon-wordpress2:before{content:"\e78e"}.icon-joomla:before{content:"\e78f"}.icon-blogger:before{content:"\e790"}.icon-blogger2:before{content:"\e791"}.icon-tumblr:before{content:"\e792"}.icon-tumblr2:before{content:"\e793"}.icon-yahoo:before{content:"\e794"}.icon-tux:before{content:"\e795"}.icon-apple:before{content:"\e796"}.icon-finder:before{content:"\e797"}.icon-android:before{content:"\e798"}.icon-windows:before{content:"\e799"}.icon-windows8:before{content:"\e79a"}.icon-soundcloud:before{content:"\e79b"}.icon-soundcloud2:before{content:"\e79c"}.icon-skype:before{content:"\e79d"}.icon-reddit:before{content:"\e79e"}.icon-linkedin:before{content:"\e79f"}.icon-lastfm:before{content:"\e7a0"}.icon-lastfm2:before{content:"\e7a1"}.icon-delicious:before{content:"\e7a2"}.icon-stumbleupon:before{content:"\e7a3"}.icon-stumbleupon2:before{content:"\e7a4"}.icon-stackoverflow:before{content:"\e7a5"}.icon-pinterest:before{content:"\e7a6"}.icon-pinterest2:before{content:"\e7a7"}.icon-xing:before{content:"\e7a8"}.icon-xing2:before{content:"\e7a9"}.icon-flattr:before{content:"\e7aa"}.icon-foursquare:before{content:"\e7ab"}.icon-foursquare2:before{content:"\e7ac"}.icon-paypal:before{content:"\e7ad"}.icon-paypal2:before{content:"\e7ae"}.icon-paypal3:before{content:"\e7af"}.icon-yelp:before{content:"\e7b0"}.icon-libreoffice:before{content:"\e7b1"}.icon-file-pdf:before{content:"\e7b2"}.icon-file-openoffice:before{content:"\e7b3"}.icon-file-word:before{content:"\e7b4"}.icon-file-excel:before{content:"\e7b5"}.icon-file-zip:before{content:"\e7b6"}.icon-file-powerpoint:before{content:"\e7b7"}.icon-file-xml:before{content:"\e7b8"}.icon-file-css:before{content:"\e7b9"}.icon-html5:before{content:"\e7ba"}.icon-html52:before{content:"\e7bb"}.icon-css3:before{content:"\e7bc"}.icon-chrome:before{content:"\e7bd"}.icon-firefox:before{content:"\e7be"}.icon-IE:before{content:"\e7bf"}.icon-opera:before{content:"\e7c0"}.icon-safari:before{content:"\e7c1"}.icon-IcoMoon:before{content:"\e7c2"}
