.clear {
	clear: both;
}

.italic-grey {
color:#999999;
font-style:italic;
font-size:12px;
}

.grey {
    color:#777;
}

.pic {
border: 1px solid #000000;
    border-radius: 4px;
}

.home-icon:hover {
    background: url('/images/home-icon-green.png')no-repeat left -1px;
    background-size: 26px;
}

.thumb-image,
.thumb-big {
    display: inline-block;
    text-align: center;
}

.thumb-info {
    display: block;
    line-height: 1.5rem;
    margin-bottom: 12px;
    text-align: center;
    padding-top: 4px;
}

.article-item {
    display: block;
    //border: solid 1px #ddd;
    //border-radius: 6px;
    margin-bottom: 16px;
    //padding: 8px 8px 0 8px;
    //box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.article-item .thumb-info {
    text-align: left;
}

.see-more-area {
    display: block;
    padding-top: 8px;
    color: #777;
}

.see-more-area a {
    background: url('/images/chevron-right.png') no-repeat right center;
    background-size: 16px;
    padding: 8px 16px 8px 0;
    font-size: 1rem;
}

.col3 .thumbnail-list a {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

@media (min-width: 480px) {

    .thumb-image,
    .thumb-big {
        display: inline-block;
        vertical-align: top;
    }

    .thumb-info {
        display: inline-block;
        width: 200px;
        text-align: left;
        margin-left: 16px;
    }

    .article-item .thumb-info {
        width: calc(100% - 232px);
        margin-left:16px;
    }
}

@media (min-width: 980px) {

    .col3 .section-accordion {
        margin-top: 32px;
        text-align: left;
    }

    .col3 .thumbnail-list {
        display: block;
    }

    .col3 .thumb-container {
        text-align: left;
    }

    .col3 .thumb-big {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
    }

    .col3 .thumb-big img {
        width: 120px;
        height: 80px;
    }

    .col3 .thumb-info {
        display: inline-block;
        width: calc(100% - 132px);
        text-align: left;

    }
}

.article-list {
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.article-text img {
    max-width: 100%;
}

.in-text-image {
float:left;
padding: 0 10px 0 0;
}




/* FOOTER */

footer {
    background: #555;
}

.footer{
    font-size:13px;
    padding: 16px 8px 0;
}

a.footer{
    text-decoration:none;
    padding: 8px;
    color: #eee;
}
a.footer:hover{
    color:#fff;
}


#copyright {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #c9c9c9;
}

.share-text {
	margin: 4px 8px 0 0;
	float: left;
	font-size: 11px;
}

.social-icon {
	background: url('/images/social-icons.gif') no-repeat;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.fb {
	background-position: -33px top;
}

.twitter {
	background-position: -64px top;
}
.pinterest {
	background-position: -96px top;
}
.email {
	background-position: -130px top;
	margin-right: 30px;
}

.row-item.odd {
    background: #fafafa;
}

.rotate90 {
    display: inline-block;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
}

.box1 {
     background: #eee;
 //border: solid 1px #999;
     border-radius: 10px;
     padding: 20px;
     margin-bottom: 20px;
 }

.box2,
form .box2 {
    border-radius: 10px;
    padding: 40px 20px 30px;
    margin-bottom: 20px;
    background:url(/images/grey-gradient-bg.jpg)repeat-x;
}


.profile .col3 {width: 32%; float: right;}

.exclamation-icon {
    background: url('/images/exclamation1.png') no-repeat;
    padding-left: 40px;
    background-size: 40px 40px;
}

.idea-icon {
    background: url('/images/idea-icon.png') no-repeat;
    padding-left: 40px;
    background-size: 34px 34px;
}

@media only screen and (max-width : 100px) {
    .hide-on-large-screen {display: none;}

}

@media only screen and (min-width : 1024px) {
    .hide-on-small-screen {display: none;}

}

#map-canvas,.map-placeholder1,.map-placeholder2 {
    height: 300px;
    width: 100%;
    margin: 20px 0 30px;
    padding: 0px
}

@media only screen and (min-width : 980px) {
    #map-canvas,.map-placeholder1,.map-placeholder2 {
        width: 100%;
        height: 480px;
    }
}

.ext-link {
    height: 26px;
    vertical-align: middle;
    padding: 3px 0 0 30px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.world-icon {
    background: url('//cdn.goparoo.com/images/world-icon-26px.png')no-repeat;
}

.wikipedia-icon {
    background: url('//cdn.goparoo.com/images/wikipedia-icon-26px.png')no-repeat;
}

.ext-link-icon {
    background: url('//cdn.goparoo.com/images/external-link-icon.png')no-repeat left 6px;
    background-size: 24px;
    margin-right: 8px;
}

.thumb {
    clear:both;
    float:left;
    padding-right:5px;
}

.thumb img {
    width: 80px;
    height: 60px;
    border: solid 1px #999;
}

.thumb-big img {
    width: 100%;
    height: auto;
    border: solid 1px #999;
    border-radius: 4px;
}

@media (min-width: 480px) {
    .thumb-big img {
        width: 200px;
        height: 120px;
        border: solid 1px #999;
    }
}

img.no-image {
    border-width: 0;
    height: 70px;
}

.bottom-promo {
    padding: 20px;
    border-top: solid 1px #ddd;
}

.bottom-promo .green{
    display: block;
    font-size: 1.6em;
}

.fixed-top-right {
    display: none;
    position: fixed;
    top: 120px;
    right: 2%
}

@media (min-width: 1200px) {
    .fixed-top-right {
        display: inline-block;
    }
}





.editing-area.active .edit-icon {
    display: none;
}

.publish-btn,
.cancel-btn {
    display: none;
    text-align: center;
    font-size: 1.5em;
    background: #ccc;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.choose-file-btn {
    height: 30px;
}

.editing-area.active .publish-btn,
.editing-area.active .cancel-btn {
    display: inline-block;
}

.editing-area .cancel-btn {
    background: #aaa;
}

.editing-area .cancel-btn:hover {
    background: #ccc;
}

.editing-area .publish-btn.active{
    background: #008559;
}

/*.editable:focus .publish-btn {*/
    /*display: block;*/
    /*text-align: center;*/
    /*font-size: 1.5em;*/
/*}*/

/*.editable:focus .publish-btn.inactive {*/
    /*background: #ccc;*/
/*}*/

.editable {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
    position: relative;
    font-size: 20px;
    line-height: 32px;
}

.editable p:first-child {
    margin-top: 0;
}





.editable:focus .modal {
    display: inline-block;
}





.medium-editor-anchor-preview {
    background: #333;
    border-radius: 5px;
    padding: 2px 10px;
    width: auto;
    max-width: 600px;
}

.medium-editor-toolbar-form.medium-editor-toolbar-form-active {
    background: #ccc;
    padding: 2px 0 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #444;
}

.medium-editor-toolbar-save,
.medium-editor-toolbar-close{
    color: #00853C;
}

.wiki-update-text {
    display: none;
}

.show-text .wiki-update-text {
    display: block;
}


.wiki-item {
    display: none;
}

.show-text .wiki-item,
.show-text .wiki-version-separator {
    display: block;
}

.bio-pic {
    margin-right: 16px;
}

.bio-pic img {
    max-width: 200px;
    max-height: 300px;
    border-radius: 8px;
}


@media (min-width: 480px) {
    .bio {
        display: flex;
    }
}
.bio-pic-thumb {
    max-width: 65px;
}

#selected-image img {
    max-width: 600px;
    max-height: 400px;
}

.editor-view {
    display: none;
}

.signed-in .editor-view {
    display: block;
}

.box1 textarea {
    border:1px solid #999999;
    width:98%;
    margin:5px 0;
    padding:1%;
}

.picPreview {
    max-width: 100%;
    max-height: 500px;
}

.pic-credit {
    background: rgba(0,0,0,0.2);
    font-size: 0.8em;
    color: #aaa;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
}

#main-pic .pic-credit {
    //bottom: 12px;
}

.pic-credit a {
    color: #ddd;
}

.nopic {
    border-color: #fff;
}


