@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
.text-desktop-right {
	text-align: right !important;
}
}

@media (max-width: 480px) {
.text-mobile-right {
	text-align: right !important;
}
}

#adv-search {
    padding:0px 0 20px;
        margin: 0 auto;
}
#adv-search .btn.btn-primary {
    float: left;
    position: absolute;
    width: 50px;
    height: 40px;
    border-radius: 0px;
}

.form-box {
		padding:20px 20px 20px 20px;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		border-radius: 4px;
		background-color: #fbfbfb;
		border: 1px solid rgba(0,0,0,.15);
}

.header-top {
	padding: 10px 0;
	background-color: #333;
}
.header-top a {
	color: #ffffff;
	font-size: 14px;
}
.header-top a i {
	font-size: 20px;
	color: #ffffff;
}
.header-top a:nth-child(2) {
	margin-left: 30px;
}
.header-top .text-desktop-right ul.social-icons {
	margin-bottom: 0;
}
.header-top .text-desktop-right ul.social-icons li {
	width: 35px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
}
.header-top .text-desktop-right ul.social-icons li a i {
	color: #333;
}
nav.navbar-default {
	background-color: #ffffff;
	padding: 20px 0;
	margin-bottom: 0;
}
nav.navbar-default .navbar-brand {
	padding: 0;
}
nav.navbar-default .navbar-brand img {
	width: 70%;
	padding: 0 0 0 15px;
}
nav.navbar-default .navbar-nav a {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
nav.navbar-default .navbar-nav .active a {
	background-color: transparent;
}
#international-ship {
	position: relative;
}

#international-ship .text {
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	right: 0;
}
#international-ship .text h1 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 55px;
	line-height: 54px;
	font-weight: bold;
}
#international-ship .text h1 span {
	color: #f39c12;
}
#features {
	min-height: 150px;
	position: relative;
	background-color: #fcfcfc;
}
#features .feature-boxes {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
#features .feature-boxes .feature-box {
	padding: 20px;
	border-bottom: 4px solid;
	background-color: #ffffff;
}
#features .feature-boxes .feature-box.blue {
	border-color: #3498db;
}
#features .feature-boxes .feature-box.orange {
	border-color: #e67e22;
}
#features .feature-boxes .feature-box.green {
	border-color: #2ecc71;
}
#features .feature-boxes .feature-box.purple {
	border-color: #9b59b6;
}
#features .feature-boxes .feature-box .icon {
	text-align: right;
	padding: 10px 10px 0;
	height: 70px;
}
#features .feature-boxes .feature-box .icon img {
	width: 50px;
	display: inline;
}
#features .feature-boxes .feature-box h3 {
	padding: 40px 5px 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#meeting {
	padding: 100px 0 100px;
}
#meeting .text {
	margin-top: 45px;
	padding: 50px 50px;
	border: 1px solid #f3f3f3;
	border-right: 0;
}
#meeting .text p {
	color: #777777;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.meeting-img {
	-webkit-box-shadow: 10px -10px 0px 2px rgba(85, 85, 85, 0.04);
	-moz-box-shadow: 10px -10px 0px 2px rgba(85, 85, 85, 0.04);
	box-shadow: 10px -10px 0px 2px rgba(85, 85, 85, 0.04);
}

#hot-sale {
	background-image: url("../../uploads/bower.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
	padding-bottom: 50px;
}
#hot-sale .main-heading {
	text-align: center;
	position: relative;
	min-height: 100px;
}
#hot-sale .main-heading .blue {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
#hot-sale .main-heading .blue h1 {
	background-color: #0762a8;
	color: #ffffff;
	font-size: 25px;
	margin: 0;
	padding: 15px 40px;
	display: inline-block;
}
#hot-sale .heading h3 {
	color: #ffffff;
	font-size: 18px;
}
#hot-sale .sale-row .sale-item, #hot-sale .used-row .sale-item {
	position: relative;
	background-color: #ffffff;
	margin: 20px 0;
}
#hot-sale .sale-row .sale-item .image, #hot-sale .used-row .sale-item .image {
	height: 180px;
	overflow-y: hidden;
}
#hot-sale .sale-row .sale-item .image img, #hot-sale .used-row .sale-item .image img {
	width: 100%;
}
#hot-sale .sale-row .sale-item .text, #hot-sale .used-row .sale-item .text {
	padding: 20px;
}
#hot-sale .sale-row .sale-item .text h3, #hot-sale .used-row .sale-item .text h3 {
	text-transform: uppercase;
	margin-bottom:18px;
	font-size: 18px;
	color: #000000;
}
#hot-sale .sale-row .sale-item .next-icon, #hot-sale .used-row .sale-item .next-icon {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#hot-sale .sale-row .sale-item .next-icon i, #hot-sale .used-row .sale-item .next-icon i {
	font-size: 25px;
	color: #0762a8;
}






#hot-sale-main {
	background: #fff;
	
	padding: 20px 0;

}
#hot-sale-main .main-heading {
	text-align: center;
	position: relative;
	min-height: 100px;
}
#hot-sale-main .main-heading .blue {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
#hot-sale-main .main-heading .blue h1 {
	background-color: #0762a8;
	color: #ffffff;
	font-size: 25px;
	margin: 0;
	padding: 15px 40px;
	display: inline-block;
}
#hot-sale-main .heading h3 {
	color: #ffffff;
	font-size: 18px;
}
#hot-sale-main .sale-row .sale-item, #hot-sale .used-row .sale-item {
    position: relative;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.12);
}
#hot-sale-main .sale-row .sale-item .image, #hot-sale .used-row .sale-item .image {
	height: 180px;
	overflow-y: hidden;
}
#hot-sale-main .sale-row .sale-item .image img, #hot-sale .used-row .sale-item .image img {
	width: 100%;
	    height: 100%;
}
#hot-sale-main .sale-row .sale-item .text, #hot-sale .used-row .sale-item .text {
	padding: 15px;
}
#hot-sale-main .sale-row .sale-item .text h3, #hot-sale .used-row .sale-item .text h3 {
	text-transform: uppercase;
	margin-bottom:18px;
	font-size: 18px;
	color: #000000;
}
#hot-sale-main .sale-row .sale-item .next-icon, #hot-sale .used-row .sale-item .next-icon {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#hot-sale-main .sale-row .sale-item .next-icon i, #hot-sale .used-row .sale-item .next-icon i {
	font-size: 25px;
	color: #0762a8;
}







section#work-with-us {
	background-color: #e74c3c;
	color: #ffffff;
	padding: 50px 0;
	    text-align: center;
}
section#work-with-us h3 {
	font-size: 26px;
	    padding: 0 0 30px;
}
section#work-with-us p {
	font-size: 12px;
}
section#work-with-us .subscribe-form {
	margin-top: 0px;
}
section#work-with-us .subscribe-form input.form-control {
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	padding-left: 0;
	width: 250px;
}
 section#work-with-us .subscribe-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
}
section#work-with-us .subscribe-form .btn-white {
background-color: #fff;
    color: #e74c3c;
    font-weight: 700;
    margin-left: 10px;
    padding: 11px 25px;
    width: 100%;
    font-size: 20px;
}
footer.main {
	padding: 70px 0;
}
footer.main .heading {
	margin-bottom: 30px;
}
footer.main .heading h3 {
	color: #0762a8;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
footer.main p {
	font-size: 14px;
	line-height: 26px;
}
footer.main ul.quick-links {
	padding: 0px ;
}
.footer-img img {
    padding: 2px 0;
}
footer.main ul.quick-links li {
	margin-top: 10px;
	list-style-type: none;
}
footer.main ul.quick-links li a {
	color: #333333;
}
footer.main ul.social-icons li {
	width: 30px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	background-color: #333;
	margin-right: 10px;
}
footer.main ul.social-icons li a {
	padding-top: 10px;
	font-size: 16px;
	color: #ffffff;
}
footer.main ul.address {
	padding-left: 0;
}
footer.main ul.address li {
	margin-top: 10px;
	list-style-type: none;
	color: #333333;
}
footer.main ul.address li a {
	color: #333333;
}
ul.social-icons.list-inline {
    padding: 10px;
}
.last-line {
	background-color: #333;
	padding: 15px;
}
.last-line p {
	margin: 0;
	color: #ffffff;
}
#about-part {
	padding: 60px 0;
}
#about-box {
	width: 100%;
	padding: 80px 0;
	background-image: url(../../uploads/about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-text p {
	padding: 100px 0;
}
.about-img img {
	width: 100%;
	height: auto;
}
#about-box .about {
	width: 100%;
	float: left;
}
#about-box .about h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
#about-box .about p {
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 3px;
}
#service {
	width: 100%;
	padding: 80px 0;
	background-image: url(../../uploads/service.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#service .service-handing {
	width: 100%;
	float: left;
}
#service .service-handing h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
#service .service-handing p {
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 3px;
}
#service-part {
	width: 100%;
	padding: 30px 0;
}
#service-part .box-services {
	width: 100%;
	float: left;
	padding: 60px 0;
}
#service-part .box-services .sercive-img img {
	width: 100%;
	height: auto;
}
#service-part .box-services .sercive-text {
	padding: 0px;
	margin: 0px;
}
#service-part .box-services .sercive-text h2 {
	color: #0762a8;
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 10px;
	text-transform: uppercase;
	margin: 0px;
}
#service-part .box-services .sercive-text p {
	font-size: 14px;
	line-height: 26px;
}
.border-bottom {
	border-bottom: 1px solid #f3f3f3;
	width: 80%;
}
.list-text {
	list-style-type: none;
	padding: 0px 30px;
}
.list-text li {
	list-style-type: disc;
	padding: 0px;
	line-height: 36px;
	color: #333;
}
#contact-box {
	padding: 60px 0;
	width: 100%;
}
#table-data {
	padding: 10px 0;
	width: 100%;
}
#form-section {
	width: 100%;
	padding: 30px 0;
}
#form-section .form {
	background-color: #262a2e;
	padding: 30px 10px;
	float: left;
	width: 100%;
}
#form-section .form h3 {
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 26px;
}
#form-section .form-control {
	padding: 30px 20px;
	border-radius: 0px;
	font-size: 16px;
	margin: 8px 0;
}
#form-section .btn-group-lg>.btn, .btn-lg {
	padding: 10px 60px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
	margin: 20px 0;
}
.btn-center {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.btn-More {
	border: 1px solid #fff;
	padding: 10px 30px;
	color: #fff;
	font-size: 18px;
}
.btn-More:hover {
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}
#search-box {
	padding: 0px 0px;
	width: 100%;
}
.input-group .form-control {
	height: 40px;
	border-radius: 0px;
}
.dropdown.dropdown-lg .dropdown-menu {
	margin-top: -1px;
	padding: 6px 20px;
}
.input-group-btn .btn-group {
	display: flex !important;
}
.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
	height: 40px;
	width: 50px;
	border-radius: 0px;
}
.btn-group .btn:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
}
.btn-group .form-horizontal .btn[type="submit"] {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.advanced
{
	padding:10px 0;
	font-size:18px;
}
.heading-text
{
	padding:0 13px;
	font-weight:600;
}
.btn-default-btn
{
	    width: 100% !important;
    background-color: #e74c3c;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
	margin:10px 0 0;
}
.btn-default-btn:hover
{
	
    color: #fff;
   
}
#office-part
{
	width:100%;
	padding:50px 0;
}
.office-text p
{
	    color: #777777;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
	margin-bottom:30px;

}
.office-text ul
{
	list-style-type:none;
	padding:30px 0;
	
}
.office-text ul li
{
	margin-right: 20px;
    width: 211px;
    height: 100px;
    margin-bottom: 26px;
    background-color: #fff;
    color: #777;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(85, 85, 85, 0.16);
    display: inline-block;
    /* align-items: center; */
    vertical-align: middle;
    padding: 30px 20px;
	cursor:pointer;
	
}
.office-text ul li:hover
{
	background-color: #e74c3c;
    color: #ffffff;
	
}

#contact-page-wrap {
    position: relative;
   
}
.row.no-gutters {
    margin-right: 0px;
  
}
#contact-page-wrap .contact-form {
    background-color: #fff;
	padding:30px 0;
    
}
#contact-page-wrap .contact-form .heading h2 {
    font-size: 26px;
    line-height: 36px;
}
#contact-page-wrap .contact-form .heading p {
    font-size: 16px;
    line-height: 24px;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 6px;
	margin-right:170px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0px;
}
section#contact-page-wrap .address {
    
    padding: 30px 30px;
}
section#contact-page-wrap .address ul.location li {
       /* position: relative; */
    font-size: 14px;
    color: #444;
    /* margin-top: 40px; */
    /* left: 30px; */
    line-height: 44px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	font-weight:600;
}
button.btn.btn-primary-main {
    background: #000;
    padding: 15px 30px;
    border-radius: 0px;
    margin: 30px 0;
    color: #fff;
}
ul.location {
    padding: 0px;
}
.image-table {
    padding: 30px 0px;
    text-align: center;
}
section#contact-page-wrap .address ul.social-icons.list-inline {
    font-size: 25px;
    margin-top: 60px;
}
section#contact-page-wrap .address ul.social-icons.list-inline li {
    margin-left: 15px;
}
section#contact-page-wrap .address ul.social-icons.list-inline li a {
    color: #fff;
    text-decoration: none;
}

#adv-search .dropdown.dropdown-lg {
	    position: relative;
        left: -50px;
    }
    #adv-search .dropdown.dropdown-lg .dropdown-menu {
	    width:300px;
    }
@media screen and (min-width: 768px) {
    #adv-search {
    	width: 450px;
    	margin:0 auto;
    }
    #adv-search .dropdown.dropdown-lg {
	    position: relative;
        left: -50px;
    }
    #adv-search .dropdown.dropdown-lg .dropdown-menu {
    	min-width: 450px;
	    padding: 0 30px 50px;
    }
}

#work-done-forgot {
    padding: 100px 0;
}
#work-done-forgot .forgot-text {
    width: 100%;
    text-align: center;
}
.done-forgot-text h2 {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
#work-done-forgot .done-forgot-text p {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    color: #333;
}
#work-done-forgot input.form-control {
    height: 45px;
    border-radius: 0px;
}
.btn-black {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 70px;
    border-radius: 0px;
}
#work-done-forgot .done-forgot-text {
    background: #f8f8f8;
    padding: 40px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px !important;
}

#contact-page-wrap 	.contact-form input.btn.btn-primary-main {
    background: #000;
    color: #fff;
}


#work-with-us .subscribe-form .form-inline .form-control
{
color:#fff;
}
.btn-black:hover
{
	color:#fff;
}
.center {
	padding-top:5px;
	padding-bottom:5px;
}

hr {
    margin-top: 0px;
    margin-bottom: 4px;
    border: 0;
    border-top: 1px solid #eee;
}
.dropdown-menu-right {
    right: -90px;
left: auto;}


/*add images & doc*/

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 30%;
      left: 46%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 135px;
        height: 30px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
		

.input-group-addon {
  padding: 0px 120px 0px 20px;
  /*   width: 100%; */
    max-width: 168px;
    font-size: 13px;
    font-weight: 400;
	/* width:100%; */
	
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon:first-child {
    border-right: 0;
	/* width:165px; */
}

.well22 {
   
     margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well21 {

      margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color:#fff;
  opacity: 1;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
/* table css */
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
   
}

#customers td, #customers th {
    border: 1px solid #bcbbbb;
    padding: 18px;

}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #286090;
    color: white;
}


div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.cke_editable p{
    margin: 0px;
    padding: 0px;}