/* button */
.story-title {
    margin-top: 5px;
    font-size: 17px;
}

.btn {
    /*background-color: #FFF;*/
}

.button {
    border-radius: 3px;
    padding: 5px 20px 5px 20px;
    margin: 5px;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #222;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.button-sm {
    font-size: 12px !important;
    padding: 3px 15px 3px 15px;
    margin: 0px !important;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #222;
}

.button-md {
    font-size: 14px !important;
    padding: 3px 15px 3px 15px;
    margin: 0px !important;
    cursor: pointer;
    border: 1px solid #222;
}

.button:focus, .button:active {
  outline: none !important;
  box-shadow: none !important;
}

.button-red { 
    border-color: red;
    color: red !important;
}

.button-sred { 
    border-color: red;
    background-color: red;
    color: rgba(255,255,255,0.7) !important;
}

.button-green { 
    border-color: #1CB75B;
    color: #1CB75B !important;
}

.button-peach { 
    border-color: #FB8266;
    color: #FB8266 !important;
    background-color: #FFF;
}

.button-speach { 
    border-color: #FB8266 !important;
    background-color: #FB8266 !important;
    color: rgba(255,255,255,0.7) !important;
}

.button-gray { 
    border-color: #646464;
    color: #646464 !important;
}

.button-clear-big {
    border-color: #FFF;
    color: #FFF;
    background-color: rgba(0,0,0,0) !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 300px;
    height: 60px;
    font-size: 30px;
}

.button-clear-big:hover {
    border-color: #FB8266;
    background-color: rgba(251,130,102,1) !important;
    color: rgba(255,255,255,0.7) !important;
}


.button-simple-big {
    border-color: #222;
    color: #222;
    background-color: #FFF !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 300px;
    height: 60px;
    font-size: 25px;
}

.alert-peach{
    color: #777 !important;
    background-color: #FEF2F0;
}

body{
	font-family: arial;
	color: #222 !important;
}

.full-width{
/*	margin-left: -15px;
	margin-right: -15px;
*/
}

.hidden {
	display: none;
}

/*
 * Custom translucent site header
 */

.site-logo { margin-top: 5px;}

.site-header {
    background-color: rgba(255,255,255,0.8);
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 40%, rgba(255,255,255,0.8) 56%, rgba(255,255,255,0.6) 71%, rgba(255,255,255,0.36) 80%, rgba(255,255,255,0.2) 86%, rgba(255,255,255,0) 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,0.6) 71%,rgba(255,255,255,0.36) 80%,rgba(255,255,255,0.2) 86%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,0.6) 71%,rgba(255,255,255,0.36) 80%,rgba(255,255,255,0.2) 86%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}*/
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #222;
  text-decoration: none;
}

.margin-header {
	margin-top: 10px;
}

.bordered-gray {
	border: 1px solid #DDD;
}

/* story */

.thumb-margin-bottom {
    margin-bottom: 30px;
}

.cover-thumbnail {
    /*border: 1px solid #AAA;*/
    height: 300px;
    padding-top: 150px;
    cursor: pointer;
}

#map{ 
    height: 750px; 
    /*width: 100%;*/

}
#story-cover-img { 
    position: absolute;
    height: 600px; 
    background: #929292; 
    background-size: cover;
    background-position: center;

}
#btn-add-cover-img { 
    position: absolute;
    margin: 10px;
}

.text-big { font-size: 40px; margin: 10px;}
.text-xbig { font-size: 50px;}
.text-small { font-size: 16px;}

p { 
    font-size: 20px;
}


/* Custom links */
a {
	color: #fb8266 !important;
}

.link-white {
    color: #FFFFF !important;
}

.site-color {
    color: #fb8266 !important;
}

/* Custom buttons */

.btn {
    padding: 7px 28px;
    border: 0 none;
    letter-spacing: 1px;
    font-family: Arial !important;

}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
	padding: 9px 20px;
    background: #fb8266;
    color: #646464 !important;    
    margin-bottom: 10px;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #fb8266;
    color: #ffffff !important;
    /*border: none !important;*/
}
 
.btn-primary:active, .btn-primary.active {
    background: #fb8266 !important;
	border-color: #fb8266 !important;
    box-shadow: none;
    border: none !important;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #fb8266;
	/*border-color: #fb8266 !important;*/
    border-color: #1CB75B !important;
}

.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #fb8266 !important;
	color: #fb8266;
	box-shadow: none;
}

.btn.sharp {
	border-radius: 0;
}

.btn.outline {
	background: none;
	/*padding: 6px 24px;*/
}

.btn.outline-box {
	background: none;
	border: 1px solid #222;
}

.btn-primary.outline {
	border: 1px solid #fb8266;
	/*color: #fb8266;*/
    color: #1CB75B !important;
}

.btn-secondary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #646464;
    /*color: #fff !important;*/
}
 
.btn-secondary:active, .btn-secondary.active {
    background: #007299;
    box-shadow: none;
}

.btn-secondary.outline {
	border: 1px solid #646464;
	color: #646464;
}

/* Custom modals */

.modal-content-green  {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background: #E8F7EE;
}

.dropdown-toggle::after {
    display:none
}


/* Alignment styles for images, videos and iframes in editable regions */

/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
/*    margin-bottom: 10px;
    margin-top: 10px;
*/}

/* Left align */
[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] p {
    margin-top: 10px;
    margin-bottom: 10px;
}

[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}
​

    #social-icon{
        list-style: none;
    }

    #social-icon li{
        display: inline-block;
        margin-left: 10px;
    }
