/* Reset & Basics (Inspired by E. Meyers) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font: inherit;
    vertical-align: top;
}

@font-face {
    font-family: arial-black;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/arial-black.ttf) format("truetype");
}

@font-face {
    font-family: SansationBold;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/SansationRegular/SansationBold.eot#iefix) format("embedded-opentype"),url(../fonts/SansationRegular/SansationBold.woff) format("woff"),url(../fonts/SansationRegular/SansationBold.ttf) format("truetype"),url(../fonts/SansationRegular/SansationBold.svg#SansationBold) format("svg");
}

@font-face {
    font-family: SansationRegular;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/SansationRegular/SansationRegular.eot#iefix) format("embedded-opentype"),url(../fonts/SansationRegular/SansationRegular.woff) format("woff"),url(../fonts/SansationRegular/SansationRegular.ttf) format("truetype"),url(../fonts/SansationRegular/SansationRegular.svg#SansationRegular) format("svg");
}

/******  CUSTOM TSN ICON-FONTS selected from http://fontello.com  *****/
@font-face {
    font-family: 'tsn';
    src: url(../fonts/tsn_icons/tsn.eot);
    src: url(../fonts/tsn_icons/tsn.eot#iefix) format("embedded-opentype"),url(../fonts/tsn_icons/tsn.woff) format("woff"),url(../fonts/tsn_icons/tsn.ttf) format("truetype"),url(../fonts/tsn_icons/tsn.svg#tsn) format("svg");
}

.tsn_icons {
    font-family: "tsn";
}

/**** START ****/
* {
    box-sizing: border-box;
}

html {
    font: 20px/23px 'Open Sans', sans-serif;
}

body {
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    letter-spacing: -.4px;
}

@media (min-width: 400px) {

    html {
        font-size: calc(16px + (22 - 16) * (100vw - 400px) / (1200 - 400));
    }
}

p, li, td {
    margin: 0 0 15px;
    font-size: calc( 18px + (20 - 18) * (100vw - 1200px) / (1200 - 400) ); 
    line-height: 1.3em;
}

@media (min-width: 1200px) {

    html {
        font-size: 20px;
    }
    
    p, li, td {
        font-size: 1em; 
    }
}


/* #Typography */
h1,h2,h3,h4,h5,h6 {
    color: #0f0931;
    font-family: SansationBold;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: -.13rem;
    line-height: 2.25rem;
}

h2 {
    font-size: 2.1rem;
    letter-spacing: -.11rem;
    line-height: 2.1rem;
}

h3 {
    font-size: 1.75rem;
    letter-spacing: -.08rem;
    line-height: 1.54rem;
}

h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3rem;
}

h5 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3rem;
}

p,li {
    margin: 0 0 15px;
}

ul, ol {
    margin-left: 5%;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

img,embed,object,video {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

blockquote {
    border: none;
    display: table;
    margin: 30px 10%;
}
blockquote p {
    color: #00966D;
    display: table-cell;
    vertical-align: middle;
}

blockquote img {
    max-width: 150px;
    max-height: 150px;
}

p.rteindent1 {
    margin-left: 5%;
    margin-right: 5%;
}

#admin-menu li {
    font-size: 10px;
}

.menu_select_bottom {
    display: none;
}

form#site-node-search-autocomplete-form .form-item.form-type-textfield.form-item-node, .gogo {
    display: inline-block;
    vertical-align: middle;
}

input#edit-submit.gogo {
    padding: 0 2px;
    margin-top: 1em;
    color: #b8b7b7;
    font-size: 21px;
    line-height: 21px;
    background: none;
}

/* #Layout */
#container {
    margin: 0;
    padding: 0;
}

#inner {
    margin: 0 auto;
    max-width: 1600px;
    padding: 20px 3%;
    width: 95%;
    min-height: 400px;
}

#content {
    width: 90%;
    margin: 0 auto;
}

#autocomplete li {
    margin: 0px;
}

/**
 * Tables.
 */
table th {
    background: #fff;
/* Old browsers */
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
/* IE10+ */
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
/* IE6-9 */
}

table th.active {
    background-color: #DDD;
}

tr.even {
    background-color: #F5F5F5;
}

table tr.odd td.active {
    background-color: #F3F3F3;
}

table td.active {
    background-color: #E9E9E9;
}

/**
 * Remove checkbox spacing.
 * See http://drupal.org/node/1252206
 */
table th.select-all {
    width: 1px;
}

/**
 * Admin panel.
 */
ul.admin-list li {
    background: url(../images/bullet.png) no-repeat scroll 0 12px transparent;
}

div.admin-panel {
    box-shadow: 1px 1px 1px #777;
}

/**
 * Messages.
 */
div.messages {
    border-radius: 5px;
    display: none;
}

div.view-changed {
    display: block;
}

div.messages .hide-message {
    display: block;
    float: right;
    margin: -8px -4px 0 0;
    padding: 3px;
    font-weight: 900;
    text-align: center;
    border-radius: 5px;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .5s opacity linear;
    -moz-transition: .5s opacity linear;
    -ms-transition: .5s opacity linear;
    -o-transition: .5s opacity linear;
    transition: .5s opacity linear;
}

div.messages:hover .hide-message {
    opacity: 1;
}


/**
 * Navigation.
 */
ul.primary li {
    margin: 0 3px;
}

ul.primary li a:link,ul.primary li a.active,ul.primary li a:active,ul.primary li a:visited,ul.primary li.active a {
    background-color: #E5E5E5;
    box-shadow: 1px 1px 0 #333;
}

ul.primary li a:hover {
    background-color: #D5D5D5;
    color: #000;
}

ul.secondary li a:hover,ul.secondary li.active a,ul.secondary li.active a.active {
    background: none repeat scroll 0 0 #888;
    color: #FFF;
}

ul.secondary li a {
    -webkit-transition: .5s background linear;
    -moz-transition: .5s background linear;
    -ms-transition: .5s background linear;
    -o-transition: .5s background linear;
    transition: .5s background linear;
}

/**
 * Implement Seven pagers as designed.
 * See http://drupal.org/node/538788
 */
.short-pager {
    text-align: center;
    margin-top: 2em;
}

.short-pager div {
    display: inline;
    margin-left: 1em;
}

.short-pager .short-pager-prev,.short-pager .short-pager-first {
    background: url(../images/arrow-prev.png) no-repeat center left;
    padding-left: 10px;
}

.short-pager .short-pager-next,.short-pager .short-pager-last {
    background: url(../images/arrow-next.png) no-repeat center right;
    padding-right: 10px;
}

/**
 * Dashboard headers.
 */
#dashboard .dashboard-region div.block h2 {
    background-color: #F5F5F5;
}

/**
 * Styles for link buttons and action links.
 */
.action-links {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.action-links li {
    display: inline-block;
    margin: 0 .3em;
}

.action-links li:first-child {
    margin-left: 0;
/* LTR */
}

a.button {
    background-color: #F5F5F5;
    display: inline-block;
    padding: .3em .5em;
    text-decoration: none;
}

a.button.add:before {
    content: '+';
    font-size: 120%;
    font-weight: 900;
    padding-right: .3em;
/* LTR */
}

a.button.add {
    background: #1078d8;
    background-image: -webkit-linear-gradient(top,#419FF1,#1076D5);
    background-image: -moz-linear-gradient(top,#419FF1,#1076D5);
    background-image: -o-linear-gradient(top,#419FF1,#1076D5);
    background-image: linear-gradient(to bottom,#419FF1,#1076D5);
    border: 1px solid #0048C8;
    border-radius: .4em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    color: #FFF;
    font-size: 1em;
    line-height: normal;
    margin: 0;
    padding: 3px .75em;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

a.button.add:focus,a.button.add:hover {
    background-color: #419CF1;
    background-image: -webkit-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: -moz-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: -o-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: linear-gradient(to bottom,#59ABF3,#2A93EF);
    color: #FFF;
}

a.button.add:active {
    background-color: #0E69BE;
    background-image: -webkit-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: -moz-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: -o-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: -ms-linear-gradient(top,#59ABF3,#2A93EF);
    background-image: linear-gradient(to bottom,#59ABF3,#2A93EF);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    text-decoration: underline;
}


/**
 * Progress bar.
 */
.progress .filled {
    background-image: url(../images/progress-bar.gif);
    border-right: 1px #999 solid;
    height: 15px;
}

.progress .bar {
    background-color: #F5F5F5;
    margin: 0;
    border: #999 3px double;
    border-radius: 5px;
}

/**
 * Fields.
 */
form .field-multiple-table th.field-label {
    padding-left: 7px;
}

.biggen {
    float: left;
    width: 88px;
    height: 66px;
    float: left;
    margin: 1px;
}

.biggen:hover {
    width: inherit;
    height: inherit;
}

.thmbs {
    width: 738px;
}

.thmbs td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 1px solid #777;
}

fieldset {
    border: 1px solid #ccc;
    padding: 2.5em 0 0;
/* LTR */
    position: relative;
    margin: 1em 0;
}

fieldset .fieldset-legend {
    margin-top: .5em;
    padding-left: 15px;
/* LTR */
    position: absolute;
    text-transform: uppercase;
}

fieldset .fieldset-wrapper {
    padding: 0 13px 13px 15px;
/* LTR */
}

fieldset.collapsed {
    background-color: transparent;
}

html.js fieldset.collapsed {
    border-width: 1px;
    height: auto;
}

fieldset fieldset {
    background-color: #fff;
}

fieldset fieldset fieldset {
    background-color: #f8f8f8;
}

/**
 * Form elements.
 */
.form-item {
    padding: 9px 0;
    margin: 0 0 10px;
}

.filter-wrapper .form-item,div.teaser-checkbox .form-item,.form-item .form-item {
    padding: 5px 0;
    margin: 0;
    border: 0;
}

.form-type-checkbox {
    padding: 0;
}

.text-format-wrapper .form-item {
    padding-bottom: 0;
}

.form-item label {
    margin: 0;
    padding: 0;
}

.form-item label.option {
    font-size: .923em;
    text-transform: none;
}

.form-item label.option input {
    vertical-align: middle;
}

.form-disabled input.form-autocomplete,.form-disabled input.form-text,.form-disabled input.form-file,.form-disabled textarea.form-textarea,.form-disabled select.form-select {
    background-color: #eee;
    color: #777;
}

/* Filter */
.filter-wrapper {
    border-top: 0;
    padding: 10px 2px;
}

.filter-wrapper .fieldset-wrapper {
    padding: 0 6px;
}

.filter-wrapper .form-item,.filter-wrapper .filter-guidelines,.filter-wrapper .filter-help {
    font-size: .923em;
    padding: 2px 0 0;
/* LTR */
}

ul.tips,div.description,.form-item div.description {
    margin: 5px 0;
    line-height: 1.231em;
    font-size: .923em;
    color: #666;
}

ul.tips li {
    margin: .25em 0 .25em 1.5em;
/* LTR */
}

body div.form-type-radio div.description,body div.form-type-checkbox div.description {
    margin-left: 1.5em;
/* LTR */
}

input.form-submit,a.button {
    cursor: pointer;
    padding: 4px 17px;
    margin-bottom: 1em;
    margin-right: 1em;
/* LTR */
    color: #5a5a5a;
    text-align: center;
    font-weight: 400;
    font-size: 1.077em;
    font-family: Ubuntu,Verdana,sans-serif;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    background: url(../images/buttons.png) 0 0 repeat-x;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

a.button:link,a.button:visited,a.button:hover,a.button:active {
    text-decoration: none;
    color: #5a5a5a;
}

input.form-submit:active {
    background: #666;
    color: #fff;
    border-color: #555;
    text-shadow: #222 0 -1px 0;
}

input.form-button-disabled,input.form-button-disabled:active {
    background: #eee none;
    border-color: #eee;
    text-shadow: none;
    color: #999;
}

input.form-autocomplete,input.form-text,input.form-file,textarea.form-textarea,select.form-select {
    border: 1px solid #a09c9c;
    border-radius: 3px;
    color: #333;
    line-height: 1.25em;
    padding: 2px;
}

input.form-text:focus,input.form-file:focus,textarea.form-textarea:focus,select.form-select:focus {
    color: #000;
    border-color: #ace;
}

#user-login {
    max-width: 600px;
    margin: 40px auto;
}

/****************************************************/
.node-faculty .node-notes .field-type-node-reference,#edit-title .form-required {
    display: none;
}

.field-name-field-bullets .field-items {
    list-style: disc;
    margin-left: 5%;
}

.field-name-field-bullets .field-items div {
    display: list-item;
}

#faculty-node-form #edit-field-image,#faculty-node-form #edit-field-photo-markup {
    width: 46%;
    float: left;
    margin: 0;
}

#faculty-node-form #edit-field-image {
    border-right: 1px solid #ccc;
    padding-right: 2%;
}

#edit-field-photo-markup {
    padding-left: 2%;
}

#edit-field-photo-markup input[type="text"] {
    width: 100%;
}

#shift_presents_logo {
    position: absolute;
    top: 0;
    left: 0;
}

#faculty-queue-form table td,#faculty-queue-form table th {
    border: 0 none;
    color: #000;
    padding: 0 10px;
    vertical-align: middle;
}




#admin-menu #admin-menu-icon {
    margin-left: 80px;
}

#admin_menu_edit_source {
    color: #0bcb2f;
    display: block;
    font-size: 9px;
    font-weight: 600;
    left: 5px;
    position: fixed;
    top: 6px;
    z-index: 9999;
}

#admin_menu_edit_page {
    color: #fafafa;
    display: block;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 6px;
    font-weight: 600;
    letter-spacing: 1.5px;
    z-index: 9999;
}

.page-node- ul.primary li:nth-child(2) {
    float: none;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 7px;
    z-index: 9999;
}

.page-node- ul.primary li:nth-child(2) a {
    background-color: #000;
    color: #fafafa;
    box-shadow: none;
}

.page-node- ul.primary li a:link {
    background-color: inherit;
    border-color: inherit;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    display: inline;
    float: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: inherit;
    padding: 0;
}

#admin-menu #admin-menu-icon {
    margin-left: 80px;
}

#admin_menu_edit_source {
    color: #0bcb2f;
    display: block;
    font-size: 9px;
    font-weight: 600;
    left: 5px;
    position: fixed;
    top: 6px;
    z-index: 9999;
}

#admin_menu_edit_page {
    color: #fafafa;
    display: block;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 6px;
    font-weight: 600;
    letter-spacing: 1.5px;
    z-index: 9999;
}

.page-node- ul.primary li:nth-child(2) {
    float: none;
    font-size: 12px;
    left: 25px;
    position: fixed;
    top: 7px;
    z-index: 9999;
}

.page-node- ul.primary li a:link {
    background-color: inherit;
    border-color: inherit;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    display: inline;
    float: none;
    font-weight: 600;    
    font-size: 0.7em;
    letter-spacing: 1.5px;
    line-height: inherit;
    padding: 0;
}

.page-node- ul.primary li:nth-child(2) a {
    background-color: #000;
    color: #fafafa;
    box-shadow: none;    
    font-size: 1em;
}

.photo img {
    border-radius: 100%;
}

.signin_box {
    max-width: 600px;
    margin: 30px auto;
    min-height: 500px;
}


.edit_link {
    font-size: .7em;
    color: #605e5e;
    text-decoration: none;
    display: block;
    margin: 0;
    position: absolute;
    right: 12px;
}

.edit_link:hover {
    text-decoration: underline;
    color: #000;
}

.summit_logo img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
}

#summit_logo_big {
    display: block;
}

#summit_logo_phone {
    display: none;
}

.red {
    color: #dc0000;
}

.small {
    font-size: .7em;
}

.support_button {
    color: #2d8d0a;
}
.support_button:hover {
    color: #04b0b0;
    text-decoration: none;
}


.embedded-video {
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
}

.video_embed {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.embedded-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedded-video-wrapper > * {
    position: absolute;
    top: 10%;
    left: 0;
    height: 100%;
    width: 100%;
}


/*******  COLORBOX  ********/
#overcat {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .6;
    display: none;
    z-index: 2;
}

#cboxClose {
    background: none;
    border: 0 none;
    color: #fff;
    font-size: 1.42em;
    position: absolute;
    right: -5px;
    top: -2px;
}

#cboxClose::after {
    font-family: tsn;
    content: "\e821";
}

#cboxClose:hover {
    color: #333;
    cursor: pointer;
}

/** colorbox_loaded **/
.colorbox_loaded #cboxLoadedContent {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #878787;
}

#colorbox_loaded #cboxLoadedContent {
    background-color: #fff;
}

.colorbox_loaded #cboxClose {
    color: #000;
    right: 9px;
}

#colorbox {
    z-index: 5;
    background-color: rgba(255,255,255,0.87);  
    padding: 15px;
}

#cboxLoadedContent {
    font-size: .8rem;
    letter-spacing: -.5px;
    line-height: 1rem;
    margin: 3%;    
    min-height: 200px;
    color: #333;
}

#node_ajax_content a {
    color: #0989F1;
}

#node_ajax_content .edit_link {
    display: block;
    text-align: right;
}

#node_ajax_content .photo {
    border-radius: 100%;
    float: left;
    margin: 5px 1% 5px 0;
    display: block;
}

#node_ajax_content .preferred_name {
    color: #4a6cc1;
    font-size: 1.4em;
    font-weight: 600;
    margin-left: 3%;
}

#node_ajax_content .tagline {
    font-size: .7rem;
    font-style: italic;
    line-height: .8rem;
    margin: 9px 0;
}

#node_ajax_content .websites {
    margin-top: 18px;
}

#node_ajax_content .websites a {
    display: block;
}

table tbody {
    border: none;
}

.hidden {
    display: none;
}

.clear,.clearfix:after,.clear {
    clear: both;
}

.s10, .s1 {
    min-height: 10px;
}

.s20, .s2 {
    min-height: 20px;
}

.s30, .s3 {
    min-height: 30px;
}

.s40, .s4 {
    min-height: 40px;
}

.s50, .s5 {
    min-height: 50px;
}

.s60, .s6 {
    min-height: 60px;
}

.s70, .s7 {
    min-height: 70px;
}

.s80, .s8 {
    min-height: 80px;
}

.s90, .s9 {
    min-height: 90px;
}

.s100 {
    min-height: 100px;
}


.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.round {
    border-radius: 100%;
}

.right {
    float: right;
	margin: 5px 0 5px 20px;
}

.left {
    float: left;
	margin: 5px 20px 5px 0;
}

.medium {
    max-width: 300px;
    max-height: 300px;
}

.image-align_center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.image-align_right {
    float: right;
    margin: 5px 0 5px 1%;
    clear: both;
}

.image-align_left {
    float: left;
    margin: 5px 1% 5px 0;
    clear: both;
}

.image-circle_wrap_right {
  border-radius: 100%;
  -webkit-shape-outside: circle();
  shape-outside: circle(); 
    float: right;
    margin: 5px 0 5px 1%;
    clear: both;
}

.image-circle_wrap_left {
  border-radius: 100%;
  -webkit-shape-outside: circle();
  shape-outside: circle(); 
    float: left;
	margin: 5px 20px 5px 0;
}

.circle {
  border-radius: 100%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}

.sandwich {
    height: 0;
    width: auto;
}

.handbad {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

#simple_footer {
    text-align: center;
    font-size: 0.9em;
    margin: 20px 0;
}

.FooterLogo img {
    display: block;
    margin: 0 auto;
}

#email_preview p {
    font-size: .9em;
}
#email_preview h4 {
    font-size: .9em;
    font-weight: 500;
}

#email_preview table {
    font-size: .9em;
}

.not-logged-in ul.tabs.primary {
   display: none; 
}

#speaker_page_player {
    max-width: 400px;
    margin: 0 auto 30px;
}

input[type="text"].highlight {
    border: 2px solid red;
}


#bottom_fixed {
    color: #2ccfb8;
    position: fixed;
    bottom: 0;
    background-color: #000;
    padding: 1px 0 5px 10%;
    font-size: 11px;
    line-height: 2em;
    left: 0;
    z-index: 150;
    width: 100%;
}

#bottom_fixed a {
    color: #eee;
    padding-right: 10px;
}

#bottom_fixed .rightts {
    float: right;
    margin-right: 10%;
}

.cover {
    background-size: cover;
}

.content {
    
}

.poster {
    display: inline-block;
    max-width: 300px;
    width: 35%;
    margin-right: 2%;
}

.rightside {
    display: inline-block;
    width: 49%; 
}

.field-name-field-year {
   display: inline-block;
   font-size: .7em; 
   padding-left: 20px;
    color: #d87200;
}

.field-name-field-rt,
.field-name-field-metascore,
.field-name-field-imdbrating,
.field-name-field-runtime {
   display: inline-block;
   padding: 20px;
}

.field-name-field-released {
   display: inline-block;    
}

.field-name-field-genre {
    text-align: center;
    margin: 5px 0;
    color: #4c00de;
}

.field-name-field-director {
    margin: 5px 0;
}

.field-name-field-actors {
    margin: 5px 0;
    color: #d87200;
    letter-spacing: -.99px;
}

.field-name-field-plot {
    margin: 15px 0;
    
}

.field-name-field-tag {
    font-size: .8em;
    text-align: center;
}

.play_subs a {
    display: inline-block;
    margin: 5px 20px;
}

#go_back, #go_forth {
    position: fixed;
    top: 40%;
    text-decoration: none;
    font-size: 3em;
    color: #777;
}

#go_forth {
    left: 2%;    
}

#go_back {
    right: 2%;    
}






.loading_icon {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-size: 2em;
    color: #666;
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 100px 0;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



@media (max-width: 520px) {
.footer_logo {
    display: none;
}
.right, .left, .image-circle_wrap_right, .image-circle_wrap_left {
    float: none;
    margin: 0 auto;
    display: block;
}

}



@media (max-width: 480px) {
    #summit_logo_big {
        display: none;
    }

    #summit_logo_phone {
        display: block;
    }
}