/*
Dacy - Responsive HTML Template for Restaurant

Author: Vela Themes
Date: November 2016
Version: 1.0
*/

/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
 
 /*
 * line 1337 from #333 to #ffffff, line 1650 	background-color: rgba(255,255,255,.98); to  background-color: rgba(0,0,0,.98);
 line 2837 from background-color: #1b1b1b; to background-color: #f10101
 line 2850 border: 40px solid #1b1b1b; to border: 40px solid #f10101;
 line 1676 background-color: #fff; to background-color: #000000;
 line 118 	from 	color: #282828; to color: #ffffff;
 line 3232 from background-color: transparent; to background-color: rgba(0,0,0,0.5);
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */

* {
  margin: 0;
  padding: 0;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div,
form,
ul,
li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'selfFont', 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.8;
  letter-spacing: .1em;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

a {
	color: #a0a0a0;
	text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;  
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #f10101;/*#d29d69;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'selfFont', 'Lato', sans-serif;;
	clear: both;
	font-weight: 700;
	margin: 20px 0 12px;
	color: #ffffff;
}

h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
	line-height: 1.1;
}

h4 {
	font-size: 20px;
	line-height: 1.1;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #f10101;/*#d29d69;*/
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.2em;
    border-left: 5px solid #eee;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th,
td {
	padding: 6px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #f10101;/*#d29d69;*/
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #f10101;/*#d29d69;*/
	color: #fff;
	text-shadow: none;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*
 * 1.0 Bootstrap CSS
 */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}

.text-light {
	color: #fff;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.container-fullwidth {
  width: 100%;
  overflow: hidden;
}

.hidden {
  display: none;
}

.container {
  max-width: 100%;
}

.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
    }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
    }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/*
 * 2.0 General
 */

body {
	position: relative;
}

.wrapper {
	position: relative;
}

/*
 * 2.1 Header Search
 */

.white-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
}

.white-popup .mfp-close {
  color: #fff;
}

.header-search-form {
	position: absolute;
	overflow: hidden;
	top: 20%; left: 10%;
	width: 80%;
	margin-top: 5px;
	background-color: transparent;
	z-index: 99999;
	border: 1px solid #fff;
}

.header-search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -30px;
	padding: 25px 35px 26px 20px;
	background: none;
}

.header-search-form input[type="submit"] {
  background: none;
  border: none;
	float: right;
	border: none;
	width: 30px;
	height: 30px;
}

.header-search-form div {
    position:relative;
}

.header-search-form div:before {
    position:absolute;
    top:20px; right:23px;
    font: normal normal normal 18px/28px 'FontAwesome';
    content: "\f002";
    color: #fff;
}

/*
 * 2.2 Header navigation
 */

.site-nav-toggle {
	display: block;
	float: right;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	color: #555;
}

.site-nav {
	display: none;
	margin-top: 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}

.site-nav ul {
	margin: 0;
	background-color: #fefefe;
}

.site-nav li ul {
  margin-left: 0;
}

.site-nav li {
	position: relative;
}

.site-nav > ul > li a {
	display: block;
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #282828
}

.site-nav > ul > li:first-child > a {
	border-top-width: 1px;
}

.site-nav > ul > li.current > a {
  color: #f10101;/*#d29d69;*/
  -webkit-transition: all .2s ease;
  transition: all .2s ease;  
}

.site-nav > ul > li a:hover {
	background-color: #666666;
  text-indent:5px;
}

.menu-dropdown-icon {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
  text-align: center;
  cursor: pointer;
}

.site-nav li li a:before {
	content: "-";
	margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
	content: "---";
	margin: 0 3px 0 30px;
}

@media (min-width: 768px) {
  .site-nav {
    display: block!important;
  }

	.site-nav-toggle {
		display: none;
	}

	.menu-dropdown-icon {
		display: none;
	}

	.site-nav {
		display: block;
		margin: 0;
		width: auto;
		position: static;
	}

	.site-nav > ul {
		background-color: transparent;
		float: left;
	}

	.site-nav > ul > li {
		float: left;
		position: relative;
	}

	.site-nav > ul > li > a,
	.site-nav > ul > li:first-child > a {
		display: block;
		line-height: 70px;
		padding: 0 10px;
		background-color: transparent;
	}

	.site-nav > ul > li {
		margin-left: 20px;
	}

	.site-nav > ul > li:first-child {
		margin-left: 0;
	}

	.main-header.overlay .site-nav > ul > li > a {
		color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;  
	}

	.site-nav > ul > li > a:hover {
		background-color: transparent;
		position: relative;
    text-indent: 0;
	}

  .site-nav > ul > li > a:after {
    position: absolute;
    left: 50%;
    bottom: 15px;
    content: "";
    width: 0;
    display: inline;
    border-bottom: 3px solid #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

	.site-nav > ul > li > a:hover:after {
		left: 0;
		width: 100%;
	}

  .main-header.overlay .site-nav > ul > li > a:after {
    border-color: #fff;
  }

	.site-nav li > ul {
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		top: 100%;
		background-color: #f8f8f8;
		width: 150px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	}

	.site-nav li li > ul {
		left: 100%;
		top: 0;
	}

	.site-nav li:hover > ul {
		display: block;
	}

	.site-nav li li a:before {
		display: none;
	}

	.site-nav li li li a:before {
		display: none;
	}

}

/*
 * 2.3 Main header
 */

.top-wrap {
  position: relative;
}

.main-header .fxd-logo,
.main-header .overlay-logo {
	display: none;
}

.main-header.fxd-header .fxd-logo {
	display: inline;
}

.main-header.fxd-header .main-logo {
	display: none;
}

.main-header.overlay .main-logo {
  display: none;
}

.main-header.overlay .overlay-logo {
  display: inline;
}

.main-header.overlay .site-nav-toggle {
  color: #fff;
}

.header-wrap {
	position: relative;
	z-index: 9;
}

.main-header {
	background-color: #000000;/*optional*/
	background-image:;/*optional*/
	color: #555; /*optional*/
	width: 100%;
  box-shadow: 0 1px 0 0 #333333;
}

.main-header.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	z-index: 9999;
  box-shadow: none;
}

.logo-box {
	float: left;
	display: table;
	height: 70px;
}

.logo-wrap,
.name-box {
	display: table-cell;
	vertical-align: middle;
}

.logo-wrap {
	padding-right: 10px;
}

.name-box {
	max-height: 50px;
}

.site-name {
	margin: 0;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
}

.name-box a {
	text-decoration: none;
}

.site-tagline {
	color: #595959;
}

.site-nav {
	clear: right;
	float: right;
}

.tagline-box {
    display: none;
    opacity: .7;
}

.tagline-box h3 {
	margin: 0;
	font-size: 20px;
	line-height: 70px;
}

@media screen and (min-width:920px) {
  .main-header.style2 .tagline-box {
    display:block;
    float:right;
  }
  .main-header.style2 .site-nav > ul > li > a, .main-header.style2 .site-nav > ul > li:first-child > a {
    line-height: 38px;
	}
	.logo-center .main-header.style2 .tagline-box {
		display: none;
	}
	.logo-left .main-header.style2 .site-nav {
		float: left;
	}
	.logo-center .main-header.style2 .site-nav {
		float: none;
	}
	.logo-right .main-header.style2 .site-nav {
		float: right;
	}
	.logo-right .main-header.style2 .tagline-box {
		float: left;
	}
}

.main-header.style2 .main-header-bottom {
    border-top: 1px solid #ccc;
    background-color: ;
}

/*
 * 2.4 Fixed header
 */

.fxd-header {
	background-color: rgba(0,0,0,.98);
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.fxd-header.logo-center .logo-box {
	display: none;
}

@media screen and (max-width: 600px) {
 
    .fxd-header {
        top:0!important;
    }
}

/*
 * 3.0 Footer
 */

.site-footer {
	background-color: #000000;
	position: relative;
  border-top: 1px solid #f8f8f8;
}

.footer-widget-area {
	padding: 180px 0 40px;
	border-bottom: 1px solid rgba(150,150,150,.2);
}

.footer-widget-area .widget-title {
	border: none;
	padding-bottom: 0;
}

.footer-widget-area .widget-search {
	border-color: #fff;
	max-width: 180px;
}

.footer-widget-area .widget-sns i {
	color: #fff;
	border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
	background-color: #fff;
	color: #19cbcf;
}

.footer-info-area {
	padding: 20px 0;
}

ul.footer-sns {
	display: inline-block;
	font-size: 20px;
	margin: 0;
}

.footer-sns li {
	float: left;
	list-style-type: none;
	margin: 0;
}

.footer-sns li + li {
	margin-left: 10px;
}

.footer-sns li a {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #333;
    border-radius: 100%;
}

.site-info {
	line-height: 40px;
	font-size: .8em;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}

.fxd-footer {
    margin-bottom: 136px;
}

.fxd-footer .footer-info-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 3;
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
	background-color: #f5f5f5;
	padding: 50px 0 50px;
	border-top:1px solid transparent;
	border-bottom: 1px solid transparent;
}

.page-title h1 {
  font-weight: 400;
	font-size: 30px;
	line-height: 1;
	margin: 0;
}

.breadcrumb-nav {
	margin: 0;
	line-height: 30px;
}

.no-subtitle ul.breadcrumb-nav {
	list-style-type: none;
}

.breadcrumb-nav li {
	display: inline;
}

.breadcrumb-nav a {
	list-style-type: none;
	display: inline-block;
	color: inherit;
}

.breadcrumb-nav a + a {
	margin-left: 5px;
}

.breadcrumb-nav > li + li:before {
	content: "\/";
	margin-right: 5px;
}

.page-title {
	float: left;
}

.breadcrumb-nav {
	float: right;
}

/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
	display: none;
}

.left-aside .col-aside-right {
	display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
	display: none;
}

.col-main,
.col-aside-left,
.col-aside-right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.col-main,
	.col-aside-left,
	.col-aside-right {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}
	.no-aside .col-main {
		width: 100%;
	}
	.left-aside .col-main,
	.right-aside .col-main {
		width: 75%;
	}
	.both-aside .col-main {
		width: 60%;
	}
	.left-aside .col-aside-left,
	.right-aside .col-aside-right {
		width: 25%;
	}
	.both-aside .col-aside-left {
		width: 20%;
	}
	.both-aside .col-aside-right {
		width: 20%;
	}
	.left-aside .col-main {
		left: 25%; /*.left-aside .col-aside-left width*/
	}
	.left-aside .col-aside-left {
		right: 75%; /*.left-aside .col-aside-main width*/
	}
	.both-aside .col-main {
		left: 20%; /*.both-aside .col-aside-left width*/
	}
	.both-aside .col-aside-left {
		right: 60%; /*.both-aside .col-aside-main width*/
	}
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
	max-width: 100%;
}

.post-inner, .page-inner {
	padding: 50px 0;
	background-color: #fff;
}

.container-fullwidth .page-inner {
    background-color: transparent;
}

.entry-header {
	margin-bottom: 5px;
}

.feature-img-box {
	margin-bottom: 20px;
}

.blog-grid .feature-img-box {
	margin-bottom: 0;
}

.no-text .feature-img-box {
	margin-bottom: 0;
}

.entry-title {
	margin: 0 0 10px;
}

h1.entry-title {
	font-size: 22px;
}

.post-entry h1.entry-title {
    font-size: 28px;
}

.entry-category {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.entry-meta {
	font-size: .8em;
	margin: 0;
}

.entry-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-meta a {
	color: #888;
}

.entry-meta a:hover {
	color: #f10101;/*#d29d69;*/
}

.entry-footer {
  margin-top: 5px;
}

.blog-grid .entry-footer {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    margin: 0;
}

.entry-tags {
	margin: 10px 0;
}

.entry-share {
	margin: 10px 0;
}

.entry-tags li,
.entry-share li {
	display: inline-block;
	list-style-type: none;
}

.entry-tags li a,
.entry-share li a {
	display: block;
	padding: 0 10px;
	border: 1px solid #a0a0a0;
	font-size: .9em;
	line-height: 22px;
}

.entry-tags.no-border li {
	margin-right: 10px;
}

.entry-tags.no-border li a,
.entry-share.no-border li a {
	border: none;
	padding: 0;
}

.entry-share.no-border li a {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 100%;
}

.entry-share li a:hover,
.entry-tags li a:hover {
	border-color: #f10101;/*#d29d69;*/
	background-color: #f10101;/*#d29d69;*/
	color: #fff;
}

.post-attributes {
	margin-top: 20px;
}

.post-attributes h3 {
	font-size: 24px;
	margin-top: 40px;
}

.about-author {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	padding: 20px 0;
}

.author-avatar {
	float: left;
	margin: 0 20px 5px 0;
}

.author-avatar img {
  width: 80px;
  height: 80px;
	border-radius: 100%;
}

.about-author h3 {
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
}

.about-author p {
	margin-bottom: 0;
}

.post-pagination ul {
	margin: 40px 0;
	overflow: hidden;
	position: relative;
}

.post-pagination li {
	list-style-type: none;
}

.post-pagination li {
	display: inline-block;
}

.post-pagination li+li:before {
	content: "/";
}

.post-pagination li a,
.post-pagination li span {
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 0 5px;
}

.post-pagination li a:hover {
	color: #333;
}

/*
 * 5.2 Comments
 */

ul.comments-list {
	margin-left: 0;
}

.comments-list li {
	list-style-type:none;
}

.btn-reply {
	color: #f10101;/*#d29d69;*/
	font-weight: 400;
}

.media-comment {
	margin-top: 30px;
	position: relative;
	overflow: visible;
	width: 100%;
	display: table!important;
}

.media-avatar {
	width: 80px;
	min-width: 80px;
}

.media-avatar img {
	border-radius: 100%;
}

.comment .media-heading {
	font-size: 16px;
}

.media-avatar,
.media-body {
    float: left;
}

.media-avatar {
  margin-right: 20px;
}

.media-body {
  width: calc(100% - 100px);
}

.media-heading {
  margin-top: 0;
}

.comment-form label {
	display: none;
}

.form-group {
	margin-bottom: 15px!important;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #e5e5e5;
	padding: 10px 0;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #f10101;/*#d29d69;*/
    box-shadow: none;
}

.comment-reply-link {
	font-size: .8em;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #f10101;/*#d29d69;*/
	line-height: 1;
	padding: .9em 1.6em;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
}

/*
 * 5.3 Blog List Style
 */

a .entry-title:hover {
	color: #f10101;/*#d29d69;*/
}

.entry-box {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #f8f8f8;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	float: left;
}

@media screen and (min-width: 768px) {
	.blog-list-wrap.blog-grid .entry-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
		width: 33.333333333333%;
	}
}

.blog-list-wrap.blog-grid .entry-box {
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.blog-list-wrap.blog-grid .entry-main {
	padding: 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
	margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
	margin: 10px 0;
}

.blog-timeline-icon {
	font-size: 60px;
	color: #ccc;
}

.blog-timeline-inner {
	position: relative;
}

.blog-timeline-line {
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
	width: 100%;
	position: relative;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
	top: 55px;
	left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
	border-right-color: #ccc;
	left: 0;
	margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	border-right-color: #fff;
	left: 0;
	margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
	padding: 10px 20px;
}

.blog-timeline-loading {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.blog-timeline-icon {
		text-align: center;
	}
	.blog-timeline-line {
		left: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap {
		width: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
		float: left;
		padding-right: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
		right: 0;
		margin-right: -5px;
		left: auto;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
		float: right;
		padding-left: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
		left: 0;
		margin-left: -5px;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
		border-left-color: #ccc;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -21px;
		margin-left: 0;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
		border-left-color: #fff;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -18px;
	}
}

/*
 * 6.0 Widget
 */

.widget-box {
	overflow: hidden;
	font-size: 12px;
}

.widget-box + .widget-box {
	margin-top: 30px;
}

.widget-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 18px;
	border-bottom: 2px solid #444;
	padding-bottom: 12px;
}

.widget-box ul {
	margin-left: 0;
}

.widget-box ul ul {
	margin-left: 10px;
}

.widget-box li {
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(200,200,200,.15);
	padding-bottom: 10px;
}

.widget-box li.current-menu-item a {
    font-weight: bold;
}

.widget-box > ul > li,
.widget-post > ul > li {}

.widget-box a {}

.widget-box a:hover {}

.widget_search .search-form {
	border: 2px solid #e5e5e5;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: static;
}

.widget_search .search-form div {
  position:relative;
}

.widget_search .search-form div:before {
  position:absolute;
  top:0; right:3px;
  font: normal normal normal 18px/32px 'FontAwesome';
  content: "\f002";
  color: #999;
}

.widget_search .search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

.widget_search .search-form input[type="submit"] {
	background: none;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	position:relative;
	z-index:2;
}

.widget-box .widget-img {
	float: left;
	margin-right: 15px;
}

.widget-box .widget-img img {
	width: 80px;
	margin-top: 3px;
	border-radius: 200px;
}

.widget-project .row {
	margin-left: -2px;
	margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
	clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
	background: none;
	padding-left: 0;
}

.widget_recent_posts li a + a {
    display: inline-block;
    margin-top: 10px;
}

.widget-post li {
	list-style-type: none;
	margin-bottom: 15px;
}

.widget-post img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .widget-post-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
	width: 100%;
}

/*
 * 7.0 Based Elements
 */

/*Img Box*/
.img-box {
	position: relative;
    max-width: 100%;
}

.img-box .img-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
  -webkit-transition: all .1s ease;
	transition: all 0.1s ease;	
	background-color: rgba(0,0,0,.35);
}

.img-box .img-overlay.primary {
	background-color: rgba(253,210,0,.7);
}

.img-box .img-overlay.dark {
	background-color: rgba(0,0,0,.35);
}

.img-box .img-overlay.light {
	background-color: rgba(255,255,255,.35);
}

.img-box:hover .img-overlay {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-overlay-container {
	display: table;
	height: 100%;
	width: 100%;
}

.img-box .img-overlay-content {
	display: table-cell;
	padding: 5px;
	position: relative;
}

.img-overlay-total-link {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.img-overlay-content .entry-category {
	position: relative;
	z-index: 3;
}

.img-box.figcaption-middle .img-overlay-content {
	vertical-align: middle;
}

.img-box.figcaption-top .img-overlay-content {
	vertical-align: top;
}

.img-box.figcaption-bottom .img-overlay-content {
	vertical-align: bottom;
}

.img-box.fade-in .img-overlay {
	opacity: 0;
}

.img-box.fade-in:hover .img-overlay {
	opacity: 1;
}

.img-box.from-left .img-overlay {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.img-box.from-left:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-right .img-overlay {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.img-box.from-right:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-top .img-overlay {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.img-box.from-top:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box.from-bottom .img-overlay {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.img-box.from-bottom:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box:hover img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box.img-zoom-in:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img-box.img-scroll-left img,
.img-box.img-scroll-right img {
	width: calc(105%);
	max-width: none;
}

.img-box.img-scroll-left img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.img-scroll-left:hover img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right:hover img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box .img-overlay-content i {
	color: #fff;
	font-size: 30px;
}

.img-box .img-overlay-icons i {
	color: #3c3c3c;
	margin: 0 10px;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	background-color: #f10101;/*#d29d69;*/
}

.img-box h3.img-overlay-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

.img-box p.img-overlay-desc {
	color: #fff;
	margin-bottom: 0;
}

a.btn-normal:hover {
    text-decoration: none;
}

.btn-normal {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #f10101;/*#d29d69;*/
	line-height: 1;
	padding: .9em 1.6em;
	border-radius: 5px;
	border-width: 0;
	border-style: solid;
}

.btn-normal:hover,
.btn-normal:active,
.btn-normal:focus {
	background-color: #7DB531;
	color: #fff;
}

.btn-md {
	font-size: 1em;
}

.btn-lg, .btn-large {
	font-size: 1.2em;
}

.btn-sm, .btn-small {
	font-size: .8em;
}

.btn-xl {
	font-size: 1.5em;
}

.btn-square {
	border-radius: 0;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-full-rounded {
	border-radius: 50px;
}

.btn-text-shadow {
	text-shadow: 0 1px rgba(0,0,0,.4);
}

.btn-block {
	display: block;
}

/*
 * 8.0 Section Homepage
 */

.section-homepage {
	padding: 100px 0;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/*
 * 9.0 Others
 */
.back-to-top {
	position: absolute;
	bottom: 100%;
	margin-bottom: -80px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
  height: 130px;
  cursor: pointer;
  color: #fff;
  background-color: #f10101;
}

.back-to-top:before {
	content: "";
	display: block;
	position: absolute;
	box-sizing:border-box;
	top: 100%;
	margin-top: -40px;
	left: 0;
	width: 0;
	height: 0;
	border: 40px solid #f10101;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.back-to-top:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 27px;
	width: 24px;
	height: 24px;
	border: 0 solid #fff;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(assests/images/preloader.gif) center no-repeat #fff;
}

/*
 * 10.0 Elements
 */

/*Columns*/
ul[class*="dacy-list"] {
  margin: -15px;
  list-style-type: none;
  padding: 0;
}

ul[class*="dacy-list"]:before,
ul[class*="dacy-list"]:after {
  display: table;
  content: " ";
}

ul[class*="dacy-list"]:after {
  clear: both;
}

ul[class*="dacy-list"] li {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 15px;
  width: 100%;
}

ul[class*="dacy-list"].full {
  margin: 0;
}

ul[class*="dacy-list"].full li {
  padding: 0;
}

ul.dacy-list-xs-1 li {
  width: 100%;
}

ul.dacy-list-xs-2 li {
  width: 50%;
}

ul.dacy-list-xs-3 li {
  width: 33.33333333%;
}

ul.dacy-list-xs-4 li {
  width: 25%;
}

ul.dacy-list-xs-5 li {
  width: 20%;
}

ul.dacy-list-xs-6 li {
  width: 16.66666667%;
}

@media screen and (min-width: 768px) {
    ul.dacy-list-sm-1 li {
        width: 100%;
    }    
    ul.dacy-list-sm-2 li {
        width: 50%;
    }
    ul.dacy-list-sm-3 li {
        width: 33.33333333%;
    }
    ul.dacy-list-sm-4 li {
        width: 25%;
    }
    ul.dacy-list-sm-5 li {
        width: 20%;
    }
    ul.dacy-list-sm-6 li {
        width: 16.66666667%;
    }
}

@media screen and (min-width: 992px) {
    ul.dacy-list-md-1 li {
        width: 100%;
    }
    ul.dacy-list-md-2 li {
        width: 50%;
    }
    ul.dacy-list-md-3 li {
        width: 33.33333333%;
    }
    ul.dacy-list-md-4 li {
        width: 25%;
    }
    ul.dacy-list-md-5 li {
        width: 20%;
    }
    ul.dacy-list-md-6 li {
        width: 16.66666667%;
    }
}

@media screen and (min-width: 1200px) {
    ul.dacy-list-lg-1 li {
        width: 100%;
    }
    ul.dacy-list-lg-2 li {
        width: 50%;
    }
    ul.dacy-list-lg-3 li {
        width: 33.33333333%;
    }
    ul.dacy-list-lg-4 li {
        width: 25%;
    }
    ul.dacy-list-lg-5 li {
        width: 20%;
    }
    ul.dacy-list-lg-5 li.dacy-2x {
        width: 40%;
    }
    ul.dacy-list-lg-5 li.dacy-3x {
        width: 60%;
    }
    ul.dacy-list-lg-6 li {
        width: 16.66666667%;
    }
}

/*Sections*/
.dacy-section {
	padding: 100px 0;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	max-width: 100%;
	overflow: hidden;
}

.fullheight {
  height: 1px;
	min-height: 100vh;
	display: table;
	width: 100%;
}

.fullheight .section-content {
	display: table-cell;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.verticalmiddle {
  height: 1px;
  display: table;
  width: 100%;
}

.verticalmiddle .section-content {
  display: table-cell;
  width: 100%;
  position: relative;
  overflow: hidden;
	vertical-align: middle;
}

.verticalbottom .section-content {
	vertical-align: bottom;
}

.dacy-section .background-media,
.dacy-section .background-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.dacy-section .section-content {
	position: relative;
}

.fullheight {
	min-height: 100vh;
	display:table;
	width: 100%;
}

.fullheight .section-content {
	display: table-cell;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.verticalmiddle .section-content {
	vertical-align: middle;
}

.verticalbottom .section-content {
	vertical-align: bottom;
}

.dacy-section .background-media,
.dacy-section .background-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.dacy-section .section-content {
	position: relative;
}

@media screen and (min-width: 920px) {
	.sm-wrap {
		width: 720px;
		max-width: 100%;
		margin: 0 auto;
	}
}

.dacy-section [class*="col"] {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .dacy-section [class*="col"] {
    margin-bottom: 0;
  }
}

/*Title*/
.dacy-title h3 {
	font-family: "Pinyon Script",serif;
	font-size: 60px;
	font-weight: 400;
	margin: 0;
  color: #f10101;/*#d29d69;*/
}

.dacy-title h2 {
	font-family: "Lato", sans-serif;
	font-size: 35px;
	margin: -35px 0 0;
  word-wrap: break-word;
}

.dacy-title.light h2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .dacy-title h3 {
    font-size: 80px;
  }
  .dacy-title h2 {
    font-size: 47px;
    margin: -47px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .dacy-title h3 {
    font-size: 100px;
  }
  .dacy-title h2 {
    font-size: 58px;
    margin: -58px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .dacy-title h3 {
    font-size: 120px;
  }
  .dacy-title h2 {
    font-size: 70px;
    margin: -70px 0 0;
  }
}


/*Divider*/
.dacy-divider {
  color: #f10101;/*#d29d69;*/
  margin-top: 5px;
  margin-bottom: 5px;
}

.dacy-divider i {
  margin: 0 10px;
  line-height: 1;
  font-size: 28px;
}

.dacy-divider:before,
.dacy-divider:after {
  content: "";
  font-size: 0;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: currentColor;
  position: relative;
  top: -12px;
}

@media screen and (min-width: 480px) {
  .dacy-divider:before,
  .dacy-divider:after {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .dacy-divider:before,
  .dacy-divider:after {
    width: 160px;
  }
}

/*Button*/
.dacy-btn {
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	padding: 20px 35px;
	font-weight: 700;
	color: #f10101;/*#d29d69;*/
	border: 2px solid #f10101;/*#d29d69;*/
	background-color: rgba(0,0,0,0.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.dacy-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*Image*/
.dacy-image-link {
	display: inline-block;
	position: relative;
  font-size: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.dacy-image-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.dacy-image-tag {
	background-color: #1b1b1b;
	color: #fff!important;
	width: 120px;
	padding: 0 10px;
	height: 32px;
  font-size: 14px;
	line-height: 32px;
	position: absolute;
	top: 30px;
	left: -20px;
	font-weight: 700;
  z-index: 1;
}

.dacy-image-tag:before {
	content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 100%;
    margin-left: -16px;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid #1b1b1b;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
}

.dacy-image-frame {
	box-sizing: border-box;
	border: 10px solid #fff;
	box-shadow: 1px 1px 5px 0 rgba(150,150,150,.1);
}

/*Promo*/
.dacy-promo.dark {
  background-color:rgba(0,0,0,0.8);
  color: #fff;
}

.dacy-promo.light {
  background-color: #fff;
}

.dacy-promo-info {
  padding: 50px 30px!important;
}

.dacy-promo-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}

.dacy-promo-carousel .owl-dot {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #1b1b1b;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin: 0 5px;
}

.dacy-promo-carousel .owl-dot.active {
  background-color: currentColor;
}

.dacy-promo-carousel .owl-prev,
.dacy-promo-carousel .owl-next {
  position: absolute;
  font-size: 0;
  top: 50%;
  margin-top: -15px;
}

.dacy-promo-carousel .owl-prev {
  left: 0;
}

.dacy-promo-carousel .owl-next {
  right: 0;
}

.dacy-promo-carousel .owl-prev:before,
.dacy-promo-carousel .owl-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #1b1b1b;
  transform: rotate(45deg);
}

.dacy-promo-carousel .owl-prev:before {
  border-width: 0 0 2px 2px;
}

.dacy-promo-carousel .owl-next:before {
  border-width: 2px 2px 0 0;
}

/*Gallery*/
.dacy-gallery-filter ul {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.dacy-gallery-filter li {
  display: inline-block;
  margin: 0 10px;
}

.dacy-gallery-filter li.active {
  border-bottom: 2px solid #1b1b1b;
}

.dacy-gallery-filter li.active a {
  color: #1b1b1b;
}

.dacy-gallery-item {
  text-align: center;
}

/*Reservation*/
.dacy-booking-box {
	padding: 50px;
}

.dacy-booking-box.dark {
	background-color: rgba(0, 0, 0, 0.8);  color: #fff;
}

.dacy-booking-form.light .form-control {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	padding: 5px;
	margin-bottom: 20px;
	color: #fff;
}

.dacy-booking-form.light .control-label {
	font-weight: 700;
}

/*Menu List*/
.dacy-product-inner {
  display: table;
  width: 100%;
  overflow: hidden;
}

.dacy-product-content {
  display: table-cell;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.dacy-product-content-inner {
  position: relative;
}

h4.dacy-product-title {
  margin: 0 0 10px;
  width: 100%;
  display: table;
}

p.dacy-product-desc {
  margin: 0;
  padding-right: 60px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dacy-product-title .title {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 4px;
}

.dacy-product-title .dots {
  height: 3px;
  background-image: radial-gradient(circle closest-side,#b3b3b3 99%,rgba(0, 0, 0, 0) 100%);
  background-position: 50% 70%;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
}

.dacy-product-title .price {
  display: table-cell;
  width: 1%;
  padding-left: 4px;
  white-space: nowrap;
  color: #f10101;/*#d29d69;*/
}

/*Blog Grid*/
.dacy-blog-item,
.dacy-blog-content,
.dacy-blog-image {
  margin-bottom: 0!important;
}

.dacy-blog-content {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  position: relative;
}

.dacy-blog-content:after {
  position:absolute;
  content: "";
  display: block;
  right: 100%;
  top: 30%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.dacy-blog-item.second .dacy-blog-content:after {
  right: auto;
  left: 100%;
  z-index: 999;
  border-right-color: transparent;
  border-left-color: #fff;
}

.dacy-blog-grid {
	background-color: #fff;
}

.dacy-blog-grid .entry-title {
  font-size: 18px;
}

.dacy-blog-grid .entry-date:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f5f5f5;
  margin: 10px 0;
}

/*Testimonials*/
.dacy-testimonials-list .owl-dots {
  text-align: center;
}

.dacy-testimonials-list .owl-dot {
  font-size: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #1b1b1b;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin: 0 5px;
}

.dacy-testimonials-list .owl-dot.active {
  background-color: currentColor;
}

.dacy-testimonials-box {
	position: relative;
	background-color: #fff;
	box-shadow: 1px 1px 5px 0 rgba(200,200,200,.3);
	border-radius: 5px;
	padding: 80px 50px 50px;
}

.dacy-testimonials-tag {
	background-color: #1b1b1b;
	color: #fff;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 30px;
	left: -20px;
	font-weight: 700;
}

.dacy-testimonials-tag:before {
	content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 100%;
  margin-left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border: 16px solid #1b1b1b;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.dacy-testimonial-item blockquote {
	padding: 0;
  margin: 0;
  font-size: 1.2em;
  border-left: none;
}

.dacy-testimonial-item blockquote footer {
	text-align: right;
	font-weight: 700;
}

/*Menu Filter*/
.dacy-menu-filter ul {
	margin: 0;
	text-align: center;
}

.dacy-menu-filter li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.dacy-menu-filter li a {
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
}

.dacy-menu-filter.light li a {
	color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;  
}

.dacy-menu-filter li.active a,
.dacy-menu-filter li a:hover {
	color: #f10101;/*#d29d69;*/
}

.dacy-menu-filter.light li i {
	font-size: 30px;
}

@media screen and (min-width: 768px) {
  .dacy-menu-filter li a {
    padding: 20px 20px;
  }

  .dacy-menu-filter.light li i {
    font-size: 40px;
  }
}

@media screen and (min-width: 992px) {
  .dacy-menu-filter li a {
    padding: 50px 30px;
  }

  .dacy-menu-filter.light li i {
    font-size: 50px;
  }

  .dacy-menu-filter li.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
  }
}

.dacy-menu-list-wrapper {
	background-color:#fff;
	padding: 50px 0;
}

/*Contact*/
.dacy-contact-box {
	background-color: #fff;
}

.dacy-contact-info {
	background-color: #1b1b1b;
	color: #fff;
	height: 100%;
  margin-bottom: 0!important;
}

.dacy-contact-info h3 {
	color: #fff;
}

/*Counter*/
.dacy-counter-box {
	text-align: center;
}

.dacy-counter-box .num {
	font-size: 70px;
	line-height: 1;
}

.dacy-counter-box .title {
	margin: 20px 0 0;
}

.dacy-counter-box.light .num,
.dacy-counter-box.light .title {
	color: #fff;
}

/*Member*/
.dacy-member-info {
	background-color: #fff;
	border-bottom: 2px solid #1b1b1b;
	text-align: center;
	padding: 20px;
	position: relative;
}

.dacy-member-info:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -20px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #fff;
}

.dacy-img-box {
	position: relative;
}

.dacy-img-box .dacy-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #f10101;/*#d29d69;*/
	text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;  
}

.dacy-img-overlay-container {
	width: 100%;
	height: 100%;
	display: table;
}

.dacy-img-overlay-content {
	display: table-cell;
	vertical-align: middle;
}

.dacy-img-overlay a {
	color: #fff;
	font-size: 36px;
	display: block;
}

.dacy-img-box:hover .dacy-img-overlay {
	opacity: .5;
}

.dacy-member-box {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;  
}

.dacy-member-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 2px 5px 0 rgba(100,100,100,.3);
}

/*Contact*/
.dacy-contact-info {
	position: relative;
}

.dacy-contact-info:before {
	position: absolute;
  top: 60px;
  right: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid rgba(0, 0, 0, 0);
  border-right-color: #1b1b1b;
}

.contact-info-list {
	margin: 0;
	list-style-type: none;
}

.contact-info-list li + li {
	margin-top: 20px;
}

.contact-info-social {
	margin: 0;
	list-style-type: none;
}

.contact-info-social li {
	display: inline-block;
}

.contact-info-social li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	border-radius: 100px;
}

.dacy-contact-box > .col-md-8,
.dacy-contact-box > .col-md-4 {
	padding: 30px;
}

.dacy-contact-form .control-label {
	display: none;
}

.dacy-gmap {
	width: 100%;
	height: 500px;
}