/* @Import Font
********************************************************************************************
********************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,600);
 @font-face {
 font-family: '33535gillsansmt';
 /*src: url(../fonts/'./33535gillsansmt.eot');
 src: local('33535gillsansmt'), url(../fonts/'./33535gillsansmt.woff') format('woff'), url('./33535gillsansmt.ttf') format('truetype');*/
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1416">Text with this font applied</p> */
.fontsforweb_fontid_1416 {
	font-family: '33535gillsansmt' !important;
}
/* Font downloaded from FontsForWeb.com */

/* @Reset
********************************************************************************************
********************************************************************************************/
body {
	background:#87bcee;
	padding:37px 0 47px 0;
}
.wrapper {
	margin: 0 auto;
}
.clr{ clear:both;}
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	outline: none;
}
.p-0 {
	padding:0 !important;
}
.m-0 {
	margin:0 !important;
}
.min-p {
    padding:0;
}
.clr{ clear:both;}
/* @Header
********************************************************************************************
********************************************************************************************/
.custom-container {
    /* overflow:hidden */;
    padding:0 5px;
}
.con-bd {
	background:#fff;
	border-radius:4px 4px 0 0;
}

@media (min-width: 0px) and (max-width: 560px) {
    .main-header {
        /* overflow:hidden; */
        height: 246px;
    }
}

@media (min-width: 560px) and (max-width: 1200px) {
    .main-header {
        /* overflow:hidden; */
        height: 163px;
    }
}

@media (min-width: 1200px) {
    .main-header {
        /* overflow:hidden; */
        height: 84px;
    }
}

.logo {
	overflow:hidden;
	position:relative;
}
.logo h1 {
	margin:28px 0 13px 40px;
	float:left;
}
.credits {
	position:absolute;
	right:0;
	top:0;
	display:block;
	background:#288ecb;
	padding:7px 13px 4px 13px;
	color:#fff;
	font-size:13px;
	font-family: Open Sans;
	border-radius:0 0 3px 3px;
}
.nav-list {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.nav-list li {
	float:left;
}
.nav-list li a {
	padding:36px 10px 28px 10px;
	display:block;
	color:#454545;
	font-size:14px;
	outline:none;
	font-family: Open Sans;
}
.nav > .dropdown.active {
    background:#c8e0f7;
}
.nav-list li.active {
    background:#c8e0f7;
}
.nav-list li a:hover {
	background:#c8e0f7;
	text-decoration:none;
}
.bar-bg {
	width:100%;
	background:url(../images/image01.png) center no-repeat;
	height:49px;
	background-size:100% 100%;
}
.bar-bg h2 {
	font-size:18px;
	color:#fff;
	margin:0;
	width:276px;
	font-family:Open Sans;
	float:left;
	padding:11px 0 0 20px;
}
.bar-bg p {
	font-size:11.5px;
	font-family:Open Sans;
	color:#fff;
	margin:0;
	padding:16px 0 0 0;
}
.contant {
	background:#fff;
	padding:75px 46px 70px 66px;
	overflow:hidden;
}
.figur{
    border:1px solid#005fb8;
    width:100%;
    text-align:center;
    background:#838383;
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    width: 100%;
}

.figur-btm{ padding:6px 0; display:inline-block; overflow:hidden; height: 52px;}
.figur img{ width:100%;}
.figur-btm a{ display:block; background:#0484fc; padding:11px 13px;color:#fff; float:left; margin:0 6px 0 6px; border-radius:3px; text-decoration:none;}
.figur-list{ list-style:none; margin:0; padding:9px 0 11px 0;}
.figur-list li{ font-size:12px; color:#1e1e1e; margin:0;}
.figur-list strong{ font-size:14px;}

.contant2{ background:#fff; padding:30px 65px 0 34px; overflow:hidden;}
.contant2 h3{ font-size:11.25px; color:#2d2d2d; margin:0 0 9px 0;}
.idea-list{ list-style:none; margin:0 0 17px 0; padding:0 0 0 13px; overflow:hidden;}
.idea-list li{ float:left; margin:0 13px 11px 0;}
.idea-list li a{ font-family: 'Open Sans', sans-serif; padding:9px 12px; text-align:center; font-size:13.27px; color:#4a4b4b; background:#b8d8ec; display:block; border-radius:3px; text-decoration:none;}
.idea-list li a:hover{background-color: #9DCCEA;}
.succes-list{ list-style:none; margin:0 0 28px 0; padding:0; overflow:hidden;}
.succes-list li{ float:left; margin:0 12px 0 0; text-align:center;}
.succes-list li a{ padding:11px 12px; display:block; background:#298fcc; color:#fff; outline:none; text-decoration:none; font-size:11.69px;  border-radius:3px;}
.teespring{ background:#c8e0f7; padding:12px 75px 8px 49px; overflow:hidden;}
.teespring h3{ margin:0; font-size:18px; color:#0c0c0c; float:left;}
.teespring p{ font-size:12.75px; margin:0; float:right; color:#0c0c0c;}
.teespring-list{ padding:24px 0 0 0; background:#fff; overflow:hidden;}
.product-holder img{ width:100%;}
.product-holder{ border:1px solid #037ec8; margin:0 0 0 25px;}
.product-info{ background:#f3f5f6; display:block; padding:10px 18px 17px 16px; height: 171px}
.product-info p{ margin:0; font-size:12.75px; color:#046199; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center;}
.product-info p > a {
    text-decoration: inherit;
    color: inherit;
}
.prise{ display:block; overflow:hidden; border-top:1px solid #1286cb; border-bottom:1px solid #1286cb; padding:9px 0; margin:0 0 4px 0;}
.prise h4{ font-family: 'Open Sans', sans-serif; float:left; font-size:9px; color:#000000; margin:0;}
.prise strong{ font-family: 'Open Sans', sans-serif; float:right; font-size:9px; color:#000000;}
.product-info ul{ list-style:none; margin:0 0 20px 0; padding:0 4px 0 7px; overflow:hidden;}
.product-info ul li{ float:left; margin:0 12px 0 0;}
.create-btn{ padding:9px 16px 7px 15px; font-size:9.75px; color:#fff; background:#037ec8; display:block; text-align:center;border-radius:3px; font-family: 'Open Sans', sans-serif;}
.create-btn:hover{ color:#fff; text-decoration:none;}

.contant3{ background:#fff; padding:19px 20px 36px 18px; overflow:hidden;}
.search-area{ /*margin:0 0 32px 0; */ overflow:hidden;}
.search-area input{ /*padding:11px 6px;*/ border:1px solid #646363; border-radius:5px; vertical-align: text-top;/* margin:0 0 0 15px; */}
.search-area input:first-child{ /* margin:0; */ }
.search-area select{ height:44px;border:1px solid #646363; border-radius:5px;  /* margin:0 0 0 15px; */}
.sub-btn {
    background:#337ab7;
    padding:11px;
    text-align:center;
    color:#fff;
    font-size:12.75px;
    width:100%
}

.table-holder h4{ color:#1e1e1e; font-size:11.25px; margin:0 0 2px 0; font-family: 'Open Sans', sans-serif;}

.create-task{ background:#288ecb; padding:11px; text-align:center; color:#fff !important; font-size:12.75px; width:174px !important; border-radius: 5px;}

.table{
 width:100%;
 float:left;
    border: 1px solid #000000 !important;
 margin-bottom:0px;
}
.table-responsive table th {
 border:1px solid #000000 !important;
  padding:20px 0px 10px;
   text-align:justify;
    color:#292828;
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
}
.table-responsive table td {
 border:1px solid #CCC;
 color:#646565;
 text-align:left;
 border-top:none !important;
 font-family:Arial;
    font-size: 14px;
}
.total-text-box {
 font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
 color:#fff !important;
 background:#3e3e3e;
}
.new-table-tr {
 background:#fff !important;
}
.table-select-box {
 width:202px;
 height:26px;
 padding:2px;
 /*border:1px solid #c0dadc;*/
 border-radius:4px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}
.table-responsive table td a {
 color:#d11813;
 text-decoration:none; 
}
.arder-totel {
 font-family: 'Roboto',sans-serif;
    font-size: 31px;
 color:#1c71d7;
 float:left;
    font-weight: 300;
}
.arder-totel span {
 color:#646565;
}
.clear-box {
 float:right;
 margin-left:3px;
}
.new-table-box {}
.new-table-box .table-responsive table td {
 background:#f4f5f6;
 color:#646565;
 text-align:center;
 border-top:none !important;
 border-left:0;
 border-right:0;
 font-family: 'Roboto',sans-serif;
    font-size: 12px;
 padding:0;
    font-weight: 400;
}
.new-table-box .table-responsive table th {

text-align:center;
color:#fff;
 font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
}
input[type="radio"], input[type="checkbox"] {
    /* margin: 0 10px 0 0 !important; */

}
.diffrent{
 background-color:#f2f2f2;
 	color:#646565 !important;
    font-family: Arial;
    font-size:12.75px;

}
.back_col{
 background-color:#FFF;
 color:#646565 !important;
 font-size:12.75px;
}
.table-responsive table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #ccc;
    border-image: none;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-top: medium none !important;
    color: #222222;
    font-family: Arial;
    font-size: 14px;
 border-right:1px solid #ccc;
    text-align: left;
}
.table-responsive table td label {
    color: #222222 !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
 font-weight:normal;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #000;
    line-height: 1.42857;
    padding: 7px 8px 8px 13px !important;
    vertical-align: middle !important;
}

.align-top .table>tbody>tr>td {
    vertical-align: top !important;
}

.table-holder td img {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.r_links{color: #069aeb !important;}
.r_links a{color: #069aeb !important; font-size: 16px;}
.r_links a:hover{text-decoration:underline;}

.submenu_a_padding {
    padding: 3px 20px !important;
}

.submenu_li_width {
    width: 100% !important;
}

.bottom-30 {
    margin-bottom: 30px;
}

.product-image {
    width: 229px !important;
    height: 273px;
}

.product-outer-holder {
    margin-left: 19px;
    margin-bottom: 24px;
    width: 256px;
    float: left;
}

.no-buttons {
    height: 104px;
}

.padding-for-square {
    padding-top: 100%;
}

.container-for-design-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
}

.outer-for-design-image {
    margin-bottom: 30px;
}

.design-action-buttons-area {
    text-align: center;
}

.btn-design-action {
    width: 29% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.design-active {

}

.design-inactive {
    background-color: rgba(128,128,128,0.5);
}