html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix, .wp-tag-cloud {
  zoom: 1;
}

.clearfix:before, .clearfix:after,.wp-tag-cloud:before, .wp-tag-cloud:after {
  content: "";
  display: table;
}

.clearfix:after,.wp-tag-cloud:after {
  clear: both;
}

.clearboth {
  clear: both;
}

body {
  color: #424242;
  -webkit-font-smoothing: subpixel-antialiased;
}

body, .event-info h4, .news-content h4, textarea, .widget .latest-posts-list li .lpl-content h6 {
  font-family: 'Malgun Gothic', 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .slides .flex-caption p, .page-content blockquote, .event-full .event-info h4, .page-content table th {
  font-family: 'Malgun Gothic','Merriweather', serif;
}

a {
  color: #424242;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}

.header-border {
}

#header-top {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  padding: 10px 0px;
}

#header-top a {
  color: #000;
}

.top-left-nav {
  float: left;
}

.top-left-nav li {
  float: left;
}

.top-left-nav li span {
  margin: 0 4px;
}

.top-left-nav li:last-child span {
  display: none;
}

.top-right-nav {
  float: right;
}

.top-right-nav li {
  float: left;
}

#logo {
  padding: 25px 0 0px 20px;
  float: left;
}

#logo h1 {
  font-size: 30px;
}

#header-content-wrapper {
  background: #fff;
  opacity: .7;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.header-block-wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  z-index: 99;
}

.header-block-inner {
  position: absolute;
  top: -100px;
  width: 100%;
  opacity: .9;
}

.header-block-inner h2 {
  margin-top: 2em;
}

.header-block-5 {
  float: left;
  width: 20%;
  background: #ccc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-block-5 {
  padding: 5% 0 2.5% 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.header-block-5:hover {
  padding: 5% 0 2.5% 0;
  margin: -1.5% 0 0 0;
  text-decoration: none;
  color: #fff;
}

.header-block-5 img {
  margin: 0 0 15px 0;
}

.header-block-5 i {
  font-size: 3em;
  background: #fff;
  border-radius: 50%;
  color: rgba(0,0,0,.5);
  padding: 1.5% 3% 4% 3%;
}

#main-menu {
  z-index: 999;
  width: 100%;
}

#main-menu ul {
  margin: -1px 0 0 0;
}

#main-menu ul ul {
  margin: 0;
}

#main-menu li {
  background: url(../images/dot_border_v.png) repeat-y top right;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-top: transparent 3px solid;
}

#main-menu li a {
  padding: 17px 30px 20px 30px;
}

#main-menu li.current_page_item,#main-menu li:hover {
  border-top: 3px solid;
}

#main-menu-wrapper {
  background: url(../images/dot_border_h.png) repeat-x top left;
  position: relative;
}

#main-menu li li {
  background: url(../images/dot_border_h.png) #fff repeat-x top left;
  border-top: none;
  font-size: 14px;
  font-weight: 400;
}

#main-menu li li li:first-child {
  background: #fff;
}

#main-menu li li li:first-child:hover {
  background: #fbfbfb;
}

#main-menu li li:hover,#main-menu li li li:hover {
  background: url(../images/dot_border_h.png) #fbfbfb repeat-x top left;
  border-top: none;
}

#main-menu li li a {
  padding: 15px 30px 15px 30px;
}

#main-menu li ul {
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
}

#main-menu li .sf-sub-indicator {
  background: url(../images/arrow_down.png) no-repeat left center;
  display: block;
  height: 7px;
  overflow: hidden;
  position: absolute;
  right: 1.5em;
  text-indent: -999em;
  top: 1.5em;
  width: 20px;
}

#main-menu li li .sf-sub-indicator {
  background: url(../images/arrow_right.png) no-repeat left center;
  height: 10px;
  top: 1.3em;
  right: 0.5em;
}

#main-menu a.sf-with-ul {
  padding-right: 45px;
  min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
  padding-right: 2.25em;
}

#main-menu li:last-child {
  background: none;
}

#main-menu li li:last-child {
  background: url(../images/dot_border_h.png) #fff repeat-x top left;
}

#main-menu li li:last-child:hover {
  background: url(../images/dot_border_h.png) #fbfbfb repeat-x top left;
}

.menu-search-button {
  background: url(../images/search_icon.png),url(../images/dot_border_v.png);
  background-position: center -18px, top left;
  background-repeat: no-repeat, repeat-y;
  background-color: #fff;
  width: 80px;
  height: 53px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-search-button:hover {
  background: url(../images/search_icon.png),url(../images/dot_border_v.png);
  background-position: center -106px, top left;
  background-repeat: no-repeat, repeat-y;
  background-color: #fff;
  cursor: pointer;
}

.menu-search-form {
  width: 19.1%;
  float: right;
}

.menu-search-field {
  background: url(../images/dot_border_v.png) top left repeat-y #f8f8f8 !important;
  width: 0%;
  height: 52px;
  margin-right: 51px;
  border: none !important;
  float: right;
  padding: 1px 0px;
  color: #b0b0b0;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.menu-search-focus {
  width: 280px;
  padding: 1px 0 0 10px;
  opacity: 10;
}

.banner2 {
  min-height: 10px;
  position: relative;
}

.banner2-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}

.banner2-caption-top-left {
}

.banner2-caption-top-right {
  text-align: right;
  top: 5%;
  right: 5%;
}

.banner2-caption-bottom-left {
  bottom: 5%;
  left: 5%;
}

.banner2-caption-top-left, .banner2-caption-left, .banner2-caption-top-right, .banner2-caption-right, .banner2-caption-bottom-left, .banner2-caption-bottom-right, .banner2-caption-center {
  z-index: 2;
  width: 50%;
  position: absolute;
}

.banner2-title {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

h5.banner2-title {
  font-size: 1.1em;
  color: rgba(0,0,0,.6);
}

.banner2-desc {
  font-size: 14px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.slider, .page-slider {
  position: relative;
}

.loading .slide-loader {
  background: url(../images/loader_01.gif) #fbfbfb !important;
  background-repeat: no-repeat !important;
  background-position: 50% 54% !important;
  min-height: 600px;
}

.loading .slide-page-loader {
  background: url(../images/loader_01.gif) #fbfbfb !important;
  background-repeat: no-repeat !important;
  background-position: 50% 54% !important;
  min-height: 300px;
}

.loading .slide-loader2,.video-wrapper {
  background: url(../images/loader_02.gif) no-repeat center #fff;
  min-height: 100px;
}

.slides li {
  margin: 0 !important;
  list-style: none !important;
}

.slider .slides li {
  margin: 0 !important;
  list-style: none !important;
  height: 800px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.slider .slides li {
  margin: 0 !important;
  list-style: none !important;
}

.slider .flex-direction-nav .flex-prev,.slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  z-index: 999;
  text-indent: -9999px;
  width: 55px;
  height: 120px;
  opacity: .4;
}

.slider .flex-direction-nav .flex-prev {
  border-right: 3px solid;
  background-image: url(../images/arrow_prev_02.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}

.slider .flex-direction-nav .flex-next {
  border-left: 3px solid;
  background-image: url(../images/arrow_next_02.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}

.page-slider .flex-direction-nav li {
  list-style: none !important;
}

.page-slider .flex-direction-nav .flex-prev,.page-slider .flex-direction-nav .flex-next {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
}

.page-slider .flex-direction-nav .flex-prev {
  border-left: 3px solid;
  background-image: url(../images/arrow_prev_03.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 80px;
}

.page-slider .flex-direction-nav .flex-next {
  border-right: 3px solid;
  background: url(../images/arrow_next_03.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
}

.page-slider .slides li img {
  width: 100%;
}

.page-slider .slides .flex-caption {
  position: absolute;
  top: 35%;
}

.page-slider .slides .flex-caption p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 11px 14px;
  line-height: 1;
  float: left;
}

.slider .slides .flex-caption p {
  color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,.3);
  font-size: 3em;
  font-weight: 700;
  margin: 0;
  padding: 0px;
  line-height: 1.2;
  float: left;
}

.slider .slides .flex-caption-wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 43%;
}

.slider-blocks {
  position: relative;
  width: 100%;
}

.slider-blocks .flex-direction-nav .flex-prev,.slider-blocks .flex-direction-nav .flex-next {
  position: absolute;
  top: -52px;
  z-index: 99;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}

.slider-blocks .flex-direction-nav .flex-prev {
  right: 33px;
  background: url(../images/arrow_prev_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav .flex-next {
  right: 10px;
  background: url(../images/arrow_next_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav li {
  list-style: none !important;
}

p {
  font-size: 14px;
  line-height: 160%;
  margin: 0 0 20px 0;
}

.page-content h1 {
  font-size: 30px;
  margin: 0 0 15px 0;
}

.page-content h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

.page-content h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.page-content h4 {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.page-content h5 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.page-content h6 {
  font-size: 14px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.page-content blockquote {
  border-left: 5px solid;
  padding: 20px 20px 1px 20px;
  margin: 0 0 30px 20px;
  color: #aeaeae;
  text-align: center;
}

.dropcap {
  font-size: 48px;
  line-height: 1.2;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.page-content ul li {
  list-style-image: url(../images/list_05.png);
  font-size: 16px;
  margin: 0 0 15px 15px;
}

.page-content ul li a:hover {
  text-decoration: none;
  font-weight: 800;
  color: #000;
}

.page-content ul, .list, .list2, .list3, .list4 {
  margin: 0 0 30px 0;
}

.list1 li, .list2 li, .list3 li, .list4 li {
  margin: 0 0 14px 0 !important;
}

.list1 li {
  list-style-image: url(../images/list_01.png) !important;
  list-style-position: inside;
}

.list2 li {
  list-style-image: url(../images/list_02.png) !important;
  list-style-position: inside;
}

.list3 li {
  list-style-image: url(../images/list_03.png) !important;
  list-style-position: inside;
}

.list4 li {
  list-style-image: url(../images/list_04.png) !important;
  list-style-position: inside;
}

.list-fail {
  margin: 0 !important;
}

.list-fail li {
  list-style-image: url(images/list-fail.png) !important;
  border-bottom: #f3d0cf 1px solid;
}

ol ol {
  margin: 0 0 0 15px;
}

select, input[type="text"], textarea {
  font-size: 12px;
  margin: 0 0 5px 0;
}

.page-content select, .page-content input[type="text"], .page-content textarea {
  padding: 5px;
}

input[type="submit"] {
  border: #e3e3e3 1px solid;
  background: url(../images/button_bg.png) #fff repeat-x bottom left;
  color: #424242;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.course-finder-form input[type="submit"] {
  float: right;
}

.course-finder-form .selector {
  width: 212px !important;
}

.course-finder-form span {
  width: 186px !important;
}

.course-finder-form input[type="text"] {
  width: 90%;
}

#uniform-tinynav1 {
  visibility: hidden;
  position: absolute;
}

div.selector, div.selector span {
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

div.selector {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

div.selector:focus {
  outline: 0;
}

div.selector, div.selector * {
  margin: 0;
  padding: 0;
}

div.selector {
  background-position: -10px -244px;
  line-height: 36px;
  height: 36px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #c5c5c5;
  margin: 0 0 10px 0;
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right -20px;
  height: 36px;
  line-height: 36px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}

div.selector.fixedWidth {
  width: 190px;
}

div.selector.fixedWidth span {
  width: 155px;
}

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 28px;
  top: 2px;
  left: 0px;
  width: 100%;
}

div.selector.active {
  background-position: 0 -76px;
}

div.selector.active span {
  background-position: right -76px;
}

div.selector.hover, div.selector.focus {
  background-position: -10px -300px;
}

div.selector.hover span, div.selector.focus span {
  background-position: right -76px;
}

div.selector.hover.active, div.selector.focus.active {
  background-position: -10px -300px;
}

div.selector.hover.active span, div.selector.focus.active span {
  background-position: right -76px;
}

div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -76px;
}

div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -76px;
}

.button1 {
  font-size: 12px;
  font-weight: bold;
  color: #424242;
  padding: 6px 13px 6px 13px;
  line-height: 1 !important;
  background: url(../images/button_bg.png) #fff repeat-x center bottom;
  border: 1px solid;
  float: left;
  text-decoration: none;
  border-color: #e3e3e3;
}

.button2 {
  font-size: 12px;
  font-weight: bold;
  color: #424242;
  padding: 11px 15px 11px 15px;
  line-height: 1 !important;
  background: url(../images/button_bg.png) #fff repeat-x center bottom;
  border: 1px solid;
  float: left;
  text-decoration: none;
  border-color: #e3e3e3;
}

.button3 {
  font-size: 14px;
  font-weight: bold;
  color: #424242;
  padding: 10px 17px 10px 17px;
  line-height: 1 !important;
  background: url(../images/button_bg.png) #fff repeat-x center bottom;
  border: #e3e3e3 1px solid;
  text-decoration: none;
}

.button4 {
  font-size: 18px;
  color: #424242;
  padding: 14px 20px 14px 20px;
  line-height: 1 !important;
  background: url(../images/button_bg.png) #fff repeat-x center bottom;
  border: #e3e3e3 1px solid;
  text-decoration: none;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
  cursor: pointer;
}

.rounded-button {
  border-radius: 30px;
}

.video-wrapper {
  margin: 0 0 20px 0;
}

.content-img {
  margin: 0 0 20px 0;
}

.center-images {
  text-align: center;
}

.accordion h4 {
  font-size: 14px;
  font-weight: 600;
  border-top: #e5e5e5 1px solid;
  border-left: none;
  border-right: none;
  margin: 0 0 0 0 !important;
  padding: 30px 0 30px 55px;
  cursor: pointer;
  line-height: 160%;
  outline: none;
}

.accordion {
  border-bottom: #e5e5e5 1px solid;
  margin: 0 0 30px 0;
  line-height: 160%;
  display: block;
  font-size: 14px;
}

.accordion .ui-widget-content {
  border: none;
}

.accordion .ui-accordion-content {
  padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
  background: url(../images/toggle_plus.png) no-repeat 20px center !important;
}

.accordion h4:hover {
  background: url(../images/toggle_plus.png) #fff no-repeat 20px center !important;
}

.accordion h4.ui-state-active, .toggle .active {
  background: url(../images/toggle_minus.png) no-repeat 20px center !important;
}

.toggle {
  border: #e5e5e5 1px solid;
  margin: 0 0 20px 0;
  background: #fff;
  font-size: 14px;
}

.toggle h4 {
  margin: 0 0 0 0 !important;
  line-height: 160%;
  font-size: 14px;
  font-weight: 700;
}

.toggle .title {
  margin: 0 0 0 0;
  padding: 20px 0 20px 55px;
  cursor: pointer;
}

.toggle .inner {
  margin: 0 20px 30px 55px !important;
  line-height: 160%;
}

#tabs .nav {
  margin: 0;
}

#tabs .nav li {
  list-style: none;
  padding: 0;
}

#tabs .nav li a {
  color: #424242;
}

#tabs .nav li a:hover {
  text-decoration: none;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
  margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  position: relative;
  top: 0px;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom: #e5e5e5 1px solid;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
  border-left: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  border-right: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li {
  border-top: #e5e5e5 3px solid;
  border-bottom: #e5e5e5 1px solid;
  background: #fff;
  margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
  background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border-top: 3px solid;
  margin-bottom: 0;
  border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-top: #e5e5e5 1px solid;
  padding: 20px 20px 20px 20px;
  background: #fff;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.content-wrapper {
  width: 1200px;
  margin: 110px auto 0 auto;
  position: relative;
}

.sidebar-left {
  width: 27%;
  float: left;
  display: block;
}

.sidebar-left-sub {
  width: 20%;
  float: left;
  display: block;
}

.sidebar-right {
  width: 27%;
  float: left;
}

.center-content {
  width: 46%;
  float: left;
}

.sidebar-left .content-block:last-child,.sidebar-right .content-block:last-child,.center-content .content-block:last-child {
  background: none;
}

.sidebar-left .content-block {
  padding: 20px 10px 20px 0px;
}

.sidebar-left-sub .content-block {
  padding: 0px 10px 40px 0px;
}

.sidebar-right .content-block {
  padding: 20px 0px 20px 10px;
}

.main-content {
  width: 73%;
  float: left;
  position: relative;
  min-height: 10px;
}

.main-content-right {
  width: 73%;
  float: right;
  position: relative;
  min-height: 600px;
}

.main-content-right-sub {
  width: 78%;
  float: right;
  position: relative;
  min-height: 600px;
}

.main-content-full {
  width: 100%;
  position: relative;
  min-height: 10px;
}

.block-title,.block-title1,.block-title2,.block-title3,.block-title4,.block-title5 {
  color: #fff;
  font-size: 20px !important;
  padding: 30px 10px;
  margin: 0 0 25px 0 !important;
  text-align: center;
}

.block-title a {
  color: #fff;
}

.block-title1 a {
  color: #fff;
}

.block-title2 a {
  color: #fff;
}

.block-title3 a {
  color: #fff;
}

.block-title4 a {
  color: #fff;
}

.block-title5 a {
  color: #fff;
}

.content-block {
  padding: 20px 10px;
}

.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0px 0px 40px;
  background: url(../images/23_demo_image.jpg) top center #fbfbfb;
}

.page-header1 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px 0px 40px;
  background: url(../images/sub1/header-sub1.jpg) top center #fbfbfb;
}

.page-header2 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px 0px 40px;
  background: url(../images/sub2/header-sub2.jpg) top center #fbfbfb;
}

.page-header3 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px 0px 40px;
  background: url(../images/sub3/header-sub3.jpg) top center #fbfbfb;
}

.page-header4 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px 0px 40px;
  background: url(../images/sub4/header-sub4.jpg) top center #fbfbfb;
}

.page-header5 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0px 0px 40px;
  background: url(../images/sub5/header-sub5.jpg) top center #fbfbfb;
}

.page-header-inner {
  width: 1200px;
  margin: 250px auto 0 auto;
}

.page-content-wrapper {
  margin: 0 auto;
}

.page-title {
  float: left;
}

.page-title .page-title-block {
  height: 3px;
  margin: 15px 0 30px 0;
}

.page-title h2 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}

.breadcrumbs {
  float: right;
  padding: 10px 0 0 0;
}

.breadcrumbs p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.breadcrumbs a {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.inner-content-wrapper {
}

.inner-content-wrapper h3 {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
}

.inner-content-wrapper img {
  max-width: 100%;
  height: auto;
}

.inner-content-wrapper h3.subject {
  text-align: center;
  margin: 15px 0px;
}

.inner-content-wrapper i {
  text-align: center;
  margin: 15px auto;
  font-size: 10em;
}

.grid-item i {
  text-align: center;
  margin: 50% auto;
  font-size: 2em;
}

#respond {
  width: 75%;
  float: right;
  margin: 60px 0 20px 0;
}

#respond input[type="text"],#contactform input[type="text"] {
  width: 50%;
  margin: 0 0 20px 0;
}

#respond textarea,#contactform textarea {
  width: 95%;
  margin: 0 0 20px 0;
}

label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #424242;
  margin: 0 0 10px 0;
}

label span {
  color: #aaa;
}

.gallery-caption {
  font-size: 12px;
  padding: 5% 10%;
  text-align: center;
  font-style: italic;
  line-height: 160%;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
  width: 48.1%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
  width: 31.1%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
  width: 22.7%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
  width: 17.5%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
  width: 14%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
  width: 11.6%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
  width: 9.7%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
  width: 8.3%;
  margin: 0 3% 3% 0;
  float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin: 0 0 3% 0;
}

.portfolio-2 .page-slider,.portfolio-3 .page-slider,.portfolio-4 .page-slider {
  margin: 0 0 19px 0;
}

.portfolio-2 .col {
  width: 48.5%;
  margin: 0 3% 2% 0;
  float: left;
  list-style: none !important;
}

.portfolio-2 .col:nth-child(2n) {
  margin: 0 0 2% 0;
}

.portfolio-2 .col .portfolio-image {
  width: 100%;
  margin: 0 0 20px 0;
}

.portfolio-3 .col {
  width: 31.2%;
  margin: 0 3% 2% 0;
  float: left;
  list-style: none !important;
}

.portfolio-3 .col:nth-child(3n) {
  margin: 0 0 2% 0;
}

.portfolio-3 .col:nth-child(3n+1) {
  clear: both;
}

.portfolio-3 .col .portfolio-image {
  width: 100%;
  margin: 0 0 20px 0;
}

.portfolio-4 .col {
  width: 22.6%;
  margin: 0 3% 2% 0;
  float: left;
  list-style: none !important;
}

.portfolio-4 .col:nth-child(4n) {
  margin: 0 0 2% 0;
}

.portfolio-4 .col:nth-child(4n+1) {
  clear: both;
}

.portfolio-4 .col .portfolio-image {
  width: 100%;
  margin: 0 0 20px 0;
}

.portfolio-single-cols li {
  list-style: none !important;
}

.portfolio-single-cols .col-1 {
  float: left;
  width: 65%;
  margin: 0 3% 3% 0;
}

.portfolio-single-cols .col-2 {
  float: left;
  width: 30%;
}

.portfolio-slider {
  margin: 0 0 35px 0;
}

.portfolio-details li {
  background: url(../images/dot_border_h.png) repeat-x bottom left;
  padding: 0 0 14px 0;
  margin: 0 0 14px 0 !important;
}

.portfolio-details li strong {
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  width: 65px;
  display: inline-block;
  float: left;
}

.portfolio-details li span {
  float: left;
  width: 215px;
}

.page-content .columns-2 {
  margin: 0 0 20px 0;
}

.page-content .columns-2 li.col {
  list-style: none !important;
}

.page-content .columns-2 li.col {
  width: 47%;
  margin: 0 6% 0 0;
  float: left;
}

.page-content .columns-2 li.col:nth-child(2n) {
  margin: 0;
  float: right;
}

.page-content .columns-3 {
  margin: 0 0 20px 0;
}

.page-content .columns-3 li.col {
  list-style: none !important;
}

.page-content .columns-3 li.col {
  width: 29%;
  margin: 0 6% 0 0;
  float: left;
}

.center {
  text-align: center;
}

.page-content .columns-3 li.col:nth-child(3n) {
  margin: 0;
}

.page-content .columns-4 {
  margin: 0 0 20px 0;
}

.page-content .columns-4 li.col {
  list-style: none !important;
}

.page-content .columns-4 li.col {
  width: 20.5%;
  margin: 0 6% 0 0;
  float: left;
}

.page-content .columns-4 li.col:nth-child(4n) {
  margin: 0;
}

.widget-title-block {
  width: 42px;
  height: 3px;
  margin: 15px 0 30px 0;
}

.flickr_badge_wrapper .flickr_badge_image {
  float: left;
  margin: 0 8px 8px 0;
  height: 62px;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
  margin: 0 0 8px 0;
}

.flickr_badge_wrapper .flickr_badge_image img {
  width: 62px;
  height: 62px;
}

.wp-tag-cloud {
  margin: 0 !important;
}

.wp-tag-cloud li {
  float: left;
  line-height: 100%;
  list-style: none !important;
  margin: 0 9px 9px 0 !important;
  padding: 10px;
}

.sidebar-right .wp-tag-cloud li,.sidebar-left .wp-tag-cloud li {
  background: #fff;
  border: #efefef 1px solid;
}

.sidebar-left-sub {
  background: #fff;
}

.widget .latest-posts-list li {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0 0 13px 0 !important;
  background: url(../images/dot_border_h.png) repeat-x bottom left;
  list-style: none !important;
}

.widget .latest-posts-list li a {
  color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
  float: left;
}

#footer .widget .latest-posts-list li .lpl-img {
  width: 20%;
}

#footer .widget .latest-posts-list li .lpl-img img {
  width: 100%;
}

.widget .latest-posts-list li .lpl-content {
  float: left;
  width: 60%;
  margin: 0 0 0 12px;
}

.widget .latest-posts-list li .lpl-content h6 {
  line-height: 1.2;
  text-transform: none;
  font-size: 14px !important;
  font-weight: 600;
  margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
  text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  display: block;
  margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
  list-style: none;
  margin: 0 0 7px 0;
  padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
  width: 50px;
  height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
  width: 145px;
}

#footer .lpl-content h6 {
  text-transform: capitalize;
}

.contact-widget li {
  margin: 0 0 10px 0 !important;
  background: url(../images/dot_border_h.png) repeat-x bottom left;
  list-style: none !important;
  padding: 0 0 10px 0;
}

.contact-widget li:last-child {
  background: none;
  margin: 0 !important;
  padding: 0;
}

.contact-widget .contact-phone {
  background: url(../images/phone_icon_02.png) no-repeat center left;
  display: block;
  padding: 13px 0 11px 47px;
}

.contact-widget .contact-email {
  background: url(../images/email_icon_02.png) no-repeat center left;
  display: block;
  padding: 13px 0 11px 47px;
}

#footer-wrapper {
  width: 100%;
  margin: 30px 0px;
}

#footer {
  width: 1200px;
  margin: 0 auto;
}

#footer h4 {
  color: #fff;
  font-size: 14px;
}

#footer p {
  color: #424242;
  font-size: 14px;
  line-height: 160%;
}

#footer a {
  color: #424242;
  text-decoration: none;
}

#footer .columns-4 li.col {
  list-style: none !important;
}

#footer .columns-4 li.col {
  width: 22.7%;
  margin: 0 3% 0 0;
  float: left;
}

#footer .columns-4 li.col:last-child {
  margin: 0;
}

#footer .columns-4 {
  padding: 70px 0 60px 0;
}

#footer li {
  font-size: 14px;
}

#footer .col li {
  list-style-image: url(../images/list_06.png);
  margin: 0 0 10px 0;
  list-style-position: outside;
  line-height: 140%;
}

#footer .col ul {
  margin: 0 0 0 15px;
}

#footer-bottom {
  padding: 18px 30px;
  background: #fff;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

#footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.go-up {
  background: url(../images/arrow_up.png) no-repeat right center;
  padding: 0 15px 0 0;
}

.ie8 .content-wrapper {
  background: url(../images/dot_border_v.png) repeat-y top left;
}

.ie8 .content-wrapper-inner {
  background: url(../images/dot_border_v.png) repeat-y top right;
}

.ie8 .menu-search-button {
  background: url(../images/search_icon.png);
  background-position: center -18px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.ie8 .menu-search-button:hover {
  background: url(../images/search_icon.png);
  background-position: center -106px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.ie8 .menu-search-field {
  height: 35px;
  padding: 17px 0 0 10px;
}

.page-content .slider-blocks .flex-direction-nav,.page-content .slider-blocks .slides,.page-content .news-items {
  margin: 0;
}

.sidebar-right ul,.sidebar-left ul {
  margin: 0;
}

.sidebar-left-sub ul {
  margin: 0;
}

.page-content .page-slider .slides,.page-content .page-slider .flex-direction-nav,.page-content .page-slider .flex-direction-nav li {
  margin: 0;
}



.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    width: 200px;
    margin: 20px auto;
}
@media (max-width: 767px){
 .white-popup {
  width: auto;
  height: auto;
 }
}

.popup_first_slides {
  width: 400px;
  overflow: hidden;
}

.layerPopupContainer {
  width: 400px;
}

.layerPopup {
  position: absolute;
  z-index: 900;
  display: none;
}

#layerPopup1 {
  float: left;
  width: 400px;
}

.layerPopup .disabledPopupChk {
  cursor: pointer;
}

.layerPopup img.pop_content {
  display: block;
  padding: 0;
  margin: 0;
}

.layerPopup #pop_closeDiv {
  position: absolute;
  z-index: 910;
  top: 8px;
  right: 15px;
  float: right;
}

.layerPopup .pop_tail {
  height: 30px;
  background-color: #999;
  color: #000;
  padding-top: 2px;
}

.layerPopup .link_w {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

@media (max-width: 767px){
 .layerPopupContainer,  #layerPopup1{ width: 300px !important; height: auto !important; }
.layerPopup{top:130px!important; left:10px !important;}
.layerPopup img {  width:280px !important;height: auto !important;}
.layerPopup1 img { width:280px !important;height: auto !important;}
.pop_content img{  width:280px !important;height: auto !important;}

.layerPopup .pop_tail { width:280px !important;height: auto !important;}
.layerPopup .link_w {right:30px !important;}
.closePopWinBtn {max-width:100% !important;height: auto !important;}
.link_w img {width:50px !important;height: auto !important;}
}



.layerPopupContainer2 {
  width: 400px;
}

.layerPopup2 {
  position: absolute;
  top:140px;
  left:540px;
  z-index: 900;

}

#layerPopup2 {
  float: left;
  width: 400px;
}

.layerPopup2 .disabledPopupChk2 {
  cursor: pointer;
}

.layerPopup2 img.pop_content2 {
  display: block;
  padding: 0;
  margin: 0;
}

.layerPopup2 #pop_closeDiv2 {
  position: absolute;
  z-index: 910;
  top: 8px;
  right: 15px;
  float: right;
}

.layerPopup2 .pop_tail2 {
  height: 30px;
  background-color: #999;
  color: #000;
  padding-top: 2px;
}

.layerPopup2 .link_w2 {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

@media (max-width: 767px){
.layerPopupContainer2,  #layerPopup2{ width: 300px !important; height: auto !important; }
.layerPopup2{top:440px!important; left:10px !important;}
.layerPopup2 img { width:280px !important;height: auto !important;}
.pop_content2 img{  width:280px !important;height: auto !important;}

.layerPopup2 .pop_tail2 { width:280px !important;height: auto !important;}
.layerPopup2 .link_w2 {right:30px !important;}
.closePopWinBtn2 {max-width:100% !important;height: auto !important;}
.link_w2 img {width:50px !important;height: auto !important;}

}