@charset "UTF-8";
body {
	padding: 0;
	color: #000;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #250402;
	background-image: url(images/background/body-background-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: repeat-x;
	background-position: center -100px;
	font-size: 100%;
	line-height: 1.4;
	font-family: 'Droid Serif', serif;
	
	
}
.mainContentHeader {
	color: rgba(187,180,162,1);
	padding-left: 55px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(187,180,162,1);
	margin-right: 35px;
	padding-top: 26px;
	padding-bottom: 24px;
	margin-bottom: 25px;
	text-shadow: rgba(0,0,0,0.5) -3px 0, rgba(0,0,0,0.5) 0 -3px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -3px -4px;
	text-align: left;
	background-image: url(images/icon-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 35px;
	font-size: 100%;
}
.mainContentHeaderDifferentColor {
	color: rgba(128,123,108,1);
}
.mainContentTextHeader {
	color: rgba(67,8,7,1);
	padding-left: 40px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left: 0px;
	letter-spacing: 1px;
	background-image: url(images/icon-small-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.png);
	background-color: rgba(255,255,255,.9);
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.mainContentTextHeader a:link {
	color:rgba(67,8,7,1);
	
}
.menuHeader {
	color: rgba(187,180,162,1);
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(187,180,162,1);
	margin-right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-shadow: rgba(0,0,0,0.5) -3px 0, rgba(0,0,0,0.5) 0 -3px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -3px -4px;
	text-align: left;
	margin-left: 0px;
}


.menuHeader img {
margin-bottom:-15px;		
}
.frameImage {
	border: 2px solid rgba(148,116,65,1);
}

.framePhoto {
	
	
}
/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 960px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	-moz-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	-khtml-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	margin-top: -4;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #440704;
	background-image: url(images/background/background-container-cafe-berlin-vegetarian-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

 #header {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 25;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #DDDDDD;
	background-image: url(images/header-barefoot-buddha-coffee-shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgba(167,144,78,1);
	border-right-color: rgba(167,144,78,1);
	border-bottom-color: rgba(167,144,78,1);
	border-left-color: rgba(167,144,78,1);
} 

#topSection {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: rgba(178,152,127,1);
	font-size: 95%;
}

#topSection img {
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	margin-right: 7px;

}

#topSection img:hover {
	text-decoration: none;
	color: #FFF;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
 #sidebar1 {
	float: left;
	width: 200px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	color: rgba(157,123,69,1);
	border: 2px none rgba(167,144,78,1);
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
   }
#sidebar {
	float: left;
	width: 230px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: rgba(255,255,255,1);
	border: 2px none rgba(167,144,78,1);
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 22px;
}
#sidebarContent {
	color: rgba(153,123,69,1);
	padding: 3px;
}

#sidebarContainer {
	float: left;
	width: 280px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgba(157,123,69,1);
	margin: 0px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 30px;
	color: rgba(187,180,162,1);
} 

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CCCCCC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#sidebar a:link {
	color: #250402;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	
}
#sidebar a:hover {
	color: #000000; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	outline: 0px;
	color: rgba(255,255,255,1);
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

 #footer {
	padding: 25px;
	font-size: 80%;
	text-align: left;
	line-height: 25px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: rgba(138,108,62,1);
	background-color: #3F2A1D;
	background-image: url(images/background/background-menu-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: repeat;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgba(138,108,62,1);
} 

#footer a {
	color: rgba(138,108,62,1);
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.search { background-color: #900; padding: 10px; }

.hilite { background-color: #CCC; }


#menu {
	z-index: 1000;
	text-transform: uppercase;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	height: 40px;
	background-color: #502C1C;

	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-image: url(images/background/background-menu-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(167,144,78,1);
	border-right-color: rgba(167,144,78,1);
	border-bottom-color: rgba(167,144,78,1);
	border-left-color: rgba(167,144,78,1);
	width: 906px;
	background-position: left bottom;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}
#menu ul li {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#menu ul li a {
	display: block;
	height: 40px;
	color: rgba(157,123,69,1);
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	padding-right: 17px;
	padding-left: 17px;
	}
#menu ul li a:hover {
	color:rgba(255,255,255,1);
	
	background-color: rgba(0,0,0,.3);
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
#menu ul li ul {
	position: absolute;
	top: 40px;
	visibility: hidden;
	z-index: 20;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li ul li a {

	width: 140px;
	z-index:100;
	text-align:left;
	font-size:120%;
	
}

#menu ul li:nth-child(even) { /*(even) or (2n+0)*/
	
}
#menu ul li:nth-child(odd) { /*(odd) or (2n+1)*/
background-color:rgba(44,10,8,1);
}

#menu ul li:first-child {	
background-color:rgba(0,0,0,1);

	
}



#menu ul li:last-child a {

	background-color:rgba(0,0,0,1);
	
}

#menu ul li:last-child {
	
	float:right;

}

#footerMenu {
	text-transform: lowercase;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	height: 50px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left: 50px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgba(152,146,130,1);
	
}


#footerMenu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 120%;
}
#footerMenu ul li {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	text-align: center;
}
#footerMenu ul li a {
	display: block;
	height: 30px;
	color: #595039;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#footerMenu ul li a:hover {
	color: #0F3357;
	
	background-color: rgba(255,255,255,.4);
		-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
	
	#footerMenu ul li ul {
	position: absolute;
	top: 20px;
	visibility: hidden;
	z-index: 20;
}
#footerMenu ul li:hover ul {
	visibility: visible;
}

#footerMenu ul li ul li a {

	width: 100px;
	z-index:100;
	background-color: #14375A;
}
	
	
	
.column {
	background-color: rgba(79,23,16,1);
	padding: 5px;
	width: 187px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	background-image: url(images/logo-background.gif);
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid rgba(167,144,78,1);
	margin-top: 25px;
	margin-left: 0px;
	overflow: hidden;
	max-height: 105px;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-ms-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

.column:hover {
	color: rgba(255,255,255,1);
	max-height: 999px;
}

.columnHeader {
	background-color: rgba(79,23,13,0.8);
	margin-bottom: 6px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color: rgba(164,149,114,1);
	border: 1px dotted rgba(154,142,111,1);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.columnContent {
	color: rgba(153,123,69,1);
	padding: 3px;
}
#container2 {
	
}
.quotationClosed {
	text-align: right;
}
#mainContentContainer {
	width: 620px;
	float: left;
	padding-right: 35px;
	padding-left: 25px;
	padding-top: 25px;
}
.mainContentContainer {
	 
}
#mainContentContainerWide {
	float: left;
	width: 890px;
	margin-right: 35px;
	margin-left: 35px;
}
.paper {
	background-color: rgba(255,255,255,.8);
	color: rgba(50,6,3,1);
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	background-image: url(images/background/backgournd-paper-cafe-berlin-vegetarian-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(images/bullet-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.png);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
.mainContentText {
	color: rgba(187,180,162,1);
	padding-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.mainContentTextHome {
	color: rgba(187,180,162,1);
	padding-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 37px;
}
.mainContentTextWelcome {
	color: rgba(187,180,162,1);
	padding-right: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(187,180,162,1);
	background-image: url(images/logo-small-white-edge-cafe-berlin-vegetarian-international-restaurant-old-san-juan-puerto-rico.png);
	background-repeat: no-repeat;
	background-position: 140px top;
}
.insideTabbedContent {
	padding: 25px;
	border: 2px dotted rgba(77,19,12,1);
	background-color: rgba(78,19,13,.5);
}
.menuPrice {
	font-weight: normal;
	font-size: 90%;
}
.menuSpecial {
	border: 2px dotted rgba(208,195,170,1);
	padding: 25px;
	background-image: url(images/background/backgournd-paper-cafe-berlin-vegetarian-restaurant-old-san-juan-puerto-rico.jpg);
	background-repeat: repeat;
	margin-top: 25px;
	margin-bottom: 25px;
		-moz-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
}
.menuItems {
	font-size: 100%;
	font-weight: bold;
	color: rgba(223,214,187,1);
}
.white {
	color: rgba(255,255,255,1);
}

.formField {
	background-color: rgba(187,180,162,1);
	height: 30px;
	border: 1px solid #807C6B;
	width: 320px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding: 4px;
	font-size: 115%;
	margin-left: 5px;
}

.formFieldsArea {
	background-color: rgba(187,180,162,1);
	width: 320px;
	font-size: 120%;
	padding: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #7F7A6B;
	margin-left: 5px;
}

#location {
	padding: 0px;
	position: absolute;
	visibility: visible;
	margin-top: 0px;
	height: 100px;
	width: 200px;
	margin-left:520px;
	margin-top:100px;
}

#location:hover {
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	visibility: visible;
	margin-top: 0px;
	margin-left:340px;

	height: 250px;
	width: 500px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-image: url(images/location/location-cafe-berlin-vegetarian-puerto-rican-old-san-juan.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}

#logo-overlay {
	background-repeat: no-repeat;
	background-position: center 20px;
	position: absolute;
	height: 200px;
	width: 290px;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	float: right;
	margin-left: 640px;
	
	background-repeat: no-repeat;
}
.paper h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(84,31,24,1);
	padding-bottom: 5px;
	padding-top: 5px;
}
.paper h4 {
	margin-bottom:15px;
	margin-top:15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(84,31,24,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(84,31,24,1);
}

#twitter {

padding:25px;
width:550px;
background-color:rgba(255,255,255,.8);
	
}

#twitterNarrow {
	width: 210px;
	background-color: rgba(255,255,255,.8);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h1{
	letter-spacing: 1px;
}




#sponsor {
	margin-right: 25px;
}

/* iPhone */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 

{ 





body {

}
.mainContentHeader {
	font-size:90%;
	text-shadow:none;
	background:none;
	padding-left:0px;
}


#menu {
	
	height: 180px;
	
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
}
#menu ul li {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 302px;
}
#menu ul li a {
	display: block;
	height: 40px;
	color:rgba(255,255,255,1);
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	padding-right: 17px;
	padding-left: 17px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	#menu ul li ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
	z-index: 20;
}

#menu ul li ul li {
	
	width:380px;

}

#menu ul li ul li a {
	
	width:80%;

}

.insert {
	
	
	
}

#topSection {

margin:25px;
font-size: 120%;

	
}

#topSection img {
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top:25px;
	width:120px;
	height:120px;
	
}



.mainContentText {
font-size:110%;	
}

.paper {

font-size:110%;
	
}

.theme-default .nivo-controlNav {
	position: absolute;
	left: 45%;
	bottom: -5px;
	margin-left: -380px; /* Tweak this to center bullets */
	z-index: 10;
	visibility:none;
	
}

#footerMenu ul li a {
	
	color:rgba(255,255,255,1);

}




/* iPad */
  
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  

{ 

body {
	
	


}
}

/* iPadMini */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  

{ 

body {
	
	


}



}
#contact {
}
#contact {
	padding-top: 5px;
	padding-bottom: 5px;
}
TabbedPanelsContent.TabbedPanelsContentVisible img {
	margin: 0px;
}
