/*
#------------------------------------------------------------------------
# CloudHost - September Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.itemView .itemNavigation {
display:none;
}

/********Sidbar****/
#gkSidebar .box .header{
/*	border:1px solid #f07f19;
	background:#f07f19;*/
		border:1px solid #9f9f9f;
	background:#9f9f9f;
	/*padding:10px;*/
	padding: 2px 10px 1px 10px;
	color:#fff;
}

/***Icons****/
.mod-pro h3.header::before{
	content:"\f0a4";
	font-family:FontAwesome;
	padding-right:15px;
}

.sidebar-mod-screen h3.header::before{
	content:"\f03e";
	font-family:FontAwesome;
	padding-right:10px;
}
.sidebar-mod-video h3.header::before{
	content:"\f03d";
	font-family:FontAwesome;
	padding-right:15px;
}
.sidebar-mod-download h3.header::before{
	content:"\f019";
	font-family:FontAwesome;
	padding-right:15px;
}
.sidebar-mod-news h3.header::before{
	content:"\f0f6";
	/*content:"\f1ea";*/
	font-family:FontAwesome;
	padding-right:15px;
}
.sidebar-mod-support h3.header::before{
	content:"\f0c0";
	font-family:FontAwesome;
	padding-right:15px;
}
.sidebar-mod-trust h3.header::before{
	content:"\f086";
	font-family:FontAwesome;
	padding-right:15px;
}

.sidebar-mod-genaral h3.header::before{
	content:"\f00b";
	font-family:FontAwesome;
	padding-right:15px;
}

/*.sidebar-mod-trust .pane .item a::before{
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 38px;
    position: absolute;
    width: 254px;
    display: block;
    margin-left: 14px;
    bottom:0;
    height:auto;
    color:#E62117;
    text-align:right;
    margin-bottom:30px;
}*/

#txmod_706 .pane .item a:hover{
	/*color: #F07F19;*/
}


div.hikashop_checkout_terms{text-align:center}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {



}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

@media only screen and (max-width : 640px) {

.camera_wrap{
	height: 1500px !important;
}

.camera_wrap img{
	height: 100% !important;
}
}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
