﻿@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600');



body { color:#383838; font-family:'Roboto'; outline:none; position:relative; font-smooth: always; letter-spacing: normal; font-weight: 400; webkit-font-smoothing: antialiased; }



ul, ul li { padding: 0; list-style-type: none; }



nav.navbar-menu { background: #fff; padding-top: 1%;box-shadow: 0px -3px 15px #989898; }

nav.navbar-menu a { color: #000; text-transform: capitalize;}

nav.navbar-menu ul.navbar-nav a { border-left:0px solid #fff; border-right:0px solid #fff; border-top:0px solid #fff; border-bottom:2px solid #fff; color: #000; padding-left:12px; font-size:13px }



nav.navbar-menu ul.navbar-nav .dropdown-toggle > a { color: #fff; padding: 7px; margin-top:9px; background:#ea6130 !important; border-radius:3px; }



nav.navbar-menu ul.navbar-nav .dropdown-toggle > a:hover{ color: #fff; border: none; background-color: #285daa; }



nav.navbar-menu ul.navbar-nav .dropdown-toggle > a:focus{ color: #fff; border: none; background-color: #285daa; }



nav.navbar-menu ul.navbar-nav > .active{border-bottom: solid 2px #285daa}



nav.navbar-menu ul.navbar-nav a:hover,

nav.navbar-menu ul.navbar-nav a:visited,

nav.navbar-menu ul.navbar-nav a:focus,

nav.navbar-menu ul.navbar-nav a:active { background: #fff; }



nav.navbar-menu ul.navbar-nav a:hover { border-color: #285daa; }



nav.navbar-menu ul.navbar-nav a:active { border-color: #285daa;}



nav.navbar-menu li.divider { background: #ccc; }

nav.navbar-menu button.navbar-toggle { background: #285daa; border-radius: 2px; margin-top: 3%; }

nav.navbar-menu button.navbar-toggle:hover { background: #999; }

nav.navbar-menu button.navbar-toggle > span.icon-bar { background: #fff; }

nav.navbar-menu ul.dropdown-menu { border: 0px none; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc }

nav.navbar-menu ul.dropdown-menu > li > a { color: #444; background: none; }

nav.navbar-menu ul.dropdown-menu > li > a:hover { background: #285daa; color: #fff; }





.navbar-logo{

float: left;

height: 65px;

padding: 1px 15px 1px 2px;

font-size: 18px;

line-height: 20px;

}





.main-text

{

position: absolute;

top: 50px;

width: 96.66666666666666%;

color: #FFF;

}



.main-text h1

{

font-family: 'ArcaMajora3Heavy';

text-transform: uppercase;

top: 40px;

position: relative;

font-size:30px;

float: left;

left: 165px;

color: #FFF;
text-align: left;
}



.main-text h3

{

width: 100%;

text-align: left;

font-size: 15px;

text-transform: uppercase;

color: #FFF;

position: relative;

top: 20px;

left: 165px;

line-height: 30px; float:left;

}



.banner_button

{

position: relative;

float: left;

top: 30px;

left: 165px;

background-color: #ea6130;

border-radius: 4px;

}



.banner_button > a

{

color: white;

font-weight: 100;

font-size: 16px;

text-transform: uppercase;

}



.banner_button > a:hover

{

color: white;

background-color: #000;

}		   



.btn-min-block

{

min-width: 170px;

line-height: 26px;

}



.btn-clear

{

color: #FFF;

background-color: transparent;

border-color: #FFF;

margin-right: 15px;

}

.btn-clear:hover

{

color: #000;

background-color: #FFF;

}



.panel-primary>.panel-heading-top {

color: #fff;

background-color: #ea6130;

border-color: #ea6130;

}



.main-panel

{

margin-bottom:0px;

background-color: #fff;



border-radius: 4px;

-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);

box-shadow: 0 1px 1px rgba(0,0,0,.05);
margin-bottom: 30px;
}



.with-nav-tabs.panel-primary .panel-heading-top > ul li.active > a, .with-nav-tabs.panel-primary .panel-heading-top > ul li > a:hover, .with-nav-tabs.panel-primary .panel-heading-top > ul li.active > a:focus {

color:#2e2e2e;

background-color: #f6f6f6;

border-color: #f6f6f6;

border-bottom-color: transparent;

}



.with-nav-tabs.panel-primary .panel-heading-top > ul li > a

{

font-size: 18px;

font-family:'ArcaMajora3Heavy'; letter-spacing:.5px;

}



.panel-heading-top {

padding: 8px 5px 0 7px;

border-bottom: 1px solid transparent;

border-top-left-radius: 3px;

border-top-right-radius: 3px;}



.panel-heading-top a {

text-transform: uppercase;

}



.main-panel.with-nav-tabs .panel-heading{

padding: 5px 5px 0 5px;

}

.main-panel.with-nav-tabs .nav-tabs{

border-bottom: none;

}

.main-panel.with-nav-tabs .nav-justified{

margin-bottom: -1px;

}

.panel-body-bottom

{

background-color: #f6f6f6;

padding: 15px;

}



/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs > li > a,

.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {

color: #fff;

}

.with-nav-tabs.panel-primary .nav-tabs > .open > a,

.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,

.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {

color: #fff;

background-color: #3071a9;

border-color: transparent;

}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,

.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {

color: #428bca;

background-color: #fff;

border-color: #428bca;

border-bottom-color: transparent;

}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {

background-color: #428bca;

border-color: #3071a9;

}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {

color: #fff;   

}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {

background-color: #3071a9;

}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {

background-color: #4a9fe9;

}

/********************************************************************/





.tab-pane > ul {

list-style-type: none;

margin: 0; padding: 0 0 10px;

}





.tab-pane > ul li {



background-image: url('../images/bullet-icon.png');

background-repeat: no-repeat;

font-size: 14px;



margin-top: 20px; color:#000; padding-left:30px; padding-right:0px; padding-top:0; padding-bottom:2px

}







.pathways span {





padding-right: 11px;



}







.pathways

{

width: 100%; float: left; margin:-10px 0 20px 0;

}



.pathways h2

{

font-size: 18px;

font-family:'ArcaMajora3Heavy';

text-transform: uppercase;

margin-top:13px; float:left; padding: 0 10px 0 0;

}

.pathways div { float: left; font-size:24px;padding: 0 30px 0 2%; }

.pathways div:nth-child(2)

{

color: #8aac44;

}



.pathways div:nth-child(3)

{

color: #018cd1;

}



.pathways div:nth-child(4)

{

color: #fb7701;

}





.about_cuts_head h1

{

font-family:'ArcaMajora3Heavy';

font-size: 30px;

text-transform: uppercase; margin:0;

}



.about_cuts_head span

{

font-size: 36px;

color: #ea6130;

text-transform: uppercase;

}





.main_text_all

{

font-family: "Arca Majora 3 Heavy";

font-size: 16px;

text-transform: uppercase;

font-weight: normal;

margin-left: -12px;

}



.about_cuts_head p

{

font-size: 17px;

text-transform: uppercase;

margin-top: -7px; color:#383838; margin-bottom:0; font-weight:500;

}



.about_cuts p

{

font-size: 17px;

font-style: italic;

text-align: justify;

line-height: 25px;

}



.bottom_line

{

border-bottom: solid 4px #285daa; margin-top: 5px; float: left; width: 50px;

}



.about_btn

{

display:inline-block;

}



.about_btn > a

{

color: white;

font-weight: 400;

font-size: 16px;

text-transform: uppercase; padding:8px 20px; margin:15px 0 0;background-color: #ea6130;

border-radius: 3px; transition:all .5s ease;

}



.about_btn > a:hover

{

color: white;

background-color: #000; transition: all .5s ease;

}



.program_center h2

{

font-family:'ArcaMajora3Heavy';

font-size: 42px;

text-transform: uppercase;

margin-top: 50px;

}



.program_center p

{

    font-style: italic;

    font-size: 16px;

    text-align: center;

    color: rgba(0,0,0,0.8);

    width: auto;

    margin: 0 auto;

    padding: 0 10%;

    line-height: 24px;

}



.program_center h2 span



{

color: #ea6130;

}







/*plans css*/



.plans {padding: 0 !important;}

.plans h5 {background: #ed1c24;padding: 10px 10px;color: #fff;font-size: 16px;text-transform: uppercase;

letter-spacing: 1px;font-weight: bold;}



.panel-program {-moz-transition: all .3s ease;-o-transition: all .3s ease;-webkit-transition: all .3s ease; margin-bottom:5px; }

.panel-program:hover {box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);}

.panel-program .panel-heading {padding:0px 0px;color:#fdfdfd;background-color:#4c4c4c; font-family:'ArcaMajora3Heavy'; border-radius: 0;}



.panel-program .panel-heading h3{font-size:17px;margin:0;padding:19px 15px 15px 15px;text-transform:uppercase;}



.panel-program .panel-body{padding: 10px 2px; min-height:255px;}



.panel-program .list-group-item {color: #777777;border-bottom: 1px solid rgba(250, 250, 250, 0.5);}

.panel { border:0px solid !important;}



p.p-title { font-size:18px;text-align: center;text-transform: capitalize;}

p.p-time { font-size:18px;text-align: center;text-transform: capitalize;}

p.p-price { font-size:18px;text-align: center;text-transform: capitalize;color: #ed1c24;font-weight: bold;}

p.p-tax { font-size:18px;text-align: center;text-transform: capitalize;}

.sub-btn {background: #ed1c24;color: #fff;border-radius: 0px;padding: 5px 8px;}

.sub-btn:hover, .sub-btn:focus { color:#fff; text-decoration:none;}



.program-pane > ul {

list-style-type: none; padding: 0;

}



.program-pane > ul li {



background-image: url('../images/bullet-icon.png');

background-repeat: no-repeat; background-position: 10px 10px;

margin:0;

font-size: 15px;

font-style: italic;

border-top:1px solid #e5e5e5;line-height:21px; padding-left:35px; padding-right:5px; padding-top:9px; padding-bottom:9px

}

.program-pane > ul li:first-child { border:none; } 



.program-center

{

width: 100%; margin: 20px 0 4% 0; display: inline-block;

	

}

/*20-9-2017 NY*/

.navbar-right {	margin-top:4px; }

.carousel-indicators li {width:20px;height:20px;background-color:rgba(0, 0, 0, 0);border:4px solid #fff;}

.carousel-indicators li.active {width:20px;height:20px;background-color:rgba(0, 0, 0, 0); position:relative; }

.carousel-indicators li.active:after { content:''; width:6px; height:6px; position:absolute; background:#fff; border-radius:50%;left:0;right:0;top: 0; bottom: 0; margin: auto}

.view_all { color:#990000; text-transform:uppercase; font-style:italic; font-weight:500; padding:0px; text-decoration:underline; margin:20px 0 10px; float:left; }



.new_evnts { width:100%; float: left; padding:2% 0 15px; }

.new_evnts h2 { font-size:24px; color:#383838; font-family:'ArcaMajora3Heavy'; text-transform: uppercase; border-bottom:solid 2px #cecece; padding:0 0 15px; }

.new_evnts h2 span { color:#e2632d }

ul.cuts_news { width:100%; float:left; margin: 0; padding:0; }

ul.cuts_news li { width:100%; float: left; margin: 0; padding:0 0px; font-size: 15px; color:#000; font-style: italic; border-top:solid 1px #e5e5e5; }

ul.cuts_news li a { color:#383838; display:block; padding:12px 0 15px; font-weight:500; width:100%; }

ul.cuts_news li a:hover { text-decoration: none; color:#900; transition: all .5s ease }

ul.cuts_news li a:hover span { color:#000 }

ul.cuts_news li:first-child { border-top:0px none; }

ul.cuts_news li a span { display: block; color:#e2632d; font-size: 13px; font-style: normal; font-weight: normal; }

ul.cuts_news > a { text-transform: uppercase; color:#900; font-size: 14px; font-weight: 500; text-decoration: underline; font-style: italic; float: right; }



ul.cuts_pblction { width:100%; float:left; margin:0 0; }

ul.cuts_pblction li { width:100%; float: left; border-top:solid 1px #e5e5e5; padding:12px 0; }

ul.cuts_pblction li:first-child { border:none; }

ul.cuts_pblction li figure { width:19%; float: left; margin: 0 0 0 0; }

ul.cuts_pblction li figure > img { max-width: 100%; max-height: 100%;}

ul.cuts_pblction li figcaption { width: 80%; float:left; margin: 0 0 0 0; padding: 0 0 0 4%; font-weight: 500; }

ul.cuts_pblction li h3 { font-size:19px; font-weight: 500; color:#000; margin: 0 0 5px; }

ul.cuts_pblction li p { color:#e2632d; font-size: 14px; line-height: 16px; }



ul.cuts_evnts {width: 100%; float: left; margin: 0 0 0 0; }

ul.cuts_evnts li { width:100%; float: left; margin: 0 0 0 0; padding: 15px 0; border-bottom:solid 1px #e5e5e5; }

ul.cuts_evnts li:first-child { border-top: none;}

ul.cuts_evnts li h3 { font-size: 19px; font-weight: 500; color:#000; margin-top: 0 }

ul.cuts_evnts li h3 span { color:#e2632d; font-size:13px; display: block;}

ul.cuts_evnts li p { color: #636363; font-size:13px; line-height: 18px;  }

ul.cuts_evnts li a {font-size:14px; text-transform: uppercase; color: #285daa; text-decoration: underline; font-weight: 400 }



.new_evnts .carousel-control.left, .new_evnts .carousel-control.right { background:none;width: 37px; height: 33px; top:-60px; opacity: 1; }

.new_evnts .carousel-control.left{right: 45px; left: auto;}



/*start footer here*/

footer.page_btm { width:100%; float: left; margin: 0 0 0 0; background:#4c4c4c; }

footer.page_btm .box_right { width:100%; float: left; margin: 0; padding:0 0 0 11% }

footer.page_btm .box_right ul { width: 250px; margin:1% 0 2%; float: left; }

footer.page_btm .box_right ul h3 { font-size:18px; font-weight: 600; color:#fff; text-transform: uppercase; font-family:'Roboto'; }

footer.page_btm .box_right ul li { width:100%; float: left; font-size:13px; }

footer.page_btm .box_right ul li a { width:100%; float: left; padding:7px 0; color:#fff; transition: all .5s ease; }

footer.page_btm .box_right ul li a:hover { color:#df0000; transition: all .5s ease; text-decoration: none; }

footer.page_btm .box_left { width:100%; float: left; background:url('images/bottom_img.jpg'); background-size: cover; min-height:200px }



.add_detals { width:100%; float: right; text-align:center; }

.add_detals h2 { font-family:'ArcaMajora3Heavy'; color:#fff; }

.add_detals p { font-size:16px; font-weight:400; font-style: italic; color:#fff; line-height:22px; padding-top:5px; }

.add_detals p b { font-weight:500; }

ul.btm_no { width:100%; float: left; padding-top:5px; }

ul.btm_no li { display: inline-block; padding:0 10px; color:#fff; font-size: 15px; font-style:italic; }



footer.page_btm .box { width:50%; float:left; padding:0px; }


ul.social_icon { width:347px; margin:0 auto; padding:10px 0; overflow: hidden; }
ul.social_icon span { font-size:24px; color:#fff; font-weight:300; float: left; padding:5px 20px 0 0 }
ul.social_icon li { width:46px; height: 47px; float: left; margin:0 5px; transition:all .4s ease-in; }
ul.social_icon li a { width:46px; height:47px; float: left;  }
ul.social_icon li a.fb { background:url('../images/social_icons.png'); }
ul.social_icon li a.tw { background:url('../images/social_icons.png') 195px 0px;  }
ul.social_icon li a.gg { background:url('../images/social_icons.png') 121px 0px;  }
ul.social_icon li a.yt { background:url('../images/social_icons.png') right 0;  }
ul.social_icon:hover li { opacity:.5; transition:all .4s ease-in; }
ul.social_icon li:hover { opacity:1; transition:all .4s ease-out; }



.copyright { font-size:13px; color:#fff; padding:10px 0 15px;  }



.banner { margin-top:5.3%; width:100%; }

.banner img {width:100%; }
.about_section { margin-top:50px; }





/*------------flex slider starts-----*/

#flexiselDemo2{display:none; margin-top:0px;}





.nbs-flexisel-container {position:relative; max-width:100%; }

.nbs-flexisel-ul { position:relative; width:99999px; padding:0px; list-style-type:none; }





.nbs-flexisel-inner {overflow:hidden; width:100%; height: auto;}

.nbs-flexisel-item {float:left; margin:0px; padding:0px;cursor:pointer; text-align: left; position:relative; line-height:0px;}

.nbs-flexisel-item img { width: auto; cursor: pointer; position: relative; margin-top: 0px; margin-bottom: 0px; }



/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {width:34px; height:58px; position:absolute; cursor:pointer; z-index:100; opacity:9;}

.nbs-flexisel-nav-left {left:-25px; top:40% !important; background: url('../images/carousel_right_arw.png') no-repeat;}

.nbs-flexisel-nav-right {right: -60px; top:40% !important; background: url('../images/carousel_left_arw.png') no-repeat;}



.program-gap

{

	margin-left: 30px;

}

/*------------flex slider Ends-----*/
.whats_new{ height:auto; border: none;}

.whats_new ul{ width:100%; float:left; border: none;margin:0;  }
.new_slide{ width:100%; float:left;}
 .whats_new ul li a:hover{ color:#898686; transition:ease-in .3s; }



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
	margin-top: -10px;
}


.inner-title {
    margin-left: 15px;
    margin-top: 75px;
    width: 97%;
    padding-bottom: 10px;
    border-bottom: solid 1px #e2e2e2;
    font-family: 'ArcaMajora3Heavy' !important;
    text-transform: uppercase;
    font-size: 26px;
    color: #ea6130;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.milestone
{
	    min-height: 350px;
}



.all_list { width: 100%; height: auto; margin-top: 22px;}
.all_list p{ width: 100%; height: auto; color: #000;}
.all_list h3{font-size:20px;color: #222; border-bottom: solid 1px #e2e2e2; line-height: 40px; width: 193px;}
.all_list ul{ width: 100%; height: auto; margin: 0px; padding: 0px;}
.all_list ul li{ width: 100%; height: auto; margin: 0px; background-image: url('../images/bullet-icon.png');  background-repeat: no-repeat;  font-size: 14px; padding-left:30px; padding-right:6px; padding-top:0px; padding-bottom:6px}
.all_list ul li span{font-size:13px; font-style: italic; color: #DC5356}
.all_list ul a{ font-size: 14px; color:#373737; }

.all_list ul a:hover{ color:#ea6130; }
.all_list ul li a{ color: #4D4D4D; }
.all_list ul li a:hover{ color:#ea6130; }
.enews{width: 100%; height: auto;margin-top: 25px;}
.all_list .bg-danger {background-color: #dedede; color: #000;}
.all_list a{color: #448ed3; font-size: 16px;}
.all_list a:hover{color: #8F3537; text-decoration: none;}


.owner h2{ text-align:center; color:#2f2f2f; font-weight:600; font-size:60px; }
.popular-content h1{font-weight:600; margin-bottom:20px;}
.popular-content {text-align: center;float:left; width:100%;}
.popular-content p{font-size:18px; font-style:italic;font-family:'Playfair Display'; margin-bottom:30px;}  
.visit{float:left; width:100%;}
.tor-box h3{font-weight:500; font-size:17px;}
.color{color:#f4b843;}
.color1{color:#eee;}
.toronto-border{width:56px; height:1px; background:#e7e7e7; display:block; margin:20px auto;}
.duration, .opening{font-size:17px; display:block; font-family:myriad pro; padding-bottom:5px; color:#555555;}
.opening {padding-bottom:40px;}
.tor-hover {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color:rgba(0, 0, 0, 0.47);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
}

.tor-hover:hover .overlay1 {
  bottom: 45%;
  height: 55%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text button{background:initial; border:1px solid orange; color:orange; border-radius:3px;    padding: 15px 50px;font-family:myriad pro; font-size:12px; font-weight:600;}
.text button:hover{background:yellow; color:#000;}
.toronto-content{text-align:center;display:inline-block; width:100%; position:relative; }
.toronto-content:hover{box-shadow:0 0 40px rgba(0, 0, 0, 0.2);}

.advisory
{
	min-height: 150px;
}

.team{width: 100%; height: auto;}
.team ul{width: 100%; height: auto; margin: 0px; padding: 0px; text-align: center;}
.team ul li{ width:20%; height: auto; min-height:262px; float: left; text-align: center; display: inline;}
.team ul li p span{ text-align: center; font-size: 14px; text-transform: uppercase; color: #005aa7;}
.team ul li p{ text-align: center; font-size: 14px; color: #222;}

.enews .nav-tabs {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-transform: uppercase;
}


.publication {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 22px;
}

.contact_details {
    width: 100%;
    float: left;
    margin: 0 0 0;
}
.contact_details h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_details p {
    font-size: 14px;
    color: #ea6130;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 21px;
}
.contact_details ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.contact_details ul li {
    width: 100%;
    float: left;
    margin: 0 0 4px 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.contact_details ul li span {
    display: inline-block;
    vertical-align: middle;
    color: #ea6130;
}
.contact_details ul li figure {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 0;
    float: left;
}


.milestone span {
    color: #e2622d !important;
}

a.url.fn.n {
    display: none;
}

.date span{
display: block;
    color: #e2632d;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
	}

.cuts_a > a {
    text-transform: uppercase;
    color: #900;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    font-style: italic;
    float: right;
}

.box_new
{width: 377px!important;}


.events{width: 100%; height: auto;}
.events h3{width: 100%; height: auto; float: left; color: #000;}
.events ul{width: 100%; height: auto; margin: 0px; padding: 0px; text-align: center;}
.events ul li{ width: auto;display: inline; float: left; background: #feefcc; line-height: 40px; margin: 2px; transition: all ease .5s;}
.events ul li span{ width:40px; float: left; background: #fee2c0; color: #000; font-size: 18px;}
.events ul li b{ width:auto; float: left; color: #222; padding: 0px 20px; font-weight: 400;}
.events ul li:hover { background: #fee2c0; transition: all ease .5s;}