@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:200,400);
html,body,div,.mainBtn span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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
{
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section
{
    display: block;
}
body
{
    background: #f4f4f4!important;
    line-height: 1;
}
ol,ul
{
    list-style: none;
}
*,:before,:after
{
    box-sizing: border-box;
}
@media screen and (max-width: 480px)
{
    html,body
    {
        min-width: 320px;
    }
}
body.is-loading *,body.is-loading:before,body.is-loading:after
{
    animation: none!important;
    transition: none!important;
}
body,select,textarea
{
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    font-size: 17pt;
    line-height: 1.65;
}
@media screen and (max-width: 1680px)
{
    body,input,select,textarea
    {
        font-size: 13pt;
    }
}
@media screen and (max-width: 1280px)
{
    body,input,select,textarea
    {
        font-size: 12pt;
    }
}
@media screen and (max-width: 360px)
{
    body,input,select,textarea
    {
        font-size: 11pt;
    }
}
a
{
    text-decoration: none;
    transition: color .2s ease,border-bottom-color .2s ease;
}
a:hover
{
    border-bottom-color: transparent;
}
strong,b
{
    font-weight: 400;
}
em,i
{
    font-style: italic;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: 400;
    letter-spacing: .375rem;
    line-height: 1.5;
    margin: 0 0 1em;
    text-transform: uppercase;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
    color: inherit;
    text-decoration: none;
}
h1
{
    font-size: 2em;
}
h2
{
    font-size: 1.75em;
}
h3
{
    font-size: 1.25em;
}
h4
{
    font-size: 1em;
}
h5
{
    font-size: .9em;
}
h6
{
    font-size: .7em;
}
@media screen and (max-width: 736px)
{
    h1
    {
        font-size: 1.5em;
    }
    h2
    {
        font-size: 1.25em;
    }
    h3
    {
        font-size: 1em;
    }
}
input,select,textarea
{
    color: #444;
}
a
{
    color: inherit;
}
a:hover
{
    color: #EF6480!important;
}
strong,b
{
    color: #444;
}
h1,h2,h3,h4,h5,h6
{
    color: #444;
}
input[type="submit"],input[type="reset"],input[type="button"],.mainBtn button,.button
{
    appearance: none;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: .725em;
    font-weight: 400;
    height: 3.5em;
    letter-spacing: .325em;
    line-height: 3.5em;
    padding: 0 2em 0 2.375em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out;
    white-space: nowrap;
}
input[type="submit"].icon:before,input[type="reset"].icon:before,input[type="button"].icon:before,button.icon:before,.button.icon:before
{
    margin-right: .5em;
}
@media screen and (max-width: 480px)
{
    input[type="submit"],input[type="reset"],input[type="button"],button,.button
    {
        padding: 0;
    }
}
input[type="submit"],input[type="reset"],input[type="button"],.mainBtn button,.button
{
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #666;
    color: #444!important;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover,.button:hover
{
    box-shadow: inset 0 0 0 2px #EF6480;
    color: #EF6480!important;
}
input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,button:active,.button:active
{
    background-color: rgba(239,100,128,0.15);
}
input[type="submit"].icon:before,input[type="reset"].icon:before,input[type="button"].icon:before,button.icon:before,.button.icon:before
{
    color: #999;
}
label
{
    display: block;
    font-size: .9em;
    font-weight: 400;
    margin: 0 0 1em;
}
input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid
{
    box-shadow: none;
}
::-webkit-input-placeholder
{
    opacity: 1;
}
:-moz-placeholder
{
    opacity: 1;
}
::-moz-placeholder
{
    opacity: 1;
}
:-ms-input-placeholder
{
    opacity: 1;
}
.formerize-placeholder
{
    opacity: 1;
}
label
{
    color: #444;
}
#wrapper input[type="text"],input[type="password"],#wrapper input[type="email"],select,textarea
{
    background: rgba(144,144,144,0.075);
    border-color: #666;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus
{
    border-color: #EF6480;
    box-shadow: 0 0 0 1px #EF6480;
}
input[type="checkbox"] + label,input[type="radio"] + label
{
    color: #666;
}
input[type="checkbox"] + label:before,input[type="radio"] + label:before
{
    background: rgba(144,144,144,0.075);
    border-color: #666;
}
input[type="checkbox"]:checked + label:before,input[type="radio"]:checked + label:before
{
    background-color: #EF6480;
    border-color: #EF6480;
    color: #fff;
}
input[type="checkbox"]:focus + label:before,input[type="radio"]:focus + label:before
{
    border-color: #EF6480;
    box-shadow: 0 0 0 1px #EF6480;
}
::-webkit-input-placeholder
{
    color: #999!important;
}
:-moz-placeholder
{
    color: #999!important;
}
::-moz-placeholder
{
    color: #999!important;
}
:-ms-input-placeholder
{
    color: #999!important;
}
.icon
{
    border-bottom: none;
    position: relative;
    text-decoration: none;
}
.icon:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    moz-osx-font-smoothing: grayscale;
    text-transform: none!important;
    webkit-font-smoothing: antialiased;
    font-size: 25px;
}
.icon > .label
{
    display: none;
}
.icon.major
{
    display: block;
    margin: 0 0 1.5em;
}
.icon.major:before
{
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #666;
    color: #666;
    cursor: default;
    display: inline-block;
    font-size: 2.5rem;
    height: 2.5em;
    line-height: 2.5em;
    width: 2.5em;
}
@media screen and (max-width: 736px)
{
    .icon.major:before
    {
        font-size: 2rem;
    }
}
ol
{
    list-style: decimal;
    margin: 0 0 2em;
    padding-left: 1.25em;
}
ol li
{
    padding-left: .25em;
}
ul
{
    list-style: disc;
    margin: 0 0 2em;
    padding-left: 1em;
}
ul.alt
{
    list-style: none;
    padding-left: 0;
}
ul.alt li
{
    border-top: solid 1px;
    padding: .5em 0;
}
ul.alt li:first-child
{
    border-top: 0;
    padding-top: 0;
}
ul.icons
{
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.icons li
{
    display: inline-block;
    padding: 0 1em 0 0;
}
ul.icons li:last-child
{
    padding-right: 0;
}
ul.actions
{
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.actions li
{
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}
ul.actions li:last-child
{
    padding-right: 0;
}
ul.actions.vertical.small li:first-child
{
    padding-top: 0;
}
@media screen and (max-width: 480px)
{
    ul.actions
    {
        margin: 0 0 2em;
    }
    ul.actions li
    {
        display: block;
        padding: 1em 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions li:first-child
    {
        padding-top: 0;
    }
    ul.actions li > *
    {
        margin: 0!important;
        width: 100%;
    }
    ul.actions.small li
    {
        padding: .5em 0 0;
    }
    ul.actions.small li:first-child
    {
        padding-top: 0;
    }
}
ul.alt li
{
    border-top-color: #666;
}
.item
{
    background-color: #fff;
    border-radius: 4px;
    padding: 3em 3em 1em;
    text-align: center;
}
.item header
{
    align-items: center;
    background-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgba(255,255,255,0.75);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    height: 15em;
    justify-content: center;
    margin: -3em 0 2em -3em;
    moz-align-items: center;
    moz-justify-content: center;
    ms-align-items: center;
    ms-justify-content: center;
    overflow: hidden;
    position: relative;
    webkit-align-items: center;
    webkit-justify-content: center;
    width: calc(100% + 6em);
}
.item header input,.item header select,.item header textarea
{
    color: #fff;
}
.item header a
{
    color: inherit;
}
.item header a:hover
{
    color: #EF6480!important;
}
.item header strong,.item header b
{
    color: #fff;
}
.item header h1,.item header h2,.item header h3,.item header h4,.item header h5,.item header h6
{
    color: #fff;
}
.item header blockquote
{
    border-left-color: #fff;
}
.item header code
{
    background: rgba(255,255,255,0.075);
    border-color: #fff;
}
.item header hr
{
    border-bottom-color: #fff;
}
.item header a
{
    background-position: center;
    background-repeat: no-repeat;    
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    moz-transition: -moz-transform .2s ease;
    ms-transition: -ms-transform .2s ease;
    position: absolute;
    top: 0;
    transition: transform .2s ease;
    webkit-transition: -webkit-transform .2s ease;
    width: 100%;
}

.item header a:before
{	
    background-color: rgba(0,0,0,0.25);
    background-image: url(images/overlay.png);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item header:hover a
{
    moz-transform: scale(1.1);
    ms-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transform: scale(1.1);
}
.item header > *
{
    position: relative;
    z-index: 1;
}
.item header h3
{
    margin: 0;
    moz-pointer-events: none;
    ms-pointer-events: none;
    pointer-events: none;
    webkit-pointer-events: none;
}
.items
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    moz-flex-wrap: wrap;
    ms-flex-wrap: wrap;
    webkit-flex-wrap: wrap;
}
.items .item {
    width: 31%;
}
#myCarousel {
    margin-top: -5px;
}
#myCarousel img
{
    height: 360px;
}
@media screen and (max-width: 1200px)
{
    .items .item
    {
        margin: 0 0 2em;
        width: 31%;
    }
    #myCarousel img
    {
        height: 298px;
    }
}

@media screen and (max-width: 992px)
{
    #myCarousel img
    {
        height: 230px;
    }
}
@media screen and (max-width: 768px)
{
    #myCarousel {
        margin-top: -10px;
    }
    .items .item
    {
        margin: 0 0 1em;
        width: 48%;
    }
}
@media screen and (max-width: 576px)
{
    .items .item
    {
        width: 100%;
    }
}
@media screen and (max-width: 480px)
{
    .items .item
    {
        padding: 2em 1em .1em;
        width: 100%;
    }
    .item header
    {
        height: 12em;
        margin: -2em 0 2em -1em;
        width: calc(100% + 2em);
    }
    #myCarousel img
    {
        height: 150px;
    }
}
@media screen and (max-width: 360px)
{
    #myCarousel img
    {
        height: 130px;
    }
}
#wrapper
{
    color: #666!important;
    margin: 0 auto;
    max-width: calc(100% - 4em);
    padding: 4em 0 2em;
    width: 64em;
}
#wrapper p
{
    font-size: 17px!important;
    margin: 0 0 2em;
}
.items > .item
{
    float: left;
    margin: 0 0 2% 2%;
}
.main
{
    margin: 2% 0 4em -2.3%;
}
#footer
{
    margin-top: 4em;
    text-align: center;
}
#footer a
{
    color: inherit;
}
#footer:before
{
    background-color: #666;
    content: '';
    display: inline-block;
    height: 2px;
    margin-bottom: 4em;
    width: 6em;
}
#footer .copyright
{
    font-size: .8em;
}
@media screen and (max-width: 736px)
{
    #footer
    {
        margin-top: 2em;
    }
    #footer:before
    {
        margin-bottom: 2em;
    }
}
.btn-default
{
    background-color: #fff;
    border-color: #ccc!important;
    box-shadow: none!important;
    color: #333!important;
    height: initial;
    letter-spacing: normal!important;
}
.carousel-inner > .item {
    padding: 0;
}
.introWrapper {
    height: 60px;
    overflow: hidden;
}

.main_annhint{
	margin:auto;
	text-align:center;		
	width:70%;			
}

.main_anncell{
	margin:auto;
	text-align:center;		
	width:70%;
	cursor:pointer;
	border:1px solid #d3d3d3;	
}

.main_ann{
	overflow:hidden;
	height:30px;
	font-size:18px;
	color:#4974a7;
	text-decoration:none;
}

.main_ann:hover { 
  color:#ef8115;
}

.main_ann_title{
	font-size:24px;
	color:blue;	
}
