/*
Theme Name: carpetcollections
Theme URI: http://www.axisthemes.com/
Description: Simple Responsive WordPress Theme.
Author: AxisThemes
Author URI: http://www.axisthemes.com/
Version: 1.0.0
*/

@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background:#2f2f2f;
}
a{
color:#DDD;}

.main
{
	margin:0px auto;
	padding:0px;
	max-width:1004px;
	overflow:hidden;
}
.wraper
{
	margin:0px auto;
	padding:0px;
	width:100%;
}
.header
{
	margin:0px auto;
	margin-top:40px;
	padding:0px;
	width:100%;
	background:#181818;
}
.logo
{
	margin:0px;
	padding:0px;
	border:none;
}
.logo a img
{
 border:none ;
}

.header_right
{
	float:right;
	width:55%;
}
.social_icons
{
	
	padding:0px;
	display:inline-block;
	float:right;
	transition: background 1s;
}
.social_icons img
{
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.social_icons img:hover
{
	opacity:0.3;
}
.nav
{
	    padding: 0 4px 16px 1px;
}
.nav ul
{
	margin:0px;
	padding:0px;
}
.nav ul li
{
	margin:0px;
	padding:10px 0px;
	float:left;
	list-style:none;
}
.text
{
   color: red;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Tauri', sans-serif;
    padding:60px 0px 0px;
    text-align:right;
    line-height: 30px;
}
.text p
{
   font-size: 18px;
   font-weight:400;
}
.phn-mobile{
display:none;}
.phn-mobile a{
color: red;
font-size:18px;
text-decoration:none;}
.nav ul li a
{
	margin:0px;
	padding: 10px 12px;
	color:#FFF;
	text-decoration:none;
	font-family: 'Tauri', sans-serif;
	font-size:12.5px;
	font-weight:bold;
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari and Chrome */
	-o-transition: background 1s; /* Opera */
}
.nav ul li a:hover
{
	background:#ee2e24;
	text-shadow:#600 1px 1px 0px;
}
.banner
{
	margin:20px 0px;
	padding:0px;
	width:100%;
	box-shadow:#000 0px 0px 5px;
}
.categories
{
	width:25%;
	margin:0px;
}
.categories_cont
{
	background:#2f262a;
	width:100%;
	max-height:420px;
}
.categories_cont ul
{
	width:100%;
	margin:0px;
	padding:0px;
}
.categories_cont ul li
{
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
.categories_cont ul li a
{
	text-decoration:none;
	font-family: 'Tauri', sans-serif;
	font-size:12px;
	color:#FFF;
	border-top:#000000 1px solid;
	border-bottom:#8c5959 1px solid;
	width:93%;
	float:left;
	padding:12px 10px;
	margin:0px;
}
.categories_cont ul li a:hover
{
	background:#6d3c3c;
}
.welcome_cont
{
	width:73%;
	margin:0px;
	padding:0px;
	float:right;
}
.heading
{
	margin:0px;
	padding:0px;
	font-family: 'Tauri', sans-serif;
	color:#FFF;
	font-size:18px;
	border-bottom:#787878 1px dotted;
	line-height:30px;
}
.txt
{
	width:100%;
	margin:0px;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	color:#787878;
	overflow:hidden;
}
.txt img
{
	margin:10px 10px;
	padding:0px;
	float:left;
	box-shadow:#000 0px 0px 5px;
}
.txt strong
{
	color:#FFF;
}
strong
{
	color:#FFF;
}
.wpcf7, .wpcf7-form{
overflow:hidden;}
.txt input,textarea
{
	width:67%;
	padding:5px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	color:#CCC;
	border:none;
	float:right;
}
textarea{
height:60px;
margin-bottom:10px;}
.txt input,textarea:focus
{
	color:#FFF;
}
.read
{
	width:100%;
	margin:10px 0px;
}
.read a
{
	margin:0px;
	padding:8px 15px;
	color:#FFF;
	text-decoration:none;
	font-family: 'Tauri', sans-serif;
	font-size:12px;
	background:#ee2e24;
	text-shadow:#600 1px 1px 0px;
	float:right;
}
.submit
{
	margin:5px;
	/*padding:8px 15px;*/
	color:#FFF;
	text-decoration:none;
	font-family: 'Tauri', sans-serif;
	font-size:12px;
	background:#ee2e24;
	text-shadow:#600 1px 1px 0px;
	border:none;
	cursor:pointer;
	float:right !important;
	width:55px !important;
}
.line
{
	width:100%;
	margin:10px 0px;
	border-top:#000 1px solid;
	border-bottom:#404040 1px solid;
}
.content
{
	width:100%;
	margin:0px;
	padding:0px;
	display:inline-block;
}
.content_box
{
	width:35%;
	margin:0px 10px;
	padding:0px;
	float:left;
}
.content_box .txt{
	color:#d3d3d3;}
.map{
	width:61%;
	float:right;	
}
.gallery
{
	width:100%;
	margin:10px 40px;
	padding:0px;
	display:inline-block;
	border:none;
}
.gallery a img
{
border:none;
}
.gallery img
{
	margin:0px 2px;
	box-shadow:#000 0px 0px 5px;
}
.footer
{
	width:100%;
	margin:0px auto;
	padding:10px 0px;
	background:#181818;
}
.footer_nav
{
	margin:10px 0px 0px;
	padding:0px;
}
.footer_nav ul
{
	margin:0px;
	padding:0px;
}
.footer_nav ul li
{
	margin:0px;
	padding:10px 0px;
	float:left;
	list-style:none;
}
.footer_nav ul li a
{
	margin:0px;
	padding:15px;
	color:#FFF;
	text-decoration:none;
	font-family: 'Tauri', sans-serif;
	font-size:12px;
}
.copy_right
{
	font-family: 'Tauri', sans-serif;
	font-size:12px;
	color:#FFF;
	
	line-height:35px;
}
.clear
{
	clear:both;
}
.footer_nav
{
border:none;
}
.footer_nav a img 
{
border:none;
}
.click
{
display:none ;
}
/**Pagination**/
.pagination{
	margin:10px 0;
	overflow:hidden;
	padding:0;
	float:right;}
.pagination li{
	float:left;
	list-style-type:none;}
.pagination li a{
    border-radius: 3px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
  border-top: 1px solid #62686d;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
  color: #fff;
  background-color: #4e5458;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
  background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
  background-image: -moz-linear-gradient(top, #575e63, #3f4347);
  background-image: -ms-linear-gradient(top, #575e63, #3f4347);
  background-image: -o-linear-gradient(top, #575e63, #3f4347);
  background-image: linear-gradient(top, #575e63, #3f4347);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');}

.pagination li a:hover, .pagination li a:focus, .pagination li.active a {
    border-color: #61788a;
    background-color: #4d6374;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e'); }

@media screen and (max-width:768px)
{
	.map, .content_box{
		width:100%;
		float:none;}
.main
{
	margin:0px auto;
	padding:0px;
	width:90%;
}
.wraper
{
	margin:0px auto;
	padding:0px;
	width:100%;
}
.text_two
{
   color: red;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Tauri', sans-serif;
    padding:62px 0px 0px;
    text-align:right;
    line-height: 20px;
    width:
}
.text_two p
{
   font-size: 20px;
}
.logo
{
	margin:0px;
	padding:0px;
	width:100%;
}
.logo img
{
	max-width:100%;
}
.nav
{
	display:none !important;
}
.navi
{
	margin:0px auto;
	width:108%;
	display:block;
}
.navi li
{
	margin:0px;
	padding:0px 0px;
	list-style:none;
	width:91%;
}
.navi li a
{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:8px 10px;
	width:93%;
	float:left;
	font-weight: bold;
}
.navi li a:hover
{
	-moz-user-select: none;
    background-color: #C53727;
    background-image: -moz-linear-gradient(center top , #DD4B39, #C53727);
    border: 1px solid #B0281A;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}
.click
{
	 -moz-user-select: none;
    background-color: #C53727;
    background-image: -moz-linear-gradient(center top , #DD4B39, #C53727);
    border: 1px solid #B0281A;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 5px 0;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transition: all 0.218s ease 0s;
	display:none;
}
.click
{
	display:block !important;
}
.categories
{
	width:100%;
	margin:0px;
}
.welcome_cont
{
	width:100%;
	margin:0px;
	padding:0px;
}
.txt img
{
	margin:10px 10px;
	padding:0px;
	width:90%;
	box-shadow:#000 0px 0px 5px;
}
.content_box
{
	width:98%;
	margin:0px 10px;
	padding:0px;
}
.gallery
{
	width:100%;
	margin:10px 0px;
	padding:0px;
	text-align: center;
}
.gallery img
{
	margin:5px 2px;
	box-shadow:#000 0px 0px 5px;
	max-width:100%;
}
.copy_right
{
	font-family: 'Tauri', sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:35px;
	width:100%;
	text-align:center;
}
.social_icons
{
	margin:20px auto ;
	padding:0px;
	display:inline-block;
	float:none;
	transition: background 1s;
}
.phn-mobile{
display:block;}
.phn-pc{
display:none;}
}
