@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


#bg_voise { background: url(../img/otowa/bg_2nd_html.png) no-repeat center bottom; background-attachment:fixed; background-size: contain;  }
.bg_aisatsu { background: url(../img/otowa/bg_2nd_html.png) no-repeat center bottom; background-size: contain;  }

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/otowa/main_bg.jpg) no-repeat center top;
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

#headerwrap .caset {
	height:100%;
	width:50%;
	margin: auto;
	background-color: rgba(0,0,0,0.3);
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	text-shadow:1px 1px 5px #000000;
}

#headerwrap .p1 {
	font-size:18px;
	font-weight:bold;
}

#headerwrap .p2 {
	font-size:13px;
}

#headerwrap .more {
	background:url(../img/otowa/main_more.png);
	width:200px;
	height:65px;
	margin:auto auto auto -100px;
	padding:20px;
	position:absolute;
	bottom:20px;
	left:50%;
}

#headerwrap .more a {
	width:100%;
	height:100%;
	display:block;
}


#headerwrap2 {
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:270px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.bg_2nd { background: url(../img/otowa/header_2nd.jpg) no-repeat center top; }
.bg_company { background: url(../img/otowa/header_company.jpg) no-repeat center top; }
.bg_service { background: url(../img/otowa/header_service.jpg) no-repeat center bottom; }
.bg_voice { background: url(../img/otowa/header_voice.jpg) no-repeat center bottom; }
.bg_access { background: url(../img/otowa/header_access.jpg) no-repeat center bottom; }

#headerwrap2 .caset {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	position: relative;
	text-align:left;
}

#headerwrap2 h1 {
	color:#ffffff;
	padding:30px 0 30px 5%;;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	letter-spacing: 8px;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	z-index:1;
}

.pankuzu {
	width:100%;
	padding:10px 5% 0 5%;
	margin:0;
	box-sizing:border-box;
	font-size:12px;
	
}

.pankuzu a {
	color:#666666;
	padding:0 0 0 10px;
	background:url(../img/otowa/a_arrow.png) no-repeat 0 5px;
}

section {
	min-height:600px;
}

section .title,
div .title {
	width:100%;
	font-size:30px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	background:url(../img/otowa/h2_ico.png) no-repeat bottom right;
}

section .titleh3,
div .titleh3 {
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #000000;
	background:url(../img/otowa/h2_ico.png) no-repeat bottom right;
}

section .titleh4,
div .titleh4 {
	width:100%;
	font-size:14px;
	font-weight:bold;
}

.title > span {
	display:block;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 10px 0;
}

#section_one {
	width:100%;
	padding:40px 5% 0 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_one .left {
	position:absolute;
	top:0;
	left:0;
	width:33%;
	height:100%;
}

#section_two {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	background:url(../img/otowa/bubbles_small.png) repeat;
 -webkit-background-size: 256px;
 background-size: 256px;
 -webkit-animation: bgscroll 25s linear infinite;
 animation: bgscroll 25s linear infinite;
}
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}

#section_3 {
	width:100%;
	padding:40px 5% 0 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_3 .left {
	position:absolute;
	top:0;
	left:0;
	width:33%;
	height:100%;
}

#section_2nd {
	width:100%;
	padding:20px 5% 40px 5%;
	box-sizing:border-box;
	position: relative;
}

#section_cal2 {
	width:65%;
	margin:0 0 0 35%;
}


.cal2 {
	width:48%;
	float:left;
	padding:20px 5% 0 0;
}

.cal3 {
	width:33%;
	float:left;
	padding:20px 5% 0 0;
}

.cal3_2 {
	width:33%;
	float:left;
	padding:20px 5% 0 0;
}

.cal_info1 {
	width:66%;
	float:left;
	padding:20px 5% 0 0;
}

.cal_info2 {
	width:33%;
	float:left;
	padding:20px 0 0 0;
}

#contents {
	width:100%;
	padding:0 5% 0 5%;
	box-sizing:border-box;
}

.left_img {
	clear:both;
	padding:30px 0 30px 0;
	border-top:#CCCCCC dotted 1px;
}

.left_img .img {
	width:40%;
	padding:0 5% 0;
	float:left;
}


.left_img .txt {
	width:55%;
	float:right;
}

.right_img {
	clear:both;
	padding:30px 0 30px 0;
	border-top:#CCCCCC dotted 1px;
}

.right_img .img {
	width:40%;
	padding:0 5% 0;
	float:right;
}

.right_img .txt {
	width:55%;
	float:left;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6,
#map7,
#map8,
#map9 {
	width:100%;
	height:300px !important;
	margin:20px 0 0 0;
}

#contents .table {
	padding:10px;
	margin:0 0 0 45%;
	border-color:#cccccc;
	background:#ffffff;
	width:55%; 
}

#contents .table2 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:55%; 
}

#contents .table3 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}

#contents table td,
#contents table th {
	padding:10px;
}

#contents .table th,
#contents .table2 th,
#contents .table3 th {
	background:#eeeeee;
}

#contents .nowrap {
    white-space: nowrap;
}

#sidenav_sp {
	display:none;
}

#sidenav {
	display:inherit;
	position: fixed;
	width:9%;
	background:#000000;
	top:100px;
	left:0;
	border-radius: 0 5px 5px 0;
	opacity:0.8;
}

#sidenav ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	border-bottom:1px #666666 dotted;
}

#sidenav ul li a {
	color:#ffffff;
}

#sidenav ul li:last-child {
	padding:10px 10px 10px 10px;
	font-size:12px;
	border: none;
}

.form-text{
	width:40%;
	padding-right:2%;
	text-align:left;
	float:left;
	clear:both;
}

.form {
	width:40%;
	float:left;
	margin-top:20px;
}
.form2 {
	width:60%;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}

.line {
	border-bottom:1px #cccccc dotted;
	padding-bottom:10px;
}

.sendbtn {
	width:100%;
	text-align:center;
	margin:20px auto 0 auto;
}

footer {
	width:100%
}

footer .icon {
	text-align:center;
	padding:20px;
	border-top:1px #cccccc solid;
}

footer .kusu {
	text-align:right;
	padding:0 0 20px 0;
	margin-top:-60px;
	background:url(../img/otowa/ico_bil.png) repeat-x bottom left;
}

footer .menu {
	background-color:#999999;
	padding:20px;
	color:#ffffff;
}

footer .menusub {
	float:left;
	margin:0 auto 0 auto;
	padding:0 40px 0 0;
}

footer ul {
	margin:-20px 0 0 20px;
	padding:0 0 0 10px;
}
footer li {
	margin:0;
	padding:0;
}

footer a {
	color:#ffffff;
}

footer p {
	padding:0 0 0 20px;
	background:url(../img/otowa/ico_arrow.png) no-repeat left center;
}

footer .copy {
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	
}

.table txt {
	border:1px;
	border-color:#cccccc;
}

.nav-menu ul{
  margin:0;
  padding:0;
}
.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  line-height: 40px;
  text-align:center;
  font-weight:bold;
}
.nav-menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.nav-menu ul li:hover, .menu ul li a:hover {
  background:#000000;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.nav-menu ul li ul {
  position: absolute;
  width: 150px;
  z-index: 9999;
}
.nav-menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  text-align:left;
  font-size:12px;
  font-weight:normal;
  height: 0;
  padding:0 0 0 15px;
  background:#000000;/*サブメニューの背景色*/
  border-bottom:1px #666666 dotted;
}
.nav-menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#333333;/*ホバー時のサブメニューの背景色*/
}
.nav-menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}

.m140 {
	width:150%;
}

.m80 {
	width:80%;
}
.nav-menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}


#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}

.aisatsu-syaze {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.8em;
	line-height:1.5em;
	font-weight:bold;
	color:#000000;
}

.send-btn {
	padding:20px;
	border-radius:10px;
	border:none;
	text-shadow:1px 1px 2px #FFFFFF;
	background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#cccccc)
                , to(#999999));
}

.send-btn:hover {
	opacity:0.6;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


#bg1, #bg2, #bg3 {
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/otowa/bubbles.png) repeat 0 0;
}

@keyframes animScale {
	0% { transform: scale(0.8, 0.8); }
	40% { transform: scale(1.2, 1.2); }
	60% { transform: scale(1, 1); }
	80% { transform: scale(1.1, 1.1); }
	100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
	0% { -webkit-transform: scale(0.8, 0.8); }
	40% { -webkit-transform: scale(1.2, 1.2); }
	60% { -webkit-transform: scale(1, 1); }
	80% { -webkit-transform: scale(1.1, 1.1); }
	100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
	0% { -moz-transform: scale(0.8, 0.8); }
	40% { -moz-transform: scale(1.2, 1.2); }
	60% { -moz-transform: scale(1, 1); }
	80% { -moz-transform: scale(1.1, 1.1); }
	100% { -moz-transform: scale(1, 1); }
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
	section {
	min-height:auto;
}
#sidenav {
	display:none;
}

#sidenav_sp {
	display:inherit;
	position: fixed;
	width:100%;
	background:#000000;
	padding:60px 0 0 0;
	top: 0;
	left:0;
	border-radius:0;
	opacity:0.8;
}

#sidenav_sp ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav_sp ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	display:block;
	float:left;
}

#sidenav_sp ul li a {
	color:#ffffff;
}

.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 14px;
  position: static;
  line-height: normal;
  text-align:right;
  font-weight:bold;
}

.nav-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-menu ul li ul{
  display:none;
}
.form-text{
	width:100%;
	padding-right:0;
	text-align:left;
	float:none;
	clear:both;
}

.form {
	width:100%;
	float: none;
	margin-top: auto;
}
.form2 {
	width:100%;
	float: none;
	margin-top: auto;
}

.line {
	border-bottom: none;
	padding-bottom:10px;
}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
section {
	min-height:auto;
}
}

@media screen and (max-width:769px) {
section {
	min-height: inherit;
}
#section_one {
	width:100%;
	padding:40px 5% 40px 5%;
	margin-bottom:0
	box-sizing:border-box;
	position: relative;
}

#section_one .left {
	display:none;
}

#section_two {
	width:100%;
	padding:40px 5% 40px 5%;
	box-sizing:border-box;
	background:url(../img/otowa/bubbles_small.png) repeat fixed top left;
}


#section_cal2 {
	width:100%;
	margin:0 0 0 0;
}

.cal3 {
	width:50%;
	float:left;
	padding:20px 5% 0 0;
}
.cal3_2 {
	clear:both;
	width:50%;
	float:none;
	margin:0 auto 0 auto;
	padding:20px 5% 0 0;
}
.cal_info1 {
	width:100%;
	padding:20px 0 0 0;
}

.cal_info2 {
	width:100%;
	float:left;
	padding:20px 0 0 0;
}

.left_img {
	clear:both;
	padding:0 0 20px 0;
}

.left_img .img {
	width:80%;
	padding:0 0 20px 0;
	margin:0 auto 0 auto;
	float:none;
}


.left_img .txt {
	width:100%;
	float:none;
}

.right_img {
	clear:both;
	padding:0 0 20px 0;
}

.right_img .img {
	width:80%;
	padding:0 0 20px 0;
	margin:0 auto 0 auto;
	float:none;
	text-align:center;
}

.right_img .txt {
	width:100%;
	float:none;
}

#sidenav {
	display:none;
}

#sidenav_sp {
	display:inherit;
	position: fixed;
	width:100%;
	background:#000000;
	padding:70px 0 0 0;
	top: 10px;
	left:0;
	border-radius:0;
	opacity:0.8;
}

#sidenav_sp ul {
	padding:0;
	margin:0;
	color:#ffffff;
	z-index:1;
}

#sidenav_sp ul li {
	padding:10px 10px 10px 10px;
	font-size:12px;
	display:block;
	float:left;
}

#sidenav_sp ul li a {
	color:#ffffff;
}

footer ul {
	display:none;
}

.nav-menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 16px;
  float: none;
  position: static;
  line-height: normal;
  text-align:right;
  font-weight:bold;
}

.nav-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-menu ul li ul{
  display:none;
}

.form-text{
	width:100%;
	padding-right:0;
	text-align:left;
	float:none;
	clear:both;
}

.form {
	width:100%;
	float: none;
	margin-top: auto;
}
.form2 {
	width:100%;
	float: none;
	margin-top: auto;
}

.line {
	border-bottom: none;
	padding-bottom:10px;
}

#headerwrap {
	background: url(../img/otowa/main_bg.jpg) no-repeat center top;
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	height:100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

#headerwrap .caset {
	height:100%;
	width:90%;
	margin: auto;
	background-color: rgba(0,0,0,0.2);
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom:0;
	letter-spacing: 8px;
	font-size: 0;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	text-shadow:1px 1px 5px #000000;
}

#headerwrap .p1 {
	font-size:14px;
	font-weight:bold;
}

#headerwrap .p2 {
	font-size:12px;
}

#headerwrap .more {
	background:url(../img/otowa/main_more.png) no-repeat bottom center;
	background-size:50%;
	width:200px;
	height:65px;
	margin:auto auto auto -100px;
	padding:20px;
	position:absolute;
	bottom:20px;
	left:50%;
}

#headerwrap .more a {
	width:100%;
	height:100%;
	display:block;
}
#headerwrap2 {
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
	background-repeat:repeat;
	width: 100%;
	height:270px;
	
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
	
}
#contents .table {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}

#contents .table2 {
	padding:10px;
	margin:0 0 0 0;
	border-color:#cccccc;
	background:#ffffff;
	width:100%; 
}
#contents table td,
#contents table th {
	padding:10px;
}
}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon/icomoon.eot');
	src:url('icomoon/icomoon-.eot#iefix') format('embedded-opentype'),
		url('icomoon/icomoon.woff') format('woff'),
		url('icomoon/icomoon.ttf') format('truetype'),
		url('comoon/icomoon.svg.txt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-cancel-circle, .icon-puzzle, .icon-lamp, .icon-wand, .icon-vector, .icon-menu, .icon-close, .icon-twitter, .icon-facebook, .icon-vimeo, .icon-dribbble, .icon-mug, .icon-droplet, .icon-puzzle-2, .icon-target, .icon-dice, .icon-map, .icon-location, .icon-box-add, .icon-phone, .icon-phone-2, .icon-phone-3, .icon-tumblr, .icon-forrst, .icon-feed, .icon-pinterest, .icon-clock, .icon-bubble, .icon-screen, .icon-screen-2, .icon-laptop, .icon-mobile, .icon-mobile-2, .icon-tablet, .icon-tv, .icon-pencil, .icon-new-tab, .icon-quotes-left, .icon-user, .icon-bubble-2, .icon-google-plus, .icon-instagram, .icon-youtube, .icon-flickr, .icon-deviantart, .icon-github, .icon-blogger, .icon-soundcloud, .icon-lastfm, .icon-file, .icon-images, .icon-arrow-right, .icon-arrow-left, .icon-bubble-3, .icon-envelop, .icon-compass, .icon-spinner, .icon-spinner-2, .icon-spinner-3, .icon-play, .icon-pause, .icon-arrow-up-left, .icon-arrow-right-2, .icon-arrow-down-right, .icon-arrow-down, .icon-arrow-left-2, .icon-arrow-up, .icon-arrow-up-right, .icon-arrow-down-left, .icon-stopwatch, .icon-pushpin, .icon-compass-2, .icon-history, .icon-clock-2, .icon-alarm, .icon-earth, .icon-globe, .icon-target-2, .icon-car, .icon-truck, .icon-fire, .icon-lab, .icon-dumbbell, .icon-rocket, .icon-meter, .icon-dashboard, .icon-meter-fast, .icon-hammer, .icon-trophy, .icon-trophy-star, .icon-eye, .icon-eye-2, .icon-fan, .icon-sun, .icon-airplane, .icon-cogs, .icon-anchor, .icon-shield, .icon-lightning, .icon-power, .icon-pyramid, .icon-road, .icon-ladder, .icon-hammer-2, .icon-cube, .icon-cube-2, .icon-camera, .icon-piano, .icon-movie, .icon-connection, .icon-knight, .icon-diamonds, .icon-stack, .icon-folder-remove, .icon-folder-open, .icon-cart-checkout, .icon-cart, .icon-tag, .icon-basket, .icon-support, .icon-phone-4, .icon-reply, .icon-flip, .icon-database, .icon-database-2, .icon-calendar, .icon-calendar-2, .icon-keyboard, .icon-user-plus, .icon-users, .icon-bubble-forward, .icon-bubble-up, .icon-bubble-last, .icon-bubble-link, .icon-bubble-check, .icon-bubble-quote, .icon-lock, .icon-user-plus-2, .icon-user-minus, .icon-lock-2, .icon-paw, .icon-accessibility, .icon-eye-blocked, .icon-download, .icon-smiley, .icon-thumbs-down, .icon-yin-yang, .icon-remove, .icon-bars, .icon-pie, .icon-plus-circle, .icon-sad, .icon-shocked, .icon-neutral, .icon-checkmark, .icon-volume-low, .icon-arrow-down-2, .icon-volume0, .icon-bookmarks, .icon-arrow-left-3, .icon-radio-unchecked, .icon-sigma, .icon-strikethrough, .icon-backspace, .icon-filter, .icon-arrow-up-right-2, .icon-arrow-up-right-3, .icon-file-zip, .icon-home, .icon-blog, .icon-camera-2, .icon-file-2, .icon-copy, .icon-cart-plus, .icon-music, .icon-lock-3, .icon-zoom-out, .icon-user-block, .icon-search, .icon-zoom-in, .icon-bubble-notification, .icon-storage, .icon-grid, .icon-grid-2, .icon-signup, .icon-switch, .icon-volume-high, .icon-volume-medium, .icon-arrow-left-4, .icon-play-2, .icon-point-up, .icon-heart, .icon-heart-2, .icon-star, .icon-star-2, .icon-star-3, .icon-star-4, .icon-star-5, .icon-star-6, .icon-heart-3, .icon-weather-snow, .icon-weather-lightning, .icon-heart-4, .icon-weather-rain, .icon-windy, .icon-paypal, .icon-paypal-2, .icon-paypal-3, .icon-yelp, .icon-html5, .icon-css3, .icon-html5-2, .icon-stumbleupon, .icon-stumbleupon-2, .icon-wordpress, .icon-joomla, .icon-wordpress-2, .icon-github-2, .icon-github-3, .icon-volume-mute, .icon-volume-mute-2, .icon-volume-increase, .icon-volume-decrease, .icon-tongue, .icon-question, .icon-male, .icon-medal, .icon-key, .icon-contract, .icon-bubbles, .icon-file-3, .icon-file-4, .icon-pencil-2, .icon-headphones, .icon-film, .icon-film-2, .icon-mic, .icon-radio, .icon-settings, .icon-pie-2, .icon-inject, .icon-zoom-in-2, .icon-bubble-notification-2, .icon-link, .icon-brightness-contrast, .icon-flag, .icon-upload, .icon-skull, .icon-leaf, .icon-apple-fruit, .icon-food, .icon-cake, .icon-food-2, .icon-gift, .icon-balloon, .icon-medal-2, .icon-rating, .icon-rating-2, .icon-rating-3, .icon-steps, .icon-flower, .icon-remove-2, .icon-briefcase, .icon-briefcase-2, .icon-grid-3, .icon-sun-glasses, .icon-tree, .icon-tree-2, .icon-exit, .icon-evil, .icon-people, .icon-cool, .icon-thumbs-up, .icon-bed, .icon-bed-2, .icon-brightness-low, .icon-heart-broken, .icon-sun-2, .icon-umbrella, .icon-warning, .icon-move, .icon-point-left, .icon-point-down, .icon-point-right, .icon-question-2, .icon-notification, .icon-radio-checked, .icon-checkbox-partial, .icon-checkbox-unchecked, .icon-checkbox-checked, .icon-command, .icon-pen, .icon-quill, .icon-quill-2, .icon-wand-2, .icon-tools, .icon-eye-3, .icon-moon, .icon-contrast, .icon-eye-4, .icon-eye-5, .icon-user-block-2, .icon-bubble-paperclip, .icon-drawer, .icon-drawer-2, .icon-watch, .icon-archive, .icon-cabinet, .icon-clock-3, .icon-clock-4, .icon-connection-2, .icon-new, .icon-play-3, .icon-marker, .icon-movie-2, .icon-podcast, .icon-share, .icon-scissors, .icon-scissors-2, .icon-subscript, .icon-rulers, .icon-filter-2, .icon-loop, .icon-loop-2, .icon-shuffle, .icon-shuffle-2, .icon-loop-3, .icon-loop-4, .icon-plus, .icon-enter, .icon-angry, .icon-attachment, .icon-download-2, .icon-upload-2, .icon-thumbs-up-2, .icon-glasses, .icon-glasses-2, .icon-stats-up, .icon-bottle, .icon-bars-2, .icon-cog, .icon-bubble-dots, .icon-upload-3, .icon-download-3, .icon-location-2, .icon-location-3, .icon-location-4, .icon-envelop-2, .icon-coin, .icon-ticket {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-cancel-circle:before {
	content: "\e000";
}
.icon-puzzle:before {
	content: "\e001";
}
.icon-lamp:before {
	content: "\e002";
}
.icon-wand:before {
	content: "\e003";
}
.icon-vector:before {
	content: "\e004";
}
.icon-menu:before {
	content: "\e005";
}
.icon-close:before {
	content: "\e00b";
}
.icon-twitter:before {
	content: "\e00c";
}
.icon-facebook:before {
	content: "\e00d";
}
.icon-vimeo:before {
	content: "\e00e";
}
.icon-dribbble:before {
	content: "\e00f";
}
.icon-mug:before {
	content: "\e010";
}
.icon-droplet:before {
	content: "\e011";
}
.icon-puzzle-2:before {
	content: "\e012";
}
.icon-target:before {
	content: "\e013";
}
.icon-dice:before {
	content: "\e014";
}
.icon-map:before {
	content: "\e015";
}
.icon-location:before {
	content: "\e016";
}
.icon-box-add:before {
	content: "\e017";
}
.icon-phone:before {
	content: "\e018";
}
.icon-phone-2:before {
	content: "\e01a";
}
.icon-phone-3:before {
	content: "\e019";
}
.icon-tumblr:before {
	content: "\e01b";
}
.icon-forrst:before {
	content: "\e01c";
}
.icon-feed:before {
	content: "\e01d";
}
.icon-pinterest:before {
	content: "\e01e";
}
.icon-clock:before {
	content: "\e01f";
}
.icon-bubble:before {
	content: "\e020";
}
.icon-screen:before {
	content: "\e021";
}
.icon-screen-2:before {
	content: "\e022";
}
.icon-laptop:before {
	content: "\e023";
}
.icon-mobile:before {
	content: "\e024";
}
.icon-mobile-2:before {
	content: "\e025";
}
.icon-tablet:before {
	content: "\e026";
}
.icon-tv:before {
	content: "\e027";
}
.icon-pencil:before {
	content: "\e028";
}
.icon-new-tab:before {
	content: "\e029";
}
.icon-quotes-left:before {
	content: "\e02a";
}
.icon-user:before {
	content: "\e02b";
}
.icon-bubble-2:before {
	content: "\e02c";
}
.icon-google-plus:before {
	content: "\e02d";
}
.icon-instagram:before {
	content: "\e02e";
}
.icon-youtube:before {
	content: "\e02f";
}
.icon-flickr:before {
	content: "\e030";
}
.icon-deviantart:before {
	content: "\e031";
}
.icon-github:before {
	content: "\e032";
}
.icon-blogger:before {
	content: "\e033";
}
.icon-soundcloud:before {
	content: "\e034";
}
.icon-lastfm:before {
	content: "\e035";
}
.icon-file:before {
	content: "\e036";
}
.icon-images:before {
	content: "\e037";
}
.icon-arrow-right:before {
	content: "\e038";
}
.icon-arrow-left:before {
	content: "\e039";
}
.icon-bubble-3:before {
	content: "\e03a";
}
.icon-envelop:before {
	content: "\e03b";
}
.icon-compass:before {
	content: "\e03c";
}
.icon-spinner:before {
	content: "\e03e";
}
.icon-spinner-2:before {
	content: "\e03d";
}
.icon-spinner-3:before {
	content: "\e040";
}
.icon-play:before {
	content: "\e03f";
}
.icon-pause:before {
	content: "\e041";
}
.icon-arrow-up-left:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e007";
}
.icon-arrow-down-right:before {
	content: "\e00a";
}
.icon-arrow-down:before {
	content: "\e006";
}
.icon-arrow-left-2:before {
	content: "\e008";
}
.icon-arrow-up:before {
	content: "\e042";
}
.icon-arrow-up-right:before {
	content: "\e043";
}
.icon-arrow-down-left:before {
	content: "\e044";
}
.icon-stopwatch:before {
	content: "\e045";
}
.icon-pushpin:before {
	content: "\e046";
}
.icon-compass-2:before {
	content: "\e047";
}
.icon-history:before {
	content: "\e048";
}
.icon-clock-2:before {
	content: "\e049";
}
.icon-alarm:before {
	content: "\e04a";
}
.icon-earth:before {
	content: "\e04b";
}
.icon-globe:before {
	content: "\e04c";
}
.icon-target-2:before {
	content: "\e04d";
}
.icon-car:before {
	content: "\e04e";
}
.icon-truck:before {
	content: "\e04f";
}
.icon-fire:before {
	content: "\e050";
}
.icon-lab:before {
	content: "\e051";
}
.icon-dumbbell:before {
	content: "\e052";
}
.icon-rocket:before {
	content: "\e053";
}
.icon-meter:before {
	content: "\e054";
}
.icon-dashboard:before {
	content: "\e055";
}
.icon-meter-fast:before {
	content: "\e056";
}
.icon-hammer:before {
	content: "\e057";
}
.icon-trophy:before {
	content: "\e058";
}
.icon-trophy-star:before {
	content: "\e059";
}
.icon-eye:before {
	content: "\e05a";
}
.icon-eye-2:before {
	content: "\e05b";
}
.icon-fan:before {
	content: "\e05c";
}
.icon-sun:before {
	content: "\e05d";
}
.icon-airplane:before {
	content: "\e05e";
}
.icon-cogs:before {
	content: "\e05f";
}
.icon-anchor:before {
	content: "\e060";
}
.icon-shield:before {
	content: "\e061";
}
.icon-lightning:before {
	content: "\e062";
}
.icon-power:before {
	content: "\e063";
}
.icon-pyramid:before {
	content: "\e064";
}
.icon-road:before {
	content: "\e065";
}
.icon-ladder:before {
	content: "\e066";
}
.icon-hammer-2:before {
	content: "\e067";
}
.icon-cube:before {
	content: "\e068";
}
.icon-cube-2:before {
	content: "\e069";
}
.icon-camera:before {
	content: "\e06a";
}
.icon-piano:before {
	content: "\e06b";
}
.icon-movie:before {
	content: "\e06c";
}
.icon-connection:before {
	content: "\e06d";
}
.icon-knight:before {
	content: "\e06e";
}
.icon-diamonds:before {
	content: "\e06f";
}
.icon-stack:before {
	content: "\e070";
}
.icon-folder-remove:before {
	content: "\e071";
}
.icon-folder-open:before {
	content: "\e072";
}
.icon-cart-checkout:before {
	content: "\e073";
}
.icon-cart:before {
	content: "\e074";
}
.icon-tag:before {
	content: "\e075";
}
.icon-basket:before {
	content: "\e076";
}
.icon-support:before {
	content: "\e077";
}
.icon-phone-4:before {
	content: "\e078";
}
.icon-reply:before {
	content: "\e079";
}
.icon-flip:before {
	content: "\e07a";
}
.icon-database:before {
	content: "\e07b";
}
.icon-database-2:before {
	content: "\e07c";
}
.icon-calendar:before {
	content: "\e07d";
}
.icon-calendar-2:before {
	content: "\e07e";
}
.icon-keyboard:before {
	content: "\e07f";
}
.icon-user-plus:before {
	content: "\e080";
}
.icon-users:before {
	content: "\e081";
}
.icon-bubble-forward:before {
	content: "\e082";
}
.icon-bubble-up:before {
	content: "\e083";
}
.icon-bubble-last:before {
	content: "\e084";
}
.icon-bubble-link:before {
	content: "\e085";
}
.icon-bubble-check:before {
	content: "\e086";
}
.icon-bubble-quote:before {
	content: "\e087";
}
.icon-lock:before {
	content: "\e088";
}
.icon-user-plus-2:before {
	content: "\e089";
}
.icon-user-minus:before {
	content: "\e08a";
}
.icon-lock-2:before {
	content: "\e08b";
}
.icon-paw:before {
	content: "\e08c";
}
.icon-accessibility:before {
	content: "\e08d";
}
.icon-eye-blocked:before {
	content: "\e08e";
}
.icon-download:before {
	content: "\e08f";
}
.icon-smiley:before {
	content: "\e090";
}
.icon-thumbs-down:before {
	content: "\e091";
}
.icon-yin-yang:before {
	content: "\e092";
}
.icon-remove:before {
	content: "\e093";
}
.icon-bars:before {
	content: "\e094";
}
.icon-pie:before {
	content: "\e095";
}
.icon-plus-circle:before {
	content: "\e096";
}
.icon-sad:before {
	content: "\e097";
}
.icon-shocked:before {
	content: "\e098";
}
.icon-neutral:before {
	content: "\e099";
}
.icon-checkmark:before {
	content: "\e09a";
}
.icon-volume-low:before {
	content: "\e09b";
}
.icon-arrow-down-2:before {
	content: "\e09c";
}
.icon-volume0:before {
	content: "\e09d";
}
.icon-bookmarks:before {
	content: "\e09e";
}
.icon-arrow-left-3:before {
	content: "\e09f";
}
.icon-radio-unchecked:before {
	content: "\e0a0";
}
.icon-sigma:before {
	content: "\e0a1";
}
.icon-strikethrough:before {
	content: "\e0a2";
}
.icon-backspace:before {
	content: "\e0a3";
}
.icon-filter:before {
	content: "\e0a4";
}
.icon-arrow-up-right-2:before {
	content: "\e0a5";
}
.icon-arrow-up-right-3:before {
	content: "\e0a6";
}
.icon-file-zip:before {
	content: "\e0a7";
}
.icon-home:before {
	content: "\e0a8";
}
.icon-blog:before {
	content: "\e0a9";
}
.icon-camera-2:before {
	content: "\e0aa";
}
.icon-file-2:before {
	content: "\e0ab";
}
.icon-copy:before {
	content: "\e0ac";
}
.icon-cart-plus:before {
	content: "\e0ad";
}
.icon-music:before {
	content: "\e0ae";
}
.icon-lock-3:before {
	content: "\e0af";
}
.icon-zoom-out:before {
	content: "\e0b0";
}
.icon-user-block:before {
	content: "\e0b1";
}
.icon-search:before {
	content: "\e0b2";
}
.icon-zoom-in:before {
	content: "\e0b3";
}
.icon-bubble-notification:before {
	content: "\e0b4";
}
.icon-storage:before {
	content: "\e0b5";
}
.icon-grid:before {
	content: "\e0b6";
}
.icon-grid-2:before {
	content: "\e0b8";
}
.icon-signup:before {
	content: "\e0b9";
}
.icon-switch:before {
	content: "\e0ba";
}
.icon-volume-high:before {
	content: "\e0bb";
}
.icon-volume-medium:before {
	content: "\e0bc";
}
.icon-arrow-left-4:before {
	content: "\e0bd";
}
.icon-play-2:before {
	content: "\e0be";
}
.icon-point-up:before {
	content: "\e0bf";
}
.icon-heart:before {
	content: "\e0c1";
}
.icon-heart-2:before {
	content: "\e0c2";
}
.icon-star:before {
	content: "\e0c3";
}
.icon-star-2:before {
	content: "\e0c4";
}
.icon-star-3:before {
	content: "\e0c5";
}
.icon-star-4:before {
	content: "\e0c6";
}
.icon-star-5:before {
	content: "\e0c7";
}
.icon-star-6:before {
	content: "\e0c8";
}
.icon-heart-3:before {
	content: "\e0c9";
}
.icon-weather-snow:before {
	content: "\e0ca";
}
.icon-weather-lightning:before {
	content: "\e0cb";
}
.icon-heart-4:before {
	content: "\e0cc";
}
.icon-weather-rain:before {
	content: "\e0cd";
}
.icon-windy:before {
	content: "\e0ce";
}
.icon-paypal:before {
	content: "\e0cf";
}
.icon-paypal-2:before {
	content: "\e0d0";
}
.icon-paypal-3:before {
	content: "\e0d1";
}
.icon-yelp:before {
	content: "\e0d2";
}
.icon-html5:before {
	content: "\e0d3";
}
.icon-css3:before {
	content: "\e0d4";
}
.icon-html5-2:before {
	content: "\e0d5";
}
.icon-stumbleupon:before {
	content: "\e0d6";
}
.icon-stumbleupon-2:before {
	content: "\e0d7";
}
.icon-wordpress:before {
	content: "\e0d8";
}
.icon-joomla:before {
	content: "\e0d9";
}
.icon-wordpress-2:before {
	content: "\e0da";
}
.icon-github-2:before {
	content: "\e0db";
}
.icon-github-3:before {
	content: "\e0dc";
}
.icon-volume-mute:before {
	content: "\e0dd";
}
.icon-volume-mute-2:before {
	content: "\e0de";
}
.icon-volume-increase:before {
	content: "\e0df";
}
.icon-volume-decrease:before {
	content: "\e0e0";
}
.icon-tongue:before {
	content: "\e0e1";
}
.icon-question:before {
	content: "\e0e2";
}
.icon-male:before {
	content: "\e0e3";
}
.icon-medal:before {
	content: "\e0e4";
}
.icon-key:before {
	content: "\e0e5";
}
.icon-contract:before {
	content: "\e0e6";
}
.icon-bubbles:before {
	content: "\e0e7";
}
.icon-file-3:before {
	content: "\e0e8";
}
.icon-file-4:before {
	content: "\e0e9";
}
.icon-pencil-2:before {
	content: "\e0ea";
}
.icon-headphones:before {
	content: "\e0eb";
}
.icon-film:before {
	content: "\e0ec";
}
.icon-film-2:before {
	content: "\e0ed";
}
.icon-mic:before {
	content: "\e0ee";
}
.icon-radio:before {
	content: "\e0ef";
}
.icon-settings:before {
	content: "\e0f0";
}
.icon-pie-2:before {
	content: "\e0f1";
}
.icon-inject:before {
	content: "\e0f2";
}
.icon-zoom-in-2:before {
	content: "\e0f3";
}
.icon-bubble-notification-2:before {
	content: "\e0f4";
}
.icon-link:before {
	content: "\e0f5";
}
.icon-brightness-contrast:before {
	content: "\e0f6";
}
.icon-flag:before {
	content: "\e0f7";
}
.icon-upload:before {
	content: "\e0f8";
}
.icon-skull:before {
	content: "\e0f9";
}
.icon-leaf:before {
	content: "\e0fa";
}
.icon-apple-fruit:before {
	content: "\e0fb";
}
.icon-food:before {
	content: "\e0fc";
}
.icon-cake:before {
	content: "\e0fd";
}
.icon-food-2:before {
	content: "\e0fe";
}
.icon-gift:before {
	content: "\e0ff";
}
.icon-balloon:before {
	content: "\e100";
}
.icon-medal-2:before {
	content: "\e101";
}
.icon-rating:before {
	content: "\e102";
}
.icon-rating-2:before {
	content: "\e103";
}
.icon-rating-3:before {
	content: "\e104";
}
.icon-steps:before {
	content: "\e105";
}
.icon-flower:before {
	content: "\e106";
}
.icon-remove-2:before {
	content: "\e107";
}
.icon-briefcase:before {
	content: "\e108";
}
.icon-briefcase-2:before {
	content: "\e109";
}
.icon-grid-3:before {
	content: "\e0b7";
}
.icon-sun-glasses:before {
	content: "\e10a";
}
.icon-tree:before {
	content: "\e10b";
}
.icon-tree-2:before {
	content: "\e10c";
}
.icon-exit:before {
	content: "\e10d";
}
.icon-evil:before {
	content: "\e10e";
}
.icon-people:before {
	content: "\e10f";
}
.icon-cool:before {
	content: "\e110";
}
.icon-thumbs-up:before {
	content: "\e111";
}
.icon-bed:before {
	content: "\e112";
}
.icon-bed-2:before {
	content: "\e113";
}
.icon-brightness-low:before {
	content: "\e114";
}
.icon-heart-broken:before {
	content: "\e115";
}
.icon-sun-2:before {
	content: "\e116";
}
.icon-umbrella:before {
	content: "\e117";
}
.icon-warning:before {
	content: "\e118";
}
.icon-move:before {
	content: "\e119";
}
.icon-point-left:before {
	content: "\e0c0";
}
.icon-point-down:before {
	content: "\e11a";
}
.icon-point-right:before {
	content: "\e11b";
}
.icon-question-2:before {
	content: "\e11c";
}
.icon-notification:before {
	content: "\e11d";
}
.icon-radio-checked:before {
	content: "\e11e";
}
.icon-checkbox-partial:before {
	content: "\e11f";
}
.icon-checkbox-unchecked:before {
	content: "\e120";
}
.icon-checkbox-checked:before {
	content: "\e121";
}
.icon-command:before {
	content: "\e122";
}
.icon-pen:before {
	content: "\e123";
}
.icon-quill:before {
	content: "\e124";
}
.icon-quill-2:before {
	content: "\e125";
}
.icon-wand-2:before {
	content: "\e126";
}
.icon-tools:before {
	content: "\e127";
}
.icon-eye-3:before {
	content: "\e128";
}
.icon-moon:before {
	content: "\e129";
}
.icon-contrast:before {
	content: "\e12a";
}
.icon-eye-4:before {
	content: "\e12b";
}
.icon-eye-5:before {
	content: "\e12c";
}
.icon-user-block-2:before {
	content: "\e12d";
}
.icon-bubble-paperclip:before {
	content: "\e12e";
}
.icon-drawer:before {
	content: "\e12f";
}
.icon-drawer-2:before {
	content: "\e130";
}
.icon-watch:before {
	content: "\e131";
}
.icon-archive:before {
	content: "\e132";
}
.icon-cabinet:before {
	content: "\e133";
}
.icon-clock-3:before {
	content: "\e134";
}
.icon-clock-4:before {
	content: "\e135";
}
.icon-connection-2:before {
	content: "\e136";
}
.icon-new:before {
	content: "\e137";
}
.icon-play-3:before {
	content: "\e138";
}
.icon-marker:before {
	content: "\e139";
}
.icon-movie-2:before {
	content: "\e13a";
}
.icon-podcast:before {
	content: "\e13b";
}
.icon-share:before {
	content: "\e13c";
}
.icon-scissors:before {
	content: "\e13d";
}
.icon-scissors-2:before {
	content: "\e13e";
}
.icon-subscript:before {
	content: "\e13f";
}
.icon-rulers:before {
	content: "\e140";
}
.icon-filter-2:before {
	content: "\e141";
}
.icon-loop:before {
	content: "\e142";
}
.icon-loop-2:before {
	content: "\e143";
}
.icon-shuffle:before {
	content: "\e144";
}
.icon-shuffle-2:before {
	content: "\e145";
}
.icon-loop-3:before {
	content: "\e146";
}
.icon-loop-4:before {
	content: "\e147";
}
.icon-plus:before {
	content: "\e148";
}
.icon-enter:before {
	content: "\e149";
}
.icon-angry:before {
	content: "\e14a";
}
.icon-attachment:before {
	content: "\e14b";
}
.icon-download-2:before {
	content: "\e14c";
}
.icon-upload-2:before {
	content: "\e14d";
}
.icon-thumbs-up-2:before {
	content: "\e14e";
}
.icon-glasses:before {
	content: "\e14f";
}
.icon-glasses-2:before {
	content: "\e150";
}
.icon-stats-up:before {
	content: "\e151";
}
.icon-bottle:before {
	content: "\e152";
}
.icon-bars-2:before {
	content: "\e153";
}
.icon-cog:before {
	content: "\e154";
}
.icon-bubble-dots:before {
	content: "\e155";
}
.icon-upload-3:before {
	content: "\e156";
}
.icon-download-3:before {
	content: "\e157";
}
.icon-location-2:before {
	content: "\e158";
}
.icon-location-3:before {
	content: "\e159";
}
.icon-location-4:before {
	content: "\e15a";
}
.icon-envelop-2:before {
	content: "\e15b";
}
.icon-coin:before {
	content: "\e15c";
}
.icon-ticket:before {
	content: "\e15d";
}
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  GPL LICENSE (GPL) http://www.gnu.org/licenses/gpl.html

Copyright (c) 2013 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@-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;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-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 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 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;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}