/*
 * orange: #ec6003
 */
/*
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=text], input[type=password], input[type=number],
.add-on {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

@font-face {
    font-family: "Continuum Light";
    src: url('../font/contl.ttf');
}
@font-face {
    font-family: "Continuum Medium";
    src: url('../font/contm.ttf');
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0 !important;
    background: #EAE9E7;
}
h1, h2, h3 {
    /*font-family: "Continuum Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 10px;
}
h1 {
    font-size: 25px;
    line-height: 30px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
}
h3, h3 a {
    font-size: 20px;
    line-height: 23px;
    color: #ec6003;
}
h3 a:hover {
    text-decoration: none;
}
.page-header {
    margin-top: 0;
    margin-bottom: 20px;
}
.page-header h1 {
    /*font-family: "Continuum Light", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    font-size: 30px;
    text-transform: none;
    color: #ec6003;
}
.btn-group input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}
legend+.control-group {
    margin-top: 0 !important;
}
.form-actions form {
    margin-bottom: 0;
}
.right {text-align: right}
.left {text-align: left}
/* -------------------------------------------
 * LAYOUT
 * ------------------------------------------- */
#outer-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#outer-container > .inner-container {
    background: white;
}
.inner-container {
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    max-width: 1110px;
}
#footer {
    background: #333;
    color: white;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}
#footer a {
    color: white;
    text-decoration: underline;
}
/* -------------------------------------------
 * TOP
 * ------------------------------------------- */
#top-container {
    margin-bottom: 20px;
}
#logo-container {
    float: left;
}
#logo {
    margin-top: -10px;
    height: 100px;
}
#menu-resp-button {
    display: none;
    padding: 7px 10px 9px 10px;
}
.menu-donate {
    background: #09A4E6;
    color: white !important;
}
.btn-navbar .icon-bar+ .icon-bar {
    margin-top: 4px !important;
}
#menu-resp-button .icon-bar {
    background-color: #666;
    box-shadow: none;
    width: 20px;
}

#small-menu {
    margin: 0;
    padding: 0;
    float: right;
    margin: 5px 0;
    clear: right;
}
#small-menu li {
    list-style: none;
    float: right;
    margin-left: 20px;
}
#small-menu a {
    font-size: 12px;
    color: black;
}
#menu-container {
    float: right;
    background: #EAE9E7;
    padding: 0;
}
#menu-container ul {
    margin: 0;
    padding: 0;
}
#menu-container li {
    list-style: none;
    float: left;
    margin-right: 10px;
    /*line-height: 120px;*/
}
#menu-container li:last-child {
    margin-right: 0;
}
#menu-container li a {
    line-height: 25px;
    padding: 10px 14px;
    /*border-bottom: 2px solid transparent;*/
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Continuum Medium", "Myraid Pro", "Helvetica Neue", "Arial", sans-serif;
    letter-spacing: 1px;
}
#menu-container li a:hover, #menu-container li a.active {
    /*border-bottom: 2px solid #ec6003;*/
    background-color: #ec6003;
    text-decoration: none;
    color: white;
}
#menu-container li a.active {
}

#main-content {
    width: 100%;
    padding: 0;
}

/* -------------------------------------------
 * SLIDESHOW
 * ------------------------------------------- */
#slideshow-container, #slideshow-blur, #slideshow {
    height: 280px;
}
#slideshow-container {
    background-color: #ec6003;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
#module-left #donate-container {
    width: 100%;
    height: auto;
}
#module-left #donate-info {
    height: auto;
}
#donate-container {
    background-color: #ec6003;
    width: 35%;
    height: 280px;
    position: relative;
    left: 0;
    z-index: 3;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 56px;
}
#donate-info {
    padding: 10px;
    max-height: 100%;
    overflow: hidden;
}
#donate-info * {
    color: white;
}
#donate-info h1 {
    font-size: 26px;
}
#donate-text {
    padding-bottom: 10px;
}
.donate-btn {
    background-color: #9C4003;
    padding: 20px 10px;
    width: 100%;
    color: white;
    font-family: "Continuum Medium", "Myraid Pro", "Helvetica Neue", "Arial", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.donate-btn:hover {
    background-color: #632902;
    color: white;
    text-decoration: none;
}
/*#slideshow-blur {
 display: none;
 width: 50px;
 background-image: url('../img/slideshowblur.png');
 background-repeat: repeat-y;
 background-position: 40px 0;
 position: absolute;
 left: 30%;
 z-index: 4;
 }*/
#slideshow {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    z-index: 2;
}
#slideshow .item img {
    height: 280px;
    max-width: none;
}
#slideshow-caption {
    color: white;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    padding: 10px;
    padding-left: 30px;
}

/* -------------------------------------------
 * PANELS
 * ------------------------------------------- */
.dpanel {
    margin-top: 10px;
    display: inline-block;
}
.dpanel-img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    margin-bottom: 5px;
    display: block;
}
.dpanel h1 a {
    font-size: 24px;
    font-family: "Continuum Light";
    color: #ec6003;
}
.dpanel-text {
    font-size: 13px;
    line-height: 16px;
}

/* -------------------------------------------
 * MODULES
 * ------------------------------------------- */
.module {
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.module.left {
    float: left;
}
.module.right {
    float: right;
}
.module-title {
    /*padding: 10px;*/
    margin-bottom: 2px;
}
.module-text {
    font-size: 13px;
    line-height: 16px;
    /*padding: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.module-surgeries .module-text {
    padding: 50px 0;
    background-color: #eee;
}
.module-surgeries .module-text div {
    text-align: center;
}
#module-left .surgeries-count {
    font-size: 40px;
}
.surgeries-count {
    font-family: "Helvetica Neue", "Continuum Light", Arial, sans-serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 50px;
}

/* -------------------------------------------
 * ARTICLE
 * ------------------------------------------- */
.article-image {
    float: right;
    max-width: 300px;
    margin: 0 0 5px 10px;
    border-bottom: 4px solid #ec6003;
}
.article-thumb {
    float: left;
    margin: 3px 9px 5px 0;
    width: 150px;
}

/* -------------------------------------------
 * EVENTS
 * ------------------------------------------- */
.module-text .event {
    margin-bottom: 10px;
}
.module-text .event h3 {
    margin: 0;
}
.module-text .event .event-thumb {
    float: left;
    margin: 0 10px 0 0;
}
.event-thumb {
    float: right;
    width: 115px;
    margin-left: 10px;
    -moz-box-shadow: 0 0 10px rgb(160,160,160);
    -webkit-box-shadow: 0 0 10px rgb(160,160,160);
    box-shadow: 0 0 10px rgb(160,160,160);
}
.event-item .header {
    position: relative;
    clear: both;
    margin-bottom: 10px;
}
.event-item h3 {
    margin: 0;
}
.event-item .date {
    /*float: right;*/
    text-transform: uppercase;
    /*padding: 0 5px 5px 10px;*/
}
.date .month {
    font-size: 15px;
    padding: 5px 5px 10px 5px;
}
.date .year {
    font-size: 24px;
    border-right: 1px solid #BFBFBF;
    padding-right: 10px;
}

/* -------------------------------------------
 * TESTIMONIAL
 * ------------------------------------------- */
.testimonial {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    
}
#testimonials .testimonial:nth-child(2n-1) {
    clear: left;
    margin-right: 3%;
}
.testimonial .quote {
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    /*background: url('../img/quoteIcon.png') #f6f6f6 no-repeat 10px 10px;*/
    min-height: 60px;
}
.testimonial .author {
    text-align: right;
}
.testimonial .author * {
    margin: 0;
    font-weight: 0;
    text-transform: none;
}
.testimonial .author h3 {
}
.testimonial .author h2 {
    font-size: 14px;
    font-family: "Arial", sans-serif;
}


/* -------------------------------------------
 * MILESTONE
 * ------------------------------------------- */
.timeline {
    margin: 0px auto;
    max-width: 700px;
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0px;
    list-style-type: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    background-position: 50% 0
}
.timeline .year {
    background: #505050;
    font-size: 15px;
    max-width: 50px;
    clear: both;
    margin: 1em auto;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin-top: 50px;
    line-height: 20px;
    padding: 5px;
}
.timeline .year:first-of-type {
    margin-top: 0 !important
}
.timeline .event {
    position: relative;
    text-align: center;
    float: right;
    clear: right;
    width: 45%;
    margin: 10px 2.5%;
    border-radius: 5px;
    list-style-type: none;
    display: block;
    padding: .4em;
    background: white;
    z-index: 15;
    color: #4d4d4d;
    border: 1px solid #9d9d9d;
    text-decoration: none;
    -webkit-transition: background .15s linear;
    -moz-transition: background .15s linear;
    -ms-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}
.timeline .event.featured {
    width: 95% !important;
    background: #e8e8e8
}
.timeline .event.featured:after, .timeline .event.featured:before {
    display: none
}
@media all and (max-width: 600px) {
    .timeline .event {
        width: 85%
    }
}
.timeline .event.offset-first {
    margin-top: -1.5em
}
.timeline .event img {
    margin-top: 10px;
    max-width: 100%
}
.timeline .event:hover {
    background: #e9e9e9
}
.timeline .event:hover:after {
    background: #505050
}
.timeline .event:nth-child(2n) {
    float: left;
    clear: left
}
body .timeline .event.right {
    float: right;
    clear: right
}
@media all and (min-width: 600px) {
    .timeline .event:nth-child(2n) {
        margin-top: 20px
    }
}
@media all and (min-width: 650px) {
    .timeline .event:after, 
    body .timeline .event.right:after {
        display: block;
        content: ' ';
        height: 9px;
        width: 9px;
        background: #9d9d9d;
        border-radius: 50%;
        position: absolute;
        left: -5%;
        top: 1em;
        border: 2px solid white
    }
}
.timeline .event:nth-child(2n):after {
    right: -5%;
    left: auto
}





/*
 * OTHER
 */
body .chosen-container-single .chosen-single {
    height: 30px; line-height: 30px;
}
body .chosen-container-single .chosen-single div b {
    background-position: 0px 5px;
}
body .form-control {
    /*height: 30px !important;*/
}
.form-actions {
    margin-top: 10px;
    text-align: right;
}
.case-normal {
    text-transform: none;
}
.carousel-caption {
    padding: 20px;
    background: rgba(0,0,0,0.6);
}
.carousel-caption h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.fs10 {font-size: 10px}
.fs11 {font-size: 11px}
.fs12 {font-size: 12px}
.fs13 {font-size: 13px}
.fs14 {font-size: 14px}
p.bg-info {padding: 15px;}






/*
 * DTTT
 */

.DTTT_container {
	margin-left: 7px;
}

/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
	background-color: #9FAFD1;
}


table.dataTable tr.DTTT_selected.even {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_1 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_2 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_3 {
	background-color: #B0BED9;
}


/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */

div.DTTT_collection {
	width: 150px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	background-color: #f3f3f3;
	background-color: rgba( 255, 255, 255, 0.3 );
	overflow: hidden;
	z-index: 2002;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;

	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

div.DTTT_collection_background {
	background: transparent url(../images/background.png) repeat top left;
	z-index: 2001;
}

div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
	position: relative;
	left: 0;
	right: 0;

	display: block;
	float: none;
	margin-bottom: 4px;

	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;
}


/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;

	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

	opacity: 0.95;

	border: 1px solid black;
	border: 1px solid rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;

	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}
