.imagepress-form { margin: 8px 0; }

.imagepress-form p {
    margin: 0 0 4px 0;
}
.ip-inline {
    display: inline-block;
}
.ip_clear { clear: both; }
.imagepress-form label {
    margin: .5em 0 .2em;
}

.imagepress-form select { height: 32px; line-height: 32px; }
.imagepress-form select[multiple] { height: auto; }

.imagepress-form input[type="text"],
.imagepress-form input[type="email"],
.imagepress-form input[type="url"],
.imagepress-form input[type="password"],
.imagepress-form input[type="search"],
.imagepress-form textarea
{
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;

    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;

    width: 100%;
    border: 0 none;
    padding: 8px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.imagepress-form select,
.imagepress-form select[multiple]
{
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;

    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;

    border: 0 none;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.ip-icon-fullscreen {
    position: absolute;
    bottom: 8px;
    right: 8px;
}



.ipc * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ip_boxie {
	display: block;
	float: left;
	width: 200px;
	height: 300px;
	margin: 0 8px 8px 0;
	overflow: hidden;
	text-align: left;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    margin: 1em 0;
    padding: 0;
}


a img { border: none; }

#ip_container .attachment-large { border-radius: 0; }

#ip_container { padding: 5px 0; margin-bottom: 20px; clear: both; }

#ip_container img[class*="align"],
#ip_container img[class*="wp-image-"],
#ip_container img[class*="attachment-"] {
	height: auto;
}


.post-like { display: inline; }

.post-like .hasvoted:before {
    font-family: "FontAwesome";
    content: "\f08a";
    padding: 0 4px 0 0;
}
.post-like .hasnotvoted:before {
    font-family: "FontAwesome";
    content: "\f004";
    padding: 0 4px 0 0;
}

/* FEATURED BOX */
#ip_container_2 { position: relative; }
#ip_container_2 img { width: 100%; height: auto; }

/* Tiny icons */
.ip_icon_hover { position: absolute; padding: 8px; display: block; bottom: 8px; left: 8px; }

/* Faux cropping and responsiveness */
.ip-block { display: block !important; overflow: hidden; }
.ip-block .ip-link img { margin: -50% 0 0 0; }



.ip_box { display: block; float: left; position: relative; border-radius: 0; margin: 0; padding: 0; overflow: hidden; width: 14.28%; height: 14.28%; }

.ip_box a {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 100%;
    display: none;
    font-size: 12px;
}
.ip_box:hover a {
    display: block;
    background: rgba(0, 0, 0, 0.75);
}
.ip_box a b {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.ip_box img { display: block; width: 100%; height: auto; border: 0 !important; padding: 0 !important; border-radius: 0; }






/* lightbox styles */
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 1050px; /*Make 50px wider than image*/
	height: 100%;
        margin: auto;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto;
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade, .nivo-lightbox-effect-fadeScale, .nivo-lightbox-effect-slideLeft, .nivo-lightbox-effect-slideRight, .nivo-lightbox-effect-slideUp, .nivo-lightbox-effect-slideDown, .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}


 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(img/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(img/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(img/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(img/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}










/*
 * ImageSlider
 *
 * Merged from Gold Slider (Jun 18th, 2014)
 */
.gs_wrap * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.gs_wrap { font-size: 13px; overflow: hidden; margin: 24px auto; position: relative; }
.gs_wrap a { text-shadow: none; }
.gs_wrap img { background:url(img/progress-dots.gif) center center no-repeat; }

.gs_slideshow { padding: 0; margin: 0; position: relative; }
.gs_item { display: none; position: absolute; margin: 0; padding: 0; }
.gs_movingInnerItem { position: absolute; left: 0; top: 0; }
.gs_top { position: relative; padding: 0px 0 0 0; width: 100%; height: 400px; margin: auto; z-index: 1; }

.gs_lightText { margin: 0; bottom: 0; position: absolute; padding: 10px; }
.gs_lightText h2 { padding: 8px; margin-bottom: 16px; font-size: 16px; font-weight: 400; opacity: 0; text-align: center; }

.gs_slave { position: relative; padding: 0; margin: 0; min-height: 200px; max-height: 400px; width: 33.33%; float: left; }
.gs_slave figcaption { margin: 0; bottom: 0; position: absolute; padding: 10px; }
.gs_slave img { width: 100%; max-width: 600px; height: auto; max-height: 400px; }
.gs_slave h2 { margin: 0; padding: 8px; font-size: 14px; line-height: 1; font-weight: 400; opacity: 0; }

.gs_top:hover h2 { opacity: 1; }
.gs_slave:hover h2 { opacity: 1; }

.gs_middle { border: none; width: 100%; margin: auto; }

.gs_prev, .gs_next {
    display: block;
    height: 62px;
    line-height: 62px;
    width: 32px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    opacity: 0.2;
    top: 48px;
    color: #000000;
    font-size: 24px;
    z-index: 2;
    background-color: #ffffff;
}
.gs_prev {
	left: 0;    
    border-radius: 0 2px 2px 0;
}
.gs_next {
	right: 0;
    border-radius: 2px 0 0 2px;
}
.gs_prev:hover {
	opacity: 1;
}
.gs_next:hover {
	opacity: 1;
}







/*
  @@ Pagination
*/
.holder { margin: 24px 0; clear: both; }
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder span { margin: 0 5px; }
.holder .jp-current { background-color: #cccccc; }

/* pagination */
.imagepress-paginator {
    margin: 16px 0;
    padding: 0;
}
.imagepress-paginator a {
    cursor: pointer;
    display: inline-block;
    height: 28px; line-height: 28px;
    padding: 0 8px;
    margin: 0 2px 4px 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}


.ip-editor { display: none; background-color: rgba(255, 255, 255, 0.25); padding: 16px; text-align: left; }
.ip-editor-display { text-align: left; display: block; }
.ip-uploader { background-color: rgba(255, 255, 255, 0.25); padding: 16px; margin: 24px 0; }

.question {
	text-align: center;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 24px;
	opacity: 0;
    z-index: 999999999999;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
}




.imagepress-progress {
  overflow: hidden;
  margin: 1px auto;
  padding: 0 4px;
  width: 100%;
  height: 16px;
  line-height: 16px;
  background-color: #000000;
}
.imagepress-progress-val {
    float: right;
    margin-left: 8px;
    font-size: smaller;
}
.imagepress-progress-bar {
  display: block;
  overflow: hidden;
  height: 4px;
  margin: 6px 0;
  background: #b8b8b8;
}
.imagepress-progress-in {
  display: block;
  min-width: 8px;
  height: 4px;
  background: #BDE850;
}




.ip-more img { max-width: 100%; height: auto; display: block; margin: 24px auto 0 auto; }



.ip-editor .ip-additional { display: inline-block; position: relative; margin: 0 4px 4px 0; border: 3px solid #000000; }
.ip-editor .ip-additional-active { display: inline-block; position: relative; margin: 0 4px 4px 0; border: 3px solid #dd3333; }
.ip-editor .ip-action-icon { font-size: 18px; margin: 0 8px; }
.ip-editor textarea { line-height: 1.4; }
.ip-editor .ip-toolbar { position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 26px; }
.ip-editor .ip-floatleft { float: left; }
.ip-editor .ip-floatright { float: right; }

.ip-bar { display: block; padding: 8px; text-align: left; }
.ip-bar a, .ip-bar a:hover { text-decoration: none; }
.ip-bar em { opacity: 0.25; font-style: normal; }
.ip-bar .right { float: right; }

.ip-title { border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 24px; line-height: 1; }

.imagepress-container { position: relative; }


/* twitter like */
.ip-post {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 8px;
    margin: 0 0 4px 0;
}







.profile-hub-container hr { border-top: 1px solid rgba(255, 255, 255, 0.25); }

.cinnamon-cover { position: relative; height: 300px; }
.cinnamon-cover {
    background-image: -webkit-linear-gradient(bottom,#000000,rgba(0,0,0,0));
    background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
}
.cinnamon-cover-preview { width: 100%; height: 150px; margin: 0 0 64px 0; position: relative; }
.cinnamon-cover-preview img { width: 60px; height: 60px; position: absolute; left: 16px; bottom: -32px; }
.cinnamon-cover a.overlay { position: absolute; top: 4px; left: 4px; font-size: 24px; padding: 8px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
.cinnamon-cover a.overlay { text-decoration: none; }
.cinnamon-cover a.overlay:hover { color: #444444; }
.cinnamon-avatar { text-align: center; padding: 48px 0; }

/* BETA 2 */
/*
background-image: -webkit-linear-gradient(bottom,#000000,rgba(0,0,0,0));
background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
*/

.cinnamon-meta { float: left; border-right: 1px solid rgba(255, 255, 255, 0.25); padding: 0 8px; }
.cinnamon-meta:last-child { border-right: 0 none; }
.cinnamon-meta a { text-decoration: none; }

.cinnamon-stats { position: absolute; bottom: 4px; left: 4px; background-color: rgba(0, 0, 0, 0.75); padding: 8px; }
.cinnamon-stats a:hover { color: #444444; }

.cinnamon-padding-top { margin: 3px 0 0 0; }

.profile-hub-container .ph-detail {
    font-weight: bold;
}
.profile-hub-container h3 {
    margin: 8px 0;
    padding: 2px 4px 2px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.profile-hub-container .ph-nametag {
    font-size: 28px;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.profile-hub-container .ph-locationtag {
    padding: 2px 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.profile-hub-container .avatar {
    margin: 0 0 8px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.profile-hub-container .tabs_item .avatar {
    width: 90px;
    height: 90px;
    margin: 0;
}


.cinnamon-paragraph {
    margin: 12px 0;
    clear: both;
}
.cinnamon-paragraph b {
    font-size: 16px;
    font-weight: normal;
}
.cinnamon-followed img {
    margin: 0 1px 0 0;
    width: 90px;
    height: 90px;
    float: left;
}


.single-heading {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0;
}

.cinnamon .cinnamon-share {
    width: auto !important;
}

/* WORK ON THIS!!! */
.cinnamon-progress {
    display: none;
    background-color: #8fc661;
    text-transform: uppercase;
    font-size: 10px;
}

.cinnamon .description {
    font-size: small;
}
.cinnamon table {
    width: 100%;
}
.cinnamon table th {
    text-align: left;
    vertical-align: top;
    width: 30%;
    font-weight: 400;
}
.cinnamon table td {
    vertical-align: top;
    width: 70%;
}
.cinnamon hr {
    border: 0;
    height: 1px;
    background-color: #666666;
    margin: 16px 0;
}

.cinnamon-grid ul { margin: 0; padding: 0; }
.cinnamon-grid ul li { list-style: none; margin: 0 1px 1px 0; padding: 0; display: inline-block; }
.cinnamon-grid ul li img { width: 100px; height: 100px; opacity: 1; }
.cinnamon-grid ul li img:hover { opacity: 0.85; }

.cinnamon-grid-blank img { opacity: 1; margin: 0 1px 1px 0; }
.cinnamon-grid-blank img:hover { opacity: 0.85; }
#cinnamon-feature {
    text-align: center;
    margin: 0 0 8px 0;

    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cinnamon-card-grid ul { margin: 0; padding: 0; }
.cinnamon-card-grid ul li { list-style: none; margin: 0 1px 1px 0; padding: 0; display: inline-block; }
.cinnamon-card-grid ul li img { width: auto; height: 100px; opacity: 1; }
.cinnamon-card-grid ul li img:hover { opacity: 0.85; }

.cinnamon-card { background-color: rgba(0, 0, 0, 0.15); width: 260px; height: 228px; display: block; float: left; margin: 0 8px 8px 0; overflow: hidden; position: relative; }
.cinnamon-card-inner { padding: 8px; }
.cinnamon-card .avatar-holder { float: left; margin: 0 8px 16px 0; }
.cinnamon-card .avatar-holder img { width: auto; height: 54px; }
.cinnamon-card .location-holder { text-overflow: ellipsis; overflow: hidden; }
.cinnamon-card .cinnamon-card-inner h3 { font-size: 16px; font-weight: 400; margin: 0; clear: none; }
.cinnamon-card .mosaicflow div { width: 30.33%; float: left; margin: 0 8px 0 0; }
.cinnamon-card .mosaicflow div:last-child { margin: 0 0 0 0; }
.cinnamon-card .mosaicflow div img { width: 100%; height: auto; }

.cinnamon-card .cinnamon-backflip { position: absolute; width: 260px; height: 228px; line-height: 228px; text-align: center; background-color: rgba(0, 0, 0, 0.75); opacity: 0; z-index: 99; }
.cinnamon-card .cinnamon-backflip a { color: #ffffff; display: block; width: 260px; height: 228px; line-height: 228px; text-align: center; text-decoration: none; }
.cinnamon-card .cinnamon-backflip a:hover,
.cinnamon-card .cinnamon-backflip a:visited { color: #ffffff; }
.cinnamon-card:hover .cinnamon-backflip { opacity: 1; }


.cornholio { width: 930px; margin: 0 auto; }
.cornholio .c-main { text-align: center; font-size: 32px; font-weight: 300; }
.cornholio .c-description { text-align: center; font-size: 14px; font-weight: 300; }
.cornholio .c-social { text-align: center; font-size: 24px; }
.cornholio .c-footer { text-align: center; font-size: 12px; }

ul, li {padding: 0; margin: 0; list-style: none}
.clear {clear: both}

/* Tab */
#tab { text-align: center; margin: 48px 0 0 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
#tab li { display: inline-block; }
#tab li a { display: block; padding: 12px 0; margin: 0 48px; font-size: 16px; text-decoration: none; }
#tab li.active a {}
.tab_icerik { padding: 10px; }

#cinnamon-index { text-align: center; margin: 16px 0; }
#cinnamon-index a { text-decoration: none; }


.follow-links { padding: 8px 0; }
.follow-links a { text-decoration: none; }


.tab {
    position: relative;
    overflow: hidden;
}
.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 !important;
}
.tabs .current a, .tabs a:hover { background-color: rgba(0, 0, 0, 0.5); color: #ffffff; }
.tabs_item p { margin: 0 0 8px 0; }
.tabs a {
    display: block;
    padding: 0 12px;
    text-decoration: none;
}
.tabs a:hover {}
.tabs_item {
    display: none;
    padding: 30px 0;
}
.tabs_item:first-child {
    display: block;
}
.tabs .current a {}

.cinnamon-award-list-item {
    margin: 0 1px 0 0;
    display: inline-block;
    padding: 2px 4px;
    font-size: smaller;
}

/* module: activity feed */
#activity, #activity-archive { list-style : none; background-color: rgba(0, 0, 0, 0.15); padding: 8px; }
#activity-archive li { clear: both; margin: 0 0 8px 0; }
#activity-archive .avatar { float: left; margin: 0 8px 0 0; }
.act-old { color: #AAA; }
















/* take that, responsiveness! */
@media screen and (max-width: 720px) {
	.gs_lightText p { display: none; }
    .gs_top h2 { line-height: 1; }
    .gs_slave h2 { font-size: 14px; }
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .ip_box { width: 50%; height: 50%; }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .ip_box { width: 33.3%; height: 33.3%; }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .ip_box { width: 25%; height: 25%; }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .ip_box { width: 20%; height: 20%; }
}
