body {
	padding: 0;
	font-family: 'open sans', sans-serif;
	position: relative;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

#main, #aboutUs{
	background: rgba(100,100,100,0.2);
	background-attachment: fixed;
	background-image: url(../../img/slide1bg.jpg);
	background-size: cover;
	background-position: center;
	display: block;
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}


#main.page2 {
	background-image: url(../../img/subtle_dots_@2X.png);
	background-size: auto;
	background-repeat: repeat;
}	

.page2_logo {
	background: rgba(200,200,200,0.4);
	padding-bottom: 10px;
	border-radius: 8px;
}

#main.page3 {
	background-image: url(../../img/slide3bg.jpg);
}

.container {
	display: block;
	position: relative;
}

.social {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	z-index: 9999;
	height: 36px;
	display: inline-block;
	float: right;

}

.social img {
	width: 36px;
	height: 36px;
}
.social li {
	margin-top: 2px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.msg1, .msg3{
	color: white;
}

.msg1 p, .msg2 p, .msg3 p {
	text-align: justify;
}

.msg1 .msg, .msg2 .msg, .msg3 .msg, #aboutUs .aboutInfo{
	border-radius: 10px;
}

#aboutUs .aboutInfo {
	background: rgba(255,255,255,0.8);
	color: black;
}

.msg3 {
	color: rgb(0,0,0);
}

.msg3 .msg{
	background-color: rgba(200,200,200, 0.4);
}

h1, h2, h3, h4, h5, h6, p {
	font-family: "News Cycle", Arial, sans-serif;
}

p {
	font-size: 18px;
	line-height: 28px;
}


.mt30 {
	margin-top: 30px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}



.ribbon {
	font-size: 15px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
	width: auto;
	position: relative;
	background: #ba89b6;
	color: #fff;
	text-align: center;
	padding: 1em 2em;  /**/
	/*margin: 2em auto 1em;  Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.swipebox {
	display: block !important;
}

.swipebox:nth-child(3n+1){
	clear: left;
}

.swipebox img {
	max-width: 100% !important;
}

.img-rounded {
	margin-bottom: 30px;
}

.active > a, 
.active > a:hover, 
.active > a:focus {
      color: #000;
      background: none !important;
      cursor: default;
 }

input[type=text], textarea {
	border: 1px solid rgba(170,170,170,0.8);
	border-radius: 7px;
	padding: 5px 10px;
	outline: none;
	background: transparent;
};
input[type=text]:focus, textarea:focus{
	background: red;
	outline: 4px solid rgba(170,170,170,0.8);
}

input[type=text].red_border {
	border-color: red !important;
	border-width: 2px;
}

.modal-content{
	background: rgba(255,255,255,0.8);
}

.modal-dialog {
	display: block;
	position: relative;
	z-index: 1;
}

.modal-footer{
	border: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(100,100,100);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(100,100,100);
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(100,100,100);
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(100,100,100);
}

.ribbon_color_1:before, .ribbon_color_1:after{
	border: 1.5em solid #986794;
}

/** Ribons **/
.ribbon_color_2 {
	background: #5965A7 !important;
	color: white !important;
}

.ribbon_color_2:before, .ribbon_color_2:after{
	border: 1.5em solid #4E5994;
}

.ribbon_color_2 .ribbon-content:before, .ribbon_color_2 .ribbon-content:after{
	border-color: #384380 transparent transparent transparent !important;
}

/** Ribon 3 **/
.ribbon_color_3 {
	background: rgb(231, 103, 31) !important;
	color: white !important;
}

.ribbon_color_3:before, .ribbon_color_3:after{
	border: 1.5em solid rgb(201, 84, 18);
}

.ribbon_color_3 .ribbon-content:before, .ribbon_color_3 .ribbon-content:after{
	border-color: rgb(146, 55, 4) transparent transparent transparent !important;
}


.ribbon {
	font-size: 15px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
	width: auto;
	position: relative;
    background: #ffffff5e;
    border-radius: 5px;
    color: #012039;
	text-align: center;
	padding: 1em 2em; /* Adjust to suit */
	margin: 2em auto 1em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	/*border: 1.5em solid #986794;*/
	z-index: -1;
}

.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}

.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;

	bottom: -1em;
}

.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
}

.navbar {
	border-radius: 0;
	min-height: 40px;
}


.nav.nav-pills li .nav.nav-pills li:hover, .nav.nav-pills li a:hover{
	border-radius: 0;
}