/* --------------------------------------
=========================================
Stamp - Landing Page Template
Version: 1.0 (Initial Release)
Designed By: Mizanur Rahman
URL: http://twitter.com/MizanME
=========================================

1. GLOBAL STYLES (USED IN VARIOUS SECTION OF THE WEBSITE)
	1.1 GENERAL STYLES
	1.2 PRE LOADER
	1.3 ANCHOR
	1.4 MISC FIXES

2. COMPONENTS (ELEMNTS USED IN MANY SECTION)
	2.1 TYPOGRAPHY
	2.2 BUTTONS
	2.3 BORDER AND LINE
	2.4 SECTION HEADER
	2.5 FORM ELEMENTS

3. SECTION STYLES
	3.1 SECTION: HOME
	    3.1.1 STICKY NAVIGATION
	    3.1.2 ONLY LOGO
	    3.1.3 INTRO

	3.2 SECTION: CLIENTS LIST

	3.3 SECTION: SERVICES

	3.4 SECTION: LEFT / RIGHT BRIEF

	3.5 SECTION: STATS

    3.6 SECTION: FEATURES

    3.7 SECTION: PRICING TABLE

    3.8 SECTION: SCREENSHOTS

    3.9 SECTION: TIMELINE

    3.10 SECTION: TEAM

    3.11 SECTION: SPONSORS

    3.12 SECTION: CALL TO ACTION

    3.13 SECTION: CONTACT INFO

    3.14 SECTION: GOOGLE MAP

    3.15 FOOTER


TO CHANGE RESPONSIVE FIXES, PELEASE CHECK css/responsive.css

TO CHANGE PRE_DEFINED COLORS. PLEASE CHECK css/colors/your_selected_color.css

-----------------------------------------*/

/* --------------------------------------
=========================================
   1. GLOBAL STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   1.1 GENERAL STYLES
-----------------------------------------*/
html {
	font-size: 100%;
}

body {
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #313131;
	text-align: center;
	overflow-x: hidden !important;
	margin: auto !important;
}

/*---------------------------------------
   1.2 PRE-LOADER
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------------
   1.4 MISC FIXES
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

.row.no-gutters[class^="col-"],
.row.no-gutters[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: inherit;
}

.nav > li > a {
	padding: inherit;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a:focus {
	color: inherit;
}

.mailchimp-success,
.mailchimp-error,
.email-success,
.email-error {
	display: none;
	margin-top: 15px;
}

.mailchimp-success span,
.mailchimp-error span,
.email-success span,
.email-error span {
	margin-right: 10px;
}

/* --------------------------------------
=========================================
   2. COMPONENTS
=========================================
-----------------------------------------*/
/*---------------------------------------
   2.1 TYPOGRAPHY
-----------------------------------------*/
/* HEADINGS */
h1,
h2 {
	font-family: 'Cabin', Helvetica Neue, Sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 3.75rem;
	line-height: 5rem;
}

h2 {
	font-size: 2.4rem;
	line-height: 3.125rem;
}

h2 strong {
	color: #272727;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

/* BUTTONS */
.standard-button {
	font-weight: 600;
	border:#ccc 1px solid;
	font-size:13px;

}

.standard-button.gray-button {
	background-color: gray;
	color: white;
	border-color: grey;
}

.standard-button.gray-button:hover {
	color: grey;
}

/* OTHER TEXTS */
strong,
.strong {
	font-weight: 600;
}

.dark-text {
	color: #454545;
}

.transparent-text {
	color: rgba(255, 255, 255, 0.6);
}

.transparent-text-dark {
	color: rgba(49, 49, 49, 0.5);
}

.small-text {
	font-size: 14px;
}

.small-text-medium {
	font-weight: 600;
	margin:30px 0 20px 0;
	font-size:1.2em;}

.uppercase {
	text-transform: uppercase;
}

.line-through {
	text-decoration: line-through;
}

.button-text {
	font-weight: 600;
	text-transform: uppercase;
}

.price .month {
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	color: #666666;
	font-size: 16px !important;
}

/*---------------------------------------
   2.2 BUTTONS
-----------------------------------------*/
.standard-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 1.6;
	border: none;
	padding: 10px 40px 10px 40px;
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
}

.secondary-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: none;
	transition: none;
}

.secondary-button:hover {
	background: transparent;
	border-color: #ffffff;
}

.secondary-button-dark {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #272727;
	border-color: rgba(39, 39, 39, 0.5);
	-webkit-transition: none;
	transition: none;
}

.secondary-button-dark:hover {
	background: transparent;
	border-color: #272727;
	color: #333;
}

.navbar-register-button {
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-transition: none;
	transition: none;
	margin-left:10px;
}
.navbar-register-button:hover {
	color: #2e3336 !important;
	border:#2e3336 solid 1px !important;
}


/*---------------------------------------
   2.3 BORDER AND LINE
-----------------------------------------*/
.border-right {
	border-right: 1px solid #eaeaea;
}

.border-left {
	border-left: 1px solid #eaeaea;
}

.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
	height: 2px;
	width: 80px;
	display: block;
}

.white-line {
	background: #ffffff;
	margin: auto;
}

.grey-line {
	background: #eaebec;
}

.grey-line-short {
	height: 2px;
	width: 40px;
	display: block;
	background: #eaebec;
}

.white-text {
	color: #ffffff;
}

.white-bg-border {
	background: #ffffff;
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
}

.white-bg {
	background: #ffffff;
}

.grey-bg {
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	background: #F7F8FA;
}

.dark-bg {
	background: #2e3336;
}

.colored-line-left {
	float: left;
}

.colored-line-right {
	float: right;
}

.colored-line {
	margin: auto;
}

/*---------------------------------------
   2.4 SECTION HEADERS
-----------------------------------------*/
.section-header {
	margin-top: 90px;
	margin-bottom: 60px;
}

.section-header h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.sub-heading {
	margin-top: 20px;
}

/*---------------------------------------
   2.5 FORM ELEMENTS
-----------------------------------------*/
.input-box,
.textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #999999;
	padding-left: 21px;
	line-height: auto;
}

.input-box {
	min-height: 50px;
}

.textarea-box {
	padding-top: 15px;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
	color: #272727;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* --------------------------------------
=========================================
   3. SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   3.1 SECTION: HOME / HEADER
-----------------------------------------*/
.header {
    background: url(../images/background-images/1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.header .overlay-layer {
    padding-top: 84px;
    padding-bottom: 175px;
    height: auto;
}

/* STICKY NAVIGATION AND LOGO */
.appear-on-scroll {
    opacity: 0;
}

.sticky-navigation {
    background: #ffffff;
    min-height: 70px;
    border: none;
    font-weight: 400;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-brand {
    padding: 15px 15px;
}

.sticky-navigation .navbar-brand img {
    max-width: 80px;
    height:40px;
    -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
    margin-top: 0;
}

.sticky-navigation .main-navigation li a {
    text-transform: uppercase;
    line-height: 34px;
    padding: 18px;
}

.sticky-navigation .login-register {
    margin-top: 0;
}

.sticky-navigation .login-register .login a {
    text-transform: uppercase;
    line-height: 34px;
    padding: 18px;
}

.sticky-navigation .login-register .register-button {
    margin-top: 15px;
}

.sticky-navigation .login-register .register-button a {
    padding: 10px 15px 8px 15px;
    border-radius: 3px;
}
/* ONLY LOGO */
.only-logo .navbar-header {
    margin: auto;
    float: none;
}

.only-logo .navbar-header img {
    max-width: 80px;
}

/* INTRO */
.intro-section {
    margin-top: 80px;
}

.intro-section h5 {
    margin-top: 15px;
    margin-bottom: 45px;
}

.intro{
	margin:0;
}
.sub-intro{
	max-width:500px; display: inline-block
}


.horizontal-subscribe-form {
    display: inline-block;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 6px;
    padding: 25px 25px 25px 25px;
}

.horizontal-subscribe-form form {
    padding-right: 6px;
}

.horizontal-subscribe-form .standard-button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.horizontal-subscribe-form .input-box,
.horizontal-subscribe-form .standard-button {
    margin: 3px;
}

.horizontal-subscribe-form .input-box {
    min-height: 65px;
    width: 350px;
    font-size: inherit;
}
/*---------------------------------------
   3.2 SECTION: CLIENTS LIST
-----------------------------------------*/
.client-logos {
	border-bottom: 1px solid #dadfe3;
	margin-bottom: 0;
}

.client-logos li {
	display: inline-block;
	margin: 25px 25px 25px 25px;
	vertical-align: middle;
}

.client-logos li img {
	max-height: 40px;
	opacity: 0.6;
}

.client-logos li img:hover {
	opacity: 1;
	cursor: pointer;
}

/*---------------------------------------
   3.3 SECTION: SERVICES
-----------------------------------------*/
.single-service {
	padding: 40px 35px 40px 35px;
	margin: 0 0 100px 0;
	background: #ffffff;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	border-radius: 3px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.single-service .service-icon {
	font-size: 60px;
	margin-bottom: 35px;
}

.single-service h3 {
	margin-bottom: 10px;
}

/*---------------------------------------
   3.4 SECTION: APP BRIEF
-----------------------------------------*/
.brief {
	padding-top: 80px;
	padding-bottom: 115px;
}

.brief .content-section {
	margin-top: 15px;
}

.brief h2 {
	margin-bottom: 15px;
	margin-top: 10px;
}

.brief p {
	margin-top: 40px;
}

.brief .brief-image-right {
	margin-top: 20px;
}

.brief .brief-image-right img {
	float: right;
	width: 92%;
}

.brief .brief-image-left {
	margin-top: 25px;
	overflow: hidden;
}

.brief .brief-image-left img {
	float: left;
	width: 95%;
}

.brief-image-right img{
	max-width:300px;
}
.brief-image-left img{
	max-width:300px;
}

.feature-list {
	margin-top: 15px;
}

.feature-list li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.feature-list li span {
	margin-right: 10px;
}

/* ACCORDION */
.panel-default {
	border: 0;
	border-radius: 3px;
	margin-top: 35px;
	display: block;
	text-align: left;
}

.panel-body {
	border-top: 4px solid #F7F8FA !important;
}

.panel-heading {
	background-color: #ffffff !important;
	border: none;
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 15px;
}

.panel-heading .title-text {
	line-height: 40px;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-title .icon-container {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: !important;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	float: left;
}

/*---------------------------------------
   3.5 SECTION: STATS
-----------------------------------------*/
.stats {
	background: url(../images/background-images/2.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.stats .overlay-layer-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-stats {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-stats .icon-container {
	margin-bottom: 35px;
}

.single-stats .icon-container span {
	font-size: 70px;
}

.stats-footer .long-transparent-line {
	margin-bottom: 45px;
}

/*---------------------------------------
   3.6 SECTION: UNIQUE FEATURES
-----------------------------------------*/
.unique-features {
	padding-bottom: 100px;
}

.ipad-image {
	margin: auto;
}

.ipad-image img {
	width: 100%;
}

.feature {
    margin: auto;
    padding-left: 10px;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.feature .icon-container {
	margin-right: 10px;
	padding-top: 18px;
}

.feature .icon-container span {
	font-size:100px;
}

.feature .description {
	width: 85%;
	float: right;
}

.feature .description p {
	margin-top: 20px;
}

.info .icon-containter{
	float:left;
}
.info .icon-containter span{
	font-size:20px !important;
}

.info {
	margin: auto;
	padding-left: 10px;
	padding-right: 0;
	margin-top: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

.info .icon-container {
	margin-right: 10px;
	padding-top: 18px;
	float: left;
}

.info .icon-container span {
	font-size: 30px;
}

.info .description {
	width: 85%;
	float: right;
}

.info .description p {
	margin-top: 20px;
}

/*---------------------------------------
   3.7 SECTION: PRICING TABLE
-----------------------------------------*/
.pricing {
	padding-bottom: 30px;
}

.pricing-table {
	padding-left: 30px;
	padding-right: 30px;
}

.single-pricing {
	background: #ffffff;
	border-radius: 3px;
	padding-bottom: 25px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
	margin-bottom: 80px;
	padding: 20px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.package-title h3 {
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
}

.price {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	padding-top: 15px;
}

.price .superscript {
	vertical-align: super;
	font-size: 25px;
}

.price .month {
	font-size: inherit;
	display: block;
	margin-top: 0;
	line-height: 1;
	font-size: 14px !important;
	font-weight: 300;
}

.package-list {
	padding-top: 10px;
	margin-bottom: 25px;
}

.package-list li {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #eaeaea;
	padding-bottom: 10px;
}

.package-list li span {
	margin-right: 8px;
}

.single-pricing .button {
	margin-bottom: 20px;
}

.highlighted {
	margin-top: -24px;
}

.highlighted .package-title h3 {
	line-height: 84px;
}

/*---------------------------------------
   3.8 SECTION: SCREENSHOTS
-----------------------------------------*/
.features {
	background: url(../images/background-images/1.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.features .overlay-layer-2 {
	padding-bottom: 84px;
}

.single-feature {
	margin-bottom: 58px;
}

.left-side .single-feature {
	padding-right: 18px;
}

.right-side .single-feature {
	padding-left: 18px;
}

.screenshot img {
	display: block;
	width: 100%;
	height: auto;
}

.screenshot img:hover {
	cursor: crosshair;
}

.owl-theme .owl-controls .owl-page span {
	background: #ffffff;
}

/*---------------------------------------
   3.9 VERTICAL TIMELINE
-----------------------------------------*/
.vertical-timeline {
	padding: 0;
	margin: 0;
}

.timeline-section {
	padding: 0;
	padding-left: 135px;
	padding-top: 20px;
}

.timeline-section li {
	list-style-type: none;
	padding: 1em;
	margin: 0;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	overflow: visible;
	border-left: 2px solid #eaeaea !important;
}

.timeline-section li .date {
	display: inline-block;
	float: left;
	margin-left: -100px;
	max-width: 55px;
	margin-top: 5px;
}

.timeline-section li .icon-container {
	display: inline-block;
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	margin-left: -38px;
	padding-top: 2px;
}

.timeline-section li .info {
	text-align: left;
	background: #F7F8FA;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
}

/*---------------------------------------
   3.10 SECTION: TEAM
-----------------------------------------*/
.team {
	padding-bottom: 50px;
}

.team-member {
	margin-bottom: 50px;
}

.team-member .social-icons {
	opacity: 0;
	margin-top: 5px;
	position: relative;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.team-member .social-icons li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.team-member .social-icons li a {
	opacity: 0.5;
}

.team-member .social-icons li a:hover {
	opacity: 1;
	text-decoration: none;
}

.team-member:hover .social-icons {
	opacity: 1;
}

.member-pic {
	border: 5px solid #ffffff;
	border-radius: 3px;
}

.member-pic img {
	width: 100%;
}

.member-pic img:hover {
	filter: sepia(10%) hue-rotate(50deg);
	-webkit-filter: sepia(10%) hue-rotate(50deg);
	-moz-filter: sepia(10%) hue-rotate(50deg);
	-o-filter: sepia(10%) hue-rotate(50deg);
	-ms-filter: sepia(10%) hue-rotate(50deg);
}

.member-details {
	padding-top: 10px;
	padding-bottom: 12px;
	position: relative;
	width: 85%;
	margin: auto;
	background: #ffffff;
	border-radius: 3px;
	margin-top: -45px;
	z-index: 1;
}

.member-details h5 {
	margin-bottom: 3px;
}

/*---------------------------------------
   3.11 SECTION: SPONSORS
-----------------------------------------*/
.sponsors {
	padding-bottom: 60px;
}

.feedback {
	padding: 0 30px;
	margin-bottom: 45px;
}

.feedback .pic-container {
	/*border-radius: 50%;

	overflow: hidden;
	width: 60px;*/
	display: inline-block;
	height: 80px;
	/*border: 3px solid #ffffff;*/
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.feedback .pic-container img {
	height: 100%;
}

.feedback p {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 25px;
}

.feedback h5 {
	margin-bottom: 0;
}

/*---------------------------------------
   3.12 SECTION: CALL TO ACTION
-----------------------------------------*/
.call-to-action {
    background: url('../images/background-images/2.jpg') fixed no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.call-to-action .overlay-layer-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.call-to-action h2 {
	margin-top: 20px;
	margin-bottom: 50px;
}

.modal-content {
	padding: 10px 30px 30px 30px;
}

.modal-content button {
	width: 100%;
}

/*---------------------------------------
   3.13 SECTION: CONTACT INFO
-----------------------------------------*/
.contact-info {
	padding-top: 30px;
	padding-bottom: 70px;
}

.contact-info .logo-container {
	margin-top: 20px;
	margin-bottom: 35px;
}

.contact-info .logo-container img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: 0.6;
	max-width: 65px;
}

.contact-info .icon-container {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.contact-info .contact-links a {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*---------------------------------------
   3.14 SECTION: GOOGLE MAP
-----------------------------------------*/
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
}

#cd-google-map {
	position: relative;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

#cd-google-map address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	padding: 1em 1em;
	color: #ffffff;
}

/*---------------------------------------
   3.15 SECTION: FOOTER
-----------------------------------------*/
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-links li {
	display: inline-block;
	padding: 10px;
}

.footer-links li a:hover {
	text-decoration: none;
}

.social-icons li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.social-icons li a:hover {
	text-decoration: none;
}

.social-icons li a:hover .transparent-text-dark {
	color: #313131;
}

.drink{
	max-width:100px;
	margin:20px;
	display: inline-table;
}

.drink img{
	width:100%;
}

.drinks img{
	width: 100%;
}
.rule {
	margin:20px;
	display: inline-block;
}

.rule img{
	height: 100px !important;
	width: initial !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 650px !important;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 768px) {
.google-maps {
	height:300px !important;
}
}


.patent{
	border:2px solid #fff;padding:5px 10px; font-weight:900; display: inline-block;
}


.m-t-20{margin-top:20px;}
.m-t-50{margin-top:50px;}
.m-t-80{margin-top:80px;}
.m-t-100{margin-top:100px;}
.m-b-10{margin-bottom:10px;}
.m-b-20{margin-bottom:20px;}
.m-b-30{margin-bottom:30px;}
.m-b-50{margin-bottom:50px;}
.m-b-80{margin-bottom:80px;}
.m-b-100{margin-bottom:100px;}
.p-t-3p{padding-top:30px;}

.color-box{
	background: #E6DDC8;
	padding-left:0;
	padding-right:0;
	display: inline-block;
	height: 340px;
}



.call-to-action-line{
	border:4px solid #fff; display: inline-block; width:60%;
}

.btn-white{
	background:none !important;
	border:3px solid #fff !important;
}

.btn-white:hover{
	color: #333;
}
.icon-container img{
	width: 100%;
	max-height:60px;
}

.lined-text{
	border-bottom: 2px solid #333;
	padding:10px;
}


.rule .small-text-medium{
	margin-top:10px;
}

.services .feature{
	height:300px;
}

.services-400 .feature{
	height:400px;
}


.text-white{
	color: #fff
}


@media (max-width: 650px) {
	.sm-single{
		height:inherit !important;
	}
	.sm-single-image{
		width:100% !important;
		height:300px !important;
	}
	.sm-single-text{
		width:100% !important;
	}

}

.cup_background_small{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    margin-top: 10px;
    margin-left: 5px;
    min-width: 50px
}


.cup_background{
    background-repeat: no-repeat !important;
    height: 120px !important;
    background-position: center !important;
    background-size: contain !important;
}

.cup_count{
    padding: 41px;
    font-size: 20px;
    font-weight: bolder;
}
.cup_count_mug{
    padding: 70px 60px 50px 36px;
    font-size: 20px;
    color:#fff;
    font-weight: bolder;
}

/* apply 2 */

.apply-2 {
    margin: 0 auto;
    min-width: 310px;
    max-width: 600px;
    padding:15px;
}

.apply-2 .label {
    color: black;
    width: 100%;
    float: left;
    font-size: 13px;
    margin:0px 0px 5px 0px !important;
    background: #dac9b2;
    border-radius: 0;
}

.apply-2 .title {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.apply-2 .condition {
    color: #fff;
    background: #280409;
    padding: 5px 10px;
    float: right;
    border-radius: 5px;

}

.apply-2 .input {
    width: 100%;
    float: left;
    margin:0px 0px 5px 0px !important;
    max-width: none !important;
    text-align: left !important;
}

.apply-2 .error {
    float: left;
    width: 100%;
}

.apply-2 input {
    line-height: 2;
    padding: 5px 0 3px 10px;
}
.apply-2 input[type="radio"] {
margin-left:5px;
}



.apply-2 input[type="date"] {
    padding: inherit;
    line-height: 2;
    width: 46%;
    min-width: 141px;
}

.apply-2 .tel {
    padding: inherit;
    line-height: 2;
    width: 81%;
    min-width: 160px;
    max-width: 312px;
}

.apply-2 tr {
    line-height: 1.5;
}

.apply-2 td {
    min-width: 150px;
    padding: 10px 0;
}

.status td {
    min-width: 100px;
}

.apply-2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 2;
    padding: 2px 10px 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.apply-2 .text {
    width: 100%;
}

.apply-2 textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.apply-2 .button_box {
    text-align: center;
    margin: 10px 0 40px 0;
    padding: 10px 0 40px 0;
    float: left;
    width: 100%;
}

.apply-2 .btn {
	width: 100%;
	max-width: 300px;
	margin: 0 5px 0 0;
}

.apply-2 .half input {
    width: 49%;
}

.apply-2 select.country_no {
    width: 15%;
    min-width: 50px;
}

.apply-2 .YMD select {
    width: 32%;
}

.apply-2 .YM select {
    width: 49%;
}

.apply-2 .skill {
    float: left;
    /* width: 100px; */
    margin: 0 10px 0 0;
}

.apply-2 .skill label {
    font-weight: normal;
}

@media screen and (min-width: 600px) {
    .apply-2 .label {
        max-width: 270px;
    }
    .apply-2 .input {
        max-width: 270px !important;
    }
    .edit .label{
    	max-width: 100% ;
    }
    .edit .input{
    	max-width: 100% !important;
    }
}


.drinks .title{
    height:80px;
    overflow: hidden;
}

.drink_type{
    padding:15px 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.type_selected {
    background: #fff;
    color: #000;
}
.type_selected h4 {
    color: #fff;
}


.arrow {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.arrow a {
    display: inline-block;
    border-radius: 50%;
}

.arrow a:hover .left,
.arrow a:hover .right {
    border: 0.5em solid #e74c3c;
    background: #fff;
    border-color: rgb(40, 4, 9);
}

.arrow a:hover .left:after,
.arrow a:hover .right:after {
    border-top: 0.5em solid #e74c3c;
    border-right: 0.5em solid #e74c3c;
    border-color: rgb(40, 4, 9);
}

.arrow a:hover {
    border: none;
}

.left {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid rgb(40, 4, 9);
    border-radius: 50%;
    margin-right: 1.5em;
    background: rgb(40, 4, 9);
}

.left:after {
    content: '';
    display: inline-block;
    margin-top: 0.9em;
    margin-left: 0.6em;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.right {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid rgb(40, 4, 9);
    border-radius: 50%;
    margin-left: 1.5em;
    background: rgb(40, 4, 9);
}

.right:after {
    content: '';
    display: inline-block;
    margin-top: 0.9em;
    margin-left: -0.6em;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*///// NAVIGATION /////*/

#nav01 {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#nav01.current {
  height: 750px;
}

#nav01 h2 {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 5.5%;
  background: none;
}

#nav01 span {
  font-weight: bold;
  font-size: 13px;
  margin: 5.5%;
}

#nav01 .nav01-inner-wrap {
  padding-bottom: 10px;
  width: 100%;
}

#nav01 .nav01-inner-wrap p {
  border-top: 1px dotted #ebebeb;
  color: #380408;
  font-weight: bold;
  padding: 20px 5.5%;
}

#nav01 .nav01-inner-wrap li {
  float: left;
  width: 50%;
}

#nav01 .nav01-inner-wrap li a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-left: 22px;
  margin: 0 5.5% 20px;
  text-decoration: none;
  background: url(../images/mypage/icon_uv.png) no-repeat left center;
  background-size: 12px;
}

#nav01 .nav01-inner-wrap li ul li {
  float: none;
  width: 100%;
}

#nav01 .nav01-inner-wrap>li:first-child {
  box-sizing: border-box;
  height: 690px;
  border-right: 1px dotted #ebebeb;
}

.nav13 {
  background: url(../images/mypage/icon_campas.png) no-repeat left top;
  background-position: 9px center;
  background-size: 12px;
  font-size: 10px;
}

#nav01 .nav01-inner-wrap li ul div li {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 31px;
  float: none;
  width: 100%;
}

#nav02 {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  letter-spacing: 0em;
}

#nav02.current {
  height: 394px;
}

#nav02 a.navlogo {
  display: block;
  padding: 7%;
  text-align: center;
}

#nav02 .nav02-inner-wrap {
  border-top: 1px dotted #ebebeb;
}

#nav02 .nav02-inner-wrap li {
  float: left;
  width: 50%;
}

#nav02 .nav02-inner-wrap li dl dd {
  background: #000;
  border-bottom: 1px solid #666;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#nav02 .nav02-inner-wrap li dl dd:last-child {
  border-bottom: none;
}

#nav02 a {
  text-decoration: none;
}

#nav02 dl a {
  color: #fff;
}

#nav02 .nav02-inner-wrap li dl dt {
  padding: 31px 17% 22px;
  text-align: center;
}


/*#nav02 .nav02-inner-wrap li dl dd:last-child { padding-bottom: 30px;}*/

#nav02 .nav02-inner-wrap li dl dd span {
  display: block;
}

#nav02 .nav02-inner-wrap li ul li {
  float: none;
  width: 100%;
}

#nav02 .nav02-inner-wrap li:first-child {
  -webkit-box-shadow: 1px 5px 9px 0 #f0f0f0;
  -moz-box-shadow: 1px 5px 9px 0 #f0f0f0;
  box-shadow: 1px 5px 9px 0 #f0f0f0;
}

#nav02 .nav02-inner-wrap li li:first-child {
  box-shadow: none;
}

.nav02-navlist-wrap li {
  border-bottom: 1px dotted #ebebeb;
}

.nav02-navlist-wrap a {
  display: block;
  padding: 14px 9.3%;
}

.nav02-navlist-wrap span {
  display: block;
  font-size: 10px;
}


footer {
  background: #d9d9d9;
  position: relative;
  font-size: 93%;
}

footer .inner_box {
  position: relative;
}

#footer_copy {
  padding: 36px 0;
}

#footer_copy dt {
  margin-bottom: 20px;
}

#footer_copy dd {
  font-size: 9px;
}

#footer_link_wrap li a:hover {
  text-decoration: underline;
}

#footer_links {
  position: absolute;
  right: 70px;
  top: 36px;
}

#footer_links li {
  float: left;
  display: inline-block;
}

#footer_links a {
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  margin-left: 30px;
  padding-left: 8px;
  position: relative;
}

#footer_links a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #000;
}

#footer_links+ul {
  right: 70px;
  top: 60px;
  position: absolute;
}

#footer_links+ul li {
  float: left;
  display: inline-block;
}

#footer_links+ul a {
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  margin-left: 30px;
  padding-left: 8px;
  position: relative;
}

#footer_links+ul a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #000;
}
