.rok-left {
  float: left;
}
.rok-right {
  float: right;
}
.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}
.rok-popover-group,
.rok-popover {
  position: relative;
}
.rok-popover-open .rok-popover {
  display: block;
}
table,
pre,
.box,
blockquote,
.note,
.success,
.notice,
.warning,
.error {
  margin-top: .5em;
  margin-bottom: .5em;
}
.box {
  border: 1px solid #dddddd;
}
.box.no-header.smaller-inner-padding .box-content {
  border: none;
  padding: 15px;
}
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 1.4;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-fifth {
  width: 16.8%;
}
.two-fifth {
  width: 37.6%;
}
.three-fifth {
  width: 58.4%;
}
.four-fifth {
  width: 79.2%;
}
.one-sixth {
  width: 13.33%;
}
.two-sixth {
  width: 30.66%;
}
.three-sixth {
  width: 47.99%;
}
.four-sixth {
  width: 65.32%;
}
.five-sixth {
  width: 82.67%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.two-sixth,
.three-sixth,
.four-sixth,
.five-sixth {
  float: left;
  position: relative;
  margin-right: 4%;
  margin-bottom: 2em;
}
div.last {
  clear: right;
  margin-right: 0 !important;
}
.hr,
.spacer,
.divider {
  clear: both;
  display: block;
  position: relative;
}
.hr {
  padding: 1em 0;
}
.hr:before {
  position: absolute;
  content: '';
  display: block;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(102,102,102,0.5)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#d9ffffff',GradientType=1);
  width: 45%;
  top: 50%;
  height: 1px;
  left: 5%;
}
.hr:after {
  position: absolute;
  content: '';
  display: block;
  background: -moz-linear-gradient(left,rgba(102,102,102,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(102,102,102,0.5)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,rgba(102,102,102,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,rgba(102,102,102,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,rgba(102,102,102,0.5) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,rgba(102,102,102,0.5) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff',endColorstr='#00ffffff',GradientType=1);
  width: 45%;
  top: 50%;
  height: 1px;
  right: 5%;
}
.hr.colored:before {
  position: absolute;
  content: '';
  display: block;
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(235,84,10,0.5) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(235,84,10,0.5)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(235,84,10,0.5) 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(235,84,10,0.5) 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(235,84,10,0.5) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(235,84,10,0.5) 100%);
  width: 45%;
  top: 50%;
  height: 1px;
  left: 5%;
}
.hr.colored:after {
  position: absolute;
  content: '';
  display: block;
  background: -moz-linear-gradient(left,rgba(235,84,10,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(235,84,10,0.5)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,rgba(235,84,10,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,rgba(235,84,10,0.5) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,rgba(235,84,10,0.5) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,rgba(235,84,10,0.5) 0%,rgba(255,255,255,0) 100%);
  width: 45%;
  top: 50%;
  height: 1px;
  right: 5%;
}
.spacer,
.hr {
  height: 1em;
}
.spacer.big,
.hr.big {
  height: 2em;
}
.spacer.bigger,
.hr.bigger {
  height: 3em;
}
.spacer.huge,
.hr.huge {
  height: 4em;
}
.spacer.small,
.hr.small {
  height: .5em;
}
.hr.smaller {
  padding: 0;
}
#comment-form input[type=text],
#comment-form input[type=password],
form.three-column-form input[type=text],
form.three-column-form input[type=password] {
  width: 95.5%;
}
body.fullwidth #comment-form input[type=text],
body.fullwidth #comment-form input[type=password],
body.fullwidth form.three-column-form input[type=text],
body.fullwidth form.three-column-form input[type=password] {
  width: 97.5%;
}
#comment-form textarea,
form.three-column-form textarea {
  width: 98.5%;
}
body.fullwidth #comment-form textarea,
body.fullwidth form.three-column-form textarea {
  width: 99%;
}
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}
.tabs .tab {
  float: left;
  margin-right: -1px;
}
.tabs .tab:first-child a {
  border-radius: 3px 0 0 0;
  -wibkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
}
.tabs .tab:last-child a {
  border-radius: 0 3px 0 0;
  -wibkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
}
.tabs .tab a {
  color: #666666;
  display: block;
  padding: 10px 20px;
  border: 1px solid rgba(50,50,50,0.1);
  background: rgba(255,255,255,0.03);
}
.tabs .tab a:hover {
  color: #666666;
  background-color: rgba(0,0,0,0.03);
}
.tabs .tab a > span {
  opacity: 0.6;
  margin: -1px 7px 0 2px;
}
.tabs .tab a.selected {
  background: rgba(0,0,0,0.05);
  border-bottom-color: rgba(50,50,50,0.1);
  color: #333333;
}
.tabs .tab a.selected i {
  opacity: 0.9;
}
.panel {
  border: 1px solid rgba(50,50,50,0.1);
  background: rgba(255,255,255,0.05);
  clear: both;
  padding: 20px 20px 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
  box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
  border-radius: 0 3px 3px 3px;
  -wibkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
}
.panel p:first-child {
  margin-top: 0;
}
.panel p:last-child {
  margin-bottom: 20px;
}
.toggler strong {
  cursor: pointer;
}
.togglergroup {
  margin: 10px 0;
}
.togglergroup .toggler-wrapper:first-child .toggler strong {
  border-radius: 3px 3px 0 0;
  -wibkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.togglergroup .toggler-wrapper:last-child .toggler.active strong {
  border-radius: 0 0 0px 0px !important;
  -wibkit-border-radius: 0 0 0px 0px !important;
  -moz-border-radius: 0 0 0px 0px !important;
}
.togglergroup .toggler-wrapper:last-child .toggler.active + .toggler-content {
  border-radius: 0 0 3px 3px;
  -wibkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
.togglergroup .toggler-wrapper:last-child .toggler strong {
  border-radius: 0 0 3px 3px;
}
.togglergroup.default .toggler {
  margin-bottom: -1px;
  zoom: 1;
  background-color: rgba(255,255,255,0.05);
}
.togglergroup.default .toggler-wrapper .toggler.active {
  background-color: rgba(255,255,255,0.05);
}
.togglergroup.default .toggler-wrapper .toggler strong {
  background-image: url(../images/toggler_icons.gif);
  background-position: 9px -11px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.05);
  display: block;
  font-weight: normal;
  padding: 8px 5px 8px 25px;
}
.togglergroup.default .toggler-wrapper .toggler.active strong {
  background-position: -18px 15px;
}
.togglergroup.default .toggler-content {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: -1px;
  padding: 5px 12px 5px 22px;
}
.togglergroup.simple .toggler strong {
  background-image: url(../images/toggler_icons_simple.gif);
  background-position: 0 -21px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 3px 0 3px 20px;
}
.togglergroup.simple .toggler.active strong {
  background-position: -28px 5px;
}
.togglergroup.simple .toggler-content {
  padding-left: 20px;
  padding-bottom: 1em;
  padding-top: 15px;
}
.togglergroup.faqs .toggler strong {
  background-image: url(../images/faq.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 2px 0 8px 30px;
}
.togglergroup.faqs .toggler.active strong {
  background-image: url(../images/faq-active.png);
}
.togglergroup.faqs .toggler-content {
  padding-left: 32px;
  padding-bottom: 1em;
  padding-top: 15px;
}
.togglergroup.faqs .toggler-content p {
  margin: 5px 0;
}
.alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft.small {
  margin-right: 10px;
}
.alignright.small {
  margin-left: 10px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
small,
.text.small {
  font-size: .85em;
}
.text.big {
  font-size: 1.5em;
}
.text.bigger {
  font-size: 2.5em;
}
.text.huge {
  font-size: 3.5em;
}
.primary {
  float: left;
}
.secondary {
  float: right;
}
.first {
  margin-left: 0 !important;
}
#system .top {
  margin-top: 0;
  padding-top: 0;
}
#system .bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropcap:first-letter {
  font-size: 4em;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 1em;
  margin-right: 10px;
  text-shadow: none;
}
.dropcap.square:first-letter {
  font-size: 3.4em;
  padding: 10px;
}
.dropcap.square:first-letter,
.dropcap.circle:first-letter {
  background-color: #444444;
  color: white;
  margin-top: 3px;
  text-align: center;
  line-height: 36px;
}
.dropcap.circle:first-letter {
  border-radius: 100px;
  -wibkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 2.8em;
  height: 36px;
  padding: 10px;
  width: 36px;
}
.dropcap.colored:first-letter {
  color: #EB540A;
}
.dropcap.square.colored:first-letter,
.dropcap.circle.colored:first-letter {
  background-color: #EB540A;
  color: #FFF !important;
}
body.page .hr {
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/hr_fullwidth.png);
}
body.page.blackScheme .hr {
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/hr_transparent.png);
}
body.sidebar-a-right .hr,
body.sidebar-b-right .hr {
  background-image: url(../images/hr.png);
}
.highlight {
  border-radius: 2px;
  -wibkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: orange;
  padding: 1px 4px;
}
.highlight.neon {
  background: #fff34d !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  color: black;
}
.highlight.dark {
  background: #555 !important;
}
.icontext-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.icontext {
  height: auto !important;
  width: auto !important;
  line-height: 1.5em;
}
.icontext.icon-left .heading-icon {
  float: left;
  text-align: center;
}
.icontext.icon-left .heading-icon img {
  max-width: 67px;
  width: 100%;
}
.icontext.icon-left .content {
  overflow: hidden;
  padding-left: 15px;
}
.icontext .icon-top .heading-icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 65px;
  padding-bottom: .5em;
  color: #EB540A;
}
.icontext.icon-top h1,
.icontext.icon-top h2,
.icontext.icon-top h3,
.icontext.icon-top h4,
.icontext.icon-top h5,
.icontext.icon-top h6 {
  text-align: center;
}
div.icontext {
  margin-bottom: 20px;
}
div.icontext .content > h3 {
  margin-top: 0;
}
div.icontext span.heading-icon {
  font-size: 48px;
  line-height: 62px;
  display: inline-block;
  text-align: center;
}
div.icontext.icon-left span {
  float: left;
}
div.icontext.icon-top {
  text-align: center;
}
div.icontext span.square {
  padding: 22px;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15), 0 0 20px 0 rgba(0,0,0,0.05) inset;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.15), 0 0 20px 0 rgba(0,0,0,0.05) inset;
  font-size: 32px;
  line-height: 34px;
  width: 32px;
  height: 32px;
  margin-top: 10px;
}
div.icontext span.rounded {
  padding: 20px;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
div.icontext.icon-top span.heading-icon,
div.icontext.icon-top span.heading-icon.rounded,
div.icontext.icon-top span.heading-icon.square {
  margin-bottom: 15px;
}
.box div.icontext.icon-top .icon.custom_icon {
  display: block;
  margin-bottom: 25px;
}
.filter-search.alert-info {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.filter-search.alert-info .inputbox {
  color: ;
}
p.success,
p.info,
p.error,
p.warning,
tr.success,
tr.info,
tr.error,
tr.warning {
  border-radius: 3px;
  -wibkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 15px;
}
p.success a,
p.info a,
p.error a,
p.warning a,
tr.success a,
tr.info a,
tr.error a,
tr.warning a {
  color: #666 !important;
}
p.success a:hover,
p.info a:hover,
p.error a:hover,
p.warning a:hover,
tr.success a:hover,
tr.info a:hover,
tr.error a:hover,
tr.warning a:hover {
  color: #000 !important;
  text-shadow: none;
}
#system-message dd ul {
  text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.info-box .no-icon {
  background-image: none;
  padding-left: 8px;
}
.info-box span[class^="icon-"],
.info-box span[class*="icon-"] {
  margin-right: 15px;
  font-size: 20px;
}
ul.checkmark,
ul.circle-checkmark,
ul.square-checkmark,
ul.circle-small,
ul.circle,
ul.circle-large,
ul.triangle-small,
ul.triangle,
ul.triangle-large,
ul.bullet {
  margin: 0 0 15px;
  padding: 0;
}
ul.checkmark li,
ul.circle-checkmark li,
ul.square-checkmark li,
ul.circle-small li,
ul.circle li,
ul.circle-large li,
ul.triangle-small li,
ul.triangle li,
ul.triangle-large li,
ul.bullet li {
  list-style-type: none;
  padding: 0 0 0 32px;
  position: relative;
  margin-bottom: 8px;
}
ul.checkmark li a,
ul.circle-checkmark li a,
ul.square-checkmark li a,
ul.circle-small li a,
ul.circle li a,
ul.circle-large li a,
ul.triangle-small li a,
ul.triangle li a,
ul.triangle-large li {
  font-size: 100%;
  line-height: 1.7em;
}
ul.triangle.green li:after {
  background: #74924A;
}
ul.triangle.yellow li:after {
  background: #D69839;
}
ul.triangle.red li:after {
  background: #BD5151;
}
ul.triangle.blue li:after {
  background: #488AAD;
}
ul.triangle.white li:after {
  background: #ddd;
}
ul.triangle.black li:after {
  background: #000;
}
ul li {
  position: relative;
}
ul.triangle-small li:after,
ul.triangle li:after,
ul.triangle-large li:after,
ul.circle-small li:after,
ul.circle li:after,
ul.circle-large li:after {
  content: "";
  display: block;
  position: absolute;
  background: #EB540A;
  left: 12px;
  bottom: 50%;
}
ul.checkmark li:after,
ul.circle-checkmark li:after,
ul.square-checkmark li:after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  bottom: 50%;
  font-family: FontAwesome;
  display: block;
}
ul.checkmark li {
  padding: 0 0 0 25px;
}
ul.checkmark li:after {
  font-size: 11px;
  line-height: 9px;
  margin-bottom: -5px;
}
ul.circle-checkmark li {
  padding: 0 0 0 28px;
}
ul.circle-checkmark li:after {
  background: #EB540A;
  font-size: 8px;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  text-indent: -1px;
  margin-bottom: -7px;
}
ul.square-checkmark li:after {
  font-size: 9px;
  background: #EB540A;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 16px;
  text-indent: -1px;
  color: #fff;
  margin-bottom: -8px;
}
ul.triangle-small li {
  padding: 0 0 0 25px;
}
ul.triangle-small li:after {
  width: 4px;
  height: 4px;
  margin-bottom: -2px;
}
ul.triangle li {
  padding: 0 0 0 28px;
}
ul.triangle li:after {
  width: 8px;
  height: 8px;
  margin-bottom: -4px;
}
ul.triangle-large li:after {
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
}
ul.circle-small li:after,
ul.circle li:after,
ul.circle-large li:after {
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
ul.circle-small li {
  padding: 0 0 0 25px;
}
ul.circle-small li:after {
  width: 4px;
  height: 4px;
  margin-bottom: -2px;
}
ul.circle li {
  padding: 0 0 0 28px;
}
ul.circle li:after {
  width: 8px;
  height: 8px;
  margin-bottom: -5px;
}
ul.circle-large li:after {
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
}
ul.circle.green li:after,
ul.checkmark.green li:after {
  border-color: #74924A;
}
ul.circle.yellow li:after,
ul.checkmark.yellow li:after {
  border-color: #D69839;
}
ul.circle.red li:after,
ul.checkmark.red li:after {
  border-color: #BD5151;
}
ul.circle.blue li:after,
ul.checkmark.blue li:after {
  border-color: #488AAD;
}
ul.circle.white li:after,
ul.checkmark.white li:after {
  border-color: #ddd;
}
ul.circle.black li:after,
ul.checkmark.black li:after {
  border-color: #000;
}
ul.bullet li {
  background-position: 15px 7px;
  background-repeat: no-repeat;
}
.table table {
  width: 100%;
}
.table table thead tr th.nobg {
  background: none !important;
  border-top: none;
  border-left: none;
  filter: 0;
}
.table.default table {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.table.default table th,
.table.default table td {
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 5px 5px 5px 10px;
}
.table.default table tr.alt th,
.table.default table tr.alt td,
.table.default table tr th.alt,
.table.default table tr td.alt {
  background-color: #f1f1f1;
}
.table.default table th {
  font-size: .85em;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.55;
  text-transform: uppercase;
}
.ie .table.default table thead tr th {
  filter: 0;
  background: none;
}
.table.default table thead tr th {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table.default tfoot tr th,
.table.default tfoot tr td {
  border-top-style: solid;
  border-top-width: 2px;
}
.table.minimal table {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.table.minimal table th,
.table.minimal table td {
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 5px 5px 5px 10px;
}
.table.minimal table th {
  background: #f1f1f1;
  font-weight: bold;
}
.table.minimal table thead tr th {
  border-bottom: 3px solid #d1d1d1;
}
.table.minimal table tfoot tr th,
.table.minimal table tfoot tr td {
  border-top: 3px solid #d1d1d1;
}
form input[type=text].invalid,
form input[type=password].invalid,
form textarea.invalid,
form select.invalid,
form input[type=text].invalid:focus,
form input[type=password].invalid:focus,
form textarea.invalid:focus,
form select.invalid:focus {
  border-color: #ff9999;
}
form .message {
  display: none;
}
form .spinner {
  background: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/searchbox_loader.png) no-repeat;
  display: none;
  font-size: 15px;
  height: 18px;
  width: 18px;
}
form span.spinner span {
  padding-left: 20px;
}
blockquote {
  padding: 0;
}
blockquote.no-align {
  padding-bottom: .5em;
}
blockquote.alignleft {
  float: left;
}
blockquote.alignright {
  float: right;
}
blockquote.alignleft,
blockquote.alignright {
  margin: 10px 0 0 10px !important;
  width: 50%;
}
blockquote.alignleft p,
blockquote.alignright p {
  margin-top: 0;
}
blockquote.alignleft p.source,
blockquote.alignright p.source {
  text-align: left;
}
blockquote.alignleft cite,
blockquote.alignright cite,
blockquote.no-align cite {
  margin-top: -0.7em;
  float: left;
  margin-left: 35px;
  text-align: left;
  display: block;
}
blockquote.alignleft p,
blockquote.alignright p,
blockquote.no-align p {
  background: url('../images/quotation.png') bottom right no-repeat;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.65;
  padding: 5px 0 5px 35px;
}
blockquote.bqrounded {
  border-left: 0;
  position: relative;
}
blockquote.bqrounded .bqtext {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.65;
}
blockquote.bqrounded cite {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
blockquote.bqrounded cite .bqname {
  font-weight: bold;
}
blockquote.bqrounded img {
  width: 80px;
  height: auto;
  display: inline-block;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
blockquote.bqrounded.no-align cite {
  float: none;
  margin-left: 0;
}
blockquote.bqrounded.alignleft cite {
  margin-left: 0;
}
blockquote.bqrounded.alignright .bqtext {
  margin-right: 100px;
  text-align: right;
}
blockquote.bqrounded.alignright .bqtext:after {
  right: -10px;
  top: 35px;
  border-left-color: #d5d5d5;
  border-left: 10px solid rgba(0,0,0,0.05);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
blockquote.bqrounded.alignright .bqcontent {
  float: right;
}
blockquote.bqrounded.alignright .bqcontent cite {
  margin-left: 0;
  float: none;
}
blockquote.bqrounded.no-align .bqtext,
blockquote.bqrounded.alignleft .bqtext {
  margin-left: 100px;
}
blockquote.bqrounded.no-align .bqtext:after,
blockquote.bqrounded.alignleft .bqtext:after {
  left: -10px;
  top: 35px;
  border-right-color: #d5d5d5;
  border-right: 10px solid rgba(0,0,0,0.05);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
blockquote.bqrounded.no-align .bqcontent,
blockquote.bqrounded.alignleft .bqcontent {
  float: left;
  width: 100px;
}
blockquote.bqrounded .bqtext {
  padding: 15px 20px 18px 20px;
  background: #d5d5d5;
  background: rgba(0,0,0,0.05);
  border-radius: 3px;
  -wibkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
}
blockquote.bqrounded .bqtext:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
input[type=submit]:active,
input[type=reset]:active {
  box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}
.box .box-header {
  background: #ffffff;
  text-shadow: 0 1px white;
}
.box.with-bg {
  background: #f7f7f7;
  text-shadow: 0 1px white;
}
.one-half .box.with-header:hover,
.one-third .box.with-header:hover,
.one-fourth .box.with-header:hover,
.one-fifth .box.with-header:hover,
.box.with-header.popular {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.one-third .box.with-header .text.huge {
  font-size: 3em;
}
.box.with-header .box-header,
.box.with-header .box-content {
  padding: 5px 30px;
}
.box.with-header .box-content {
  border: none;
}
.box.with-header .box-header {
  border-bottom: 1px solid #d1d1d1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  font-size: 1.2em;
}
.box-header strong {
  line-height: 1.8;
}
.box-content .text.center {
  margin: 20px 0;
}
.box-content p {
  padding: 0;
  margin: -5px 0;
}
.box.with-header .box-header strong {
  font-weight: normal;
}
.box.with-header.smaller-inner-padding .box-header,
.box.with-header.smaller-inner-padding .box-content {
  padding-left: 15px;
  padding-right: 15px;
}
.box.with-header.small-inner-padding .box-header,
.box.with-header.small-inner-padding .box-content {
  padding-left: 20px;
  padding-right: 20px;
}
.box.no-header.small-inner-padding .box-content {
  padding: 20px;
}
.box.no-header .box-content {
  padding: 30px;
}
.one-half .box,
.one-third .box,
.two-third .box,
.three-fourth .box,
.one-fourth .box,
.one-fifth .box,
.two-fifth .box,
.three-fifth .box,
.four-fifth .box,
.one-sixth .box,
.two-sixth .box,
.three-sixth .box,
.four-sixth .box,
.five-sixth .box {
  margin: 20px 0;
}
ul.checklist,
ul.crosslist,
ul.minuslist,
ul.pluslist,
ul.checklist li ul,
ul.crosslist li ul,
ul.minuslist li ul,
ul.pluslist li ul {
  padding-left: 0;
}
ul.checklist li,
ul.crosslist li,
ul.minuslist li,
ul.pluslist li {
  background: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/list_icons.png) no-repeat;
  list-style: none;
  padding-left: 25px;
}
ul.checklist li {
  background-position: 2px -74px;
}
ul.crosslist li {
  background-position: -27px -45px;
}
ul.pluslist li {
  background-position: -53px -19px;
}
ul.minuslist li {
  background-position: -75px 3px;
}
ul.projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
ul.projects li.project {
  list-style-type: none;
  margin-bottom: 36px;
}
.sidebarbox .project,
.footer_widget .project {
  width: 260px;
  margin: 0 30px;
}
.col_two ul.projects li.project,
.col_four ul.projects li.project,
.col_three_fourth ul.projects li.project {
  float: left;
  width: 207px;
  margin: 0 12px;
}
.content_with_sidebar .col_two ul.projects li.project,
.content_with_sidebar .col_four ul.projects li.project,
.content_with_sidebar .col_three_fourth ul.projects li.project {
  float: left;
  width: 130px;
  margin: 0 10px;
}
.col_three ul.projects li.project,
.col_two_three ul.projects li.project {
  float: left;
  width: 260px;
  margin: 0 30px;
}
.content_with_sidebar .col_three ul.projects li.project,
.content_with_sidebar .col_two_three ul.projects li.project {
  float: left;
  width: 180px;
  margin: 0 10px;
}
li.project h3,
.project h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0 0 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e8e8e8;
}
li.project p {
  margin-bottom: 0;
}
li.project .project-thumbnail,
.project-thumbnail {
  position: relative;
  margin: 0 0 15px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  height: auto;
  overflow: hidden;
  background-color: #f8f8f8;
  border-color: #e8e8e8;
}
.project-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.project-thumbnail a.link-to-project,
.project-thumbnail a.link-to-object {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -wibkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.12);
  box-shadow: 0 0 4px rgba(0,0,0,0.12);
  background-color: #e9e9e9;
}
.project-thumbnail a.link-to-project {
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/portfolio-link-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  top: -42px;
}
.project-thumbnail a.link-to-object {
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/portfolio-glass-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: -42px;
}
.project-thumbnail a.link-to-project:hover,
.project-thumbnail a.link-to-object:hover {
  background-position: 0 -32px;
}
.portfolio-object-gallery {
  margin: 0;
  padding: 4px;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  background: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/loader.gif) center center no-repeat;
  position: relative;
  overflow: hidden;
  border-color: #ededed;
}
.portfolio-object-gallery .gallery_arrow_slide {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.portfolio-object-gallery .gallery_arrow_slide.blog-gal-next {
  right: 4px;
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/slide_arrow_next.png);
  background-position: center;
  background-repeat: no-repeat;
}
.portfolio-object-gallery .gallery_arrow_slide.blog-gal-prev {
  left: 4px;
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/slide_arrow_prev.png);
  background-position: center;
  background-repeat: no-repeat;
}
.attactment_descrip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: auto;
  margin: 0;
  padding: 2%;
  background: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/black60.png) scroll 0 0 repeat;
  color: #FFF;
  font-size: 11px;
}
.portfolio-content h1,
.portfolio-content h2,
.portfolio-content h3,
.portfolio-content h4,
.portfolio-content h5,
.portfolio-content h6 {
  font-size: 14px;
  min-height: 19px;
  line-height: 19px;
  margin: 0 0 24px;
  position: relative;
}
.col_three {
  float: left;
  width: 260px;
  padding: 0;
  margin: 0 30px 24px;
}
.content_with_sidebar .col_three {
  float: left;
  width: 180px;
  padding: 0;
  margin: 0 10px 24px;
}
.ft_accordion_wrap {
  margin: 0;
  padding: 0;
}
.ft_accordion_wrap .ft_accordion_inner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section-title a.acc_next,
a.acc_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/small-arrow-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}
.section-title a.acc_prev,
a.acc_prev {
  position: absolute;
  top: 0;
  right: 20px;
  width: 19px;
  height: 19px;
  background-image: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/small-arrow-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}
to {
  background-position: 0 0;
}
.skillbar {
  width: 100%;
  height: 25px;
  display: block;
  background: rgba(200,200,200,0.1);
  margin-bottom: 10px;
}
.skillbar .skill-percentage {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  display: block;
  width: 0;
  height: 25px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.skill-title {
  margin: 0 0 3px;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.member {
  max-width: 512px;
  text-align: center;
  border: 3px solid rgba(0,0,0,0.05);
  padding: 0 25px 25px;
  overflow: hidden;
  border-radius: 6px;
  -wibkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.member-img {
  margin: 0px -25px 15px;
}
.member-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.member h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.member .member-role {
  color: #bfbfbf;
  font-size: 11px;
  margin-bottom: 10px;
}
.member p {
  margin: 0;
}
.member .member-social {
  height: 40px !important;
  margin: 25px -20px -20px !important;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 0 !important;
}
.member .member-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.member .member-social ul li {
  display: inline-block;
  float: none;
}
.member .member-social ul li a {
  display: block;
  width: 14px;
  height: 16px;
  margin: 0;
  font-size: 16px;
  padding: 12px 10px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.mod-box.box {
  padding: 0 !important;
}
.module {
  position: relative;
}
.module .badge {
  padding: 0;
  border-radius: 0;
  -wibkit-border-radius: 0;
  -moz-border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(http://cene2.nurse.cmu.ac.th:81/museum/templates/dream/images/module_badges.png) 0 0 no-repeat;
}
.mod-box.box {
  padding: 0px !important;
}
.module .badge-hot {
  background-position: 0 0;
}
.module .badge-new {
  background-position: 0 -40px;
}
.module .badge-top {
  background-position: 0 -80px;
}
.module .badge-vote {
  background-position: 0 -120px;
}
.module .badge-pick {
  background-position: 0 -160px;
}
.module .badge-free {
  background-position: 0 -200px;
}
.mod-box {
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.1);
}
.mod-box .badge {
  top: -1px;
  right: -1px;
}
.one-half .box.with-header:hover,
.one-third .box.with-header:hover,
.one-fourth .box.with-header:hover,
.one-fifth .box.with-header:hover,
.box.with-header.popular {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.call-to-action {
  padding: 15px 25px;
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  -wibkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.call-to-action .cta-dbtn {
  float: right;
  padding: 20px 30px;
  font-size: 23px;
  margin: 10px 0 10px 20px;
  border-radius: 30px;
  -wibkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.call-to-action h2 {
  font-size: 22px;
  line-height: 32px;
  margin: 10px 0 0 0;
}
.call-to-action p {
  margin: 5px 0 10px 0;
}
.call-to-action .cta-mbtn {
  padding: 16px;
}
#map {
  border-radius: 3px;
  -wibkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.google_map img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
.google_map div {
  color: #666;
}
.video-embed iframe {
  border: none;
}
.pricing-table {
  padding-top: 30px;
}
.pricing-table .plan {
  float: left;
  display: block;
  text-align: center;
  border: 3px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 6px solid rgba(0,0,0,0.1);
  border-bottom: 6px solid rgba(0,0,0,0.1);
  position: relative;
  -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;
}
.pricing-table .plan:hover {
  background: rgba(255,255,255,0.08);
}
.pricing-table .plan:hover .featured {
  top: -35px;
}
.pricing-table .plan:nth-child(1) {
  border-left-width: 6px !important;
}
.pricing-table .plan:last-child {
  border-right-width: 6px;
}
.pricing-table .plan .plan-head {
  color: #666666;
  background-color: #EB540A;
  z-index: 1;
  position: relative;
}
.pricing-table .plan .plan-head h3 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  padding: 10px 0 0 0;
  color: #fff !important;
}
.pricing-table .plan .price {
  display: block;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding: 0;
  margin: 0;
  color: #fdd7c4;
}
.pricing-table .plan .price span {
  display: block;
  font-weight: 400;
  font-size: 11px;
  margin: 5px 0 25px 0;
  padding: 0;
  color: #f9a57b;
  line-height: 11px;
}
.pricing-table .plan .signup {
  padding: 20px 0 20px 0;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.05);
  background: rgba(0,0,0,0.05);
}
.pricing-table .plan .signup a.button {
  margin: 0;
  padding: 10px 20px;
}
.pricing-table .plan ul {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 !important;
}
.pricing-table .plan li {
  font-size: 12px;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin: 0;
  min-height: 20px;
}
.pricing-table .plan li:hover {
  background: rgba(100,100,100,0.01);
}
.pricing-table .plan li:last-child {
  border-bottom: none;
}
.pricing-table.col-2 .plan {
  width: 50%;
}
.pricing-table.col-3 .plan {
  width: 33.332%;
}
.pricing-table.col-4 .plan {
  width: 25%;
}
.pricing-table.col-5 .plan {
  width: 20%;
}
.pricing-table.col-6 .plan {
  width: 16.665%;
}
.pricing-table .featured {
  color: #ffffff !important;
  margin: 0;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #333;
  height: 35px !important;
  line-height: 31px !important;
  width: 100%;
  top: 35px;
  -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;
  border-radius: 5px 5px 0 0;
  -wibkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.pricing-table .featured .featured-text {
  position: relative;
}
.pricing-table p {
  margin: 0;
}
.feature-block {
  text-align: center;
  box-sizing: border-box;
  padding: 22px;
  margin-top: 140px;
  border-radius: 5px;
  -wibkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.feature-block:hover .featured-backface {
  box-shadow: inset 0 0 33px 0 rgba(0,0,0,0.5);
}
.feature-block:hover.feature-rounded .feature-img .ff-img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.feature-block a.button {
  margin: 0 -10px;
}
.feature-block .feature-img {
  -webkit-box-shadow: 0px 0px 0px 10px #FFF;
  box-shadow: 0px 0px 0px 10px #FFF;
  margin: -120px 10px 0 10px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}
.feature-block .feature-img .featured-backface {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-block h3 {
  font-size: 15px;
  line-height: 23px;
  margin: 30px -12px 5px;
}
.feature-block.feature-border {
  border: 2px solid;
}
.feature-block.feature-rounded .feature-img {
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.feature-block.feature-rounded .feature-img img {
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: inline-block;
}
.feature-block.feature-rounded .feature-img .ff-img {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.flickrfeed {
  margin: 0;
  padding: 0;
}
.flickrfeed li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.flickrfeed a {
  border-radius: 3px;
  -wibkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
  margin: 3px 3px;
  display: block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.flickrfeed a:hover {
  opacity: 0.8;
}
.flickrfeed a img {
  border-radius: 100%;
  -wibkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media only screen and (min-width: 967px) and (max-width: 1199px) {
  .call-to-action .cta-dbtn {
    padding: 22px 20px;
    font-size: 18px;
  }
  .call-to-action h2 {
    font-size: 20px;
  }
  .feature-block .feature-img {
    margin: -90px 10px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .feature-block .feature-img {
    margin: -65px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  div.caption {
    display: none;
  }
  blockquote.alignleft,
  blockquote.alignright {
    width: 100%;
  }
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .two-sixth,
  .three-sixth,
  .four-sixth,
  .five-sixth {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feature-block .feature-img {
    margin: -140px 50px 0 50px;
  }
  .pricing-table.col-4 .plan {
    width: 50%;
  }
  .pricing-table.col-4 .plan:nth-child(2) {
    border-right: 6px solid rgba(0,0,0,0.1);
  }
  .pricing-table.col-4 .plan:nth-child(3) {
    border-left: 6px solid rgba(0,0,0,0.1);
  }
}
@media only screen and (max-width: 480px) {
  .pricing-table.col-4 .plan {
    width: 100%;
    border: 6px solid rgba(0,0,0,0.1) !important;
  }
  .feature-block .feature-img {
    margin: -140px 30px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .feature-block .feature-img {
    margin: -65px 5px 0 5px;
  }
}
