@font-face{
    font-family:'MarckScript';
    src: url('MarckScript-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
	background: transparent;
}

body {
    overflow-y: hidden;
}

@media (max-width: 1000px) {
	body {
	    width: 100%;
	    max-width: 100%;
		padding: 0;
		overflow-x: hidden;
	}
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #313131;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #313131, #313131);
	background-repeat: repeat-x;
}
/* top */
#top {
	background: #000;
	padding: 0px 0px 0px 0;
	margin: 0;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	min-height: 50px;
	height: 50px; 
}
#top #left{
    min-height:50px;
    border-right: 10px solid #00adef;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    text-align: right;
    padding-top: 10px;
}

#top #left div {
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}
#top #left i {
    font-size: 18pt;
    color: #f2f2f2;
    
    margin-right: 20px;
}

#top #left span {
    font-size: 16pt;
    color: #f2f2f2;
    display: inline-block;
    font-family: Impact;
}

#top #right {
    min-height:50px;
    display: block;
    border-left: 10px solid #3419b2;
    transform: skew(-45deg);
}

#top #right .language {
    z-index: 1111;
    font-family: Impact;
     transform: skew(45deg);
     -webkit-transform: skew(45deg);
     display: block;
}

#top #right .language ul {list-style-type: none; padding: 0; margin: 0; float: right;}

#top #right .language ul li {width: 40px; height: 20px; float: left; margin-right: 15px; margin-top: 15px; z-index: 365955; padding: 0;}

#top #right .language ul li img {width: 100%; height: auto;}

#top #right .language label {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 12pt;
    color: #fff;
    font-family: Tahoma;
    font-weight: normal;
}
#top .container {
	padding: 0 10px;
}

#top #mail {
    border-left :1px solid #f2f2f2;
    border-right :1px solid #f2f2f2;
}

#top #mail a{
    display: block;
    padding: 5px 5px;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 12pt;
    font-family: Calibri;
    
}
#top #mail a:hover {
    
    text-decoration: none;
}

#top #mail a i {
    margin-right: 5px;
}

#top #link {
    border-left :1px solid #f2f2f2;
    border-right :1px solid #f2f2f2;
}

#top #link a{
    display: block;
    padding: 5px 5px;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 10pt;
    font-family: Calibri;
    
}
#top #link a:hover {
    
    text-decoration: none;
}




#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}





@media (max-width: 900px) {
	#top {
		min-height: 50px;
		background: #000;
		margin-bottom: 10px;
	}
	
	#top #left{
    min-height:50px;
    border-right: 10px solid #00adef;
    text-align: right;
    padding-top: 15px;
}

#top #left div {
}
#top #left i {
    font-size: 16pt;
    color: #f2f2f2;
    
    margin-right: 10px;
}

#top #left span {
    font-size: 8pt;
    color: #f2f2f2;
    display: none;
    font-family: Impact;
    
}

#top #right {
    min-height:50px;
    display: block;
    border-left: 10px solid #3419b2;
}

#top #right .language {
    z-index: 1111;
    font-family: Impact;
     display: block;
}

#top #right .language ul {list-style-type: none; padding: 0; margin: 0; float: right;}

#top #right .language ul li {width: 20px; height: 15px; float: left; margin-right: 10px; margin-top: 15px; z-index: 365955; padding: 0;}

#top #right .language ul li img {width: 100%; height: auto;}

#top #right .language label {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 8pt;
    color: #fff;
    font-family: Impact;
}
	
	
	
	#top #mail {
    border-left :1px solid #f2f2f2;
    border-right :1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#top #mail a{
    display: block;
    padding: 7px 0px;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 7pt;
    font-family: Calibri;
    
}
#top #mail a:hover {
    
    text-decoration: none;
}

#top #mail a i {
    margin-right: 5px;
}

#top #link {
    border-left :1px solid #f2f2f2;
    border-right :1px solid #f2f2f2;
}

#top #link a{
    display: block;
    padding: 0px 0px;
    color: #f2f2f2;
    text-decoration: none;
    font-size: 5pt;
    font-family: Calibri;
    font-weight: bold;
    
}
#top #link a:hover {
    
    text-decoration: none;
}
	

	

}




/* logo */
#logo {
	position: relative;
	margin: 10px 0 10px 0;
	background: transparent;
	padding-left: 20px;
	padding-right: 10px;
	max-height: 60px;
	border-radius: 5px;
		z-index: 9999999;
	
	
}

#logo img{max-width: 170px; max-height: 40px; border-radius: 5px;}


@media (max-width: 767px) {
    #logo {
	position: relative;
	margin: 15px 0 10px 0;
	background: transparent;
	padding-left: 20px;
	padding-right: 10px;
	max-height: 80px;
	
		z-index: 9999999;
	
}
    
}

@media (max-width: 478px) {
	#logo {
		position: relative;
		margin: 0 0 10px 0;
		z-index: 10000;
	}
}


/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 42px;
	line-height: 20px;
	padding: 0 10px;
	border: 1px solid #fff;
	color: #2c2c2c;
}
#search .btn-lg {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding: 11px 15px;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #fff;
 border-radius: 0px;
 background: #fff;
 color: #2c2c2c;
}
/* menu */

#navbar-column {
	
background: #313131; 
margin-bottom: 30px;	
	
	
}



#fixed-right {
    position: fixed;
    top: 48%;
    right: 0px;
    z-index: 10;
    padding: 0;
}
#fixed-right div {
    position: relative;
    float: right;
    clear: both;
    display: inline-block;
    background: #00adef;
    padding: 10px 7px 10px 7px;
    min-height: 40px;
    margin-top: 2px;
    min-width: 40px;
    text-align: center;
}

#fixed-right div a {
    position: relative;
    float: left;
    display: none;
    min-height: 15px;
    color: #fff;
    font-size: 12pt;
    font-family: Calibri;
    
}

#fixed-right div i{
    position: relative;
    float: left;
    margin-right: 5px;
    font-size: 14pt;
    color: #fff;
}


/* content */
#content {
	min-height: 200px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	min-width: 300px;
	float: right;
	margin: 100px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	background: #fff;
	
}
.breadcrumb i {
	font-size: 13px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 13px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #313131;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group {position: relative; margin-top: 100px;}
.list-group a {
	border: 1px solid #DDDDDD;
	color: #3c3c3c;
	padding: 8px 12px;
	background: #FFF;
	min-height: 40px;
	padding-top: 15px; padding-bottom: 15px;
	font-size: 11pt;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #3c3c3c;
	background: #ffffff;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;

}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-thumb:hover .button-group {
	display: block;
	
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

#warning-iframe-page {width: 100%; min-height: 100%; position: fixed; top: 0px; left: 0px; background: #515151; }

#warning-iframe-content {width:70%; max-height: 500px; display: block; background: #fff; padding: 20px 50px; position: relative; margin: 50px auto 80px; overflow-y: scroll;}


.mix-gallery {
	background: url(../image/mixgallerybg.jpg) #6c6c6c;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-top: 35px;
	margin-bottom: 35px;
	
	}

.gallery-list {
    display: block;
    min-height :450px;
    color: #000;
    font-family: Calibri, sans-serif;
}

.gallery-list img {
    height: 220px;
}

.gallery-list .title {
    text-align: center;
}


.gallery-list .short-description {
    font-size: 12pt;
    color: #bebebe;
    text-align: center;
}

.gallery-list span {
    width: 70px;
    border: 2px solid #000;
    padding: 5px 10px;
    font-size: 9pt;
    display: block;
    margin: auto;
}

#social {
    width: 340px;
    height: 50px;
    display: block;
    position: relative;
    margin: auto;
    padding-top: 25px;
}

#social .social {
    width: 80px;
    height: 20px;
    display: block;
    padding-left: 20px;
    
    color: #fff;
    float: left;
    
}

#social .social i {
    font-size: 16pt;
}

.slogan-content {
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 40px;
}
.slogan-list {
    width: 48%;
    height: 80px;
    padding: 15px 15px;
    margin-top: 20px;
    margin-right: 2%;
    display: block;
    border-radius: 10px;
    background: #fff;
    font-size: 14pt;
    
}

@media(max-width:767px) {
  .slogan-list {
    width: 98%;
    height: 80px;
    padding: 15px 15px;
    margin-top: 20px;
    margin-left: 1%;
    display: block;
    border-radius: 10px;
    background: #fff;
    font-size: 14pt;
    
}  
    
}
.slogan-list img {
    float: left;
    margin-right: 20px;
    
}



.special_movie_category {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    padding-top: 70px;
    background: #fff;
}

.special_movie_category .animated {
    display: none;
    
}


.special_movie_category .content {
    background: #fff;
    padding-top: 10px;
    
}


.special_movie_category .content img {
    width :100%;
    height: auto;
    margin-bottom: 20px;
}

.special_movie_category .content p {
    font-size: 18pt;
    color: #162125;
    font-family: Tahoma,Helvetica,sans-serif;
    padding-left: 20px;
}


.special_movie_category .content label {
    display: none;
    background: #00adef;
    padding: 10px 10px 10px 20px;
    font-size: 11pt;
    font-family: Tahoma,Helvetica,sans-serif;
    color: #fff;
}

.special_movie_category .content label i {
    font-size: 14pt;
    color: #fff;
    margin-right: 20px; 
    
}

.special_movie_category .content:hover {
    z-index: 150;
    position: absolute;
    margin-top: -20px;
    margin-left: 0px;
    border: 1px solid #3c3c3c;
}
.special_movie_category .content:hover label {
    display: block;
}

.movie_category_slider {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-top: 70px;
    background: #152125;
}

.movie_category_slider .movie-carousel {
    background: #152125;
}

.movie_category_slider .item, .movie_category_slider .animated {
    display: none;
    background: #152125;
    padding-left: 10px;
    
}


.movie_category_slider .content {
    background: #fff;
    padding-top: 10px;
    
}


.movie_category_slider .content img {
    width :100%;
    height: auto;
    margin-bottom: 20px;
}


.movie_category_slider .content label {
    display: block;
    font-size: 18pt;
    color: #fff;
    background: #cd3737;
    font-family: Tahoma,Helvetica,sans-serif;
    padding: 10px 10px 10px 20px;
    
}

#call-col {min-height: 100px;margin-top: 100px; margin-bottom: 100px; color: #cd3737; font-family: Calibri; position: relative; float: none;}
#call-col p {position: relative; float: left; margin-right: 15px;}
#call-col a{max-height: 40px;text-decoration: none; padding: 6px 10px; border-radius: 4px; color: #fff; background: #cd3737; font-size: 14pt; margin-top :50px;}
#call-col a:hover{text-decoration: none; padding: 6px 10px; border-radius: 4px; color: #fff; background: #cd3737;}

#call-col #balloon {clear: both;width: 140px; height: 130px; background: #cd3737; color: #fff; display: block;position: absolute; right: 0px; margin-right: 0; 
border-top: 50px solid #cd3737;
-webkit-transform: skew(5deg);
-moz-transform: skew(5deg);
-o-transform: skew(5deg);
transform: skew(5deg);
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
text-align: center;
}

#call-col #balloon span {color: #fff; font-family: Calibri; font-size: 16pt; text-align: justify; display: block; margin-top: -20px;margin-left: 25px;
-webkit-transform: skew(-5deg);
-moz-transform: skew(-5deg);
-o-transform: skew(-5deg);
transform: skew(-5deg);
}
#call-col #balloon:hover {background: #4a708b; 
border-top: 50px solid #4a708b;}

#call-col #balloon:hover span {display: none;}
#call-col #balloon i {display: none; font-size: 50pt; color: #fff; margin-top: -20px;}
#call-col #balloon:hover i {display: block;}


@media screen and (max-width: 767px) {
#call-col {width: 100%;min-height: 100px;margin-top: 100px; margin-bottom: 100px; color: #cd3737; font-family: Calibri; position: relative; float: none; padding-left: 30px;}
#call-col p {width: 100%;position: relative; float: none; margin-bottom: 20px; padding-left: 25px;}
#call-col a{max-height: 40px;display: block;text-decoration: none; padding: 6px 10px; border-radius: 4px; color: #fff; background: #cd3737; font-size: 14pt;position: relative; float: left; margin-right: 40px;}
#call-col a:hover{text-decoration: none; padding: 6px 10px; border-radius: 4px; color: #fff; background: #cd3737;}

#call-col #balloon {clear: both;width: 140px; height: 130px; background: #cd3737; color: #fff; display: block;position: relative; float: right; right: 0px; margin-right: 0; 
border-top: 50px solid #cd3737;
-webkit-transform: skew(5deg);
-moz-transform: skew(5deg);
-o-transform: skew(5deg);
transform: skew(5deg);
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
text-align: center;
}

#call-col #balloon span {color: #fff; font-family: Calibri; font-size: 16pt; text-align: justify; display: block; margin-top: -20px;margin-left: 25px;
-webkit-transform: skew(-5deg);
-moz-transform: skew(-5deg);
-o-transform: skew(-5deg);
transform: skew(-5deg);
}
#call-col #balloon:hover {background: #4a708b; 
border-top: 50px solid #4a708b;}

#call-col #balloon:hover span {display: none;}
#call-col #balloon i {display: none; font-size: 50pt; color: #fff; margin-top: -20px;}
#call-col #balloon:hover i {display: block;}
}

.blog-latest {
    background: url(../image/blog-bg.jpg) #bebebe;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-latest .row {margin-bottom: 10px;}

.blog-latest img {
    width: 100%;
    height: auto;
}

.fileUpload {
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0;
    border: 1px solid #3c3c3c;
    border-radius: 10px;
}

.fileUpload input[type="file"] {
    width: 100%;
    margin: 0;
    height: 40px;
    background: transparent;
    color: transparent;
    opacity: 0;
    top: 0;
    z-index: 2;
}

.fileUpload span {
    height: 40px;
    background: #000;
    float: left;
    color: #fff;
    margin-top: -40px;
    padding: 10px 15px;
    z-index: 1;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.fileUpload label {
    text-align: left;
    height: 40px;
    background: transparent;
    color: #000;
    margin-top: -40px;
    z-index: 1;
    padding: 10px 15px;
    float: left;
    margin-left: 40px;
}

.image-box {
    
    background-size: contain !important;
    margin-bottom: 50px;
}

.image-box div {margin-bottom: 20px;}


.image-box div img{
    border: 3px solid #bebebe;
    border-radius: 5px;
}

.image-box div:hover img{
    border: 3px solid #bebebe;
    border-radius: 5px;
    filter: none;
}