/*=================================================
 * place custom style at this file bottom
=================================================*/
#mailchimp {
	background: rgba(255,255,255,.4); /*#f8f8f8;*/
	color: #3D6392;
	padding: 20px 15px;
}
	#mailchimp input {
		border: medium none;
		color: gray;
		font-family: times new roman;
		font-size: 16px;
		font-style: italic;
		margin-bottom: 10px;
		padding: 8px 10px;
		/* width: 300px; */
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
		#mailchimp input.fname { background: #fff}
		#mailchimp input.lname { background: #fff}
		#mailchimp input.email { background: #fff}
		#mailchimp input[type="submit"] {
			background: #115B87;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			width: 35%;
			padding: 8px 0;
		}
			#mailchimp input[type="submit"]:hover { color: #F2C94C }
	/*.radio {
		text-align: -webkit-left;
		margin-left: 43%;
	}*/
	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static;
    }
	
	/* Section paragraph */
	
.section-paragraph {
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-left: 0.5px;
  line-height: 1.75;
  font-size: 13px;
  font-family: "Ubuntu Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .section-paragraph {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .section-paragraph {
    margin-bottom: 0;
  }
}  
  /* MODAL*/
  
@media screen and (min-width: 320px) {
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: rgba(0,0,0,0.4);
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-body {
	background-color: #222;
}

.ioncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#site-footer {
    height: 70px;
	font-size: small;
	color: #8EAADB;
}
.footer-bottom {
    /*background-color: #15224f;*/
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #8EAADB;
    line-height: 20px;
    min-height: 20px;
    padding: 10px 0;
}
.design {
    /*color: #fff;*/
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #8EAADB;
}
}

@media screen and (max-width: 320px) {
.col-countdown {
    width: 50%;
    margin-top: 5px;
}
}

@media screen and (max-width: 768px) {
	
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}		
#site-footer {
    height: 140px;
	font-size: small;
	color: #8EAADB;
}
.footer-bottom {
    /*background-color: #15224f;*/
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #8EAADB;
    line-height: 15px;
    min-height: 15px;
    padding: 67px 0 3px 0;
	font-size: 9px;
	text-align: center;
}
.design {
    /*color: #fff;*/
    line-height: 30px;
    min-height: 30px;
    padding:  0px 0 4px 0;
    text-align: center;
}
.design a {
    color: #8EAADB;
}
}

.statement {
	font-size: small;
	color: #2F5496;
	line-height: 30px;
    min-height: 30px;
    text-align: center;
}
